summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a bogus comment which I forgot to get rid of after testinggreid2001-05-151-1/+1
* ahc_eisa.c:gibbs2001-05-1514-323/+506
* Use " |= " to enable special media handling for fxp with no MII, insteadjlemon2001-05-152-2/+2
* Support /dev/ctty againbrian2001-05-151-3/+8
* Back out scanning file descriptors with holding a process lock.tanimura2001-05-153-6/+66
* Merged from sys/isa/fd.c revision 1.197.kato2001-05-152-46/+80
* Merged from sys/i386/i386/machdep.c revision 1.450.kato2001-05-152-0/+2
* {G,S}ET_UNIT are now unused, gc themimp2001-05-151-3/+0
* It turns out that pcic_slot::slotnum was really unused, so don't setimp2001-05-141-2/+0
* Remove static array of slots. We now have state information for eachimp2001-05-141-17/+24
* Fix the so called "static bug" in polling mode. Some desktop cardsimp2001-05-141-6/+33
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-145-52/+134
* Close PR 22208: bring chip out of suspend mode, because Windows mightwpaul2001-05-144-0/+30
* Add support for the AMD 766 southbridge incl ATA100 supportsos2001-05-142-3/+24
* Further fixes for deadlock in the presence of multiple snapshots.mckusick2001-05-141-7/+20
* When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUTjlemon2001-05-141-3/+3
* Use the new ability to avoid practically all the gunk in this file.phk2001-05-141-17/+26
* After a successfull poll of the cloning functions, match on thephk2001-05-141-14/+6
* Minor style(9) changes:imp2001-05-144-74/+78
OpenPOWER on IntegriCloud