summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Switch off some debugging code.paul2000-12-162-3/+1
* Merged from sys/i386/i386/machdep.c revision 1.425.kato2000-12-162-8/+30
* Merged from files.i386 revision 1.340.kato2000-12-161-0/+1
* Merged from Makefile.i386 revision 1.215.kato2000-12-161-1/+1
* Merged from sys/boot/i386/loader/Makefile revision 1.49.kato2000-12-161-1/+1
* Enable building of lnc module.paul2000-12-161-1/+1
* Add lnc module.paul2000-12-161-0/+11
* Fixup some problems with the merged code of the previous commit.paul2000-12-163-5/+4
* Newbusify.paul2000-12-166-544/+627
* Back out these two changes inadvertantly made with the last commit.jkh2000-12-162-9/+0
* Apply some contributed patches to reduce number of tx buffer allocationwpaul2000-12-154-6/+312
* Fix ypo in essage about isabling EISA nterrupt ectormjacob2000-12-151-1/+1
* SNAPDATE is an obsolete mechanism which has also been pretty muchjkh2000-12-153-4/+9
* Change the following:bmilekic2000-12-155-11/+43
* 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
OpenPOWER on IntegriCloud