summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-20add missing #include's from SYNOPSIS sectionAaron Campbell
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-20no more ed.4Todd C. Miller
1999-05-20Add -p flag, prompt for a string with echo off.Alex Feldman
1999-05-19merge with freebsd 1.64, for realNiklas Hallqvist
1999-05-19bcopy() and space-space bcopy()Michael Shalayeff
1999-05-19add default value for mssdflt. more rationale might be needed.Niels Provos
1999-05-19ed driver is long goneTodd C. Miller
1999-05-19document tcp.sack and tcp.mssdflt for sysctlNiels Provos
1999-05-19Make autoneg at boot work. some indent.Niklas Hallqvist
1999-05-19ed0 is gone. use ne0.Federico G. Schwindt
1999-05-19Use fprintf/exit in place of errx for usage display.Alex Feldman
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-18typoMarc Espie
1999-05-18Change 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-18Use .St susv2.Alex Feldman
pwrite.3: pread -> pwrite where appropriate.
1999-05-18Move the tty locking stuff back out to physical.c sobrian
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-18Document cross reference ordering under SEE ALSO; mpp@freebsdAlex Feldman
1999-05-17spellingTheo de Raadt
1999-05-17Typos; Suzanne M. Lea <smlea@uncg.edu>Jason Wright
1999-05-17 o Mention strlcpy and strlcatTodd C. Miller
o strsep is not in ANSI X3.159-1989 (though it is in C9X)
1999-05-17ncurses-4.2-990516; no code changesTodd C. Miller
1999-05-171) Only do pointer adjusting if realloc() changed our pointerTodd 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-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-16More special targets documentation.Marc Espie
More odd behavior (filed as `bugs' in some cases...)
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-16Mention ``show layers''brian
1999-05-16Initialise ttydevice::Timerbrian
1999-05-16Mention new option. More diagnostics.Hakan Olsson
1999-05-16Added 'permanent' keyword for non-overwritable static ARP entries.Hakan Olsson
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-16remove the "cat" prefix from man extensions since it makes perldoc send the ↵Todd C. Miller
wrong section number to pod2man
1999-05-15mention GLOBAL_AUTOCONF_CACHEkstailey
1999-05-15Add ``show layers'' to see the protocol layering for a link.brian
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-15repairAaron Campbell
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-14Memory leak; FreeBSD PR 11713 rse@engelschall.comAlex Feldman
1999-05-14Removed extraneous comma in xrefs.Alex Feldman