summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o First step in cleaning up authorization code for the posix4rwatson2001-05-062-16/+16
* Update the DiskOnChip firmware to OSAK version 4.1.phk2001-05-061-589/+687
* Restore I/O port resources to the condition before adv_isa_probe() isnyan2001-05-061-10/+17
* Merged from sys/i386/i386/machdep.c revision 1.448.kato2001-05-062-4/+0
* Use correct resource id for bus_release_resource().nyan2001-05-061-10/+10
* Move unused functions into #if 0 ... #endif.nyan2001-05-062-0/+8
* Merged from sys/i386/conf/GENERIC revision 1.304.nyan2001-05-061-3/+3
* Merged from sys/isa/fd.c revision 1.193.nyan2001-05-062-10/+10
* When setting up the frame to invoke a signal handler, preserve thedeischen2001-05-062-4/+0
* Add q quirk for the old SONY SMO drive i've been sitting upon in myjoerg2001-05-051-0/+16
* this file has been unused for some time nowcg2001-05-051-167/+0
* Raise the SysV shared memory defaults to more reasonable values.dillon2001-05-041-3/+3
* Fix a bug in the pfind() changes due to confusing the process returned byjhb2001-05-041-1/+6
* - Move state about lock objects out of struct lock_object and into a newjhb2001-05-047-222/+231
* Don't hold the process mutex across calls to FREE() since the vm systemjhb2001-05-041-1/+0
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-043-120/+227
* Fix the problem of some directory entries going missing whenjlemon2001-05-041-2/+1
* Putting sys/lockmgr.h in here allows us to depollute userland includesmarkm2001-05-031-0/+2
* Convert vnode_pager_freepage() to vm_free_page().bp2001-05-031-2/+2
* Wrap around MALLOC_DECLARE() invocation with #ifdef.bp2001-05-031-0/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-022-2/+2
* Get IP multicast working on VLAN devices:fenner2001-05-022-7/+6
* Merged from sys/isa/sio.c revision 1.330.kato2001-05-022-16/+18
* Merged from sys/isa/fd.c revision 1.195.kato2001-05-022-4/+8
* Merged from sys/i386/isa/npx.c revisions 1.96 and 1.97.kato2001-05-021-12/+25
* Merged from sys/i386/isa/clock.c revisions 1.172 and 1.173.kato2001-05-023-3/+45
* Merged the rest of changes in sys/i386/i386/machdep.c revision 1.447.kato2001-05-022-12/+10
* Fixed panics in npx exception handling. When using IRQ13 exceptionbde2001-05-023-21/+54
* Only define DEBUG if it's undefined. This should eventually go, butbrian2001-05-021-0/+2
* Add a ``digi'' driver.brian2001-05-0249-7/+44345
* Fix up unit attention and selection timeout handling in various peripheralken2001-05-013-14/+8
* pseudo-device -> device in kernel config.schweikh2001-05-012-2/+2
* Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes.phk2001-05-011-2/+2
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-012-9/+3
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-012-8/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-0125-381/+47
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-01226-768/+1186
* Turn on preemption by default on the alpha arch. This also removes thejhb2001-05-012-6/+0
* Add sense key table entries for DATA PROTECT and BLANK CHECK. This willken2001-04-301-0/+2
* Allow the size of the SSC memory disk used with the SKI emulator to bejhb2001-04-301-0/+1
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.phk2001-04-302-20/+8
* Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.phk2001-04-301-6/+6
* In camperiphscsisenseerror(), don't return an error when the error actionken2001-04-301-0/+3
* Regen.n_hibma2001-04-302-7/+14
* Add 4300C Idn_hibma2001-04-301-1/+2
* Fix an errant search and replace that broke SCSI start unit commands.ken2001-04-301-1/+1
* Backed out previous commit. It cause massive filesystem corruption,bde2001-04-302-0/+2
* When panic()'ing because of recursion on a non-recursive mutex, printalfred2001-04-301-2/+2
* Make rtprio work again.jake2001-04-291-19/+14
* o As part of the move to not maintaining copies of the vnode owning uidrwatson2001-04-293-3/+3
OpenPOWER on IntegriCloud