Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-02 | axe usb ethernet driver hacked into the tree by taleck@oz.net | Theo de Raadt | |
2004-04-01 | use NULL for ptrs. parts from Joris Vink | Ted Unangst | |
2004-04-01 | Off by 1 ! OK millert@, tedu@ | Thierry Deval | |
2004-04-01 | knf and ansi, mostly from joris vink | Ted Unangst | |
2004-04-01 | typos in comments: hz -> Hz | Xavier Santolaria | |
initial hint from Martin Reindl <mreindl at catai.org> ok miod@ jmc@. | |||
2004-04-01 | Better bounds checking in strategy(), and kill the (unused) rd flags | Miod Vallat | |
while there. ok tdeval@ (long ago) | |||
2004-04-01 | It turns out that the so-called fast ffs(3) routines were wrong, as soon as | Miod Vallat | |
more than one bit is set, as the ff1 instruction counts from the highest order. However, gcc/m88k with optimization enabled would use a correct, short sequence based upon ff1 and tweaks, to achieve the intended result, hence i did not catch this flaw initially. So revert to the C implementation - it is correct, still decently fast, and will only be used when compiling at -O0. | |||
2004-04-01 | audio/x-vorbis, ok henning@ | Todd T. Fries | |
2004-04-01 | uppercase the `e' in Ethernet while here; | Jason McIntyre | |
2004-04-01 | add missing copyright, with permission from the author (John E. Stone); | Jason McIntyre | |
problem found by wiz@netbsd | |||
2004-04-01 | limit trust between local and remote rcp/scp process, | Markus Friedl | |
noticed by lcamtuf; ok deraadt@, djm@ | |||
2004-04-01 | remove unnecessary quoting around .Tn args; | Jason McIntyre | |
from wiz@netbsd | |||
2004-04-01 | sort options, correct SYNOPSIS, and sync usage(); | Jason McIntyre | |
2004-04-01 | fix macros when running as groff (corrects ps output); | Jason McIntyre | |
from Zvezdan Petkovic; | |||
2004-04-01 | document ipv6ification changes to s_client, polished by jmc@ | Damien Miller | |
2004-04-01 | change -p to restrict output to protocol (not just for -s); | Markus Friedl | |
ok deraadt@, hshoexer@, tdeval@, jmc@ | |||
2004-04-01 | let rcmdsh work on hosts that don't have an ipv4 address. | Marco S Hyman | |
If it works it is fine with me -- millert@ | |||
2004-04-01 | init kqueues normally, from pedro martelletto | Ted Unangst | |
2004-03-31 | remove sparc64/gcc2 workaround. | Brad Smith | |
ok millert@ deraadt@ jason@ | |||
2004-03-31 | support IPv6 connections in "openssl s_client", adding -4 and -6 options to | Damien Miller | |
force protocol; ok itojun@ | |||
2004-03-31 | dumped is really spelled with one p and not two | Henning Brauer | |
from Daniel Lucq | |||
2004-03-31 | don't skip ip options check when UseDNS=no; ok markus@ | Damien Miller | |
2004-03-31 | allow cross-compiling for m68k and better usage(); miod@ ok | Michael Shalayeff | |
2004-03-31 | cleanup some whitespaces | Michael Shalayeff | |
2004-03-31 | regen | Michael Shalayeff | |
2004-03-31 | a few more hp cards | Michael Shalayeff | |
2004-03-31 | repair cross-tools | Michael Shalayeff | |
2004-03-31 | For non-internal services, if no program arguments are specified use | Todd C. Miller | |
the program's basename as argv[0]. Problem found by mpech@. OK deraadt@ beck@ | |||
2004-03-31 | byteswap strtab length on writing w/o affecting variable's | Michael Shalayeff | |
byte order as it seems to be used later on again. does not affect native linker at all. also fix includes order to avoid picking up native machine/ includes instead of the target (for cross-ld build). | |||
2004-03-31 | Fix false positives when comparing long file names that have the | Todd C. Miller | |
same first 13 (or some multiple thereof) characters. Fix was verified by reporter (Kong Long); from NetBSD | |||
2004-03-31 | Simplify; jmc@ ok | Alexander Yurchenko | |
2004-03-31 | Simple pcib(4) man page. | Alexander Yurchenko | |
Help and ok miod@ jmc@ | |||
2004-03-31 | vender -> vendor, from John Bajana-Bacalle | Daniel Hartmeier | |
2004-03-31 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson | |
2004-03-31 | Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() ↵ | Hakan Olsson | |
message. hshoexer@ ok. | |||
2004-03-31 | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. | Hakan Olsson | |
2004-03-31 | it is no longer required to have local-address set with tcp md5sig, | Henning Brauer | |
so remove the check. | |||
2004-03-31 | allow empty (wildcard) sockaddr for src or dst | Henning Brauer | |
2004-03-31 | in the tcp md5sig case allow empty (wildcard) src or dst | Henning Brauer | |
ok markus@ | |||
2004-03-31 | in gettdbbysrcdst(), allow matching with either src or dst beeing a wildcard | Henning Brauer | |
(emtpy) entry ok markus@ | |||
2004-03-31 | apropos outputs name (section), not name(section); | Jason McIntyre | |
adjust -width of options list; | |||
2004-03-31 | note that hw.cpuspeed displays the current cpu frequency (from cpu(4)); | Jason McIntyre | |
ok deraadt@ | |||
2004-03-31 | typo; | Jason McIntyre | |
2004-03-31 | consistency fixes for le(4) description; | Jason McIntyre | |
started by a diff from xsa@, with help from (and ok) miod@ | |||
2004-03-31 | a little cleanup; | Jason McIntyre | |
2004-03-31 | from Jared Yanovich: | Jason McIntyre | |
- sync w/ header - consistency fixes - better macro usage - wording corrections/improvements ok dhartmei@ | |||
2004-03-31 | Pimp-off VMWare ESX Server 2 support using mpt. Ok deraadt@ | Marco Peereboom | |
2004-03-30 | Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected. | Todd C. Miller | |
From NetBSD. | |||
2004-03-30 | knock out INET6: media too large for some machines | Theo de Raadt | |
2004-03-30 | s/elapsed/lapsed/; | Jason McIntyre | |
from STeve Andre' |