HardenedBSD src tree
Go to file
Justin T. Gibbs f6f6004c29 Properly calculate the amount of the devconf to output in SYSCTL_OUT.
The code outputs the dc then calls the device specific externalize
routines to fill in the dc_data area.  The old code assumed that dc_data
started one byte from the end of the dc, but with the compiler optimizing
alignment and padding, this isn't always the case.  Do an explicit
&(dc.dc_data) - &dc.  This fixes lsdev -c which must have been broken
for some time.
1996-01-31 18:05:19 +00:00
bin
eBones
etc Another round of spelling fixes. 1996-01-31 15:03:18 +00:00
games
gnu Teach the .Os macro about FreeBSD and our releases. E.g. 1996-01-31 16:34:53 +00:00
include Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the source 1996-01-31 08:02:11 +00:00
lib
libexec
lkm
release
sbin Hacked up a small man page for mount_ext2fs. The existing man page was 1996-01-31 17:28:23 +00:00
secure
share Some more spelling fixes. 1996-01-31 14:26:20 +00:00
sys Properly calculate the amount of the devconf to output in SYSCTL_OUT. 1996-01-31 18:05:19 +00:00
tools
usr.bin Fix some spelling errors in the calendar files. 1996-01-31 13:40:40 +00:00
usr.sbin Make mixer print out all of the current mixer settings by defualt 1996-01-31 18:01:22 +00:00
COPYRIGHT
Makefile