summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* thread_exit() requires PROC_LOCK to be held, so lock it.jhb2002-07-111-1/+2
* Add a missing newline during panic printf's for SMP systems that don'tjhb2002-07-111-0/+2
* Fixed misspelling of "hint." as "hints." in the description of the "hint."bde2002-07-111-15/+15
* o Lock accesses to the page queues.alc2002-07-111-1/+6
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-1111-115/+110
* Do not override the standard `distribute' target that is currentlyru2002-07-111-10/+0
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-119-21/+39
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-113-3/+3
* Move the MSIZE and MCLSHIFT options out of the undocumented section inken2002-07-112-4/+11
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* Enable ISP SBus support.mjacob2002-07-111-2/+3
* 'Support' for ISP SBus cards.mjacob2002-07-115-9/+853
* Disable format checking for NULL-passing prototypes (really only err*(),dillon2002-07-111-1/+1
* o Add a "needs wakeup" flag to the vm_map for use by kmem_alloc_wait()alc2002-07-113-6/+13
* Revert removal of cred_free_thread(): It is used to ensure that a thread'smini2002-07-113-0/+19
* Add SBus firmware (compiled in only for sparc systems).mjacob2002-07-112-0/+1304
* fix a comment and note a problem with XXXSMPjulian2002-07-103-6/+6
* This file has been included en-mass into i386/i386/exception.sjulian2002-07-101-145/+0
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-1011-178/+42
* Consistently line-up /**/ comments so they don't cause line wrappage.obrien2002-07-103-120/+120
* Open accounting file for appending, not general writing.johan2002-07-101-7/+8
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialsobomax2002-07-101-0/+1
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-107-102/+284
* - fixed the order of searching SA table for packets.ume2002-07-101-20/+47
* Remove label_t and physadr, which seem to have never been used inmike2002-07-106-60/+0
* Add setjmp (needed for DDB).benno2002-07-103-37/+115
* Add DDB support.benno2002-07-109-4/+1824
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-105-6/+84
* Metadata definitions.benno2002-07-101-0/+42
* Add support for passing metadata.benno2002-07-105-46/+660
* Incorporate changes made to the NetBSD version of this driver.benno2002-07-104-87/+159
* Remove some diagnostic code that snuck in.benno2002-07-102-12/+0
* Remove some dead code.benno2002-07-101-30/+0
* Remove some unused includes.benno2002-07-102-3/+0
* Don't slow every syscall and trap by doing locks and stuff if thejulian2002-07-101-3/+7
* Rearrange the code so that it checks whether the file is somethingtruckman2002-07-101-9/+8
* Fixed compiling with -D_POSIX_SOURCE. The previous commit was supposed tobde2002-07-101-4/+10
* Reconnect a comment with its code.mike2002-07-101-1/+1
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. Somethingdd2002-07-103-0/+18
* Include all of isa/ipl.s into exception.s as there is now nothing left injulian2002-07-103-24/+291
* It's not "usio" anymore, it's "ucom".joe2002-07-104-6/+6
* Improve detach operation.joe2002-07-103-14/+53
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.joe2002-07-101-0/+3
* Regen.joe2002-07-102-2/+9
* Add another ucom device (ELECOM UC-SGT).joe2002-07-102-0/+3
* Remove vfs_stdmount() and vfs_stdunmount(). They are notmux2002-07-092-23/+0
* - Remove IS_LOCKING_VFS() all of our filesystems support locking nowjeff2002-07-091-19/+14
* - Use the new vop_lookup_{pre,post} instead of simpler locking specification.jeff2002-07-091-2/+4
* - Use standard locking functions in syncer's opvjeff2002-07-092-9/+50
* - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safejeff2002-07-091-3/+6
OpenPOWER on IntegriCloud