summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add power on to start sequence for 4.x kernels.orion2001-04-192-2/+12
* Don't unwrap the function descriptor used as the callout argument todfr2001-04-191-7/+2
* Don't take the Giant mutex for clock interrupts.dfr2001-04-191-2/+0
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-196-25/+17
* Indirect off cinfo rather than calling pcic_ functions directly. Thisimp2001-04-191-12/+12
* First cut at bringing NEC PC98 original pccard bridge code back intoimp2001-04-194-47/+372
* Fix inconsistency in setup of kernel_map: we need to make sure thatbmilekic2001-04-183-6/+8
* Check validity of signal callback requested via aio routines.alfred2001-04-183-2/+15
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-184-17/+21
* Back out 1.103. It wasn't approved by the owner of the file andimp2001-04-182-90/+90
* Protect pager object creation with sx locks.alfred2001-04-183-33/+43
* Back out the previous revision as it causes random sig 11's to userlandjhb2001-04-181-7/+3
* Don't panic when we try to modify the kernel pmap.dfr2001-04-181-2/+2
* Print an approximation of the function arguments in the stack trace.dfr2001-04-181-10/+25
* Implement a simple stack trace for DDB. This will have to be redonedfr2001-04-183-11/+68
* Record the right value for tf_ndirty for kernel interruptions so thatdfr2001-04-182-6/+6
* 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
OpenPOWER on IntegriCloud