Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-02 | Bug-fix: make should behave sensibly when presented with negative times... | Marc Espie | |
- let *_MTime return booleans, as that's what they're used for, the time_t is set as a side effect. - use OUT_OF_DATE for a date starting point, set it at the origin of time. | |||
2000-02-02 | Make mkdir -m 1777 foo and the like work. From how Netbsd/Freebsd do it. | Eric Jackson | |
2000-02-02 | o Don't call nfs_sillyrename() form nfs_remove if v_type == VDIR | Todd C. Miller | |
(from FreeBSD). This avoids the panic described below. o In nfs_sillyrename(), change a panic if v_type == VDIR to just a printf (ifdef DIAGNOSTIC) and return EINVAL. o When building the .nfs file in nfs_sillyrename() don't assume a pid is only 4 chars long since PID_MAX is 5 chars and use sprintf() instead of converting the pid to ascii by hand. Thanks to Theo for assistance and sanity checking. | |||
2000-02-02 | add -R flag (accept router renumbering). this makes rtadvd to | Jun-ichiro itojun Hagino | |
take the safer side (router renumbering requires certain ipsec setup). die gracefully on SIGTERM. | |||
2000-02-02 | eight spaces does not make a tab | David Leonard | |
2000-02-02 | without a command, identify is implied | Theo de Raadt | |
2000-02-01 | int atomicio -> ssize_t (for alpha). ok deraadt@ | David Leonard | |
2000-02-01 | Cross-tools fixes: | Marc Espie | |
* Rely on BYTE_ORDER instead of specific values of XHOST to determine cross-endianness, * Link necessary cross-includes to the right location, * Add some necessary stubs for cross-endian sparc and cross-endian m68k. This does let i386->m68k work, and probably brings i386->sparc most of the way there... Approved by mickey@, niklas@ is to busy to answer email as usual... | |||
2000-02-01 | Work-around for lame servers that return `19100' for a date. | Marc Espie | |
Based on NetBSD patch, slightly trimmed since we don't use the fractional part yet... | |||
2000-02-01 | Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-02-01 | general cleanup (remove LMC_IOMAPPED crud entirely) | Chris Cappuccio | |
add correct rcs tags sync w/lmc's lmc_media.c regarding watchdog support (So, the LEDs on the T1/T3 cards [the ones with built-in CSU/DSUs], and also the DS1 "SSI" card should now change according to various line conditions, as ths manual says they do) | |||
2000-02-01 | oops, return 0 if not match. | Federico G. Schwindt | |
2000-02-01 | New regs from NetBSD. | Federico G. Schwindt | |
2000-02-01 | Add Xircom Netwave driver (cnw) commented out. | Federico G. Schwindt | |
2000-02-01 | Enable Intel EE PRO; still need to find a working phy. | Federico G. Schwindt | |
2000-02-01 | New prods; use defines where available; rearrange some entries. | Federico G. Schwindt | |
2000-02-01 | sync with the new names; add support for a second model. | Federico G. Schwindt | |
2000-02-01 | Some new prods; rearrange entries. | Federico G. Schwindt | |
2000-02-01 | regen. | Federico G. Schwindt | |
2000-02-01 | Add some new prods from NetBSD; rearrange entries. | Federico G. Schwindt | |
2000-02-01 | do not create _STR_ defines; this is useless, makes pcmciadevs.h larger | Federico G. Schwindt | |
and unclean. | |||
2000-02-01 | Add a bunch of XXX on incorrect handling of pv_flags. | Artur Grabowski | |
None of the noted problems are critical (the code still works), but they can have a severe impact on the performance and they are all really hard to fix in an elegant way. | |||
2000-02-01 | Fix some texinfo nits. | Marc Espie | |
Ok'd art@ | |||
2000-02-01 | oops, fix comment, too. | Markus Friedl | |
2000-02-01 | Opps. Missed two cases of ps_alias_recache. | Artur Grabowski | |
2000-02-01 | Keep stats of pages we uncache because of bad cache aliases. | Artur Grabowski | |
2000-02-01 | sync | Theo de Raadt | |
2000-02-01 | 7895 | Theo de Raadt | |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar | |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar | |
2000-02-01 | add declaration of `vnops' | assar | |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
2000-02-01 | Fix typo. | Angelos D. Keromytis | |
2000-02-01 | apps/certpatch/certpatch.8: Merge with EOM 1.4 | Niklas Hallqvist | |
apps/certpatch/certpatch.c: Merge with EOM 1.6 exchange.c: Merge with EOM 1.114 ike_quick_mode.c: Merge with EOM 1.110 ike_phase_1.c: Merge with EOM 1.16 ike_auth.c: Merge with EOM 1.41 ike_aggressive.c: Merge with EOM 1.4 libcrypto.c: Merge with EOM 1.10 libcrypto.h: Merge with EOM 1.10 isakmpd.8: Merge with EOM 1.19 isakmpd.c: Merge with EOM 1.42 ipsec.h: Merge with EOM 1.40 init.c: Merge with EOM 1.22 message.c: Merge with EOM 1.143 message.h: Merge with EOM 1.49 sa.c: Merge with EOM 1.98 sa.h: Merge with EOM 1.54 policy.c: Merge with EOM 1.14 pf_key_v2.c: Merge with EOM 1.36 x509.c: Merge with EOM 1.32 x509.h: Merge with EOM 1.9 udp.c: Merge with EOM 1.46 author: niklas Angelos copyrights | |||
2000-02-01 | call vfs_syncwait on standby and suspend | Michael Shalayeff | |
2000-02-01 | missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ↵ | Michael Shalayeff | |
niklas@ ok | |||
2000-02-01 | sync | Theo de Raadt | |
2000-01-31 | delay close() of pty until the pty has been chowned back to root | Markus Friedl | |
2000-01-31 | Add CNet NE2000 support. | Federico G. Schwindt | |
2000-01-31 | Add CNet NE2000 support. | Federico G. Schwindt | |
2000-01-31 | remove unnecessary, ignored error. ok millert@ | David Leonard | |
2000-01-31 | explicitly round segments to a page boundary | Michael Shalayeff | |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt | |
2000-01-31 | bzero() in get_event too | Michael Shalayeff | |
2000-01-31 | massive indent pass | Theo de Raadt | |
2000-01-31 | Don't update /etc/resolv.conf if no data is returned for DNS servers | Chris Cappuccio | |
or if user removes request domain-name-servers from /etc/dhclient.conf | |||
2000-01-31 | Clean up memerr*. (from NetBSD) | Artur Grabowski | |
2000-01-31 | samples/VPN-east.conf: Merge with EOM 1.10 | Niklas Hallqvist | |
samples/VPN-west.conf: Merge with EOM 1.10 samples/singlehost-east.conf: Merge with EOM 1.7 samples/singlehost-west.conf: Merge with EOM 1.7 author: niklas Remove volume-based lifetimes on phase 1 SAs | |||
2000-01-31 | possibly uninitialized vasriable used in DEBUG code piece; from deraadt@ | Michael Shalayeff | |
2000-01-31 | ike_quick_mode.c: Merge with EOM 1.109 | Niklas Hallqvist | |
isakmpd.conf.5: Merge with EOM 1.38 message.c: Merge with EOM 1.142 pf_key_v2.c: Merge with EOM 1.35 x509.c: Merge with EOM 1.31 author: niklas (c) 2000 |