summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-09clock_id has 4 possible values, not 3; from Alistair Kerr (PR 3600);Jason McIntyre
also, .Aq instead of .Ao/.Ac; indent display and remove .Pp;
2003-12-09Fixes based on a patch from Moritz Jodeit; mickey@ OKTodd C. Miller
o break out of inflate() when we hit an error o fix printf format #ifdef SMALL o add version string of nullopen.c to -V output o remove unnecessary initializations to 0 for variables cat and decomp o beautify -l output to make it line up with the heading
2003-12-09fix PR 3596 by making root create the socket, ok millert@Bob Beck
2003-12-09fix PR 3552 by removing ifdef cruftBob Beck
ok (and sent earlier by) tedu@
2003-12-09regenMichael Shalayeff
2003-12-09add pci device and sort per majorMichael Shalayeff
2003-12-09allow for user pci confMichael Shalayeff
2003-12-09a few new entries from netbsdMichael Shalayeff
2003-12-09user err/warnMichael Shalayeff
2003-12-09use err/warn and better usage printMichael Shalayeff
2003-12-08MAP_FILE is the default and MAP_PRIVATE has to be given or produces evil ↵Michael Shalayeff
warnings in debug kernel
2003-12-08remove unneeded uvmfault_unlockmaps; form netbsd via Julien Bordet ↵Michael Shalayeff
<zejames@greyhats.org>; tedu@ ok
2003-12-08fix dangling code.Marc Espie
okay miod@, segfault sample by margarida.
2003-12-08OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@Todd C. Miller
2003-12-08Matrix Orbital MX200 SeriesHenning Brauer
mostly From: nj@obsd.com
2003-12-08syncHenning Brauer
2003-12-08Matrix Orbital MX200 Series LCDHenning Brauer
2003-12-08-h also overrides BLOCKSIZE;Jason McIntyre
from perry@netbsd
2003-12-08use POSIX description of -L, since it's much clearer;Jason McIntyre
ok henning@
2003-12-08make man page more closely match what's in /proc;Jason McIntyre
partly from PR 2101 (still open, since code needs fixed); ok tedu@
2003-12-08document DUMMY_NOPS (per Dom De Vitto on misc@);Jason McIntyre
careful crafting and ok mickey@
2003-12-08print requested group size in debug; ok djmMarkus Friedl
2003-12-08switch to CIRCLEQ_FOREACH_REVERSE in tcpdropoldhalfopen() andMarkus Friedl
avoid dropping youngest TCB; ok henning deraadt
2003-12-08ip_output expects network byte order; report Bob Kitella; ok deraadtMarkus Friedl
2003-12-08move pf_test6() call below loopback (and mapped-ipv4) tests, so rdr -> ::1Daniel Hartmeier
works without additional route-to lo0, just like for ipv4. ok itojun@, henning@
2003-12-08mention ifconfig create; sync synopsis like (Op Ar count). with jmc, deraadtMarkus Friedl
2003-12-08nfs_reqq is operated at softnet other places and thus softclock is not high ↵Michael Shalayeff
enough; tedu@ ok
2003-12-08add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadtMarkus Friedl
2003-12-08Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_listPeter Valchev
in va_dcl declaration. Fixes lots of varargs-using ports OK mickey
2003-12-08Mbuf tag tcp and udp packets which are translated to localhost, andRyan Thomas McBride
use the the presence of this tag to reverse the match order in in{6}_pcblookup_listen(). Some daemons (such as portmap) do a double bind, binding to both * and localhost in order to differentiate local from non-local connections, and potentially granting more privilege to local ones. This change ensures that redirected connections to localhost do not appear local to such a daemon. Bulk of changes from dhartmei@, some changes markus@ ok dhartmei@ deraadt@
2003-12-07syncMiod Vallat
2003-12-07destroy, not delete tunXXMarkus Friedl
2003-12-07- use tun98 and tun99 and not interfere with existing tun(4)Markus Friedl
- use IPs from the example rage - destroy tun98/99 after the test - test all of select/poll and kqueue ok deraadt
2003-12-07support ifconfig create; ok deraadtMarkus Friedl
2003-12-07ANSIMarkus Friedl
2003-12-07remove unused debugging #define templatesDamien Miller
2003-12-07Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSDOtto Moerbeek
regcmp.c rev 1.13. ok deraadt@
2003-12-07typo; lists-openbsd@2ls4agd.netTheo de Raadt
2003-12-07remove duplicate chunkTheo de Raadt
2003-12-07m88k partsTheo de Raadt
2003-12-06bit more flesh to the create and destroy; thanks jmcTheo de Raadt
2003-12-06NULL not 0 at end of pdevinit[]Theo de Raadt
2003-12-06Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@Todd C. Miller
2003-12-06Add test for pattern containing multiple dots (PR 3597).Otto Moerbeek
2003-12-06Unbreak grepping for some patterns containing multiple dots. Fixes PR 3597.Otto Moerbeek
ok deraadt@ millert@
2003-12-06estimate a syncTheo de Raadt
2003-12-06ignore snapshot directoryTheo de Raadt
2003-12-06syncTheo de Raadt
2003-12-06syncTheo de Raadt
2003-12-06syncTheo de Raadt