summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Changes to centralise the default blocksize behaviour.julian1999-09-0920-63/+64
| | | | | | More likely to follow. Submitted by: phk@freebsd.org
* Seperate the miibus pci ethernet drivers from the non-miibus drivers sopeter1999-09-092-12/+14
| | | | it's a little clearer which is which from just looking at GENERIC.
* Handle TCP reset sequence properly.ru1999-09-091-2/+2
| | | | | | | | | | | | | | | | | | | In the words of originator: :If an incoming connection is initiated through natd and deny_incoming is :not set, then a new alias_link structure is created to handle the link. :If there is nothing listening for the incoming connection, then the kernel :responds with a RST for the connection. However, this is not processed :correctly in libalias/alias.c:TcpMonitor{In,Out} and :libalias/alias_db.c:SetState{In,Out} as it thinks a connection :has been established and therefore applies a timeout of 86400 seconds :to the link. : :If many of these half-connections are initiated (during, for example, a :port scan of the host), then many thousands of unnecessary links are :created and the resident size of natd balloons to 20MB or more. PR: 13639 Reviewed by: brian
* Merge from sys/i386/i386/machdep.c revision 1.361.kato1999-09-092-0/+2
|
* netboot removed until somebody fixes it so it compilesmjacob1999-09-091-1/+1
|
* Zap EXPORTMFS, it's no longer an option. (mfs_vfsops.c rev 1.58)peter1999-09-083-6/+0
|
* Zap EXPORTMFS -> opt_mfs.h - the option went away (turned on) in Aprilpeter1999-09-081-1/+0
| | | | this year. (mfs_vfsops.c rev 1.58)
* Clean up and reorder.des1999-09-081-1/+11
|
* Catch up with GENERIC. This file is creaming to be automaticallymarkm1999-09-081-10/+21
| | | | | generated form GENERIC. Any volunteers? I thought not :-). OK; I'll do it.
* Make unused tape bmajors in past tense.phk1999-09-084-11/+11
|
* Don't register a bmajor.phk1999-09-083-11/+3
|
* Don't register a bmajor.phk1999-09-081-1/+1
| | | | Approved by: sos
* fix a bug with cat >/dev/{dsp,dspW,audio} hangingcg1999-09-082-2/+4
|
* Make sa/bdev, gd/bdev and gd/cdev as past-tense.phk1999-09-084-12/+12
|
* Don't register a block major for tapes.phk1999-09-081-2/+1
| | | | Reviewed by: mjacob
* Fix typo.ru1999-09-081-1/+1
|
* Add a pointer to "controller miibus0" for people who will not read thepeter1999-09-089-0/+9
| | | | | commit messages or GENERIC and insist on running -CURRENT. It probably won't work, but it's worth a try.
* Make it build, copy from dev/sio/sio.c:peter1999-09-082-8/+8
| | | | | isa_set_flags -> device_set_flags isa_get_flags -> device_get_flags
* Update docs for 3.3-Rphk1999-09-082-18/+142
| | | | OK'ed by: jkh
* Add $FreeBSD$peter1999-09-081-0/+1
|
* Restore old sio driver for Bruce. We'll fix the bus problems in nsiopeter1999-09-084-0/+4
| | | | instead.
* s/sio/nsio/peter1999-09-081-1/+1
|
* Restore the old sio* - bruce can fix it himself.peter1999-09-084-0/+6376
|
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-0723-906/+285
| | | | | | | | | | | | | reasonable defaults. This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed. This should make *_vfsops.c more readable and reduce bloat. Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-077-12/+26
| | | | | | | return (in signal trampoline code). I plan to do the same on -stable, so that we have a consistent interface to userland applications. Reviewed by: bde
* Fix comment: RX underrun -> RX overrun.wpaul1999-09-071-1/+1
|
* Doug missed an isa_get_flags().peter1999-09-071-1/+1
|
* Merge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.kato1999-09-071-1/+3
|
* Commented out k6_mem.c.kato1999-09-072-2/+2
|
* Change isa_get/set_flags() to device_get/set_flags().kato1999-09-0710-34/+34
| | | | Submitted by: dfr
* Add more missing files from the reorganisation.msmith1999-09-074-0/+297
| | | | Submitted by: dfr
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-0720-57/+58
|
* Add mii_load entry to the network drivers section. Also add entries forwpaul1999-09-071-0/+4
| | | | a few additional drivers that have recently been module-ized.
* Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.wpaul1999-09-062-2/+2
|
* Update for newpcm.dfr1999-09-063-3/+15
|
* 1) s/mod(un)?load/kld$1load/n_hibma1999-09-062-21/+24
| | | | | | | | 2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables (KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the Makefile of the ATAPI module 3) textual fixups
* Remember to re-arm the timeout for the tick routine.wpaul1999-09-062-0/+3
|
* Fix definitions for RID and RES if we're not using IOSPACE. I copied thewpaul1999-09-062-4/+4
| | | | | two lines and forgot to change them for the !IOSPACE case. Not a big deal since PCI memory mapped mode is off by default, but I still feel silly.
* Change NetBSD/Alpha to FreeBSD/alpha.dfr1999-09-061-1/+1
|
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-069-6380/+1
| | | | | including pci. Also, eliminate NSIOTOT and do it dynamically where it matters.
* Move the #if 0 to catch the card.h include and make sure it's zero.peter1999-09-062-2/+6
|
* Add id_iosize as used by pccard.peter1999-09-061-0/+1
|
* add pccard/pccard_nbk.cpeter1999-09-061-0/+1
|
* $Id$ -> $FreeBSD$peter1999-09-062-2/+2
|
* Common Alpha loader Makefile, omitted accidentally from the previous setmsmith1999-09-061-0/+83
| | | | of commits.
* Clean $Log$ debris.peter1999-09-061-2/+1
|
* Start to disentangle the isa attachments from other buses. Partiallyimp1999-09-062-32/+28
| | | | | | | | | | | | | | rewrite the pccard attachment case. This is a work in progress, but doesn't break the isa case. I left the #if 0...#endif around the pccard stuff, at Peter's request, so that normal users don't shoot themselves in the foot. While I was here: o Indent a comment to the right location o Spell Unknown with a final 'n'. Reviewed by: peter
* Add pccard child to nexus. A better version would take care of thisimp1999-09-064-0/+20
| | | | | | with an identify method, but that has not been implemented. Forgotten by: imp
* Kludge together support for the old pccard system with newbus. Thisimp1999-09-065-19/+388
| | | | | | | | will allow newbus based drivers to have pccard attachments. Also start printing out probe messages for pccards stating the resources used and regularize many of the pccard printfs. Reviewed by: Peter Wemm.
* Whups, forgot one $Id$ -> $FreeBSD$ conversion.wpaul1999-09-061-1/+1
|
OpenPOWER on IntegriCloud