summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor style fixes, mostly adding indent-protection on some comment-blocks.gad2004-03-301-6/+6
* Replace pscomp() with a cleaner version, mostly written by bde (*).gad2004-03-301-14/+43
* Make libdisk WARNS=4 clean.kuriyama2004-03-306-26/+31
* Shorten some XXXKSE commentrypeter2004-03-291-4/+2
* Kill some XXXKSE's. vnlru/syncer are single threaded.peter2004-03-291-3/+2
* Clean up the stub fake vnode locking implemenations. The main reason thispeter2004-03-295-166/+11
* Add per-softc locking to if_tun:rwatson2004-03-291-6/+66
* Remove duplicate MLINK.tjr2004-03-291-1/+1
* Bring these files closer to style(9) conformance by comparing arobert2004-03-292-2/+2
* Eliminate support for FreeBSD 3.x and earlier now that we're in theimp2004-03-291-203/+0
* Fix the case where $ntpdate_hosts was not specified and /etc/ntp.confdes2004-03-291-2/+2
* Mdoc Police:hmp2004-03-291-21/+25
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-294-12/+6
* Note that we can pass NULL as 4th argument for copystr() and copyinstr()pjd2004-03-291-2/+10
* Lock down if_tun global variables using a new mutex, tunmtx. As withrwatson2004-03-291-11/+31
* If we change obj_rtld.path after initialising __progname, make sure wedfr2004-03-291-0/+1
* Use a common return path for filt_soread() and filt_sowrite() torwatson2004-03-291-16/+20
* In sofree(), moving caching of 'head' from 'so->so_head' to later inrwatson2004-03-291-2/+2
* If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE;rwatson2004-03-291-2/+11
* o Also check that the mutex type is not less than the minimum allowable value.mtm2004-03-291-2/+3
* Make the minimum implementation of pthread_kill conform to themtm2004-03-291-0/+13
* o Don't explicitly check the thread for NULL. That is the caller'smtm2004-03-291-6/+10
* o If a thread is marked as detached AND on the dead threads listmtm2004-03-291-3/+3
* Add a comment about time stamper.nyan2004-03-293-3/+3
* If a condition variable is statically initialized don't returnmtm2004-03-291-2/+6
* This commit was generated by cvs2svn to compensate for changes in r127563,des2004-03-291-5/+5
|\
| * Synch with NetBSD: avoid "unused parameter" warning.des2004-03-291-5/+5
| * As suggested by des, add a "vendor branch" for this code from NetBSD.gad2004-03-253-7/+6
| * This commit was manufactured by cvs2svn to create branch 'NETBSD'.cvs2svn2004-03-253-0/+752
* | Add directories under /usr/share/nls and /usr/local/share/nlstjr2004-03-292-2/+202
* | The thread suspend function now returns ETIMEDOUT, not EAGAIN.mtm2004-03-292-3/+2
* | Make fingerd(8) WARNS2 clean.pjd2004-03-292-1/+2
* | Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink.tjr2004-03-291-2/+0
* | o Remove more references to SIGTHRmtm2004-03-292-58/+0
* | Oops. Remove some ';'s in #defines added by a previous update.gad2004-03-291-2/+2
* | Conditionally acquire Giant when entering the sockets layer via therwatson2004-03-291-31/+31
* | MFi386: Use the BSD madvise() syscall implementation for Linux binarybms2004-03-295-8/+3
* | Add missing cprd_flags member to partial resource structure inwpaul2004-03-295-1/+17
* | MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+2
* | Conditionally acquire Giant when entering the socket layer via filerwatson2004-03-291-6/+6
* | Add a new LC_MONETARY data file for the ko_KR.UTF-8 locale instead of usingtjr2004-03-292-0/+37
* | When validating that the length sum in recvit(), we fail to releaserwatson2004-03-291-0/+1
* | Add a new LC_MONETARY data file for the ja_JP.UTF-8 locale instead of usingtjr2004-03-292-2/+37
* | Have this source explicitly include <sys/proc.h>, since it referencesgad2004-03-291-0/+1
* | MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+3
* | Since "kp" is a pointer, I should be comparing against NULL not 0.gad2004-03-291-1/+1
* | Remove "-frename-registers" option for sparc64 kernel builds. Thatkensmith2004-03-291-1/+3
* | Various style improvements, mostly in comments and indentation.gad2004-03-291-43/+58
* | Modify BPF descriptor assertions to assert Giant when a BPF descriptorrwatson2004-03-291-1/+4
* | Conditionally assert Giant in fputsock() based on the value ofrwatson2004-03-291-0/+1
OpenPOWER on IntegriCloud