summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove unused #includesphk1999-10-113-3/+0
* remove unused #includephk1999-10-114-4/+0
* remove unused #include, add $FreeBSD$phk1999-10-111-1/+2
* remove unused #includes.phk1999-10-111-2/+0
* Kill unused includesimp1999-10-112-2/+0
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-112-2/+4
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-113-0/+6
* Trim unused options (or #ifdef for undoc options).peter1999-10-1132-42/+12
* Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68kpeter1999-10-111-21/+0
* Add support for the USRobotics Courier V.Everything (USR0101) modem.steve1999-10-112-0/+2
* Trim some unused #includespeter1999-10-119-17/+2
* Zap unneeded #include (found by phk)peter1999-10-113-18/+0
* Zap unneeded #includespeter1999-10-1128-65/+5
* Delete unneeded #includepeter1999-10-113-6/+0
* Fix a bug in the isa attach code which would panic isa systems.sos1999-10-111-1/+1
* Replace cdevsw_add() and friends with make_dev()/remove_dev().newton1999-10-101-2/+41
* I don't know if this is the correct fix, but my kernel can compile with it.phk1999-10-102-2/+2
* Update the comments to say we are at draft 05 now.jhay1999-10-101-6/+1
* Remove unused include files.sos1999-10-107-14/+0
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.peter1999-10-102-0/+4
* Use the proper #ifdef around union sigval and siginfo_t. This fixesmarcel1999-10-102-4/+4
* Put IPFILTER_LKM into opt_ipfilter.h and delete the other two IPFILTERpeter1999-10-101-2/+1
* Don't try and build IPFILTER in LINT.peter1999-10-103-12/+0
* Remove ipfilter files - the hooks remain in ip_input.c and ip_output.cpeter1999-10-101-9/+0
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-1035-17662/+0
* Retire old and unused #includes.phk1999-10-104-318/+0
* Avoid using the osig* syscalls.marcel1999-10-101-21/+28
* Modify to work with the new sbreserve().green1999-10-091-1/+5
* Remove obsolete include file.phk1999-10-091-38/+0
* Remove another obsolete include file.phk1999-10-091-220/+0
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-0910-23/+109
* pnpparse.c is needed for kernel builds.phk1999-10-091-0/+1
* Add the options for the ATA driver.sos1999-10-091-0/+4
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-0912-710/+814
* Give physio a makeover.phk1999-10-093-131/+60
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.peter1999-10-092-0/+2
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.jhay1999-10-093-102/+150
* A leftover include file from pre-CAM days gets retired...phk1999-10-091-80/+0
* Factor out the PnP resource parser so that it can be re-used by pnpbiosdfr1999-10-093-234/+465
* Fix build break.dfr1999-10-092-2/+0
* Add net device to netboot.dfr1999-10-091-0/+3
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-093-921/+0
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-095-10/+11
* Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip upgreen1999-10-091-1/+1
* - Restore correct operation of bt_mca.mdodd1999-10-092-16/+28
* Make interrupts shareable with RF_SHAREABLE. This is untested, butimp1999-10-092-2/+2
* Remove these files as they now live in sys/dev/dpt/mdodd1999-10-094-720/+0
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.imp1999-10-093-3/+3
* Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices toimp1999-10-092-1/+2
* Switch over to the new location in sys/dev/dpt.mdodd1999-10-092-2/+3
OpenPOWER on IntegriCloud