summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* The default kernel filename is "kernel" again, not "kernel.ko".msmith2000-11-171-1/+1
* Add the 'gdt' and 'gdtd' devices for the ICP Vortex RAID controller family.msmith2000-11-171-0/+2
* Go back to using data_len in struct ngpppoe_init_data after discussionsbrian2000-11-165-89/+146
* The recent changes to msleep() and mawait() resulted in timeout() andjhb2000-11-161-1/+16
* When checking the device code in the probe routine, leave the chip inwpaul2000-11-161-3/+22
* Add kernel option NETGRAPH_ONE2MANY.archie2000-11-164-0/+4
* vx is now optional rather than taking a count. Reflect that in theimp2000-11-161-2/+2
* Put the probe verboseness behind bootverbosesos2000-11-161-11/+15
* New netgraph node type ng_one2many(4).archie2000-11-163-0/+640
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-1612-133/+39
* remove redundant declaration of bsd_to_linux_sigset()gallatin2000-11-161-1/+0
* fix glaring bugs in rt signals -- copyout the right signal mask ingallatin2000-11-161-2/+3
* Argh, add in a missing release of the sched_lock.jhb2000-11-161-0/+1
* CURSIG() calls functions that acquire sleep mutexes, so it is not a goodjhb2000-11-161-3/+12
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-162-2/+11
* make the fcntl() flags match what the linux/alpha port uses, notgallatin2000-11-161-9/+11
* - Rename await() to mawait(). mawait() is to await() as msleep() is tojhb2000-11-152-15/+29
* - Replace a KASSERT() that knew too much about mutex internals with ajhb2000-11-151-2/+1
* - Convert references from tsleep() -> msleep()jhb2000-11-151-9/+9
* - Add a new macro DROP_GIANT_NOSWITCH() that is similar to DROP_GIANT()jhb2000-11-151-6/+32
* Include the right headers to get the DDB #define and the db_active variable.jhb2000-11-153-0/+9
* - Replace some instances of sched_ithd with sched_swi in KTR tracepoints.jhb2000-11-151-2/+3
* Assert that Giant is not owned during the main loop of ithd_loop().jhb2000-11-152-0/+2
OpenPOWER on IntegriCloud