summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Overhaul the per-CPU support a bit:jhb2001-12-113-5/+50
* Correct a comment that should have been updated in rev 1.43, whensheldonh2001-12-111-2/+2
* Complete the CTR6 addition (and TR6 and ITR6...)obrien2001-12-101-11/+11
* Add new boot flag to i386 boot: -p.guido2001-12-102-0/+2
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-101-1/+1
* Add a CTR6, we need it now.obrien2001-12-101-0/+8
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-1/+2
* p_trespass() has been dead for over a year.des2001-12-081-1/+0
* Add entries to allow setting the CD type on cue sheetssos2001-12-041-0/+11
* Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.obrien2001-12-041-1/+0
* Reduce namespace pollution by removing argument names from prototypes.des2001-12-041-18/+18
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-8/+17
* Add missing declaration of ftime.dwmalone2001-12-031-0/+8
* Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 evenobrien2001-12-031-0/+1
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).jkoshy2001-12-011-0/+5
* o Stop abusing MD headers with non-MD types.mike2001-12-011-9/+9
* Return a more meaningful errno when the length of the interpreterjwd2001-11-281-1/+1
* DEVFS has resurfaced.dd2001-11-252-8/+0
* Add support for the `restrict' type qualifier, new in C99.mike2001-11-231-0/+14
* Fix an off-by-bit error in the AGP_MODE_[GS]ET_RATE() macros.ru2001-11-211-2/+2
* Give struct socket structures a ref counting interface similar todillon2001-11-172-1/+28
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-6/+6
* remove holdfp()dillon2001-11-141-0/+8
* Create a mutex pool API for short term leaf mutexes.dillon2001-11-133-1/+9
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* Add the ability to distinguish between compile environments thatmike2001-11-121-0/+5
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-111-0/+2
* It turns out my reasons for using a few d_thread_t's were bogus. Revertimp2001-11-112-14/+16
* add note about why I used d_thread_t in the prototypes.imp2001-11-112-2/+4
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+1
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-052-1/+7
* Update copyrights to include Thomas Moestl.rwatson2001-11-051-2/+4
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-051-2/+11
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+8
* Add Søren's email address.asmodai2001-11-041-1/+1
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-043-6/+6
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetpeter2001-11-032-2/+2
* Declare struct uio so consumers don't have to #include <sys/uio.h> unlessdes2001-11-031-0/+1
* Add the as-yet-unused S_ALLSTOPS which I forgot in previous commit.des2001-11-021-0/+1
* o Add new header <sys/stdint.h>.mike2001-11-023-25/+89
* Add nmount() stub function and regenerate the syscall-glue which shouldphk2001-11-023-5/+13
* o Merge recent changes from the POSIX.1e capability tree:rwatson2001-11-021-0/+17
* o Update copyright dates.rwatson2001-11-012-12/+7
* Some fix for the recent apm module changes.iwasaki2001-11-012-2/+53
* Add devclass_find_free_unit() prototypeache2001-11-011-0/+1
* Make smp_started volatile in sys/smp.h and remove the volatilemarcel2001-10-311-1/+1
* Threads sit on condition variable wait queue's, not proceses (sic).jhb2001-10-301-1/+1
* Add the sysctl "kern.function_list", which currently exports allgreen2001-10-301-0/+1
* Use a more sophisticated check that works better with older versionsmike2001-10-291-5/+5
* Revert the reindentation of struct task's definition from rev 1.4.jhb2001-10-281-4/+4
OpenPOWER on IntegriCloud