summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Protect against count of chars received being 0, which causes a panicdg1998-03-183-3/+9
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-185-12/+476
* Correct a problem where data OR metadata could be thrown away if adyson1998-03-171-3/+9
* PR: i386/6040danny1998-03-172-2/+4
* Fixed missing filemark on close if data written to tape.sos1998-03-172-120/+192
* Make EPSON_BOUNCEDMA a new-style option.kato1998-03-177-5/+18
* If lowervp is NULLVP, vap was clobbered.kato1998-03-172-4/+4
* Sync with sys/i386/isa/clock.c revision 1.117.kato1998-03-173-24/+93
* Deleted PC-98 code because (1) machine dependent code should not be inkato1998-03-171-8/+1
* Correct a severely evil bug in the vtruncbuf code. It didn't causedyson1998-03-172-4/+68
* Add missing entry to list of major device names. This list should notmsmith1998-03-172-2/+6
* Clear up DPT comment to avoid further confusion. This is a hardwareeivind1998-03-163-6/+9
* Remove a soft-update hook that was accidentally added to the READ path.julian1998-03-161-26/+53
* Spell 'compatibility' like everyone else.msmith1998-03-162-4/+4
* Use dkmakeminor() rather than magic knowledge of the size and location ofmsmith1998-03-162-8/+8
* A bunch of BNN (Bruce Normal Nits) from bde:phk1998-03-162-110/+184
* Be less draconian about the TSC if APM is configured, use it forphk1998-03-165-40/+155
* Allow vfs_ioopt to be enabled with a (temporary) config option.dyson1998-03-162-6/+2
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-1615-158/+456
* Remove an ifdef (to get linker errors instead of compile errors in theeivind1998-03-151-3/+0
* Sync with sys/i386/isa/clock.c revision 1.116.kato1998-03-153-114/+288
* Use dsname() to generate the disk region name for the "changing rootmsmith1998-03-152-28/+28
* Allow ICMP unreachable messages to be sent in response to ICMP queryalex1998-03-151-4/+21
* Disable the vfs.ioopt option for now, so that we don't get gratuitiousdyson1998-03-142-2/+6
* Add a BOOTP_WIRED_TO option, for use on machines with multiple networktegge1998-03-146-10/+36
* Update workaround for limitations in the arp code.tegge1998-03-146-18/+18
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-145-190/+450
* Don't use the standard macros for disabling/enabling interrupt.tegge1998-03-142-6/+6
* Don't misuse vnode interlocks in routines that can be called from interrupts.tegge1998-03-142-10/+14
* Fixed include file's path.kato1998-03-141-1/+1
* Link i386/include instead of pc98/include (there is no such directory).kato1998-03-141-2/+2
* Sync with sys/i386/conf/files.i386 revision 1.194.kato1998-03-142-2/+4
* Sync with sys/i386/boot/rawboot/Makefile revision 1.11.kato1998-03-141-2/+1
* Sync with sys/i386/boot/Makefile.inc.kato1998-03-141-2/+2
* Added a null entry for sysmk that is generated by makesyscalls.sh.jb1998-03-132-2/+4
* The coff LKM needs IBCS2 to be able to link (for the 'make regress'eivind1998-03-121-1/+2
* Introduce the 'regress' target.eivind1998-03-121-1/+7
* 'LKM' is a minimal kernel config file, just enough to be able to test-linkeivind1998-03-121-0/+74
* Fix for mmap of char devices bug as described in OpenBSD advisory ofguido1998-03-121-7/+36
* Changed speed_t from long to unsigned long. POSIX.1 requires anbde1998-03-121-2/+2
* Removed duplicated -I options.bde1998-03-122-4/+3
* Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handlesbde1998-03-121-2/+2
* Fixed breakage of the !SMP case in vm_page_zero_idle() in thebde1998-03-122-10/+14
* Don't depend on "implicit int" or bloat the data section in thebde1998-03-122-6/+6
* idprio processes must be preempted as soon as anything is runnable.dufault1998-03-111-4/+7
* Add EISA support for DPT driversjulian1998-03-1110-17/+1133
* If the root mount fails from a device that is not the compatability slicemsmith1998-03-112-2/+26
* Document options policy.eivind1998-03-101-3/+30
* Change PMAP_SHPGPERPROC to not be equal to the default, for theeivind1998-03-103-9/+9
* Sync with sys/i386/i386/userconfig.c revision 1.103.kato1998-03-101-6/+9
OpenPOWER on IntegriCloud