summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MF22: MSG_EOR bug fix.jkh1997-11-091-3/+9
* Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-071-7/+7
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-0723-64/+36
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-0633-786/+528
* Remove the long description from the in-kernel datastructure.phk1997-10-281-1/+4
* Removed unused #includes.bde1997-10-2810-27/+10
* Fixed style bugs in open() fix.bde1997-10-282-8/+10
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-4/+1
* Use 127 instead of CHAR_MAX for the limit on the sequence count. Thebde1997-10-271-18/+17
* VFS interior redecoration.phk1997-10-264-404/+208
* Remade syscalls.master derived files.phk1997-10-262-20/+4
* Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".phk1997-10-262-18/+21
* Simplify the lease_check stuff.phk1997-10-263-33/+11
* make a couple functions static...jmg1997-10-242-6/+6
* Disallow non-root mount. If you want to allow non-root mount, changekato1997-10-232-2/+16
* Reject attempts to call open() with an illegal combination of O_RDONLY,joerg1997-10-222-4/+8
* Add const to a couple of casts to silence some of the warnings Brucephk1997-10-211-3/+3
* Fix returned sleep period for large valuesache1997-10-201-3/+5
* kern.maxproc is not writable since there are tables that are staticallydg1997-10-191-2/+2
* Killed non-sensical call to splimp/splx in crfree().dg1997-10-171-5/+1
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-0/+45
* VFS clean up "hekto commit"phk1997-10-161-0/+3
* Another VFS cleanup "kilo commit"phk1997-10-162-28/+77
* Oops. forgot the blasted cvs add.phk1997-10-161-0/+101
* VFS mega cleanup commit (x/N)phk1997-10-163-56/+6
* We are mounting the root.julian1997-10-162-4/+4
* On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uidguido1997-10-151-3/+4
* Sigh. Signal handlers are executed on leaving the system call, notpeter1997-10-151-8/+2
* vnops megacommitphk1997-10-151-3/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-1230-55/+78
* Try and fix some style problemspeter1997-10-121-15/+18
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-1114-14/+44
* Freeing with unknown type is a panic kind of thing.phk1997-10-111-2/+2
* Remove all traces of M_VFSCONF, which were for all practicalphk1997-10-111-3/+1
* Remove a debug printf entirely.phk1997-10-111-4/+1
* Disable an extremely annoying printf.peter1997-10-111-1/+3
* Dike out a weird warning.phk1997-10-112-2/+6
* Make the target for the number of AIO daemons work.dyson1997-10-111-2/+18
* Rename "struct kmemstats" to "struct malloc_type" it makes more sense now.phk1997-10-102-14/+16
* Make malloc more extensible. The malloc type is now a pointer tophk1997-10-101-59/+41
* Compensate for pcb.h tweaks.peter1997-10-101-1/+6
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-102-2/+4
* Major cleanup and debugging of the new AIO/LIO code. The LIO code isdyson1997-10-091-65/+258
* Ack! Fix excessive cut/paste blunder during poll mods. Who had thepeter1997-10-061-3/+3
* - Hide the 'device doesn't supported shared interrupts' code behindnate1997-10-061-4/+5
* Relax the vnode locking for read only operations.dyson1997-10-061-3/+3
* It is possible that MB's with really broken bios's not set up more ofdyson1997-10-061-0/+8
* Make sure that the memory type registers are the same for each CPUdyson1997-10-051-1/+53
* While booting diskless we have no proc pointer.phk1997-10-041-2/+3
OpenPOWER on IntegriCloud