summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed ntohl and ntohs functions. These were already inlined assembly indg1994-08-093-78/+3
* Removed an old, obsolete call to vmmeter(). This is called now in thedg1994-08-091-2/+1
* Added various filesystems and multicast support options. Removed mydg1994-08-092-15/+31
* Made lockf advisory locking code generic (rather than ufs specific), anddg1994-08-089-85/+906
* Fix a compilation-stopping typo; whoops, David - more sleep! :-)jkh1994-08-082-4/+4
* Run-time configuration of VFS update interval. Old UPDATE_INTERVALwollman1994-08-083-8/+20
* Last commit for this file should have read:dg1994-08-081-2/+2
* Detect the "EOF" condition. Specifically, end of partition.dg1994-08-082-5/+14
* Added support for SIOCSIFMTU.dg1994-08-086-6/+76
* Process tracing code. Written by Sean Eric Fagan.dg1994-08-082-31/+321
* Added ioctl support for SIOCSIFMTU.dg1994-08-083-9/+36
* On second thought, better restrict the mtu to between 72-65535...strangedg1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverdg1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-dg1994-08-083-3/+18
* Take out multicast support for the moment.dg1994-08-081-1/+1
* Increased ARG_MAX even further...to 64k bytes.dg1994-08-081-2/+2
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-088-29/+9
OpenPOWER on IntegriCloud