summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make the same size rounding error both ways.phk1999-03-221-1/+1
* Fixed a serious bug in rev.1.202. getnewbuf() sometimes didn'tbde1999-03-191-2/+2
* Don't run FLL fodder through the median-filter.phk1999-03-161-16/+10
* Allow !suser() R/O access to ntp_adjtime()phk1999-03-151-1/+2
* fix breakage for alphas.julian1999-03-151-2/+2
* Enforce monotonicity of apparent process user, system and interrupt times.bde1999-03-131-22/+51
* Fix an old cut&paste bogon.phk1999-03-122-4/+4
* Remove duplicate include.phk1999-03-122-8/+2
* This solves a deadlock that can occur when read()ing into a file-mmap()julian1999-03-122-7/+36
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-124-403/+709
* Fixed runtime accounting. The time since the previous context switchbde1999-03-112-13/+11
* Make even more of the PPSAPI implementations generic.phk1999-03-113-148/+301
* For clarity, use the "map" variable introduced by the last commitalc1999-03-101-5/+5
* Make TIMER_FREQ a normal, undocumented option. Raise confusion tophk1999-03-091-1/+2
* Integrate the new "nanokernel" PLL from Dave Mills.phk1999-03-083-654/+642
* * Register sysctl nodes before running sysinits when loading files anddfr1999-03-072-4/+23
* Fix callout_init(). This didn't have any practical effect since itwollman1999-03-061-2/+2
* Expose a slightly-lower-level interface to timeouts which allows callerswollman1999-03-061-24/+96
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-053-7/+7
* exec_aout_imgact should lock the vm_map before calling vm_map_insert.alc1999-03-041-6/+15
* The tunable parameter for the scheduler quantum was inverted.julian1999-03-031-30/+23
* Slight cleanup of code resurected for union mounts..julian1999-03-032-66/+70
* Make comment match code.julian1999-03-021-3/+2
* Remove inapropriate use of VOP_ISLOCKED()julian1999-03-021-2/+2
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-022-6/+18
* Update to know about current kernel directory layout.mckusick1999-02-281-15/+105
* Declare static __inline functions as __inline in their forwardbde1999-02-282-26/+16
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-283-13/+13
* Fix code for union mountsjulian1999-02-272-2/+46
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-261-2/+2
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-255-4/+9
* Don't forget to update `switchticks' in corner cases (except forbde1999-02-252-7/+7
* Reviewed by: Julian Elischer <julian@whistle.com>dillon1999-02-252-14/+58
* 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-222-7/+12
OpenPOWER on IntegriCloud