summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the deprecated 4.2/4.3BSD wait union.mike2002-06-051-56/+3
* NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out fromjmallett2002-06-041-3/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.alfred2002-06-021-2/+0
* Be more strict about namespaces.mike2002-06-011-8/+11
* Fix some, but not all style bugs.mike2002-06-011-23/+22
* Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flagmike2002-06-012-0/+3
* Make a structure definition slightly more style(9) compliant (makesbsd2002-06-011-2/+1
* Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was beingarchie2002-05-311-2/+9
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-91/+70
* Don't use an incomplete array type to mark the start of the paddingmarcel2002-05-311-1/+8
OpenPOWER on IntegriCloud