summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-1/+1
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-2822-24/+1888
* Two nits and disable isa probe due to its overly agressive claiming ofimp1999-12-282-4/+4
* Add ipsec_esp option to files which depend on crypto.shin1999-12-271-15/+15
* Fix typo "," vs ";"peter1999-12-272-2/+2
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).bde1999-12-271-4/+5
* Synced with sys/isa/sio.c rev 1.282.kato1999-12-272-10/+96
* Synced with sys/i386/isa/clock.c rev 1.148. This is a cosmetic changekato1999-12-273-12/+48
* Synced with sys/i386/conf/Makefile.i386 rev 1.169.kato1999-12-272-22/+8
* Synced with Makefile.i386. The following cleanups in Makefile.i386bde1999-12-272-6/+6
* This should have been committed with related changes to .c files.bde1999-12-271-1/+1
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-274-20/+20
* Fixed some type mismatches. p_retval[0] in struct proc has typebde1999-12-274-36/+44
* Connect up the bootforth glue and compile it, but don't initialize itpeter1999-12-271-3/+13
* Add in missing ENABLE TARGET MODE opcode.mjacob1999-12-271-0/+2
* Include opt_nfs.hpeter1999-12-271-0/+1
* Zap the kvm_kernel.db juggling at 'make install' time, it isn't neededpeter1999-12-272-14/+0
* Zap kvm_kernel.db stuff now that libkvm gets it directly from the runningpeter1999-12-273-21/+0
* Correct an uninitialized variable use, which, unlike most times, isgreen1999-12-271-4/+2
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.peter1999-12-272-0/+2
* Add support of SB for PC98 into VoxWare 3.5, and more $FreeBSD$.tanimura1999-12-276-1/+85
* Fixed stripping of aout debugging kernels.bde1999-12-263-12/+12
* 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
OpenPOWER on IntegriCloud