summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix visibility issues; use <sys/timespec.h>.wollman2002-06-151-19/+3
* | Change vfs_copyopt() so that the length argument passed to itmux2002-06-141-1/+1
* | Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>wollman2002-06-142-0/+79
* | Reserve two constants for managing socket MAC labels via socket options.rwatson2002-06-141-0/+2
* | Whitespaec consistency.rwatson2002-06-141-6/+6
* | Regen.rwatson2002-06-133-43/+3
* | No POSIX.1e capabilities in the main tree yet.rwatson2002-06-131-270/+0
* | Make nselcol, the number of select collisions since boot, unsigned askbyanc2002-06-121-1/+1
* | SO_PRIVSTATE has been commented out for long enough now....wollman2002-06-111-1/+0
* | Convert hit and miss counters to unsigned values. Surely negative valueskbyanc2002-06-101-2/+2
* | Renamed the idempotency identifier to match the file name. Cleaned upbde2002-06-091-15/+14
* | Renamed the idempotency identifier to match the file name.bde2002-06-071-3/+3
* | Overhaul the ktrace subsystem a bit. For the most part, the actual vnodejhb2002-06-071-11/+17
* | Add a new SYSINIT subsystem for KTRACE.jhb2002-06-071-0/+1
* | - Add a per-thread member 'td_inktrace' to be used by ktrace to detectjhb2002-06-071-2/+4
* | Change the all locks list from a STAILQ to a TAILQ. This bloats structjhb2002-06-061-1/+1
OpenPOWER on IntegriCloud