Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-05-14 | Added missing comma in xrefs. | Alex Feldman | |
1999-05-14 | appropiate -> appropriate | Aaron Campbell | |
1999-05-14 | correct error msg so it considers the terminating null byte | Aaron Campbell | |
1999-05-14 | Merge with EOM 1.134 | Niklas 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-14 | Merge with EOM 1.92 | Niklas Hallqvist | |
author: ho seconds should have initial value | |||
1999-05-14 | CBC bug reported by Juergen Nickelsen <ni@tellique.de> | Niklas Hallqvist | |
1999-05-14 | Removed duplicated references; millert | Alex Feldman | |
1999-05-14 | Handle LCP echo reqs properly again (broken with the | brian | |
layering changes). | |||
1999-05-14 | Ensure 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-14 | add USE_ZIP for distfiles that use zip (.zip) for its packaging instead of | Brad Smith | |
tar and add USE_BZIP2 for distfiles that use bzip2 (.tar.bz2) for compression instead of gzip. | |||
1999-05-14 | Need to check for the c suffix on args to the -size switch. Patch sent to ↵ | Todd C. Miller | |
perl maintainers. | |||
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 | vmstat -i: Increase width of interrupt count column. | Alex Feldman | |
1999-05-13 | Initialise the struct device part of struct ttydevice. | brian | |