Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-26 | Implement DLT_RAW, DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 | Brad Smith | |
1999-05-25 | Move hilsoftinit() call to before interrupts are enabled, from NetBSD. | Jason Downs | |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright | |
be bridged. Do the real work in a scheduled netisr. | |||
1999-05-24 | instead 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-24 | correct return value of poll(); noted by d@ | Theo de Raadt | |
1999-05-24 | quieter operation during initial mounting of primary swap | Tobias Weingartner | |
1999-05-24 | more buf oflows | Aaron Campbell | |
1999-05-24 | fix buf oflow | Aaron Campbell | |
1999-05-23 | xircom ethernet fits! | Theo de Raadt | |
1999-05-23 | new swap stuff | Michael Shalayeff | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-23 | Avoid bzero + free after failed malloc(). From niklas@ | Hakan Olsson | |
1999-05-23 | SA hash table resizing | Niklas Hallqvist | |
1999-05-23 | Add patch for Classic II video, from | Jason Downs | |
http://member.nifty.ne.jp/nyamada/netbsd/patch | |||
1999-05-22 | Sync syscalls.master | Tobias Weingartner | |
1999-05-22 | Add swapctl(2) system call. | Tobias Weingartner | |
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner | |
others. syscall commit pending. | |||
1999-05-22 | pr/796 applied fix from Urazmetov Wasilx <Wasilx@forest.ihep.su> -moj | Mats O Jansson | |
1999-05-22 | Sync | Jason Downs | |
1999-05-22 | Add another SoundBlaster compatible. This is the one Fry's sells for $6... :-) | Jason Downs | |
1999-05-22 | reportedly 2000 works also | Theo de Raadt | |
1999-05-22 | fix f{d,i}cache wrt last cache line | Michael Shalayeff | |
1999-05-21 | s/globl/export/g | Michael Shalayeff | |
1999-05-21 | For hard expiration-pressure you need to protect PF_KEY socket | Niklas Hallqvist | |
queueing with spltdb() | |||
1999-05-21 | longer delay in pms probe for thinkpads; joshp@ioactive.com | Theo de Raadt | |
1999-05-21 | remove duplicate contents from Makefile | Brad Smith | |
1999-05-21 | group all theMD f;ags together, add interrupt recursion one | Michael Shalayeff | |
1999-05-21 | no instead of <none> | Theo de Raadt | |
1999-05-21 | zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s job | Michael Shalayeff | |
1999-05-21 | define fpu_curproc | Michael Shalayeff | |
1999-05-21 | break bits, cleanup | Michael Shalayeff | |
1999-05-21 | do lazy context switches for FPU | Michael Shalayeff | |
fix break handling better context saving sequence some cleanup | |||
1999-05-21 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees | |
Instead just drop dtr briefly. | |||
1999-05-21 | use right lorder; niklas@ ok | Michael Shalayeff | |
1999-05-21 | typo; kwesterback@home.com | Todd C. Miller | |
1999-05-20 | fix some typos; kwesterback@home.com | Aaron Campbell | |
1999-05-20 | Fix a bug where the ordered expiration list could get out of order. Add | Niklas 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-19 | merge with freebsd 1.64, for real | Niklas Hallqvist | |
1999-05-19 | bcopy() and space-space bcopy() | Michael Shalayeff | |
1999-05-19 | Make autoneg at boot work. some indent. | Niklas Hallqvist | |
1999-05-18 | indent nit | Niklas Hallqvist | |
1999-05-18 | Enable Xircom ethernet and ICS 1890 Phy. The Xircom driver | Niklas Hallqvist | |
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com | |||
1999-05-18 | Xircom ethernet | Niklas Hallqvist | |
1999-05-18 | Xircom 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-16 | attempting 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-16 | regen | Niklas Hallqvist | |
1999-05-16 | Treat CIS functions a bit different as Xircom devices order the tuples a | Niklas Hallqvist | |
bit backwards | |||
1999-05-16 | Add XIRCOM (aliased with TDK) | Niklas Hallqvist | |
1999-05-16 | Don't judge locally generated tunnel packets as spoof attempts. indent. | Niklas Hallqvist | |