summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Delay waking up processes select'ing on the log device directly fromjhb2000-12-151-0/+29
* Make sure to check if MGET(HDR) returned NULL, even when called with M_WAIT.bmilekic2000-12-151-2/+26
* Whups: only build the if_el module on the x86 platform for now, untilwpaul2000-12-151-2/+2
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.wpaul2000-12-154-121/+255
* Stick the kthread API in a kthread_* namespace, and the specialized kprocjhb2000-12-156-18/+17
* Lock access to proc members.jhb2000-12-154-18/+51
* Add the musycc driver to NOTES.phk2000-12-152-0/+2
* Don't clone impossible unit numbers for disks.phk2000-12-151-0/+2
* Enforce disk unit numbers upper limit in cloning.phk2000-12-151-0/+2
* Make a #define for the highest legal disk unit (0x1ff)phk2000-12-153-0/+9
* Fix with debugging option.takawata2000-12-151-2/+2
* When p_ucred is passed to the venus daemon, first grab the proc lock tojhb2000-12-152-4/+28
* Locking change: lock p_cred with the proc mutex (c) instead of assumingjhb2000-12-151-1/+1
* Whitespace cleanups, and a few comment changes to get everything to fitjhb2000-12-151-40/+40
* Add in MI implementations of the KTR trace buffer ddb commands. Thejhb2000-12-151-0/+97
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasjhb2000-12-144-378/+0
* Generalize quirk for Sony Memory Sticks. Any device that starts withimp2000-12-141-1/+5
* mdoc(7) police: removed duplicate .Os call.ru2000-12-141-1/+1
* Make Embedded Controller driver interrupt driven.takawata2000-12-141-19/+77
* - Move ifs_init() so that it can initialize ifs_inode_hash_mtx.tanimura2000-12-141-12/+12
* Use _lapic+offset to access the local apic from assembly languagejake2000-12-1410-60/+74
* Fix this based on Mike's moved pci code. We needed to delete the pci_mimp2000-12-141-4/+2
* Fix include directories for crossbuilding.marcel2000-12-131-1/+1
* - Add a new flag MTX_QUIET that can be passed to the various mtx_*jhb2000-12-134-126/+205
* o Remove the COMPAT_OLDPCI option now that Mike removed it.imp2000-12-131-3/+3
* Reconnect linprocfs.des2000-12-131-2/+2
* Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)des2000-12-132-216/+260
* Add dependency on linux, which is needed for proc/version.des2000-12-131-0/+1
* Add subr_sbuf.c.des2000-12-131-0/+1
* String buffer APIdes2000-12-132-0/+347
* If we fail to emulate a vm86 trap in kernel mode, then we usejhb2000-12-133-0/+3
* Include vm/vm_zone.h prior to vm/swap_pager.h.tanimura2000-12-131-0/+1
* Strip the .comment and .note sections when stripping. There's nornordier2000-12-131-1/+1
* I really hate it when part of a patch gets left out.julian2000-12-131-1/+0
* Move `#include <sys/devicestat.h>' into #ifdef/#endif to keepnon2000-12-131-1/+1
* Do not race for the lock of an inode hash.tanimura2000-12-132-12/+84
* - If swap metadata does not fit into the KVM, reduce the number oftanimura2000-12-1311-27/+76
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-1322-275/+292
* Add route interrupt method.mjacob2000-12-131-0/+2
* Lock the allproc list.jake2000-12-131-1/+4
* Preventing runaway kernel soft updates memory, take three.mckusick2000-12-134-73/+168
* Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI".obrien2000-12-133-3/+0
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-134-5/+0
* Fix problem with ax88190 based cards trying to probe further afterimp2000-12-131-0/+1
* Remove unnecessary includes found by phk's script a long time ago.imp2000-12-132-4/+0
* Add aic and ray modules. I've been building these for a while now onimp2000-12-131-1/+1
* Module for aicimp2000-12-131-0/+9
* Add module dependencies on CAM module.imp2000-12-133-0/+3
* Eliminate a race in MEXTFREE(). The reference counter decrement and testbmilekic2000-12-131-11/+16
* o Tighten restrictions on use of /proc/pid/ctl and move access checksrwatson2000-12-132-8/+20
OpenPOWER on IntegriCloud