summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Use a timeout for the tsleep in scheduler() instead of having vmmeter()jhb2001-05-182-5/+22
* Add workaround for embedded NICs, in particular, the 815E boards.jlemon2001-05-172-17/+44
* During the code to pick a process to kill when memory is exhausted, keepjhb2001-05-171-3/+18
* - Don't panic on a try lock operation for a sleep lock if we hold a spinjhb2001-05-171-2/+6
* - Remove the global ithread_list_lock spin lock in favor of per-ithreadjhb2001-05-172-37/+34
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-175-19/+15
* Use NHWI instead of APIC_IMEN_BITS.jhb2001-05-171-1/+1
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.jhb2001-05-172-8/+6
* Primary purpose of this commit is to enable support for the Aviatordmlb2001-05-174-300/+715
* Disable the wi driver locking for now. The driver tries to tsleep with thejhb2001-05-171-2/+2
* o Modify access control checks in p_candebug() such that the policy is asrwatson2001-05-171-3/+3
* Add a couple more codes for upcoming raylink driver additions.dmlb2001-05-171-9/+70
* Cleanupalfred2001-05-171-54/+50
* initialize pipe pointersalfred2001-05-171-0/+1
* pipe_create has to zero out the select record earlier to avoidalfred2001-05-171-1/+1
* Cosmetics to rev.1.89: removed argument names in a function prototype.ru2001-05-171-1/+1
* Backed out rev.1.8. Rev.1.8 was just to support a bogus unused includebde2001-05-171-2/+1
* Update to use the changed ioctl interface.sos2001-05-171-45/+42
* Change the ioctl interface to prepare for new functionality.sos2001-05-171-45/+50
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-174-39/+242
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inbp2001-05-172-8/+24
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-176-120/+120
* Do not leave an extra reference on vnode.bp2001-05-172-12/+4
* Allocate more memory if necessary.dcs2001-05-171-0/+3
* digiModel_t -> enum digi_modelbrian2001-05-174-18/+8
* Consistently define the rune types.obrien2001-05-165-17/+86
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-165-116/+126
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-1630-333/+118
* Catch up with some recent changes:imp2001-05-161-1/+6
* Separate out isa attachment to its own file. The pci attachment willimp2001-05-164-84/+189
* This file is now obsolete. The #defines in it have never been usedimp2001-05-161-44/+0
* remove include of ipl.h because it no longer existsalfred2001-05-161-1/+0
* Lock the procfs functions for doing a single step and reading/writingjhb2001-05-164-132/+67
* pcic98reg.h is now contained in meciareg.h.imp2001-05-152-59/+1
* The mecia support has moved to the mecia driver, so remove the copy ofimp2001-05-151-351/+35
* Add mecia driver definitions.imp2001-05-151-0/+1
* This code touches MD code inappropriately. So we have to include pc98imp2001-05-151-0/+5
* A new driver for the MECIA. This is the NEC Original PCMCIAimp2001-05-152-0/+792
* "Sir, the deorbit burn completed succesfully."jhb2001-05-156-220/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-1559-63/+0
* Add a PROC_TRYLOCK() macro to perform a mtx_trylock() on the process lock.jhb2001-05-151-0/+1
* Remove unneeded includes in the i386 case.jhb2001-05-151-5/+0
* - Remove unneeded include of sys/ipl.h.jhb2001-05-151-1/+2
* - Remove unneeded include of sys/ipl.h.jhb2001-05-151-3/+2
* Move the definition of HWI_MASK to the i386/isa/icu.h header right next tojhb2001-05-152-0/+4
* - Use ICU_LEN rather than NHWI for the size of the array of ithreads.jhb2001-05-152-4/+2
* - Use PROC_LOCK_ASSERT instead of a direct mtx_assert.jhb2001-05-151-8/+6
* Fix instance of (struct ti_softc *) that should have beenwpaul2001-05-151-1/+1
* Include sys/lock.h and sys/mutex.h so that this compiles.jhb2001-05-151-0/+2
* Adjust the descriptor structures a little by making the software partswpaul2001-05-151-4/+12
OpenPOWER on IntegriCloud