summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-1131-377/+346
* remove unnecessary includesMatt Jacob1999-10-112-6/+0
* remove unused #includesPoul-Henning Kamp1999-10-113-3/+0
* remove unused #includePoul-Henning Kamp1999-10-114-4/+0
* remove unused #include, add $FreeBSD$Poul-Henning Kamp1999-10-111-1/+2
* remove unused #includes.Poul-Henning Kamp1999-10-111-2/+0
* Kill unused includesWarner Losh1999-10-112-2/+0
* Hid silly unknown board types message behind if (bootverbose). ThisWarner Losh1999-10-112-2/+4
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.Peter Wemm1999-10-113-0/+6
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-1132-42/+12
* Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68kPeter Wemm1999-10-111-21/+0
* Add support for the USRobotics Courier V.Everything (USR0101) modem.Steve Price1999-10-112-0/+2
* Trim some unused #includesPeter Wemm1999-10-119-17/+2
* Zap unneeded #include (found by phk)Peter Wemm1999-10-113-18/+0
* Zap unneeded #includesPeter Wemm1999-10-1128-65/+5
* Delete unneeded #includePeter Wemm1999-10-113-6/+0
* Fix a bug in the isa attach code which would panic isa systems.Søren Schmidt1999-10-111-1/+1
* Replace cdevsw_add() and friends with make_dev()/remove_dev().Mark Newton1999-10-101-2/+41
* I don't know if this is the correct fix, but my kernel can compile with it.Poul-Henning Kamp1999-10-102-2/+2
* Update the comments to say we are at draft 05 now.John Hay1999-10-101-6/+1
* Remove unused include files.Søren Schmidt1999-10-107-14/+0
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.Peter Wemm1999-10-102-0/+4
* Use the proper #ifdef around union sigval and siginfo_t. This fixesMarcel Moolenaar1999-10-102-4/+4
* Put IPFILTER_LKM into opt_ipfilter.h and delete the other two IPFILTERPeter Wemm1999-10-101-2/+1
* Don't try and build IPFILTER in LINT.Peter Wemm1999-10-103-12/+0
* Remove ipfilter files - the hooks remain in ip_input.c and ip_output.cPeter Wemm1999-10-101-9/+0
* Nuke the old antique copy of ipfilter from the tree. This is old enoughPeter Wemm1999-10-1018-9034/+0
* Retire old and unused #includes.Poul-Henning Kamp1999-10-104-318/+0
* Avoid using the osig* syscalls.Marcel Moolenaar1999-10-101-21/+28
* Modify to work with the new sbreserve().Brian Feldman1999-10-091-1/+5
* Remove obsolete include file.Poul-Henning Kamp1999-10-091-38/+0
* Remove another obsolete include file.Poul-Henning Kamp1999-10-091-220/+0
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalBrian Feldman1999-10-0910-23/+109
* pnpparse.c is needed for kernel builds.Poul-Henning Kamp1999-10-091-0/+1
* Add the options for the ATA driver.Søren Schmidt1999-10-091-0/+4
* Add support for the HPT366 chip, this is used on the Abit boards andSøren Schmidt1999-10-0912-709/+813
* Give physio a makeover.Poul-Henning Kamp1999-10-093-131/+60
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.Peter Wemm1999-10-092-0/+2
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.John Hay1999-10-093-100/+148
* A leftover include file from pre-CAM days gets retired...Poul-Henning Kamp1999-10-091-80/+0
* Factor out the PnP resource parser so that it can be re-used by pnpbiosDoug Rabson1999-10-093-234/+465
* Fix build break.Doug Rabson1999-10-092-2/+0
* Add net device to netboot.Doug Rabson1999-10-091-0/+3
* Remove old copies. These files now live in src/sys/dev/buslogicMatthew N. Dodd1999-10-093-921/+0
* - Point the right bits at the new location of the bus front ends.Matthew N. Dodd1999-10-095-10/+11
* Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip upBrian Feldman1999-10-091-1/+1
* - Restore correct operation of bt_mca.Matthew N. Dodd1999-10-092-16/+28
* Make interrupts shareable with RF_SHAREABLE. This is untested, butWarner Losh1999-10-092-2/+2
* Remove these files as they now live in sys/dev/dpt/Matthew N. Dodd1999-10-094-720/+0
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.Warner Losh1999-10-093-3/+3