summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Made idempotent.paul1994-08-214-7/+23
* Implemented filesystem clean bit via:dg1994-08-201-17/+15
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-207-49/+28
* Removed bogus save of CMAP2.dg1994-08-191-4/+1
* Reviewed by:ats1994-08-191-3/+3
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-192-4/+78
* 1. Make this idempotent.jkh1994-08-191-1/+9
* Smash together Poul-Henning's, Garrett's and Steve Gerakines 24f changesjkh1994-08-191-66/+264
* Added my ProAudioSpectum SCSI driver for cards with the 5380 SCSI-chip.phk1994-08-196-4/+1159
* Added {} around two initializers for spare[2] in some structs. This calmsphk1994-08-183-9/+9
* Fix up some sloppy coding practices:wollman1994-08-1810-49/+13
* Bruce Evans' dynamic interrupt support.dg1994-08-187-290/+418
* Oops, changed order of include lines...sos1994-08-171-5/+5
* Updated to latest 1.1.5.1+ versionsos1994-08-171-386/+432
* Updated to latest version from 1.1.5.1+sos1994-08-171-11/+18
* Add option KBD_RESET_FAIL_OK so that GCC 2.6 doesn't break mywollman1994-08-151-1/+4
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-155-12/+137
* Submitted by: Bruce Evansats1994-08-141-6/+4
* Reviewed by:ats1994-08-141-2/+5
* Changed the include <sound/ulaw.h> to be <i386/isa/sound/ulaw.h> sopaul1994-08-141-2/+2
* The tcp/ip interfaces needed longer timeouts, works fine under 2.0.phk1994-08-141-3/+3
* Fix conditional-compilation mixup, pointed out by Paul Richards.wollman1994-08-131-3/+1
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Brucedg1994-08-131-2/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-1344-462/+467
* Submitted by: Poul-Henning Kamp <phk@login.dkuug.dk>phk1994-08-131-4/+389
* Added conditionals to make this compile cleanly in FreeBSD 2.0.dg1994-08-121-7/+49
* New ethernet device driver from Matt Thomas:dg1994-08-124-1/+2432
* Removed some unnecessary code that sets the link layer address. This shoulddg1994-08-121-29/+1
* Add missing ifr variable declaration that I forgot when adding MTUdg1994-08-121-3/+4
* Change outb() as per Bruce's instructions so that it doesn't explicitlyjkh1994-08-111-2/+2
* For Pentium machines, use a faster version of microtime with 8 usecwollman1994-08-113-5/+80
* Tell Pentium users their CPU speed. (More changes to make use of thiswollman1994-08-103-5/+56
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-102-6/+25
* Some programs (like GNU configure programs) depend on the output ofwollman1994-08-101-2/+2
* Add back in CPU detection copde from 1.1.5. As an added bonus, thewollman1994-08-103-29/+83
* Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.hjkh1994-08-092-37/+61
* Removed ntohl and ntohs functions. These were already inlined assembly indg1994-08-091-26/+1
* Added various filesystems and multicast support options. Removed mydg1994-08-092-15/+31
* Fix a compilation-stopping typo; whoops, David - more sleep! :-)jkh1994-08-081-2/+2
* Last commit for this file should have read:dg1994-08-081-2/+2
* Detect the "EOF" condition. Specifically, end of partition.dg1994-08-081-4/+10
* Added support for SIOCSIFMTU.dg1994-08-084-4/+51
* Added ioctl support for SIOCSIFMTU.dg1994-08-081-3/+15
* Take out multicast support for the moment.dg1994-08-081-1/+1
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-072-8/+10
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-1/+2
* Don't kremove process VM pages (oops!). This was the cause of the instabilitydg1994-08-071-15/+20
* Don't strip the kernel.dg1994-08-061-3/+2
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-064-26/+22
* Incorporated 1.1.5 improvements to the bounce buffer code (i.e. make itdg1994-08-061-487/+117
OpenPOWER on IntegriCloud