aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tJohn Dyson1997-08-048-38/+76
* Nuke the nonexistend pad bytes from the end of the DMI header structure.Mike Smith1997-08-043-6/+3
* Correctly checksum the DMI signature structure. Format the BSD revisionMike Smith1997-08-042-6/+8
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-039-196/+1071
* Merge Matt's if_de.c changes in.Peter Wemm1997-08-032-572/+1092
* This commit was generated by cvs2svn to compensate for changes in r27859,Peter Wemm1997-08-032-8/+88
|\
| * Import Matt's if_de driver 970703 release. This (apparently) supportsPeter Wemm1997-08-033-294/+634
| * Clean import of if_de.c as of 970513, if_de.c rev 1.86. This shouldPeter Wemm1997-06-221-2/+4
* | Import Matt's if_de driver 970703 release. This (apparently) supportsPeter Wemm1997-08-032-8/+88
* | Fixed syscall arg checking in clock_settime(). Stack garbage wasBruce Evans1997-08-031-2/+2
* | Removed unused #includes.Bruce Evans1997-08-02144-749/+141
* | Synchronize with sys/i386/conf/options.i386 revision 1.54.KATO Takenori1997-08-022-6/+6
* | Synchronize with sys/i386/conf/files.i386 revision 1.170.KATO Takenori1997-08-022-2/+6
* | Synchronize with sys/i386/conf/options.i386 revision 1.53.KATO Takenori1997-08-022-2/+4
* | Sanitise the Wavelan entries.Mike Smith1997-08-025-15/+15
* | Reinstate some of the previous fixes which were clobbered in r1.6.Mike Smith1997-08-022-22/+16
* | Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-022-2/+6
* | My previous commit was incomplete because it ignored the READ case.Jean-Marc Zucconi1997-08-011-1/+2
* | Support functions for working with x86 PC-architecture BIOS.Mike Smith1997-08-013-0/+521
* | Support for PC BIOS functions.Mike Smith1997-08-013-0/+339
* | Add new BIOS-related files.Mike Smith1997-08-012-2/+6
* | Significant bugfix and upgrade for the Wavelan (wl) driver.Mike Smith1997-08-012-112/+990
* | New defines for the Wavelan (wl) driver.Mike Smith1997-08-011-6/+34
* | New LINT comments and options for the Wavelan (wl) driver.Mike Smith1997-08-015-8/+13
* | Fixed imen alignment.Steve Passe1997-07-311-2/+2
* | Fixed imen declaration.Steve Passe1997-07-313-6/+6
* | Synchronize with sys/i386/isa/isa.c revision 1.99.KATO Takenori1997-07-311-13/+17
* | Synchronize with sys/i386/conf/files.i386 and sys/i386/isa/wd.cKATO Takenori1997-07-313-7/+81
* | Oops, boot2 got too big. make VESA_SUPPORT nondefault.Poul-Henning Kamp1997-07-311-2/+3
* | Add support for booting in VESA 0x102 videomode. Corresponding patches toPoul-Henning Kamp1997-07-314-6/+46
* | Moved the free case to top of MPgetlock and MPtrylockSteve Passe1997-07-311-3/+142
* | Converted the TEST_LOPRIO code to default.Steve Passe1997-07-3115-175/+185
* | Converted the TEST_LOPRIO code to default.Steve Passe1997-07-314-115/+20
* | Converted the TEST_LOPRIO code to default.Steve Passe1997-07-317-29/+14
* | fix a few problems with pty. warn about how if you only have 1 ptyJohn-Mark Gurney1997-07-301-13/+16
* | Fix problem caused by a chunk of the previous patch having beenStefan Eßer1997-07-291-3/+3
* | Add support for busmaster DMA on some PCI IDE chipsets.Søren Schmidt1997-07-297-17/+1111
* | Return to using disable/enable_intr() for guarding DMA register access.Mike Smith1997-07-292-14/+20
* | Add support for loading the SCRIPTS microcode into the on-chip RAMStefan Eßer1997-07-281-598/+795
* | Use malloc to save space for temp SUNIT variableAndrey A. Chernov1997-07-281-9/+10
* | Pedant attack! Use variable names consistent with discourse inMike Smith1997-07-282-14/+12
* | Use disable_intr() / read/write_eflags() to ensure that interruptMike Smith1997-07-282-8/+12
* | Modified the PEND_INTS algorithm to fix the ISA INT loss problem.Steve Passe1997-07-2815-45/+231
* | Move tmpnc struct out of stack, too largeAndrey A. Chernov1997-07-271-2/+3
* | Add the ability for the pageout daemon to measure stats on memory usage beforeJohn Dyson1997-07-271-14/+122
* | Fix a very subtile problem that causes unnessary numbers of objects backingJohn Dyson1997-07-271-17/+48
* | SUNIT: exchange back whole ifnet structures since they are in the linkedAndrey A. Chernov1997-07-261-7/+6
* | Forget to change units in prev. SUNIT commit. Move variales to localAndrey A. Chernov1997-07-261-2/+7
* | Exchange whole structures on SUNIT, not unit+flags fields only.Andrey A. Chernov1997-07-261-6/+6
* | Comment out PEND_INTS for now, it breaks ISA INTs.Steve Passe1997-07-261-2/+4