aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the pfind() changes due to confusing the process returned byJohn Baldwin2001-05-041-1/+6
* - Move state about lock objects out of struct lock_object and into a newJohn Baldwin2001-05-047-222/+231
* Don't hold the process mutex across calls to FREE() since the vm systemJohn Baldwin2001-05-041-1/+0
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reduceKirk McKusick2001-05-043-120/+227
* Fix the problem of some directory entries going missing whenJonathan Lemon2001-05-041-2/+1
* Putting sys/lockmgr.h in here allows us to depollute userland includesMark Murray2001-05-031-0/+2
* Convert vnode_pager_freepage() to vm_free_page().Boris Popov2001-05-031-2/+2
* Wrap around MALLOC_DECLARE() invocation with #ifdef.Boris Popov2001-05-031-0/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-022-2/+2
* Get IP multicast working on VLAN devices:Bill Fenner2001-05-022-7/+6
* Merged from sys/isa/sio.c revision 1.330.KATO Takenori2001-05-022-16/+18
* Merged from sys/isa/fd.c revision 1.195.KATO Takenori2001-05-022-4/+8
* Merged from sys/i386/isa/npx.c revisions 1.96 and 1.97.KATO Takenori2001-05-021-12/+25
* Merged from sys/i386/isa/clock.c revisions 1.172 and 1.173.KATO Takenori2001-05-023-3/+45
* Merged the rest of changes in sys/i386/i386/machdep.c revision 1.447.KATO Takenori2001-05-022-12/+10
* Fixed panics in npx exception handling. When using IRQ13 exceptionBruce Evans2001-05-023-21/+54
* Only define DEBUG if it's undefined. This should eventually go, butBrian Somers2001-05-021-0/+2
* Add a ``digi'' driver.Brian Somers2001-05-0249-7/+44345
* Fix up unit attention and selection timeout handling in various peripheralKenneth D. Merry2001-05-013-14/+8
* pseudo-device -> device in kernel config.Jens Schweikhardt2001-05-012-2/+2
* Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes.Poul-Henning Kamp2001-05-011-2/+2
* Remove blatantly pointless call to VOP_BMAP().Poul-Henning Kamp2001-05-012-9/+3
* Remove blatantly pointless call to VOP_BMAP().Poul-Henning Kamp2001-05-012-8/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-0125-381/+47
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-01226-768/+1186
* Turn on preemption by default on the alpha arch. This also removes theJohn Baldwin2001-05-012-6/+0
* Add sense key table entries for DATA PROTECT and BLANK CHECK. This willKenneth D. Merry2001-04-301-0/+2
* Allow the size of the SSC memory disk used with the SKI emulator to beJohn Baldwin2001-04-301-0/+1
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.Poul-Henning Kamp2001-04-302-20/+8
* Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.Poul-Henning Kamp2001-04-301-6/+6
* In camperiphscsisenseerror(), don't return an error when the error actionKenneth D. Merry2001-04-301-0/+3
* Regen.Nick Hibma2001-04-302-7/+14
* Add 4300C IdNick Hibma2001-04-301-1/+2
* Fix an errant search and replace that broke SCSI start unit commands.Kenneth D. Merry2001-04-301-1/+1
* Backed out previous commit. It cause massive filesystem corruption,Bruce Evans2001-04-302-0/+2
* When panic()'ing because of recursion on a non-recursive mutex, printAlfred Perlstein2001-04-301-2/+2
* Make rtprio work again.Jake Burkholder2001-04-291-19/+14
* o As part of the move to not maintaining copies of the vnode owning uidRobert Watson2001-04-293-3/+3
* VOP_BALLOC was never really a VOP in the first place, so convert itPoul-Henning Kamp2001-04-2914-61/+48
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-2924-414/+33
* Make a panic less misleading.Poul-Henning Kamp2001-04-292-2/+2
* Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP().Poul-Henning Kamp2001-04-291-2/+3
* Remove two unused arguments from ufs_bmaparray().Poul-Henning Kamp2001-04-294-62/+47
* Remove faint traces of blind copy&paste.Poul-Henning Kamp2001-04-291-1/+0
* Remove faint traces of non-existant ffs_bmap().Poul-Henning Kamp2001-04-291-2/+0
* Remove incorrect comment.Alfred Perlstein2001-04-292-2/+0
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-2995-189/+0
* Bring in ficl 2.05.Daniel C. Sobral2001-04-2926-1800/+3988
* don't unlock the channel in chn_read, msleep will do it for us.Cameron Grant2001-04-291-2/+0
* Add back in the bits to remove any existing "schg" flags as we haveDavid E. O'Brien2001-04-295-0/+10