summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Protect all modifications to v_numoutput with splbio().dfr1998-08-135-10/+18
* Protect all modifications to paging_in_progress with splvm().dfr1998-08-131-1/+3
* Sync with sys/i386/isa/sio.c revision 1.210.kato1998-08-132-30/+20
* Remove some #if 0'd and commented-out code.brian1998-08-122-68/+4
* One-liner: add a call to the underlying device driver's SIOCDELMULTIwpaul1998-08-121-1/+2
* "The releaseing of the reference and lock is not temporary and belongsmsmith1998-08-123-4/+1
* Handle the case of moving a directory onto the top of a sibling'sjulian1998-08-123-7/+58
* Don't configure compatibility code for pre-Lite2 mount() calls bybde1998-08-124-16/+16
* Removed support for FreeBSD-1.x.bde1998-08-121-6/+1
* Fixed printf format errors.bde1998-08-121-50/+4
* Removed unused includes.bde1998-08-123-64/+3
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingbde1998-08-122-104/+54
* Fixed printf format errors.bde1998-08-122-14/+12
* Modify the internal interfaces to the kernel linker to make it possibledfr1998-08-123-16/+97
* Removed a bogus ifdef that broke using SWI_* in LKMs.bde1998-08-111-6/+2
* Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != longbde1998-08-111-5/+6
* Don't depend on "implicit int".bde1998-08-111-2/+2
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-1117-158/+94
* Fixed printf format errors.bde1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-1117-117/+197
* Add code from NetBSD to print CIA capabilities and try to detect Pyxis bugs.dfr1998-08-111-2/+141
* Sync with i386/isa/diskslice_machdep.c 1.31.dfr1998-08-111-4/+7
* Fixed null setting of multiple wakeup prevention variable.bde1998-08-102-6/+6
* Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASKbde1998-08-103-123/+30
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-108-34/+42
* Hide compiler warnings for casting from a long to a pointer of abde1998-08-101-2/+2
* Sync with sys/i386/isa/syscons.c revision 1.273.kato1998-08-101-1/+17
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.31.kato1998-08-102-6/+12
* Sync with sys/i386/conf/majors.i386 revision 1.45.kato1998-08-101-1/+3
* Sync with sys/i386/conf/options.i386 revision up to 1.84.kato1998-08-102-2/+10
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-105-14/+15
* Reserve majors for M-Systems DiskOnChip driver. This driver will bephk1998-08-102-2/+6
* - Added SC_BAD_FLICKER for syscons.yokota1998-08-105-5/+16
* A workaround for screen flicker; eliminate some I/O access to the VGAyokota1998-08-102-2/+34
* Lots of changes, including:dfr1998-08-1035-91/+2364
* The machine dependent disk slice manager does not recognizephk1998-08-102-6/+12
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.sos1998-08-102-0/+2
* MF22: Shut this thing up by default.jkh1998-08-092-4/+4
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-085-3/+18
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCsos1998-08-082-10/+26
* Make ../Makefile.inc handling more consistant to prevent multiple includespeter1998-08-081-1/+4
* Fix garbage after quitting X server.kato1998-08-071-1/+3
* Sync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 andkato1998-08-073-4/+7
* Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 andkato1998-08-072-146/+299
* Remove a stupid hack of mine which prevented PCI io memory access on the alpha.dfr1998-08-071-5/+2
* Add support for type1 pci configuration cycles for cia (not pyxis yet).dfr1998-08-071-26/+61
* Add some more useful macros.dfr1998-08-071-1/+7
* Update so that it should build a working kernel for the platforms supporteddfr1998-08-072-16/+54
* Tweaks to console support.dfr1998-08-071-31/+22
* Fix some things Simon had broken, basically making LINT compile again.eivind1998-08-061-9/+3
OpenPOWER on IntegriCloud