summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors on alpha.dt1999-04-241-3/+5
* Lite2 bugfixes merge:ache1999-04-241-3/+3
* Fix a braino in the v_id wraparound code. Give more (current) detailsphk1999-04-241-9/+17
* Use pointer arithmetic to do pointer arithmetic.dt1999-04-241-3/+3
* The function msgrcv() could copy larger data than it should dosada1999-04-211-3/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-212-406/+3
* Address several problems in vn_read and vn_write:alc1999-04-211-35/+21
* Make the location of init(8) tunable at boot time.des1999-04-201-16/+29
* GC some stray debugging printf()s...peter1999-04-191-4/+1
* Zap LKM option and support. Farewell old friend.peter1999-04-191-838/+0
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-192-49/+2
* GC some unused code.peter1999-04-171-294/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-174-7/+7
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-164-53/+386
* getnewbuf(): check return value from tsleep(). Interruptible NFS may passdt1999-04-141-7/+4
* Backout early start of APs since it caused some machines to hang.tegge1999-04-131-4/+1
* More consistent with surrounding style. (Hey - it looked great in theeivind1999-04-121-2/+2
* Typo in comment.des1999-04-121-2/+2
* Staticize.eivind1999-04-112-4/+4
* Staticize.eivind1999-04-111-2/+2
* Add prototype for wait_ap().tegge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+4
* Allow setting MAXFILES in the kernel config.des1999-04-091-1/+3
* More secure clock management. Allow positive steps only once per secondnsayer1999-04-071-11/+16
* Fix last delta so file would compile again- I think I got itmjacob1999-04-071-10/+13
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-071-1/+7
* If securelevel>1, allow the clock to be adjusted negatively only up tonsayer1999-04-071-8/+27
* Fix a performance problem with the new getnewbuf() code: in an outofspacealc1999-04-071-26/+30
* Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.peter1999-04-061-9/+9
* Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.peter1999-04-061-3/+3
* LK_RETRY is a vn_lock() flag, not one for lockmgr().peter1999-04-061-3/+3
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-1/+17
* Regenerate (padding for pread and pwrite).dt1999-04-042-4/+4
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-046-152/+120
* Fix a division which I had made a multiplication.phk1999-04-041-3/+5
* Dang, lost some LL's there.phk1999-04-041-3/+3
* Update to latest version from Dave Mills. Mostly textual.phk1999-04-041-27/+49
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-032-4/+9
* Don't open window for race condition.phk1999-04-022-8/+2
* Purging lint from the Bruce filter.phk1999-03-301-12/+10
* Add some useful functions to the device framework:dfr1999-03-293-43/+314
* Fix a bug which prevented more than two clients from sharing a resource.dfr1999-03-291-2/+2
* Call ptrace_u_check with the right size.dfr1999-03-291-2/+2
* Fixed line counting error.n_hibma1999-03-271-1/+3
* Added pread and pwrite. These functions are defined by the X/Openalc1999-03-274-8/+139
* Remove incorrect lock specs for vop_whiteout (introduced by Lite/2).eivind1999-03-271-5/+9
* Changed vn_read/write such that fp->f_offset isn't touchedalc1999-03-261-4/+15
* Call the module's unload handler before removing the device from thedfr1999-03-231-19/+26
* Add a sysctl variable which can help stop chroot(2) escapes.phk1999-03-232-2/+90
* Fix some nasty hangs if garbage were passed.phk1999-03-231-4/+6
OpenPOWER on IntegriCloud