summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-05-26Implement DLT_RAW, DLT_{SLIP,PPP}_BSDOS from libpcap 0.4Brad Smith
1999-05-25Move hilsoftinit() call to before interrupts are enabled, from NetBSD.Jason Downs
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
be bridged. Do the real work in a scheduled netisr.
1999-05-24instead of dropping out of window SYNs, send an ACK and drop afterwards.Niels Provos
fixes a problem with NFS over TCP reported by Jason Thorpe, fix from klm@netbsd.org
1999-05-24correct return value of poll(); noted by d@Theo de Raadt
1999-05-24quieter operation during initial mounting of primary swapTobias Weingartner
1999-05-24more buf oflowsAaron Campbell
1999-05-24fix buf oflowAaron Campbell
1999-05-23xircom ethernet fits!Theo de Raadt
1999-05-23new swap stuffMichael Shalayeff
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-23Avoid bzero + free after failed malloc(). From niklas@Hakan Olsson
1999-05-23SA hash table resizingNiklas Hallqvist
1999-05-23Add patch for Classic II video, fromJason Downs
http://member.nifty.ne.jp/nyamada/netbsd/patch
1999-05-22Sync syscalls.masterTobias Weingartner
1999-05-22Add swapctl(2) system call.Tobias Weingartner
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
others. syscall commit pending.
1999-05-22pr/796 applied fix from Urazmetov Wasilx <Wasilx@forest.ihep.su> -mojMats O Jansson
1999-05-22SyncJason Downs
1999-05-22Add another SoundBlaster compatible. This is the one Fry's sells for $6... :-)Jason Downs
1999-05-22reportedly 2000 works alsoTheo de Raadt
1999-05-22fix f{d,i}cache wrt last cache lineMichael Shalayeff
1999-05-21s/globl/export/gMichael Shalayeff
1999-05-21For hard expiration-pressure you need to protect PF_KEY socketNiklas Hallqvist
queueing with spltdb()
1999-05-21longer delay in pms probe for thinkpads; joshp@ioactive.comTheo de Raadt
1999-05-21remove duplicate contents from MakefileBrad Smith
1999-05-21group all theMD f;ags together, add interrupt recursion oneMichael Shalayeff
1999-05-21no instead of <none>Theo de Raadt
1999-05-21zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s jobMichael Shalayeff
1999-05-21define fpu_curprocMichael Shalayeff
1999-05-21break bits, cleanupMichael Shalayeff
1999-05-21do lazy context switches for FPUMichael Shalayeff
fix break handling better context saving sequence some cleanup
1999-05-21Don't turn off uart when closing cua device if tty is waiting.Jim Rees
Instead just drop dtr briefly.
1999-05-21use right lorder; niklas@ okMichael Shalayeff
1999-05-21typo; kwesterback@home.comTodd C. Miller
1999-05-20fix some typos; kwesterback@home.comAaron Campbell
1999-05-20Fix a bug where the ordered expiration list could get out of order. AddNiklas Hallqvist
invariant checking of the lists when DIAGNOSTIC compiled. Extend the critical region to cover all of tdb_expiration so the tdb won't disappear behind our back.
1999-05-19merge with freebsd 1.64, for realNiklas Hallqvist
1999-05-19bcopy() and space-space bcopy()Michael Shalayeff
1999-05-19Make autoneg at boot work. some indent.Niklas Hallqvist
1999-05-18indent nitNiklas Hallqvist
1999-05-18Enable Xircom ethernet and ICS 1890 Phy. The Xircom driverNiklas Hallqvist
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com
1999-05-18Xircom ethernetNiklas Hallqvist
1999-05-18Xircom ethernet, with some rough ends still, but it can do 100Mbit if tickled.Niklas Hallqvist
It is no cardbus code though. So far tested on CE2 and Realport.
1999-05-16attempting to unify m68k exec.h files.Marc Espie
This is a straight copy of sun3 file, It's there to be used by cross-m68k-lds, and eventually so that m68k-aout archs include a common file instead of rolling their own.
1999-05-16regenNiklas Hallqvist
1999-05-16Treat CIS functions a bit different as Xircom devices order the tuples aNiklas Hallqvist
bit backwards
1999-05-16Add XIRCOM (aliased with TDK)Niklas Hallqvist
1999-05-16Don't judge locally generated tunnel packets as spoof attempts. indent.Niklas Hallqvist