summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_subr.c
Commit message (Expand)AuthorAgeFilesLines
* GC vax-only codeeivind2000-09-141-47/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+6
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-2/+9
* This solves a deadlock that can occur when read()ing into a file-mmap()julian1999-03-121-4/+12
* The previous commit also fixed a possibly-wrong (too high) prioritybde1999-02-221-1/+1
* Improved scheduling in uiomove(), etc. resched_wanted() is true toobde1999-02-221-6/+6
* Switch context before doing some i/o operations that might block ifbde1999-02-021-1/+26
* KNFize, by bde.eivind1999-01-101-5/+5
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-13/+11
* remove nonsense code.phk1998-08-041-4/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-4/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-2/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* VM level code cleanups.dyson1998-01-221-2/+5
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-2/+65
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-191-1/+76
* Rename "struct kmemstats" to "struct malloc_type" it makes more sense now.phk1997-10-101-3/+5
* Removed unused #includes.bde1997-09-021-2/+1
* Define NPRIMES in terms of the number of elements in 'primes' (as opposedalex1997-05-281-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improved hashinit panic strings.dg1995-05-081-3/+3
* Added UIO_NOCOPY case to ureadc() to quiet gcc.dg1995-04-301-1/+3
* Added a few more entries to the list of prime numbers.dg1995-04-091-4/+4
* kern_subr.c:dg1995-04-041-1/+36
* Minor code improvement to uiomove()dg1995-02-121-3/+4
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+210
OpenPOWER on IntegriCloud