summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't forget the 'stripe' and 'mirror' keywords when we turn debugginggrog1999-12-301-1/+1
* Go ahead and take these off the vendor branch as Gerard Roudier is nowobrien1999-12-303-0/+8
* make ess cards use a 64k buffer again, by implementing esschan_init()cg1999-12-303-18/+39
* Change error message make sense and add a missingmjacob1999-12-301-1/+4
* Restore this driver to a working state. The control device hasmjacob1999-12-291-7/+6
* Don't use time_offset as a leaky bucket variable in hardpps(), thisphk1999-12-291-15/+18
* Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.cbillf1999-12-294-0/+18
* Substantially revamp the way that we determine the amount of memory availablemsmith1999-12-298-58/+165
* make es1373 chips with ac97 2.1 work on troublesome motherboardscg1999-12-291-19/+25
* Remove vnode_if.sh - it's a perl script. This stayed around for a whilepeter1999-12-291-354/+0
* Add the Texas Instruments PCI14xx pccard/cardbus controllers device ids.billf1999-12-291-0/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2994-223/+229
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-29304-703/+710
* - latest 2ndbuffer patchcg1999-12-2914-200/+486
* Add the Id for the NeoMagic 256ZX, the display from which I'm seeing this..billf1999-12-291-0/+2
* Make tcp_drain() actually do something. When invoked (usually as amsmith1999-12-282-0/+58
* Avoid to write garbage if uiomove fails.bp1999-12-282-0/+8
* Fix an overflow in the msdosfs_read() function which exposed on the filesbp1999-12-282-6/+6
* It is possible that number of sectors specified in the BPBbp1999-12-284-12/+28
* Make cloning mask sockaddr (genmask) possible.ru1999-12-281-1/+2
* Added following modes:kato1999-12-282-16/+42
* Fix a panic when doing non-multiples of PAGE_SIZE or misaligned transferspeter1999-12-281-1/+13
* Fix the swap backed vn case - this was broken by my rev 1.128 topeter1999-12-282-22/+50
* Correctly handle a user-requested abort in the middle of displaying amsmith1999-12-281-2/+4
* Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clustersmsmith1999-12-281-2/+22
* Fix a small typo in the comments.billf1999-12-281-1/+1
* 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
OpenPOWER on IntegriCloud