summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-02Document --line-bufferedOtto Moerbeek
ok jmc@
2004-04-02Implement --line-bufferedOtto Moerbeek
ok millert@ tedu@
2004-04-02Some nasty test cases involving back references that causedOtto Moerbeek
unbounded recursion.
2004-04-02Avoid unbounded recursion in some expressions involving back references.Otto Moerbeek
For example: echo "foo foo bar bar bar baz" | sed 's/\([^ ]*\)\( *\1\)*/\1/g' Test case found by dhartmei@ ok millert@ dhartmei@ tedu@
2004-04-02spelinkHenning Brauer
2004-04-02slow_atomic_lock.c is only used by mips; marc@ okMichael Shalayeff
2004-04-02add `nokeep' to the table to stop an ugly line break;Jason McIntyre
2004-04-02do not compare SOCK_STREAM sockets to pipes;Jason McIntyre
from NetBSD (-r1.29); ok markus@ deraadt@
2004-04-02typos;Jason McIntyre
2004-04-02Do not define AXE_DEBUG by default.Miod Vallat
2004-04-02axe(4)... will very likely workTheo de Raadt
2004-04-02Unbreak alignment of fields when using -lh.Otto Moerbeek
ok deraadt@
2004-04-02OpenBSD puts media settings in hostname.if, not rc.conf.Miod Vallat
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2004-04-02remove pk from copyright, seen in netbsdTheo de Raadt
2004-04-02check the signals for exceptions and do siginfo in the signal handler; also ↵Michael Shalayeff
some style
2004-04-02axe usb ethernet driver hacked into the tree by taleck@oz.netTheo de Raadt
2004-04-01use NULL for ptrs. parts from Joris VinkTed Unangst
2004-04-01Off by 1 ! OK millert@, tedu@Thierry Deval
2004-04-01knf and ansi, mostly from joris vinkTed Unangst
2004-04-01typos in comments: hz -> HzXavier Santolaria
initial hint from Martin Reindl <mreindl at catai.org> ok miod@ jmc@.
2004-04-01Better bounds checking in strategy(), and kill the (unused) rd flagsMiod Vallat
while there. ok tdeval@ (long ago)
2004-04-01It turns out that the so-called fast ffs(3) routines were wrong, as soon asMiod 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-01audio/x-vorbis, ok henning@Todd T. Fries
2004-04-01uppercase the `e' in Ethernet while here;Jason McIntyre
2004-04-01add missing copyright, with permission from the author (John E. Stone);Jason McIntyre
problem found by wiz@netbsd
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
noticed by lcamtuf; ok deraadt@, djm@
2004-04-01remove unnecessary quoting around .Tn args;Jason McIntyre
from wiz@netbsd
2004-04-01sort options, correct SYNOPSIS, and sync usage();Jason McIntyre
2004-04-01fix macros when running as groff (corrects ps output);Jason McIntyre
from Zvezdan Petkovic;
2004-04-01document ipv6ification changes to s_client, polished by jmc@Damien Miller
2004-04-01change -p to restrict output to protocol (not just for -s);Markus Friedl
ok deraadt@, hshoexer@, tdeval@, jmc@
2004-04-01let 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-01init kqueues normally, from pedro martellettoTed Unangst
2004-03-31remove sparc64/gcc2 workaround.Brad Smith
ok millert@ deraadt@ jason@
2004-03-31support IPv6 connections in "openssl s_client", adding -4 and -6 options toDamien Miller
force protocol; ok itojun@
2004-03-31dumped is really spelled with one p and not twoHenning Brauer
from Daniel Lucq
2004-03-31don't skip ip options check when UseDNS=no; ok markus@Damien Miller
2004-03-31allow cross-compiling for m68k and better usage(); miod@ okMichael Shalayeff
2004-03-31cleanup some whitespacesMichael Shalayeff
2004-03-31regenMichael Shalayeff
2004-03-31a few more hp cardsMichael Shalayeff
2004-03-31repair cross-toolsMichael Shalayeff
2004-03-31For non-internal services, if no program arguments are specified useTodd C. Miller
the program's basename as argv[0]. Problem found by mpech@. OK deraadt@ beck@
2004-03-31byteswap strtab length on writing w/o affecting variable'sMichael 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-31Fix false positives when comparing long file names that have theTodd C. Miller
same first 13 (or some multiple thereof) characters. Fix was verified by reporter (Kong Long); from NetBSD
2004-03-31Simplify; jmc@ okAlexander Yurchenko
2004-03-31Simple pcib(4) man page.Alexander Yurchenko
Help and ok miod@ jmc@
2004-03-31vender -> vendor, from John Bajana-BacalleDaniel Hartmeier
2004-03-31-Wsign-compare nits. hshoexer@ ok.Hakan Olsson