Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-05-16 | spltdb introduced, protection for tdb lists and related structures, so | Niklas Hallqvist | |
they won't disappear behind our back by an expiration. Cleanup expiration logic too. | |||
1999-05-16 | The enc interface should not be IFF_LOOPBACK, as AH and ESP uses that | Niklas Hallqvist | |
as receiving interface for filtering | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-16 | Add support for static ARP entries that cannot be overwritten. | Hakan Olsson | |
Ordinary static ARPs that are overwritten will no longer still be static. | |||
1999-05-14 | A new scalable IPsec SA expiration model. | Niklas Hallqvist | |
1999-05-14 | use UTC when abbreviating Coordinated Universal Time, not CUT | Aaron Campbell | |
1999-05-14 | OpenBSD has no ext_func, so that test is bogus. | cmetz | |
1999-05-14 | m_zero will no longer zero the contents of a cluster if there's an alias to it. | cmetz | |
(TCP uses cluster mbuf aliases for retransmission, and this would cause your data to get retransmitted zeroed-out) | |||
1999-05-14 | sync | Jason Downs | |
1999-05-14 | Better Trident sound card IDs | Jason Downs | |
1999-05-13 | Compensate for the check for onwership of unicast packets in promiscuous | Jason Wright | |
mode being moved to if_ether.c. This is the last of the drivers hopefully. | |||
1999-05-13 | sync | Jason Downs | |
1999-05-13 | Trident sound card | Jason Downs | |
1999-05-12 | Obvious pasto | Niklas Hallqvist | |
1999-05-12 | Follow local indentation style. | Hakan Olsson | |
1999-05-12 | builtin -> built-in | Aaron Campbell | |
1999-05-12 | Fix problem with data corruption for retransmitted TCP packets | Hakan Olsson | |
in an IPSec ESP tunnel. OpenBSD PR 819. | |||
1999-05-12 | mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io space | Michael Shalayeff | |
1999-05-12 | reuse niklas@'s disksubr.c, enhance for LIF handling | Michael Shalayeff | |
1999-05-11 | clean up | kstailey | |
1999-05-11 | set window descriptor length to actual amount of data | kstailey | |