summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Call bpf_mtap() on outgoing packets.tmm2002-10-261-3/+6
* o m_adj rx buffer so IP header is 32-bit alignedsam2002-10-252-18/+21
* Cast si_drv2 to intptr_t instead of int to quiet warnings.jhb2002-10-251-1/+1
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* - New-bussify the rc(4) device driver.jhb2002-10-232-481/+610
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().simokawa2002-10-231-15/+24
* Very minor whitespace/style nit.markm2002-10-231-2/+1
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-223-26/+52
* Remove the OpenBSD comatibility stuff. Many changes to be more style(9)semenu2002-10-223-621/+355
* We want /dev/md0 for ramdisk roots, not /dev/md0c.phk2002-10-211-1/+1
* - Abort all OCBs for timeout.simokawa2002-10-211-5/+14
* fix prototype of asyreqq().simokawa2002-10-211-2/+3
* These (userland) files shouldn't be here.simokawa2002-10-212-675/+0
* Do not try to work around ``poor (un)sign extension code''robert2002-10-201-11/+1
* Use ENOSPC error return, not ENOMEM.phk2002-10-201-3/+5
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
* Fix mis-indentation.phk2002-10-201-15/+15
* Fix mis-indentation.phk2002-10-201-1/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-20134-0/+42340
* Whitespace fixes per style(9)kan2002-10-191-11/+10
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-181-2/+2
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-189-71/+214
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
* typo.nyan2002-10-181-4/+4
* Make kqueue(2) work for virtual terminals.kbyanc2002-10-171-1/+2
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
* Whitespace.jhb2002-10-161-2/+2
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-168-12/+23
* struct timecounter is defined in sys/time.h on 4-stable.jhb2002-10-161-0/+4
* - Include lock headers on current in this header instead of puttingjhb2002-10-161-3/+18
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.jhb2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onjhb2002-10-161-8/+31
* whitespace/indentation fix from phksam2002-10-161-10/+10
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-162-0/+2
* Cast the first argument to bzero() to `void *' after casting it torobert2002-10-162-2/+2
* Be consistent about funtions being static.phk2002-10-162-6/+8
* Be consistent about functions being static.phk2002-10-162-11/+11
* Be consistent about functions being static.phk2002-10-163-10/+12
* Be consistent about functions being static.phk2002-10-1611-26/+26
* Fix misindentation.phk2002-10-161-2/+2
* Never allow memory mapped I/O in PCI-X mode on controllers thatgibbs2002-10-161-2/+4
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* missed additional callout that can run w/o Giant lockedsam2002-10-151-1/+2
* Include "opt_kbd.h" since certain structures size depend on the valuephk2002-10-152-0/+4
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Put function return types on a line by themselves.alfred2002-10-1420-83/+123
* LINT related fixes (as noticed by bde)mjacob2002-10-141-6/+6
OpenPOWER on IntegriCloud