aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Attach to a CD device even when the SCSI status is 'busy'.Kenneth D. Merry2001-09-031-0/+10
* Dont conflict with sysctl debug.mddebugPeter Wemm2001-09-031-1/+1
* Unindent a if (1) { that was left behind in the last commit.Peter Wemm2001-09-032-84/+80
* Argh. Make the ia64 kernel work in all situations. For some reason,Peter Wemm2001-09-032-8/+6
* Fix the argument specifier for the PnP BIOS function 2Kazutaka YOKOTA2001-09-032-2/+2
* Match the declaration in net/netisr.h.David E. O'Brien2001-09-031-1/+1
* Because we now store SCCLUN capabilities in firmware attributes, getMatt Jacob2001-09-031-16/+19
* Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16Matt Jacob2001-09-031-31/+62
* Add some more firmware revision macros. Add firmware attributes fieldMatt Jacob2001-09-031-1/+7
* Return updated blocksize from setblocksize function.Orion Hodson2001-09-031-1/+1
* Fix return value of cs4281chan_setblocksize.Orion Hodson2001-09-031-1/+1
* Fix return value of svchan_setblocksize.Orion Hodson2001-09-031-6/+18
* Fix return value of setblocksize functions. Recording is interspersedOrion Hodson2001-09-032-2/+2
* + Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES.David E. O'Brien2001-09-021-4/+11
* Match the style of very other platform we have.David E. O'Brien2001-09-021-7/+13
* Work around a bug where the driver's copy of the disklabel gets corruptedScott Long2001-09-021-2/+7
* Restrict the range of linux ioctls we will accept.Scott Long2001-09-021-2/+2
* Add quirk entry for FujiFilm camera.Nick Hibma2001-09-021-1/+8
* add another prototype and a couple of stopgaps for the in_protosw variant.Julian Elischer2001-09-021-1/+5
* Always turned on 8bit access card support for the fe driverTakeshi Shibagaki2001-09-027-42/+0
* The !RESTARTABLE_PANICS code has some loose ends.Peter Wemm2001-09-021-0/+8
* For ia64, set the default elf brand to be FreeBSD. This is temporarilyPeter Wemm2001-09-021-0/+4
* Sync with i386 / alpha. Whitespace unindent / style prep for kse.Peter Wemm2001-09-021-79/+77
* Add quirks for Kingbyte USB Pen drive.Nick Hibma2001-09-021-12/+12
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-026-9/+15
* Merge from i386: various cleanups including moving the map calculationsPeter Wemm2001-09-021-14/+26
* Fix bus timeout bug which might happen when nsp do suspend I/O burst write.Noriaki Mitsunaga2001-09-021-9/+23
* Make the fe driver kernel object module to compile in default.Takeshi Shibagaki2001-09-022-0/+18
* Demand minimum I/O size rather than 0 when it callsNoriaki Mitsunaga2001-09-022-2/+2
* Update cis tuple parser, add a pccarddevs entry,Takeshi Shibagaki2001-09-025-2/+78
* Make the fe driver to compile in default under a NEWCARD kernel.Takeshi Shibagaki2001-09-021-1/+1
* Fix typo; CTLFLAG_RO -> CTLFLAG_RD.Mitsuru IWASAKI2001-09-021-1/+1
* Update the fe driver to probe and attach under a NEWCARD kernel.Takeshi Shibagaki2001-09-023-16/+64
* Use sched_lock to protect rtp_to_pri() and pri_to_rtp() when needed.John Baldwin2001-09-021-0/+4
* Protect pri_to_rtp() with sched_lock when needed.John Baldwin2001-09-022-0/+8
* Use ACL_PERM_NONE instead of hardcoding 0 when initializingChris D. Faulhaber2001-09-011-3/+3
* In the case of ACL_OTHER and undefined ACL entry id's, setChris D. Faulhaber2001-09-013-6/+6
* Small nit: Make both prints use 'at device %d.%d'.Nick Hibma2001-09-011-1/+1
* Add a MODULE_VERSION declaration. This should prevent duplicate loadingMike Smith2001-09-011-0/+3
* Remove #if 0'd remnants of the old idle page zeroing.John Baldwin2001-09-011-9/+0
* Process priority is locked by the sched_lock, not the proc lock.John Baldwin2001-09-011-2/+2
* o At some point, unmounting a non-EA file system with EA's compiledRobert Watson2001-09-011-2/+4
* Regenerate syscallsMatthew Dillon2001-09-016-110/+110
* Synchronize syscalls.master(s) with recent Giant pushdown workMatthew Dillon2001-09-016-143/+143
* Giant Pushdown:Matthew Dillon2001-09-011-40/+120
* Giant Pushdown. Saved the worst P4 tree breakage for last.Matthew Dillon2001-09-016-212/+669
* Giant PushdownMatthew Dillon2001-09-013-95/+287
* Speculatively add this file. It's part of the Linuxulator updateMarcel Moolenaar2001-09-011-0/+285
* First check whether the USB transfer was cancelled before starting toNick Hibma2001-09-011-9/+12
* Regen.Nick Hibma2001-09-012-32/+32