aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add SYSVSEM so that newer versions of Xaccel don't require a kernelJordan K. Hubbard1999-04-162-2/+4
* Remove the entries for umodem and ucom. These drivers only probeNick Hibma1999-04-166-23/+5
* zero out switchtime.tv_sec. This fixes a fairly serious problem whereAndrew Gallatin1999-04-161-1/+2
* - Add another adhoc frame_size detection for stack trace.Hidetoshi Shimokawa1999-04-161-8/+9
* Add bridging support (tested in 3.1-RELEASE by Steven VetzalGuy Helmer1999-04-162-25/+81
* Better handling for ARP/source routing on Token RingEivind Eklund1999-04-151-8/+16
* Removed dead code and cleaned up. setconf() now just asks for theBruce Evans1999-04-151-108/+38
* Made booting with -a work for all configurations. Previously itBruce Evans1999-04-158-61/+23
* - Close PR #11136: add PCI ID for another new cyclone device: theBill Paul1999-04-152-32/+61
* Added missing newline to "no ports found!" message.Alexander Langer1999-04-152-4/+4
* Grrr. Make all modes work properly with the 82c168 chip and built-inBill Paul1999-04-142-15/+35
* getnewbuf(): check return value from tsleep(). Interruptible NFS may passDmitrij Tejblum1999-04-141-7/+4
* temp fix for internal queue overflow problemMatt Jacob1999-04-141-14/+34
* Add example for 'makeoptions DEBUG' and some notes. I have not activatedPeter Wemm1999-04-143-3/+36
* Search bdevsw[] instead of the half-baked builtin table of devicesBruce Evans1999-04-141-14/+26
* Generate intrnames[] dynamically. This should be new-bus friendly.Bruce Evans1999-04-1415-542/+365
* Add a commented-out example on using the makeoptions command to get aPeter Wemm1999-04-132-2/+6
* Build the functionality of the wdc_p hack into the ide_pci.c code.Peter Wemm1999-04-136-105/+18
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andPeter Wemm1999-04-1322-1038/+63
* Move the declaration of faultin() from the vm headers to proc.h, sincePeter Wemm1999-04-132-4/+4
* Drop the atapi module from the build, it's just wasting time.Peter Wemm1999-04-131-2/+2
* Hopefully replicate the install.debug changes from the i386 version.Peter Wemm1999-04-132-48/+30
* Clean up the kernel/kernel.debug/install.debug etc stuff.Peter Wemm1999-04-133-117/+63
* Some more fixes:Bill Paul1999-04-132-38/+45
* Initialize alpha_unaligned_* as I intended.Hidetoshi Shimokawa1999-04-131-6/+6
* Removed DIAGNOSTIC opion redefinition.Semen Ustimenko1999-04-132-4/+2
* Fixed bogus SRCS definition which broke `make depend'. Plain `make'Bruce Evans1999-04-131-3/+2
* Backout early start of APs since it caused some machines to hang.Tor Egge1999-04-137-28/+7
* Merge in some updates for the RealTek driver, mainly:Bill Paul1999-04-122-168/+113
* Grr... don't touch the PN_GEN (general purpose) register in pn_setcfg()Bill Paul1999-04-121-6/+8
* Add support for the 3cSOHO100-TX, which is a "hurricane" chipsetBill Paul1999-04-122-3/+8
* More consistent with surrounding style. (Hey - it looked great in theEivind Eklund1999-04-121-2/+2
* Shorten line.Eivind Eklund1999-04-121-3/+3
* PCX loader for pseudo-device splash.Dag-Erling Smørgrav1999-04-124-2/+534
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-129-30/+56
* Typo in comment.Dag-Erling Smørgrav1999-04-121-2/+2
* ppp != iijppp any moreBrian Somers1999-04-123-9/+9
* Sync with sys/i386/isa/isa.c revision 1.118.KATO Takenori1999-04-121-7/+1
* Minor tweak: move initialiation of busctl register to before setting ofBill Paul1999-04-121-3/+3
* Make debugging more selective.Nick Hibma1999-04-116-19/+42
* 1) Make debugging more selective.Nick Hibma1999-04-1118-201/+180
* Some small updates:Bill Paul1999-04-112-9/+27
* Applied patch for ukbd disconnect. Disconnect not fully functionalNick Hibma1999-04-111-66/+99
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &Nick Hibma1999-04-111-5/+6
* Remove unit from struct. Not used anymore.Nick Hibma1999-04-112-2/+0
* Move initialization of SWI's in the tty|net|bio masks from isa.c intoPeter Wemm1999-04-113-19/+7
* Reenable the recursive disconnection from a hub. Stop gap solutionNick Hibma1999-04-111-7/+9
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.Nick Hibma1999-04-112-4/+10
* Control unaligned access handling via sysctl.Hidetoshi Shimokawa1999-04-111-5/+13
* Don't define NMBCLUSTERS here.Hidetoshi Shimokawa1999-04-111-8/+1