summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-05-14Added missing comma in xrefs.Alex Feldman
1999-05-14appropiate -> appropriateAaron Campbell
1999-05-14correct error msg so it considers the terminating null byteAaron Campbell
1999-05-14Merge with EOM 1.134Niklas Hallqvist
author: niklas We forgot to remove messages in-transit from the send queue when freeing it due to the other side acknowledging it.
1999-05-14Merge with EOM 1.92Niklas Hallqvist
author: ho seconds should have initial value
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>Niklas Hallqvist
1999-05-14Removed duplicated references; millertAlex Feldman
1999-05-14Handle LCP echo reqs properly again (broken with thebrian
layering changes).
1999-05-14Ensure that we're not going to overflow our ``struct tun''brian
when we mbuf_Read() into it. Add the link name to a few diagnostics.
1999-05-14add USE_ZIP for distfiles that use zip (.zip) for its packaging instead ofBrad Smith
tar and add USE_BZIP2 for distfiles that use bzip2 (.tar.bz2) for compression instead of gzip.
1999-05-14Need to check for the c suffix on args to the -size switch. Patch sent to ↵Todd C. Miller
perl maintainers.
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-13vmstat -i: Increase width of interrupt count column.Alex Feldman
1999-05-13Initialise the struct device part of struct ttydevice.brian