Hi Ravi,
Yes, you are correct! I have discussed about it in the review and the
approach you mentioned is exactly I'm gonna do. Although with this patch
the intention for now is make exit(1) more unique for "powered off".
Snipped from the review:
"OK, I will update the manpage and commit it as-is
Hi Marcelo,
If the intention is to have specific exit codes have specific meanings,
wouldn't it be useful to set up defines or an enum or something, so a symbolic
value can be used rather than a bare integer?
Thanks,
Ravi (rpokala@)
-Original Message-
From: on behalf of Marcelo Arau
Author: araujo
Date: Wed Jul 11 03:23:09 2018
New Revision: 336188
URL: https://svnweb.freebsd.org/changeset/base/336188
Log:
Improve bhyve exit(3) error code.
The bhyve(8) exit status indicates how the VM was terminated:
0 rebooted
1 powered off
2 halted
3 triple
I accidentally snipped the Submitted By: before committing. This was actually
authored by Scott...
Scott Phillips
On 18-07-11 02:32:06, Ben Widawsky wrote:
> Author: bwidawsk
> Date: Wed Jul 11 02:32:06 2018
> New Revision: 336187
> URL: https://svnweb.freebsd.org/changeset/base/336187
>
> Log:
Author: bwidawsk
Date: Wed Jul 11 02:32:06 2018
New Revision: 336187
URL: https://svnweb.freebsd.org/changeset/base/336187
Log:
run(4): Add a new USB device ID.
Summary:
Add the device id of the Panda Wireless PAU06 which seems to be
the already-supported combination of RT5392 MAC and R
Author: dab
Date: Wed Jul 11 02:09:11 2018
New Revision: 336186
URL: https://svnweb.freebsd.org/changeset/base/336186
Log:
Address some (although not all) style(9) issues in event.h after r335776.
Reported by: bde@
MFC after:1 day
Sponsored by: Dell EMC
Modified:
head/sys/sys/ev
Here is sample output from the tool:
LPIT: Length=148, Revision=1, Checksum=32,
OEMID=INTEL, OEM Table ID=SKL, OEM Revision=0x0,
Creator ID=MSFT, Creator Revision=0x5f
Type=ACPI_LPIT_TYPE_NATIVE_CSTATE
Length=56
UniqueId=0x
Flags=
EntryTrigger=0x00
Author: bwidawsk
Date: Wed Jul 11 01:37:01 2018
New Revision: 336185
URL: https://svnweb.freebsd.org/changeset/base/336185
Log:
acpidump(8): Add ACPI LPIT (Low Power Idle Table)
The LPIT is the part of the "standardized" way that one can enumerate
various power state information on Intel
Author: kevans
Date: Tue Jul 10 23:30:19 2018
New Revision: 336184
URL: https://svnweb.freebsd.org/changeset/base/336184
Log:
net80211: Fix ifdetach w/o ifattach, small whitespace cleanup
As the comment says, ifdetach might be called during the course of driver
detach if initialization fa
Author: rmacklem
Date: Tue Jul 10 22:53:07 2018
New Revision: 336183
URL: https://svnweb.freebsd.org/changeset/base/336183
Log:
Update the pnfs(4) man page.
This is a content change.
Modified:
head/usr.sbin/nfsd/pnfs.4
Modified: head/usr.sbin/nfsd/pnfs.4
/ObsoleteFiles.inc Tue Jul 10 22:00:20 2018(r336182)
@@ -38,6 +38,12 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180710: old numa cleanup
+OLD_FILES+=usr/include/sys/numa.h
+OLD_FILES+=usr/share/man/man2/numa_getaffinity.2.gz
+OLD_FILES+=usr/share/man/man2/numa_setaffinity.2.gz
+OLD_FILES
Author: bdrewery
Date: Tue Jul 10 21:20:49 2018
New Revision: 336181
URL: https://svnweb.freebsd.org/changeset/base/336181
Log:
Fix parsing of create-kernel-packages
MFC after:3 days
Reported by: rene
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
=
Author: sef
Date: Tue Jul 10 20:11:32 2018
New Revision: 336180
URL: https://svnweb.freebsd.org/changeset/base/336180
Log:
Fix up some missed and mis-merges from the sequential scan code
(r334844). Most of the changes involve moving some code around to
reduce conflicts with future merges. O
Author: rmacklem
Date: Tue Jul 10 19:37:52 2018
New Revision: 336179
URL: https://svnweb.freebsd.org/changeset/base/336179
Log:
MFC: r333508
Add support for the TestStateID operation to the NFSv4.1 server.
The Linux client now uses the TestStateID operation, so this patch adds
support f
Author: rmacklem
Date: Tue Jul 10 19:28:16 2018
New Revision: 336178
URL: https://svnweb.freebsd.org/changeset/base/336178
Log:
MFC: r333508
Add support for the TestStateID operation to the NFSv4.1 server.
The Linux client now uses the TestStateID operation, so this patch adds
support f
Author: rmacklem
Date: Tue Jul 10 18:44:44 2018
New Revision: 336177
URL: https://svnweb.freebsd.org/changeset/base/336177
Log:
Document the "-f" option added to pnfsdskill(8) by r336176.
This is a content change.
Modified:
head/usr.sbin/pnfsdskill/pnfsdskill.8
Modified: head/usr.sbin/p
Author: rmacklem
Date: Tue Jul 10 18:41:16 2018
New Revision: 336176
URL: https://svnweb.freebsd.org/changeset/base/336176
Log:
Add a "-f" option to pnfsdskill(8) to force disabling of a DS.
The pnfsdskill(8) command will normally fail if there is no valid mirror
for the DS to be disabled
Author: alc
Date: Tue Jul 10 18:00:55 2018
New Revision: 336175
URL: https://svnweb.freebsd.org/changeset/base/336175
Log:
Eliminate unnecessary differences between i386's pmap_enter() and amd64's.
For example, fully construct the new PTE before entering the critical
section. This change is
Author: markj
Date: Tue Jul 10 17:20:27 2018
New Revision: 336174
URL: https://svnweb.freebsd.org/changeset/base/336174
Log:
Fix thread state summary line display after r334918.
Modified:
head/usr.bin/top/display.c
Modified: head/usr.bin/top/display.c
Author: jhibbits
Date: Tue Jul 10 17:01:19 2018
New Revision: 336173
URL: https://svnweb.freebsd.org/changeset/base/336173
Log:
Correct the identifier for the Unifi Security Gateway
The USG is really E120, not E110.
Modified:
head/sys/contrib/octeon-sdk/cvmx-app-init.h
head/sys/contrib
Author: brooks
Date: Tue Jul 10 14:04:52 2018
New Revision: 336172
URL: https://svnweb.freebsd.org/changeset/base/336172
Log:
Regen after r336171.
Modified:
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/sys/compat/freebsd32/freebsd32_sys
Author: brooks
Date: Tue Jul 10 13:32:04 2018
New Revision: 336171
URL: https://svnweb.freebsd.org/changeset/base/336171
Log:
Get rid of netbsd_lchown and netbsd_msync syscall entries.
No valid FreeBSD binary very called them (they would call lchown and
msync directly) and we haven't supp
Author: brooks
Date: Tue Jul 10 13:03:06 2018
New Revision: 336170
URL: https://svnweb.freebsd.org/changeset/base/336170
Log:
Use uintptr_t alone when assigning to kvaddr_t variables.
Suggested by: jhb
Modified:
head/sys/kern/kern_descrip.c
head/sys/kern/uipc_socket.c
head/sys/kern/u
Author: garga (ports committer)
Date: Tue Jul 10 11:33:37 2018
New Revision: 336169
URL: https://svnweb.freebsd.org/changeset/base/336169
Log:
A direct call to echo was intruduced in r333407, which made messages
to be displayed when make is called with -s. Replace it by ${ECHO}.
Reviewed
Author: tuexen
Date: Tue Jul 10 10:50:43 2018
New Revision: 336168
URL: https://svnweb.freebsd.org/changeset/base/336168
Log:
Add support for printing the TCP FO client-side cookie cache via the
sysctl interface. This is similar to the TCP host cache.
Reviewed by: pkelsey@, kbowl
Author: tuexen
Date: Tue Jul 10 10:42:48 2018
New Revision: 336167
URL: https://svnweb.freebsd.org/changeset/base/336167
Log:
Use appropriate MSS value when populating the TCP FO client cookie cache
When a client receives a SYN-ACK segment with a TFP fast open cookie,
but without an MSS o
Author: wma
Date: Tue Jul 10 09:49:27 2018
New Revision: 336166
URL: https://svnweb.freebsd.org/changeset/base/336166
Log:
Fix build broken by r336130
Add ifdef's to compile parts of pci_host_generic only on armv8
Modified:
head/sys/dev/pci/pci_host_generic.c
Modified: head/sys/dev/pci/
Author: smh
Date: Tue Jul 10 08:05:32 2018
New Revision: 336165
URL: https://svnweb.freebsd.org/changeset/base/336165
Log:
Removed pointless NULL check
Removed pointless NULL check after malloc with M_WAITOK which can never
return NULL.
Sponsored by: Multiplay
Modified:
head/sys/n
Sorry guys I didn't spot it was just a revert as it was tagged on to the
end of the description, I would have expected that to be in the subject.
What do others think, is there an recommend style for revert commit
messages?
Regards
Steve
On 02/07/2018 17:30, Rodney W. Grimes wrote:
Author: kp
Date: Tue Jul 10 07:29:51 2018
New Revision: 336164
URL: https://svnweb.freebsd.org/changeset/base/336164
Log:
MFC r335886:
pfctl: Don't retrieve interface list if '-n' is set
If '-n' is set we don't use the list of skip interfaces, so don't retrieve it.
This fixes issues
30 matches
Mail list logo