summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
2004-04-08sync with reality, mostly from jmcHenning Brauer
2004-04-08fix usage(), jmcHenning Brauer
2004-04-08When reallocating the line buffer, double the existing bufferTodd C. Miller
size instead of just incrementing it by LINEBUF_SIZE and use realloc() + memset() instead of calloc() + memcpy(). Prevents excessive resource usage when displaying very long lines. OK deraadt@, krw@ and otto@
2004-04-08sigh, really fix the error message this time, thanks Moritz JodeitAnil Madhavapeddy
2004-04-08only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
canacar@ ok
2004-04-08reorder error message and send_fd in order to display the correctAnil Madhavapeddy
errno in error message; pointed out by Moritz Jodeit <moritz at jodeit.org>
2004-04-08In error message, use saved errno, not current errno.Anil Madhavapeddy
From Moritz Jodeit <moritz at jodeit.org>
2004-04-08document s_time (from s_time.pod);Jason McIntyre
consistency fixes;
2004-04-08Set timezone before privsep, child uses now correct timezone.Hans-Joerg Hoexer
Noticed by david@ ok ho@ david@
2004-04-08add RCS idKevin Lo
2004-04-08backout for nowMarkus Friedl
2004-04-08merge 0.9.7dMarkus Friedl
2004-04-08-l can overwrite the path to the leases file, noticed by millertHenning Brauer
2004-04-08on RAMDISK kernels, do not compare / time against the system timeTheo de Raadt
2004-04-07-Wsign-compare nits. hshoexer@ ok.Hakan Olsson
2004-04-07Reset *data in case of unknown key typesHakan Olsson
2004-04-07-Wmissing-declarationsHakan Olsson
2004-04-07merge local changes into perl-5.8.3Todd C. Miller
2004-04-07perl 5.8.3 from CPANTodd C. Miller
2004-04-07reflect reality. with lots of help from jmc@Henning Brauer
2004-04-07import openssl-0.9.7dMarkus Friedl
2004-04-07remove -D option which had no effect whatsoverHenning Brauer
2004-04-07since we removed all the multiple interfaces crap, we now need a leaseHenning Brauer
file per interface, and not one for all. Use /var/db/dhclient.leases.IFNAME discussed with pb@ quite some time ago, ok tdeval@ beck@
2004-04-07More careful when walking LIST queues. hshoexer@, david@ ok.Hakan Olsson
2004-04-07repair ntpd_flags; from Jeff Ito <jeffi@rcn.com>David Krause
ok miod@ krw@
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-04-07Allow pxeboot to compile with gcc3.Tom Cosgrove
Found by various (thanks!), fix originally from naddy@. Prodded by espie@. ok deraadt@
2004-04-07fix a logic botch in discover_interfaces that prevented dhclient to seeHenning Brauer
any but the first real interface found yesterday evening at RATT when dhclient would not get me a lease on wireless
2004-04-07doh. i386.html had even more models...Michael Shalayeff
2004-04-07another 8139Michael Shalayeff
2004-04-07regenMichael Shalayeff
2004-04-07attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>Michael Shalayeff
2004-04-07.Xr rdate 8 in SEE ALSO;Jason McIntyre
from xsa@
2004-04-07from wiz@netbsd:Jason McIntyre
Log Message: Add TNF copyright license in Matt Thomas' name; okayed by matt@. problem found by miod@
2004-04-07list options w/o operands before options w/ operands (style(9));Jason McIntyre
.Xr adjtime 2 in SEE ALSO;
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
handler below. millert@ ok
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
more explicit/more consistent names. okay otto@
2004-04-07Fix bounds check for printing of ip6 options. Similar fix in tcpdumpOtto Moerbeek
3.8.1. From Greg Taleck <taleck at oz dot net>, with twist from me to keep diffablility.
2004-04-07kill whitespace at EOL;Jason McIntyre
2004-04-07another piece inside qflag checkTheo de Raadt
2004-04-07- alter .Nd to reflect that characters can be counted alsoJason McIntyre
(syncs description w/ posix) - remove unnecessary .Fl - note that the default listing may show character, rather than byte, count started by PR from Juan Vera (#3738)
2004-04-07hifn card works just fine (with working /dev/crypto).Dale Rahn
2004-04-07align /dev/crypto with it's device node. would allow crypto cards to be used.Dale Rahn
2004-04-07Clean up printf's per deraadt@. Kill panic in mpt_pci_attach per mickey@Marco Peereboom
2004-04-06Add PERC3/DCL. ok mickey@Marco Peereboom
2004-04-06Set mode and ownership when renaming file -> file.0 like we do whenTodd C. Miller
moving the file across filesystems or renaming from file.0 -> file.1. Problem noticed by mpech@
2004-04-06Microsoft MN-520 wireless card works nowTodd C. Miller
2004-04-06Attach Microsoft MN-520 wireless cardTodd C. Miller
2004-04-06regen; add Microsoft MN-520 wireless cardTodd C. Miller