Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-05-11 | initialize generic quirks | kstailey | |
1999-05-11 | generic trigger | kstailey | |
1999-05-11 | Remove cruft that wasted space en masse in the IPsec subsystem | Niklas Hallqvist | |
1999-05-10 | egcs -Wall warns unless & is used as a modifier in extended asms, e.g., | Marc Espie | |
constraints should begin "=&", not "&=". | |||
1999-05-10 | Use 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-09 | Fix sdsize() to not call sdopen()/sdclose() unless it is needed. | Tobias Weingartner | |
1999-05-09 | Fix wdsize() to not call wdopen/wdclose unless it is needed. | Tobias Weingartner | |
1999-05-09 | fix EXIT() usage, appen .end | Michael Shalayeff | |
1999-05-09 | provide suport for an apm data segemnt in the lower memory bios | Michael Shalayeff | |
data segment area, also calculate the apm segment lenghts. niklas@ - ok | |||
1999-05-09 | Regen. | Jason Downs | |
1999-05-09 | Fix obvious typos so that the kernel actually compiles. | Jason Downs | |
1999-05-08 | Turn off sync when turning off video so that monitors will go into stand-by. | Jason Wright | |
1999-05-07 | sync | Jason Wright | |
1999-05-07 | typo | Jason Wright | |
1999-05-07 | sync | Jason Wright | |
1999-05-07 | From NetBSD: Add Silicon Integrated Systems OUI, and SiS 900 PHY | Jason Wright | |
1999-05-07 | Sync with freebsd, highlights: | Jason Wright | |
o Dynamically increase TX start threshold if TX underruns are detected. o Fix selection for the 3c900B-FL 10baseFL adapter. o Set the TX start threshold register to get better performance. o Increase the size of the RX and TX rings. o Support for the 3cSOHO100-TX | |||
1999-05-07 | sync | Theo de Raadt | |
1999-05-07 | more | Theo de Raadt | |
1999-05-07 | sync | Theo de Raadt | |
1999-05-07 | LMC products | Theo de Raadt | |
1999-05-06 | put a sanity check behind DIAGNOSTIC and give it a better panic message | Artur Grabowski | |
1999-05-06 | factor out sync+wait code into vfa_syncwait() routine for | Michael Shalayeff | |
applications in system like power management and such. art@ finally said `commit it' | |||
1999-05-06 | add scdebug_{call,ret} to help SYSCALL_DEBUG compile. | Michael Shalayeff | |
remove nsysent extern declaration, since it's no longer defined anywhere, and SYS_MAXSYSCALL is used everywhere instead. niklas@ -- ok | |||
1999-05-06 | cleanup | Michael Shalayeff | |
1999-05-06 | no lifvar.h anymore | Michael Shalayeff | |
1999-05-06 | needs machine/trap.h | Michael Shalayeff | |
1999-05-06 | comment | Michael Shalayeff | |
1999-05-06 | add lif_* prototypes | Michael Shalayeff | |