summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
1999-05-16spltdb introduced, protection for tdb lists and related structures, soNiklas Hallqvist
they won't disappear behind our back by an expiration. Cleanup expiration logic too.
1999-05-16The enc interface should not be IFF_LOOPBACK, as AH and ESP uses thatNiklas Hallqvist
as receiving interface for filtering
1999-05-16Cleanup 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-16Add 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-14A new scalable IPsec SA expiration model.Niklas Hallqvist
1999-05-14use UTC when abbreviating Coordinated Universal Time, not CUTAaron Campbell
1999-05-14OpenBSD has no ext_func, so that test is bogus.cmetz
1999-05-14m_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-14syncJason Downs
1999-05-14Better Trident sound card IDsJason Downs
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
mode being moved to if_ether.c. This is the last of the drivers hopefully.
1999-05-13syncJason Downs
1999-05-13Trident sound cardJason Downs
1999-05-12Obvious pastoNiklas Hallqvist
1999-05-12Follow local indentation style.Hakan Olsson
1999-05-12builtin -> built-inAaron Campbell
1999-05-12Fix problem with data corruption for retransmitted TCP packetsHakan Olsson
in an IPSec ESP tunnel. OpenBSD PR 819.
1999-05-12mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io spaceMichael Shalayeff
1999-05-12reuse niklas@'s disksubr.c, enhance for LIF handlingMichael Shalayeff
1999-05-11clean upkstailey
1999-05-11set window descriptor length to actual amount of datakstailey
1999-05-11initialize generic quirkskstailey
1999-05-11generic triggerkstailey
1999-05-11Remove cruft that wasted space en masse in the IPsec subsystemNiklas Hallqvist
1999-05-10egcs -Wall warns unless & is used as a modifier in extended asms, e.g.,Marc Espie
constraints should begin "=&", not "&=".
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known)
1999-05-09Fix sdsize() to not call sdopen()/sdclose() unless it is needed.Tobias Weingartner
1999-05-09Fix wdsize() to not call wdopen/wdclose unless it is needed.Tobias Weingartner
1999-05-09fix EXIT() usage, appen .endMichael Shalayeff
1999-05-09provide suport for an apm data segemnt in the lower memory biosMichael Shalayeff
data segment area, also calculate the apm segment lenghts. niklas@ - ok
1999-05-09Regen.Jason Downs