summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: fixed whatis(1) entry.ru2001-04-181-3/+0
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-184-2/+119
* NFS module now requires nfs_lock.calfred2001-04-183-3/+3
* bread() is a special case of breadn(), so don't replicate code.phk2001-04-181-23/+2
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.imp2001-04-182-4/+13
* Fix the botched rev 1.59 where I made it such that without INVARIANTSalfred2001-04-181-2/+2
* Add support for the OZ6832.imp2001-04-182-0/+3
* Move setting of TI113X_PCI_CARD_CONTROL register soonerimp2001-04-172-6/+4
* Minor comment that missed the last changeimp2001-04-172-2/+2
* When booting, turn on the 3E0 compatibility address for ricoh cardbusimp2001-04-174-6/+64
* Make this driver play ball with devfs(5).dd2001-04-172-6/+38
* Add a sanity check on ucred refcount.alfred2001-04-171-0/+1
* Implement client side NFS locks.alfred2001-04-1721-15/+896
* Write a switch statement as less obscure if statements.phk2001-04-171-18/+8
* Save are floating point state in cpu_switch() if needed instead of relyingjhb2001-04-172-1/+8
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-178-8/+161
* Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMPjhb2001-04-171-3/+3
* Regen.n_hibma2001-04-172-2/+9
* Add the HP scanner 3400Cn_hibma2001-04-171-0/+1
* Regen.n_hibma2001-04-172-2/+18
* Lexar jumpSHOT Id.n_hibma2001-04-171-0/+4
* set gd_other_cpus later, when we have a better idea what the other cpusgallatin2001-04-171-1/+0
* Improved support for alpha SMP. The following commit gets dual AS2100sgallatin2001-04-171-54/+193
* Changes to support SMP:gallatin2001-04-171-6/+2
* changes to smp_init_secondary_glue():gallatin2001-04-171-19/+11
* Dont (ab)use drv2 to know if (si_flags & SI_NAMED) (pointed out by dd)brian2001-04-171-5/+3
* This patch removes the VOP_BWRITE() vector.phk2001-04-1719-66/+74
* 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
OpenPOWER on IntegriCloud