summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-2914-61/+48
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-2924-414/+33
* Make a panic less misleading.phk2001-04-292-2/+2
* Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP().phk2001-04-291-2/+3
* Remove two unused arguments from ufs_bmaparray().phk2001-04-294-62/+47
* Remove faint traces of blind copy&paste.phk2001-04-291-1/+0
* Remove faint traces of non-existant ffs_bmap().phk2001-04-291-2/+0
* Remove incorrect comment.alfred2001-04-292-2/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-2995-189/+0
* Bring in ficl 2.05.dcs2001-04-2926-1804/+3992
* don't unlock the channel in chn_read, msleep will do it for us.cg2001-04-291-2/+0
* Add back in the bits to remove any existing "schg" flags as we haveobrien2001-04-295-0/+10
* Instead of asserting that a mutex is not still locked after unlocking it,alfred2001-04-281-1/+1
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-285-0/+15
* be more specific in identifying the chip typecg2001-04-271-14/+73
* Address a number of problems with sysctl_vm_zone().alfred2001-04-271-11/+29
* Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc():fenner2001-04-271-7/+9
* Move the disklabel construction to the attach function instead ofsos2001-04-271-9/+9
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-2777-7925/+1123
* Make stathz match reality on platforms like the 4100 where hz!=1024gallatin2001-04-271-1/+1
* Actually show the values that tripped the assertion "receive 1"alfred2001-04-271-1/+3
* o Remove the disabled p_cansched() test cases that permitted users torwatson2001-04-271-11/+0
* Initiate the deorbit burn sequence for sys/ipl.h by moving the softwarejhb2001-04-272-13/+13
* Initialize p_md.md_kernnest to 1 for newly fork'd processes since theyjhb2001-04-263-0/+18
* vfs_subr.c is getting rather fat. The underlying repocopy and thisphk2001-04-263-3198/+5
* Fix the definitions for memory bank sizes, which I somehow got wrong.wpaul2001-04-264-4/+14
* Remove a leading underscore that prevented I386_CPU kernels fromjake2001-04-263-3/+3
* More new Dell PCI IDs.msmith2001-04-261-1/+4
* Rather than copying all the indirect blocks of the snapshot,mckusick2001-04-261-35/+19
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.msmith2001-04-261-0/+1
* Sendfile is documented to return 0 on success, however if when aalfred2001-04-261-0/+7
OpenPOWER on IntegriCloud