summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-268-2/+42
* Updated a comment to match code.bde1999-12-261-1/+1
* Removed unused includes.bde1999-12-261-26/+12
* Use vfs_timestamp() instead of getnanotime() to set timestamps. Thisbde1999-12-261-3/+4
* Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.bde1999-12-266-16/+8
* Fixed breakage of read-only opening of /dev/*mem at securelevel > 0 inbde1999-12-262-6/+8
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.peter1999-12-261-1/+1
* Oops, deactivate ed drivers because of undefiend references fromkato1999-12-262-22/+22
* Added Allied Telesis SIU-98-D support.kato1999-12-263-25/+42
* - Cut down amount of memory in 64MB when BIOS tells the amount ofkato1999-12-262-2/+18
* Fixed races accessing the RTC. The races apparently causedbde1999-12-255-20/+80
* Fix the firmware build number output (again).msmith1999-12-251-1/+1
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makedfr1999-12-243-9/+9
* * Set the devclass of a device before calling the probe method. This allowsdfr1999-12-241-1/+12
* Fixed a cast of a pointer to an integer of a possibly different size.bde1999-12-243-8/+8
* Removed unnecessary const poisoning (redundant casting) which was addedbde1999-12-241-2/+2
* Merge from sys/i386/conf/files.i386 rev 1.293.kato1999-12-242-28/+28
* Merge from sys/i386/conf/GENERIC rev 1.218 & 1.219.kato1999-12-242-4/+4
* Removed -mno-486 from CFLAGS.kato1999-12-241-1/+0
* Cosmetic fix; get the firmware build code and customisation tag themsmith1999-12-241-1/+1
* Update config rules for making {linux|svr4}_assym.hmarcel1999-12-232-20/+20
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-232-28/+9
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-233-44/+13
* o Define `offsetof' when not already defined,marcel1999-12-231-5/+10
* Fix problem reported by Matt Dillon. Occasionally, very small receivedwpaul1999-12-231-1/+14
* Removed vestiges of BAD144 support.bde1999-12-231-1/+2
* Removed vestiges of BAD144 support.bde1999-12-232-4/+1
* Fixed missing declarations of futimes(2) and lutimes(2).bde1999-12-232-0/+4
* Fixed missing declaration of lchmod(2).bde1999-12-231-0/+1
* Update the unclean flag for mount -u. I forgot to handle this casebde1999-12-231-0/+2
* Define genassym related macros in a seperate include file to preventmarcel1999-12-231-0/+42
* Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11wpaul1999-12-234-4/+4
* Close PR #15422; fix loader.conf to reflect new driver support (oldwpaul1999-12-231-5/+2
* Fix one bug and make one minor enhancement:wpaul1999-12-231-1/+23
* IPSEC support in the kernel.shin1999-12-22100-3799/+22401
* sn driver is no longer using isa_compat layerimp1999-12-222-10/+0
* New files in sn driver.imp1999-12-221-0/+2
* Newbusify the driver.imp1999-12-225-342/+391
* Turn on the `sym' driver by default. It lives well beside the `ncr' driverobrien1999-12-224-4/+4
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishmckusick1999-12-224-38/+42
* Updates resulting from new documentation from Mylex and some cleaning:msmith1999-12-224-75/+95
* Update vnode_if.sh location. This was deliberately left a while afterpeter1999-12-221-2/+2
* Oops- got the initiator and initiator/target f/w reversed formjacob1999-12-221-1942/+1942
* Revert previous checkin; I incorrectly thought that it was neededarchie1999-12-211-2/+0
* regenerate after making getfh a standard syscall.alfred1999-12-211-1/+1
* make getfh a standard syscall instead of dependant on havingalfred1999-12-215-57/+1
* Yet another cleanup of the VIA code, this time it should worksos1999-12-218-186/+61
* Use the correct return value for MCA NMIs.eivind1999-12-214-4/+4
* Add #ifdef notyet around uncalled code that is later going to become DDBeivind1999-12-211-1/+7
* Correct the spelling and description of sbc.tanimura1999-12-213-3/+3
OpenPOWER on IntegriCloud