summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a hashdestroy() function to undo the actions of hashinit().iedowse2002-06-301-0/+1
* Backed out previous commit. It had nothing to do with KSE and just undidbde2002-06-291-8/+8
* Oops, that was a heck of a lot more debugging left onthan I intended..julian2002-06-291-2/+3
* Updated a comment. Namspace pollution in <sys/select.h> is now moot sincebde2002-06-291-2/+2
* Part 1 of KSE-IIIjulian2002-06-296-59/+211
* remove cruftjulian2002-06-291-8/+0
* Add files that are new for KSE.julian2002-06-291-5/+15
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.alfred2002-06-292-4/+4
* catch up with mextadd callback taking a void argument instead of a caddr_t.alfred2002-06-291-1/+1
* More caddr_t removal.alfred2002-06-291-1/+1
* remove or replace caddr_t with void.alfred2002-06-281-2/+2
* change struct socket -> so_pcb from caddr_t to void *.alfred2002-06-281-1/+1
* change f_data field in struct file from caddr_t to void *.alfred2002-06-281-1/+1
* Improve the VOP locking assertsjeff2002-06-281-5/+17
* At long last, commit the zero copy sockets code.ken2002-06-265-1/+398
* Part I of RLIMIT_VMEM implementation. Implement core functionality fordillon2002-06-261-1/+3
* Fix a GCCism.markm2002-06-241-1/+1
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+1
* Oops, this should have been part of my previous commit.mux2002-06-241-3/+0
* Include <sys/types.h> in the !_KERNEL case so that this file isbde2002-06-241-0/+3
* Fixed some style bugs (mainly excessive indentation).bde2002-06-241-24/+24
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-3/+0
* This commit was generated by cvs2svn to compensate for changes in r98679,des2002-06-231-0/+675
|\
| * Import OpenBSD's <sys/tree.h>, needed by OpenSSH.des2002-06-231-0/+675
* | Remove some extra spaces hidden between tabsluigi2002-06-231-15/+15
* | KTR_CT* had one too many trailing zeroes, making KTR_CT5-8 too large forjake2002-06-231-8/+8
* | This patch fixes a size problem with the stat structure formckusick2002-06-221-12/+22
* | o Remove the initialization of unused fields in the structmux2002-06-221-0/+1
* | Define an mbuf type, MT_TAG, used for volatile annotationsluigi2002-06-221-2/+3
* | This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-213-4/+5
* | Add some #define's for mbuf annotations.luigi2002-06-201-0/+48
* | Change the way we internally store the mount options tomux2002-06-201-6/+4
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-201-0/+1
* | Quick fix for the type of the bitmap in sigset_t. It was an array ofbde2002-06-201-3/+3
* | Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-201-4/+4
* | Deorbit suibyte(). It was only used for split address space systemspeter2002-06-201-1/+0
* | Remove UIO_USERISPACE - we do not support any split instruction/datapeter2002-06-201-1/+0
* | Change spelling of `u_char' to `unsigned char' to avoid requiringmike2002-06-191-1/+1
* | Remove the compat bits for the mis-aligned struct disklabel on alpha,phk2002-06-193-42/+0
* | Squish the "could sleep with process lock" messages caused by callingalfred2002-06-191-2/+2
* | fix whitespace botch in previous commit.billf2002-06-191-1/+1
* | Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-18/+8
* | - Introduce the new M_NOVM option which tells uma to only check the currentlyjeff2002-06-171-0/+1
* | remove bogus comment, select/poll do NOT need to fhold as they hold thealfred2002-06-171-1/+4
* | Fix two syntax errors and add declarations of statvfs() and fstatvfs().wollman2002-06-161-2/+6
* | Now that we have a separate header file for sigset_t, use it and avoidwollman2002-06-161-4/+8
* | Use <sys/_sigset.h> to get declaration of sigset_t, which has been movedwollman2002-06-161-16/+3
* | Delete everything except the sigset_t definitions (subsequent towollman2002-06-161-252/+3
* | Add some (but not all) of the things POSIX expects to be declared inwollman2002-06-151-0/+23
* | Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs())wollman2002-06-151-4/+10
OpenPOWER on IntegriCloud