summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of nested mountpoints in __getcwd()phk1997-09-282-6/+10
* Hide the `no magic' babble behind bootverbose, since it has proven tojoerg1997-09-271-5/+7
* Clustered read and write are switched at mount-option level.kato1997-09-273-9/+13
* I lost a bit of my change in the last commit, this is more like it.phk1997-09-262-4/+10
* Reduce the target number of vnodes on the freelist from desiredvnodesphk1997-09-252-4/+4
* Store an absolute tick value in callout entries so that a subtraction ongibbs1997-09-243-30/+54
* Add one more counter so we can truly find out how good our name cachephk1997-09-241-2/+7
* A couple of handles to tweak, more statistics.phk1997-09-245-11/+93
* urk, fix spelling error in comment I just fixed.julian1997-09-211-2/+2
* Fix a comment.julian1997-09-211-2/+6
* Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flaggibbs1997-09-211-77/+56
* init_main.c subr_autoconf.c:gibbs1997-09-2110-306/+489
* autoconf.c:gibbs1997-09-211-1/+3
* Implement the parts needed for VM86 under SMP.peter1997-09-211-7/+11
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-211-14/+24
* Re-institute a bugfix in allocation of anonymous buffer memory.dyson1997-09-211-7/+36
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-216-102/+120
* We were (I think) missing a vrele() on the vnode for the object loadedpeter1997-09-211-6/+5
* Fixed staticization. buckets[] was staticized but was still declaredbde1997-09-161-6/+17
* Fixed gratuitous ANSIisms.bde1997-09-168-29/+60
* Reject attempts to set an in-core label which says that the "disk"bde1997-09-161-4/+10
* Don't leak memory, from sef.phk1997-09-162-22/+54
* Solve race-condition, return path in normal order.phk1997-09-152-52/+58
* Deal more correctly with mountpoints.phk1997-09-152-6/+10
* Regenerate _after_ the commit to syscalls.masterpeter1997-09-152-2/+2
* Add a __getcwd() syscall. This is intentionally undocumented, but allphk1997-09-145-3/+104
* Update select -> poll in drivers.peter1997-09-142-19/+20
* Various select -> poll changespeter1997-09-145-13/+14
* vn_select -> vn_pollpeter1997-09-141-8/+9
* Zap nxselect and noselect.peter1997-09-141-25/+1
OpenPOWER on IntegriCloud