summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-03-02Ignore TX interrupts when there are not packets buffered.Federico G. Schwindt
This fix a problem seen with realtek 80[12]9 based cards; noted by scomeau@obscurity.org.
1999-03-02put the DELAY back into xl_wait()Jason Wright
1999-03-01add checks for if_bridge (in addition to if_bpf)Jason Wright
1999-03-01led driver support for 4/[1236]00 machinesJason Wright
1999-03-01completely (almost) revamped ioctl's:Jason Wright
o new ioctls for getting/setting cache size (default == 100) o changed SIOCBRDGRT -> SIOCBRDGRTS o changed SIOCBRDGIDX -> SIOCBRDGIFS
1999-03-01re-do how copyright messages are doneTheo de Raadt
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie
1999-02-28conditionalize use of sbus_testdma()Jason Wright
1999-02-28new boxkstailey
1999-02-28support bridging by defaultTheo de Raadt
1999-02-28do not APMDEBUG ramdisk floppy, it is very noisyTheo de Raadt
1999-02-28permit swap on wd0b and sd0b, for swaponTheo de Raadt
1999-02-28moving to 2.5-betaTheo de Raadt
1999-02-28DEBUG should not affect apm.cTheo de Raadt
1999-02-28compensate for check on unicast packets rx'd in promisc mode being movedJason Wright
to ether_input().
1999-02-28compensate for the test of packet ownership being moved to ether_input()Jason Wright
1999-02-27sync with freebsd:Jason Wright
o remove call to DELAY from xl_wait() o do not issue RX and TX resets in xl_stop() & xl_init() o be sure that ifp->if_snd.ifq_maxlen is initialized
1999-02-27syncTheo de Raadt
1999-02-27another sbTheo de Raadt
1999-02-27rearrange strcutures to avoid bad padding; deraadt.Jason Wright
1999-02-27OpenBSD tags, sync with FreeBSD:Jason Wright
o make sure ifp->if_snd.ifq_maxlen is initialized o type fixups
1999-02-27Sync with FreeBSD:Jason Wright
o make sure ifp->if_snd.ifq_maxlen is initialized o proper handling of boards which report the TI product id
1999-02-27Sync with FreeBSD:Jason Wright
o match pnic-ii o make sure that ifp->if_snd.ifq_maxlen is initialized
1999-02-27syncTheo de Raadt
1999-02-27increase joyTheo de Raadt
1999-02-27syncFederico G. Schwindt
1999-02-27ESS ES1878 Plug and Play AudioD; hbaez@usa.net.Federico G. Schwindt
1999-02-26Sync with FreeBSD:Jason Wright
o fix multicast hash calculation (return the right set of bits) o make sure ifp->if_snd.ifq_maxlen is initialized o use RL_CMD_EMPTY_RXBUF instead of magic constant 1 o make sure the delta 8139 boards are setup correctly
1999-02-26compensate for the fact that the check for ownership of a unicast packetJason Wright
has moved to ether_input()
1999-02-26Ethernet bridge/IP firewall driver.Jason Wright
1999-02-26ext2fs is missing a LINK_MAX check tooTodd C. Miller
1999-02-26syncJason Wright
1999-02-26PNIC IIJason Wright
1999-02-26deal with uvm. Mostly name changes.Artur Grabowski
1999-02-26change pmap_{de,}activate to take a struct proc *.Artur Grabowski
XXX - This should be done to other archs, but since nothing (except uvm) uses it right now, the interface will be changed there when support for uvm is added.
1999-02-26Better fix for i_nlink oflow from imp@openbsd.orgTodd C. Miller
Move the check up with the other sanity checks and unlock the vnode properly and jump to abortit, not bad when >= LINK_MAX.
1999-02-26add OpenBSD tagsArtur Grabowski
1999-02-26adapt to uvm vnode pagerArtur Grabowski
1999-02-26a new way of mapping in exec for uvmArtur Grabowski
1999-02-26mostly name changes and allocation chnges for uvmArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26uvm allocation and name changesArtur Grabowski
1999-02-26vm allocation changes for uvmArtur Grabowski
1999-02-26vm allocation changes for uvm.Artur Grabowski
Call uvmspace_exec instead of manually cleaning up.
1999-02-26kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra ↵Artur Grabowski
argument)
1999-02-26compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.barArtur Grabowski
1999-02-26uvm uses kcopy when uiomoving from sysspaceArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26adaptation to uvm vnode pagerArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski