summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable the sym module.alex2000-12-191-1/+1
* Use the default value for MFILESalex2000-12-191-1/+0
* Proberly back down DMA modes on the Acer Aladdin.sos2000-12-192-5/+13
* un-staticize M_AGP so that it can be used in agp*.cassar2000-12-192-2/+2
* remove pfctlinputassar2000-12-191-2/+0
* Several small but important fixes for snapshots:mckusick2000-12-194-17/+40
* Get rid of spurious check in ffs_truncate for i_size == lengthmckusick2000-12-191-2/+0
* translate the flags in recvfrom and recvmsg from linux to bsd onesassar2000-12-192-2/+121
* Fix column alignment (whitespace-only change).rnordier2000-12-191-1/+1
* Fix another sched_sihand -> sched_swi in a KTR trace message.jhb2000-12-181-1/+1
* Convert the sio driver to use a spin mutex instead of a s_lock. This isjhb2000-12-182-246/+116
* Attempt to read and verify the card's status in wi_stop() before sending itjhb2000-12-182-4/+18
* Add power state manipulation to the fxp driver. Some people havewpaul2000-12-182-0/+40
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-184-94/+70
* Remove the "wd" driver.phk2000-12-181-1/+0
* Fix floppy drives on machines with lots of RAM.phk2000-12-181-1/+1
* Divorce the kernel binary ABI version number from the messagejulian2000-12-1837-278/+314
* Use "node->ID" for the node's ID, instead of "(long)node".archie2000-12-181-5/+1
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-183-39/+44
* Impossible to see typo.. |= instead of !=julian2000-12-181-1/+1
* revert addition of strlcpy/strlcatassar2000-12-182-4/+0
* Whitespace. Fix a comment block and an if statement that were widerjake2000-12-181-7/+9
* Unbreak the modules after the last commit (newpcm kobjification).green2000-12-182-2/+4
* Add an assertion macro for lockmgr locks, LOCKMGR_ASSERT(lkp, what, p).jake2000-12-182-0/+44
* add strlcpy and strlcat to kernelassar2000-12-182-0/+4
* kobjify.cg2000-12-1840-2832/+2802
* add a stub for softdep_slowdown so that it's possible to build theassar2000-12-171-0/+6
* Avoid a data-consistency race between write() and mmap()dillon2000-12-173-0/+27
* Fix bug: a read() on a bpf device which was in non-blocking modejdp2000-12-171-5/+6
* Call ed_probe_Novel in the AX88190 case as well.imp2000-12-171-1/+1
* Use getmicrotime() instead of microtime() when timestamping ICMP packets,billf2000-12-161-1/+1
* Fix a typo that allowed signals caused by traps to be deliveredmarcel2000-12-161-1/+1
* We currently does not react to ICMP administratively prohibitedphk2000-12-164-0/+66
* Add a cloning function to vn(4) which triggers on "vn%d.ctl". Give thephk2000-12-161-52/+112
* PC-98 boxes use aic_cbus.c instead of aic_isa.c.nyan2000-12-161-1/+8
* Merged from sys/i386/conf/GENERIC revisions 1.292 - 1.294.kato2000-12-161-2/+1
* Switch off some debugging code.paul2000-12-162-3/+1
* Merged from sys/i386/i386/machdep.c revision 1.425.kato2000-12-162-8/+30
* Merged from files.i386 revision 1.340.kato2000-12-161-0/+1
* Merged from Makefile.i386 revision 1.215.kato2000-12-161-1/+1
* Merged from sys/boot/i386/loader/Makefile revision 1.49.kato2000-12-161-1/+1
* Enable building of lnc module.paul2000-12-161-1/+1
* Add lnc module.paul2000-12-161-0/+11
* Fixup some problems with the merged code of the previous commit.paul2000-12-163-5/+4
* Newbusify.paul2000-12-166-544/+627
* Back out these two changes inadvertantly made with the last commit.jkh2000-12-162-9/+0
* Apply some contributed patches to reduce number of tx buffer allocationwpaul2000-12-154-6/+312
* Fix ypo in essage about isabling EISA nterrupt ectormjacob2000-12-151-1/+1
* SNAPDATE is an obsolete mechanism which has also been pretty muchjkh2000-12-153-4/+9
* Change the following:bmilekic2000-12-155-11/+43
OpenPOWER on IntegriCloud