summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-1/+1
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().wpaul2000-11-231-1/+3
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-232-22/+27
* Fix the KTR tracepoints for mtx_enter/exit/try_enter to properly order thejhb2000-11-231-8/+7
* Update the probe some more to deal with 16/32 bit issues. If the chipwpaul2000-11-232-3/+32
* Add one2many subdirectory (previously forgotten).archie2000-11-221-1/+1
* Reduce number of #ifdef nestings.asmodai2000-11-221-4/+0
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-222-8/+7
* mdoc(7) police: use the new feature of the An macro.ru2000-11-221-24/+14
* Protect the following with a lockmgr lock:jake2000-11-2220-15/+90
* Protect the bounce page list with a mutex instead of using splhigh().dfr2000-11-221-14/+13
* Ahem, fix the disclaimer portion of the copyright so it disclaim's thejhb2000-11-211-2/+2
* Devices that are running at splimp MUST use ng_queue_data()julian2000-11-211-2/+1
* Protect p_wchan with sched_lock in selwakeup().jlemon2000-11-211-0/+2
* Assembler fixes.markm2000-11-217-16/+16
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-214-0/+62
* Provide a new interface for the user of aio_read() and aio_write() to requestalc2000-11-213-31/+47
* Stop handcoding a couple of instructions since gas 2.10 can properlyjhb2000-11-214-7/+4
* Bump the buffersize from 0x1000 to 0x4000.julian2000-11-211-1/+1
* Don't test the return value from the actual command when determiningmsmith2000-11-211-5/+0
* fix isa DMA on pyxis based machines:gallatin2000-11-211-7/+8
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-206-41/+6
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-206-13/+13
* Duh. These have been sitting in my tree since I committed this stuff.julian2000-11-204-0/+116
* Merged from sys/i386/i386/machdep.c revision 1.421.kato2000-11-202-0/+4
* More aggressively rate limit the growth of soft dependency structuresmckusick2000-11-201-33/+21
* Accept filters broke kernels compiled without options INET.alfred2000-11-202-7/+20
* o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.rwatson2000-11-201-0/+3
* o Export nchstats ("VFS cache effectiveness statistics") usingrwatson2000-11-201-0/+4
* o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.rwatson2000-11-201-0/+3
* Disable calling timeout() when doing bio. It was causing more prolems thanscottl2000-11-191-2/+8
* Make sbcompress use the new M_WRITABLE macro. Previously sbcompressdwmalone2000-11-192-4/+8
* Convert various calls to splhigh() to disable_intr() since splhigh() isdfr2000-11-198-28/+34
* We don't need <stddef.h> for offsetof() any more.dfr2000-11-192-4/+0
* - Protect the callout wheel with a separate spin mutex, callout_lock.jake2000-11-1911-20/+50
* Implement a low-memory deadlock solution.dillon2000-11-1814-185/+315
* Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped().dillon2000-11-181-0/+3
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-1817-245/+1789
* Further use of M_ZERO.dwmalone2000-11-185-13/+7
* Add the use of M_ZERO to netgraph.dwmalone2000-11-1823-66/+36
* Fix a braino ..sos2000-11-181-1/+1
* do not blindly assume 8khz is supported on open(). try for 8khz but respectcg2000-11-181-3/+6
* Use vop_defaultop() instead of ntfs_bypass().bp2000-11-182-4/+12
* Release sched_lock very briefly to give interrupts a chance to fire if wejhb2000-11-181-0/+2
* Don't attempt to cluster write buffers where the VMIO flag isn't set.tegge2000-11-171-1/+2
* Make sure we don't cross stripe boundaries when reviving striped plexes.des2000-11-171-4/+6
* Fix the `make -jX' (X>1) breakage.obrien2000-11-175-45/+55
* - Split the run queue and sleep queue linkage, so that a processjake2000-11-1712-18/+22
* - Change extra sanity checks in cpu_switch() to be conditional on INVARIANTSjhb2000-11-173-93/+9
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
OpenPOWER on IntegriCloud