Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell | |
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-20 | no more ed.4 | Todd C. Miller | |
1999-05-20 | Add -p flag, prompt for a string with echo off. | Alex Feldman | |
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 | add default value for mssdflt. more rationale might be needed. | Niels Provos | |
1999-05-19 | ed driver is long gone | Todd C. Miller | |
1999-05-19 | document tcp.sack and tcp.mssdflt for sysctl | Niels Provos | |
1999-05-19 | Make autoneg at boot work. some indent. | Niklas Hallqvist | |
1999-05-19 | ed0 is gone. use ne0. | Federico G. Schwindt | |
1999-05-19 | Use fprintf/exit in place of errx for usage display. | Alex Feldman | |
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-18 | typo | Marc Espie | |
1999-05-18 | Change include links shennannigans to make more sense, | Marc Espie | |
so that machine -> i386, and not the other way around, or, for arches such as amiga/m68k, make amiga & m68k true directories and let machine -> amiga. | |||
1999-05-18 | Use .St susv2. | Alex Feldman | |
pwrite.3: pread -> pwrite where appropriate. | |||
1999-05-18 | Move the tty locking stuff back out to physical.c so | brian | |
that we lock the device *before* we open it. We still open the device only once - and then ask all our handlers if they know how to handle it. | |||
1999-05-18 | Document cross reference ordering under SEE ALSO; mpp@freebsd | Alex Feldman | |
1999-05-17 | spelling | Theo de Raadt | |
1999-05-17 | Typos; Suzanne M. Lea <smlea@uncg.edu> | Jason Wright | |
1999-05-17 | o Mention strlcpy and strlcat | Todd C. Miller | |
o strsep is not in ANSI X3.159-1989 (though it is in C9X) | |||
1999-05-17 | ncurses-4.2-990516; no code changes | Todd C. Miller | |
1999-05-17 | 1) Only do pointer adjusting if realloc() changed our pointer | Todd C. Miller | |
2) Only adjust pointers based on ftp_path, not fts_name. 3) Adjust the entries in the file list, as well as the trees, if needed. Loosely based on a patch from Stas Kisel <stas@SONET.CRIMEA.UA> | |||
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 | More special targets documentation. | Marc Espie | |
More odd behavior (filed as `bugs' in some cases...) | |||
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 | Mention ``show layers'' | brian | |
1999-05-16 | Initialise ttydevice::Timer | brian | |
1999-05-16 | Mention new option. More diagnostics. | Hakan Olsson | |
1999-05-16 | Added 'permanent' keyword for non-overwritable static ARP entries. | Hakan Olsson | |
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-16 | remove the "cat" prefix from man extensions since it makes perldoc send the ↵ | Todd C. Miller | |
wrong section number to pod2man | |||
1999-05-15 | mention GLOBAL_AUTOCONF_CACHE | kstailey | |
1999-05-15 | Add ``show layers'' to see the protocol layering for a link. | brian | |
1999-05-15 | ethernet -> Ethernet, other repairs | Aaron Campbell | |
1999-05-15 | repair | Aaron Campbell | |
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 | Memory leak; FreeBSD PR 11713 rse@engelschall.com | Alex Feldman | |
1999-05-14 | Removed extraneous comma in xrefs. | Alex Feldman | |