summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Made idempotentpaul1994-08-219-10/+52
* Made idempotent.paul1994-08-2121-21/+122
* Make idempotent.paul1994-08-2115-22/+85
* Made idempotent.paul1994-08-218-14/+46
* Made them all idempotent.paul1994-08-2150-55/+293
* Implemented filesystem clean bit via:dg1994-08-2015-65/+209
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-2027-107/+58
* Woops...forgot to commit this file. Part of Terry Lambert's loadable kerneldg1994-08-201-0/+363
* Removed bogus save of CMAP2.dg1994-08-193-12/+3
* Reviewed by:ats1994-08-191-3/+3
* Hmmm...my workaround for Garrett's new exec prototypes wasn't sufficient.dg1994-08-191-3/+3
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-1912-28/+1080
* 1. Make this idempotent.jkh1994-08-192-2/+18
* 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-198-6/+1168
* Added {} around two initializers for spare[2] in some structs. This calmsphk1994-08-183-9/+9
* Fix up some sloppy coding practices:wollman1994-08-18104-385/+378
* Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreakdg1994-08-182-2/+7
* Bruce Evans' dynamic interrupt support.dg1994-08-1815-728/+856
* Moved over my fix for vnode lossage when multiple TIOCSCTTY ioctls aredg1994-08-181-1/+10
* Oops, changed order of include lines...sos1994-08-173-15/+15
* Updated to latest 1.1.5.1+ versionsos1994-08-173-1158/+1296
* Updated to latest version from 1.1.5.1+sos1994-08-172-22/+36
* Add option KBD_RESET_FAIL_OK so that GCC 2.6 doesn't break mywollman1994-08-153-3/+12
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-159-25/+324
* Submitted by: Bruce Evansats1994-08-143-18/+12
* Reviewed by:ats1994-08-141-2/+5
* Pulled over missing ftape.h from 1.1.5paul1994-08-141-0/+222
* 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-136-22/+30
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-13102-973/+988
* 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-125-2/+2434
* Removed some unnecessary code that sets the link layer address. This shoulddg1994-08-122-58/+2
* Add missing ifr variable declaration that I forgot when adding MTUdg1994-08-122-6/+8
* Change outb() as per Bruce's instructions so that it doesn't explicitlyjkh1994-08-112-4/+4
* For Pentium machines, use a faster version of microtime with 8 usecwollman1994-08-116-8/+167
* Tell Pentium users their CPU speed. (More changes to make use of thiswollman1994-08-107-12/+135
* Initialize lockf pointer. I missed this when I made NFS use the genericdg1994-08-102-2/+4
* Make it easier for programs to figure out what revision of FreeBSD theywollman1994-08-103-3/+9
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-105-14/+52
* Some programs (like GNU configure programs) depend on the output ofwollman1994-08-102-4/+4
* Add back in CPU detection copde from 1.1.5. As an added bonus, thewollman1994-08-107-79/+230
* Fixed vm_page_deactivate to deal with getting called with a page that'sdg1994-08-101-48/+1
* Change default security level to -1, so that users don't get bitten bywollman1994-08-101-2/+2
* Removed some padding bytes from the nfsnode struct to make the structuredg1994-08-092-4/+2
* Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.hjkh1994-08-094-74/+122
OpenPOWER on IntegriCloud