Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-04-08 | sync with reality, mostly from jmc | Henning Brauer | |
2004-04-08 | fix usage(), jmc | Henning Brauer | |
2004-04-08 | When reallocating the line buffer, double the existing buffer | Todd 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-08 | sigh, really fix the error message this time, thanks Moritz Jodeit | Anil Madhavapeddy | |
2004-04-08 | only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org> | Anil Madhavapeddy | |
canacar@ ok | |||
2004-04-08 | reorder error message and send_fd in order to display the correct | Anil Madhavapeddy | |
errno in error message; pointed out by Moritz Jodeit <moritz at jodeit.org> | |||
2004-04-08 | In error message, use saved errno, not current errno. | Anil Madhavapeddy | |
From Moritz Jodeit <moritz at jodeit.org> | |||
2004-04-08 | document s_time (from s_time.pod); | Jason McIntyre | |
consistency fixes; | |||
2004-04-08 | Set timezone before privsep, child uses now correct timezone. | Hans-Joerg Hoexer | |
Noticed by david@ ok ho@ david@ | |||
2004-04-08 | add RCS id | Kevin Lo | |
2004-04-08 | backout for now | Markus Friedl | |
2004-04-08 | merge 0.9.7d | Markus Friedl | |
2004-04-08 | -l can overwrite the path to the leases file, noticed by millert | Henning Brauer | |
2004-04-08 | on RAMDISK kernels, do not compare / time against the system time | Theo de Raadt | |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson | |
2004-04-07 | Reset *data in case of unknown key types | Hakan Olsson | |
2004-04-07 | -Wmissing-declarations | Hakan Olsson | |
2004-04-07 | merge local changes into perl-5.8.3 | Todd C. Miller | |
2004-04-07 | perl 5.8.3 from CPAN | Todd C. Miller | |
2004-04-07 | reflect reality. with lots of help from jmc@ | Henning Brauer | |
2004-04-07 | import openssl-0.9.7d | Markus Friedl | |
2004-04-07 | remove -D option which had no effect whatsover | Henning Brauer | |
2004-04-07 | since we removed all the multiple interfaces crap, we now need a lease | Henning 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-07 | More careful when walking LIST queues. hshoexer@, david@ ok. | Hakan Olsson | |
2004-04-07 | repair ntpd_flags; from Jeff Ito <jeffi@rcn.com> | David Krause | |
ok miod@ krw@ | |||
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff | |
2004-04-07 | Allow pxeboot to compile with gcc3. | Tom Cosgrove | |
Found by various (thanks!), fix originally from naddy@. Prodded by espie@. ok deraadt@ | |||
2004-04-07 | fix a logic botch in discover_interfaces that prevented dhclient to see | Henning Brauer | |
any but the first real interface found yesterday evening at RATT when dhclient would not get me a lease on wireless | |||
2004-04-07 | doh. i386.html had even more models... | Michael Shalayeff | |
2004-04-07 | another 8139 | Michael Shalayeff | |
2004-04-07 | regen | Michael Shalayeff | |
2004-04-07 | attach 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-07 | from wiz@netbsd: | Jason McIntyre | |
Log Message: Add TNF copyright license in Matt Thomas' name; okayed by matt@. problem found by miod@ | |||
2004-04-07 | list options w/o operands before options w/ operands (style(9)); | Jason McIntyre | |
.Xr adjtime 2 in SEE ALSO; | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie | |
more explicit/more consistent names. okay otto@ | |||
2004-04-07 | Fix bounds check for printing of ip6 options. Similar fix in tcpdump | Otto Moerbeek | |
3.8.1. From Greg Taleck <taleck at oz dot net>, with twist from me to keep diffablility. | |||
2004-04-07 | kill whitespace at EOL; | Jason McIntyre | |
2004-04-07 | another piece inside qflag check | Theo de Raadt | |
2004-04-07 | - alter .Nd to reflect that characters can be counted also | Jason 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-07 | hifn card works just fine (with working /dev/crypto). | Dale Rahn | |
2004-04-07 | align /dev/crypto with it's device node. would allow crypto cards to be used. | Dale Rahn | |
2004-04-07 | Clean up printf's per deraadt@. Kill panic in mpt_pci_attach per mickey@ | Marco Peereboom | |
2004-04-06 | Add PERC3/DCL. ok mickey@ | Marco Peereboom | |
2004-04-06 | Set mode and ownership when renaming file -> file.0 like we do when | Todd C. Miller | |
moving the file across filesystems or renaming from file.0 -> file.1. Problem noticed by mpech@ | |||
2004-04-06 | Microsoft MN-520 wireless card works now | Todd C. Miller | |
2004-04-06 | Attach Microsoft MN-520 wireless card | Todd C. Miller | |
2004-04-06 | regen; add Microsoft MN-520 wireless card | Todd C. Miller | |