summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Take a stab at making this less dependent on having pcic as a parent.imp2001-05-141-24/+17
* Change machdep.pccard.pcic_mem_{start,end} to machdep.pccard.mem_{start,end}imp2001-05-141-10/+8
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-144-59/+158
* When activating or deactivating a resource, only attempt to deal withimp2001-05-141-0/+8
* If the effective link count is zero when an NFS file handle requestmckusick2001-05-131-1/+3
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-1314-18/+14
* Use a critical region to protect pushing of the parent's npx state to thebde2001-05-132-8/+28
* Remove safety belt that checks for miibus in the config file. Thisjlemon2001-05-131-11/+0
OpenPOWER on IntegriCloud