NetBSD/sys
ginsbach d05e0bc3e8 Add EAFNOSUPPORT as a possible error if the address family is not
supported.  This adds further differentiation between which argument to
socket(2) caused the error.  No longer are invalid domain (address family)
errors classified as ENOPROTOSUPPORT errors.  This should make socket(2)
conform to current POSIX and X/Open standards.  Fixes PR/33676.
2006-06-13 21:19:56 +00:00
..
altq fix timecounter fallout 2006-06-07 23:58:03 +00:00
arch Merge multiple definitions of cntlzw() ("count leading zeros") 2006-06-13 18:24:37 +00:00
coda integrate kauth. 2006-05-14 21:19:33 +00:00
compat change 20 to NZERO; pointed out by mrg. 2006-06-13 16:54:56 +00:00
conf merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
contrib/dev/ath merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
crypto quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
ddb integrate kauth. 2006-05-14 21:19:33 +00:00
dev Initialize the mixer delta value to 8 for the 1370 version. No 2006-06-13 21:03:04 +00:00
dist don't allocate > 1K on the stack. 2006-06-13 02:08:20 +00:00
fs remove ; from }; 2006-06-12 00:20:21 +00:00
gdbscripts
ipkdb Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
kern Add EAFNOSUPPORT as a possible error if the address family is not 2006-06-13 21:19:56 +00:00
lib merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
lkm remove gcc4 stuff since it is done in bsd.kmod.mk 2006-05-21 05:43:49 +00:00
miscfs use KAUTH_PROCESS_CANSEE rather than CURTAIN where appropriate. 2006-06-13 13:57:33 +00:00
net merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
net80211 don't allocate chans on the stack. 2006-06-12 21:55:03 +00:00
netatalk merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
netccitt merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
netinet Prototype for tvtohz() is no longer needed here. 2006-06-13 15:57:15 +00:00
netinet6 merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
netipsec clarify time scale semantic issue 2006-06-10 11:42:07 +00:00
netisdn merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
netiso merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
netkey merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
netnatm
netns merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
netsmb merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
nfs stack police: don't allocate statvfs on the stack. 2006-06-09 21:41:14 +00:00
opencrypto merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
stand
sys make the public declaration of "hardclock_ticks" signed again; other 2006-06-08 17:23:11 +00:00
ufs softdep_sync_metadata: If vp is a block device it may have new I/O requests 2006-06-12 16:37:00 +00:00
uvm uvm_swapin: process -> lwp in a comment. 2006-06-13 13:22:06 +00:00
Makefile