summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check bounds for index before dereferencing memory past end of array.phk2003-01-281-1/+1
* Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().phk2003-01-282-2/+2
* Avoid lock order reversal by expanding the scope of thehsu2003-01-282-15/+6
* Remove BDE_DEBUGGER.jake2003-01-2812-450/+10
* NO_GEOM cleanup: remove subr_disklabel.c from powerpc and x86_64.phk2003-01-282-2/+0
* NO_GEOM cleanup: remove subr_disk{label,mbr,slice}.c from pc98 kernels.phk2003-01-281-3/+0
* - Allow multiple packets read/write for IR/IT to reduce system call.simokawa2003-01-282-35/+43
* NO_GEOM cleanup: subr_disklabel.c no longer needed.phk2003-01-281-1/+0
* NO_GEOM cleanup: Remove subr_disklabel.c from alpha kernels.phk2003-01-281-1/+0
* NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 buildphk2003-01-281-1/+0
* Band-XXX-aid an easy to provoke panic.phk2003-01-281-0/+7
* NO_GEOM cleanup: Don't pull subr_disk{slice,label,mbr}.c into i386phk2003-01-281-3/+0
* Add PCI revision number for 630A and 900B. Enable parity error detectionmbr2003-01-282-19/+86
* Put the right fix in. Instead of deleting the declaration of __FBSDID, webenno2003-01-281-0/+7
* Mark some args unused so this compiles in userland.phk2003-01-281-1/+1
* Use a void * to carry the private data for return-call'ed ioctl requests.phk2003-01-281-1/+1
* - Allow idle's pctcpu time to be calculated.jeff2003-01-281-6/+6
* - Fix the ksq_load calculation. It now reflects the number of entries on thejeff2003-01-281-27/+134
* Do not allow a cached vnode to be shared among multiple mounts of the sametjr2003-01-281-1/+2
* Bang! Bang! Bang! etc etcphk2003-01-281-2/+0
* Bang! Bang! Bang! etc etc.phk2003-01-281-1/+0
* A few fixes to rev 1.221silby2003-01-281-9/+17
* Merge pmap_testbit() and pmap_is_modified(). The latter is the only calleralc2003-01-282-58/+18
* No longer force COMPAT_FREEBSD4 to be on.peter2003-01-271-3/+0
* Add the sabtty children devices as unordered. Use the unit numbr ofjake2003-01-271-5/+4
* Don't dereference null vnode pointer if controling terminal was revoked.phk2003-01-271-3/+5
* Add PCI id for fxp(Intel Pro/100 M Mobile Connection).sanpei2003-01-271-0/+1
* Back the previous commit out. It didn't actually fix the problem I wasbenno2003-01-271-3/+5
* Put the Perfection 1660 scanner entry in the right place. (Entriesjoe2003-01-271-1/+1
* Update the code that deals with disk enclosures:sos2003-01-274-69/+135
* Implement MDIOCLIST which returns the unit numbers of configured md(4)phk2003-01-271-0/+11
* Add an ioctl to return the unit numbers of the configured md devices.phk2003-01-271-1/+3
* MFp4:imp2003-01-274-63/+63
* Enable device zs and device sab by default.jake2003-01-271-2/+2
* Change ofwcons to use the output-device property from the firmware for thejake2003-01-271-2/+3
* Back out some changes that snuck in with the last commit.benno2003-01-274-538/+62
* Flesh out bus_dmamap_sync.benno2003-01-275-63/+544
* Use td->td_sticks, not td->td_kse->ke_sticks.benno2003-01-272-2/+2
* Remove a duplicate definition of the __FBSDID macro.benno2003-01-271-6/+0
* Simplify vm_object_page_remove(): The object's memq is now ordered. Thealc2003-01-271-62/+31
* Unbreak SMP cases for these architectures.julian2003-01-272-2/+2
* Fix standard kse breakage of non-x86 platforms.jake2003-01-261-2/+1
* Use kg_numupcalls to see if we are closing a thread group,davidxu2003-01-262-4/+4
* fix warningsalfred2003-01-261-2/+2
* Fix a typo and reword a bit the description of the new SCHED_xxx stuff.keramida2003-01-261-4/+4
* Implement DIOCBSDBB ioctl which overwrites first BBSIZE bytes of BSDphk2003-01-261-0/+62
* Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk.phk2003-01-261-0/+1
* Fix KSE related patch.julian2003-01-266-12/+6
* regenalfred2003-01-261-2/+2
* Add const qualifier to data argument for msgsnd.alfred2003-01-263-5/+4
OpenPOWER on IntegriCloud