summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in an unused macro.mux2003-01-291-1/+1
* NODEVFS cleanup: Remove cdevsw[].phk2003-01-291-31/+0
* Fix another mistake in the bus_dmamem_alloc_size() thingscottl2003-01-291-2/+2
* Add code to repsect the D_NOGIANT flag, should the disk device driver set it.phk2003-01-291-11/+30
* Style: keep most typedefs in the same place.mike2003-01-291-41/+43
* Sort these functions as the author instructed.phk2003-01-291-16/+13
* Make tsc_freq a 64bit on PC98 also.phk2003-01-293-6/+9
* Fix some more missing dt_ prefixes for dma tag fields.scottl2003-01-294-11/+11
* - Probe number of IT/IR DMA contexts as specified in OHCI spec.simokawa2003-01-291-9/+9
* The Xircom hardware always delivers received packets with the FCS appended.joerg2003-01-291-0/+2
* Escape the backslash in badchars so that smbfs_pathcheck() correctlytjr2003-01-291-1/+1
* NO_GEOM cleanup: Don't inlude diskslice_machdep.cphk2003-01-291-1/+0
* Fix two fatal signedness errors introduced when i and j in semop()tjr2003-01-291-5/+6
* Make tsc_freq a 64bit quantity.phk2003-01-299-39/+51
* Move timecounters notion of frequency to 64 bits.phk2003-01-292-5/+6
* Fix a typo in dt_maxsize from the last commitscottl2003-01-291-1/+1
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-2913-39/+248
* - Use ksq_load as the authoritive count of kses on the pair of kseqs forjeff2003-01-291-84/+79
* Fix a bug with syncookies; previously, the syncache's MSS size was notsilby2003-01-291-2/+2
* Set the termios speed based on the tty speed. This allows consoles to work atbenno2003-01-291-1/+1
* - Fix build on alpha.simokawa2003-01-292-4/+3
* - Remove debugging code that didn't work on UP.jeff2003-01-291-44/+0
* Migrate the PCI bus logic for ohci and uhci from sys/pci to sys/dev/usb.joe2003-01-293-709/+2
* 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
OpenPOWER on IntegriCloud