summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-172-1/+18
* Background fsck sysctl operations must use vn_start_write andmckusick2001-04-171-8/+14
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-176-225/+312
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-1711-39/+9
* Check to see if enroll() returns NULL in the witness initialization. Thisjhb2001-04-171-0/+4
* Exit and re-enter the critical section while spinning for a spinlock sojhb2001-04-172-0/+6
* - Add appropriate #ifndef/#define/#endif to protect against multiplejhb2001-04-171-5/+4
* - Fix memory barriers in atomic operations so that the barriers are alwaysjhb2001-04-171-20/+26
* Add a cpu_throw() function that secondary CPU's can use for their firstjhb2001-04-171-0/+10
* In exception_return(), test for usermode before testing the IPL to see ifjhb2001-04-171-3/+7
* - Stop other CPU's in the SMP case when we enter ddb.jhb2001-04-171-2/+52
* Add support the the Intel ICH2 mobilesos2001-04-162-20/+14
* Add missing sound module.markm2001-04-161-0/+1
* Fix an off-by-2 error in periphdriver_register(). The read side of theken2001-04-161-1/+1
* Move the isa parts to a separate file.jhay2001-04-166-2447/+6
* Update to the 2001-04-02 version of the nanokernel code from Dave Mills.jhay2001-04-162-24/+30
* Merged from sys/i386/isa/npx.c revision 1.95.kato2001-04-161-1/+1
* Merged from sys/conf/options.i386 revision 1.148.kato2001-04-161-2/+2
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-156-6/+42
* use TAILQ_FOREACH, fix a comment's locationalfred2001-04-153-15/+6
* Call strlen() once instead of twice.brian2001-04-141-2/+2
* Back out wrapping the asm ... ; bits in #ifndef lint macros. Theremarkm2001-04-141-6/+0
* The VIA 586 chip does UDMA from rev 0x3 onwards.sos2001-04-141-1/+1
* Update to describe use of mdconfig instead of deprecated vnconfig.mckusick2001-04-141-3/+3
* dgm now builds as a modulebrian2001-04-142-1/+9
* New-busify and ansify.brian2001-04-141-895/+1061
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.mckusick2001-04-143-8/+19
* Add acl_get_perm_np(3), a non-portable function to check if ajedgar2001-04-131-0/+1
* Add the remaining POSIX.1e ACL definitions:jedgar2001-04-131-7/+20
* People are still having problems with i586_* on UP machines and SMPjhb2001-04-133-3/+3
* o Since uid checks in p_cansignal() are now identical between P_SUGIDrwatson2001-04-131-28/+14
* Add smbfs module. Currently it includes smbfs, netsmb and DES parts.bp2001-04-132-1/+63
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.bp2001-04-132-8/+1
* if/panic -> KASSERTalfred2001-04-131-7/+8
* All NETSMB* options should use opt_netsmb.h file (the joy of multiple repos).bp2001-04-131-2/+2
* This file also depends on sys/types.h and sys/ioccom.h.bp2001-04-131-7/+6
* protect pbufs and associated counts with a mutexalfred2001-04-133-2/+14
* use %p for pointer printf, include sys/systm.h for printf protoalfred2001-04-131-6/+7
* convert if/panic -> KASSERT, explain what triggered the assertionalfred2001-04-131-2/+4
* Make this more lint-friendly. This file seems to be invoked in justmarkm2001-04-131-4/+10
* Generate useful error messages.murray2001-04-131-4/+4
* Handle a rare but fatal race invoked sometimes when SIGSTOP ismarkm2001-04-132-2/+2
* - Add a comment at the start of the spin locks list.jhb2001-04-131-1/+4
* Use a macro wrapper over printf along with KASSERT to reduce the amountalfred2001-04-131-40/+15
* Make SOMAXCONN a kernel option.alfred2001-04-132-0/+3
* o Disallow two "allow this" exceptions in p_cansignal() restrictingrwatson2001-04-131-5/+3
* o Disable two "allow this" exceptions in p_cansched()m retricting therwatson2001-04-121-1/+4
* remove truncated part from commmentalfred2001-04-121-1/+1
* o Make kqueue's filt_procattach() function use the error value returnedrwatson2001-04-121-2/+3
* o Limit process information leakage by introducing a p_can(...P_CAN_SEE...)rwatson2001-04-121-0/+2
OpenPOWER on IntegriCloud