HardenedBSD/sys
Bruce Evans 4c56fcdead Removed the cast to a pointer in the definition of PS_STRINGS and
adjusted related casts to match (only in the kernel in this commit).
The pointer was only wanted in one place in kern_exec.c.  Applications
should use the kern.ps_strings sysctl instead of PS_STRINGS, so they
shouldn't notice this change.
1998-12-16 16:28:58 +00:00
..
alpha Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
amd64 Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
boot Removed dynamic loading of FileHandle 1998-12-16 09:09:09 +00:00
cam Enable/Disable our lun on open/close. Track resources kept at the controller 1998-12-15 08:15:15 +00:00
coda
compat Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
compile
conf Sync with current sc driver in sys/i386/isa. 1998-12-16 14:57:38 +00:00
contrib/softupdates Remove some compiler warnings. 1998-12-10 20:11:47 +00:00
ddb
dev vxalloc() can return NULL. Deal with it. 1998-12-16 00:38:57 +00:00
fs Fix possible NULL-pointer deref in error case (same as DEVFS). 1998-12-16 00:10:51 +00:00
geom
gnu PR: kern/8819 1998-12-13 06:50:17 +00:00
i386 Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
isa Fixed LINT breakage in previous commit. Option FDC_YE enabled a 1998-12-14 16:29:58 +00:00
isofs/cd9660
kern Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
libkern
miscfs Fix possible NULL-pointer deref in error case (same as DEVFS). 1998-12-16 00:10:51 +00:00
modules
msdosfs
net Bridging support. Wait for LINT to be updated before trying it. 1998-12-14 17:58:05 +00:00
netatalk
netatm Set and propagate the correct cause code values. 1998-12-11 21:47:47 +00:00
netinet Last bits (i think) of dummynet for -current. 1998-12-14 18:09:13 +00:00
netipx Back out last change; there was 'fixup' code for the case later. 1998-12-09 13:48:08 +00:00
netkey
netnatm
netns
nfs Added 3 new errno values, requred by various standards: EOVERFLOW, 1998-12-14 18:54:04 +00:00
nfsclient Added 3 new errno values, requred by various standards: EOVERFLOW, 1998-12-14 18:54:04 +00:00
nfsserver Added 3 new errno values, requred by various standards: EOVERFLOW, 1998-12-14 18:54:04 +00:00
pc98 Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
pccard probe function changed from returning char * to const char *. 1998-12-14 06:37:37 +00:00
pci vxalloc() can return NULL. Deal with it. 1998-12-16 00:38:57 +00:00
posix4
powerpc Removed bogus casts of USRSTACK and/or the other operand in binary 1998-12-16 15:21:51 +00:00
rpc
sys Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
tools
ufs Add comments to code that I was trying to understand. 1998-12-15 03:29:52 +00:00
vm Don't disable mmap with large file offset. 1998-12-09 20:22:21 +00:00
Makefile