summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-08Sync USB code with NetBSD.Nathan Binkert
This includes numerous fixes and paves the way for usb 2.0 support.
2003-07-08- fix some lists and displaysJason McIntyre
- simplify macros
2003-07-08fix a list;Jason McIntyre
2003-07-08Document tuning limits in login.conf.Marc Espie
Pointed out by lerman@quatramaran.ens.fr (`can't find it') ok millert@ nitpicking by jmc@
2003-07-08Fix a bug that caused removal of previous users' rules when more then oneDaniel Hartmeier
user loggged in concurrently. And fix a smaller bug which prevented complete removal of a user's state entries on logout. Bug report and testing by Ed Powers.
2003-07-08- fix some lists/displaysJason McIntyre
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS
2003-07-08make sure the packets contains a complete inner headerMarkus Friedl
for ip{4,6}-in-ip{4,6} encapsulation; fixes panic for truncated ip-in-ip over ipsec; ok angelos@
2003-07-08print ip_{src,dst} again; ok henning@Markus Friedl
2003-07-08on interface removal, clear multicast forwarding stuff. from kameJun-ichiro itojun Hagino
2003-07-08declare chroot and etag functions in the .h filesDavid Krause
and get rid of some implicit declaration warnings ok henning@
2003-07-08oupsie, error in code we don't compileHenning Brauer
found bu david
2003-07-08fix pasto in last commitTodd C. Miller
2003-07-08o Avoid a temp file if using stdin and stdin is redirected from a regular fileTodd C. Miller
o Fix a double free in the temmp file case
2003-07-08dont silently truncate a domain socket specified via the -p argument;Anil Madhavapeddy
error out instead if its too long. deraadt@ ok
2003-07-08syncTheo de Raadt
2003-07-08pre-xtian common laws of physicsMichael Shalayeff
2003-07-08fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okMichael Shalayeff
2003-07-08remove variable never readMarco S Hyman
2003-07-08Give some feedback during the pthread_cond_timedwait testMarco S Hyman
2003-07-08KNF + ansificationJean-Francois Brousseau
ok deraadt@, vincent@
2003-07-07disable accidentially enabled 'debug' flag; ok drahnPeter Valchev
2003-07-07for cleandir target, clean the postscript man page output even if MANPS isTheo de Raadt
not set
2003-07-07bye bye piece of crudTheo de Raadt
2003-07-07protosTheo de Raadt
2003-07-07- fix a listJason McIntyre
- remove .Pp before .Bd
2003-07-07- remove some unnecessary quotingJason McIntyre
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li
2003-07-07ansify and remove staticsJason Wright
2003-07-07when testing passwd(5) expire field, force its value to an int beforeTodd C. Miller
checking for non-zero since an empty field is equivalent to 0. Problem noted by Graeme Lee.
2003-07-07- .Li Ta -> .D1Jason McIntyre
- .Li Dq -> .Dq Li - remove .br
2003-07-07convert some complicated lists to displays;Jason McIntyre
2003-07-07fix readlink() usage.Mike Pechkin
millert@ ok
2003-07-07in the unix domain socket case, give an ENAMETOOLONG error instead ofAnil Madhavapeddy
silently truncating the socket file millert@ ok
2003-07-07- convert some lists to displaysJason McIntyre
- .Ql -> .Sq where necessary - remove some .Pp's before lists - add missing .El - remove some wrong macros
2003-07-07- remove unnecessary -compact in a displayJason McIntyre
- use .Dl for a one-line display, not .Bd - simplify SYNOPSIS
2003-07-07fix location of readline includes;Jason McIntyre
from Manuel Sabban (PR 3345);
2003-07-07fix a macro and remove a whitespace at EOL;Jason McIntyre
ok henning@
2003-07-07some fixes from Andrey Matveev:Jason McIntyre
- document "-C file" in SYNOPSIS - add /etc/man.conf to FILES - .Xr makewhatis 8 in SEE ALSO
2003-07-07clarification in nat pass, pointed out by theoHenning Brauer
2003-07-07I'm pretty sure the formatting cleanup & clarifications here that Joel KnightHenning Brauer
did in negotiation with jmc@ included some dancing with dead chicken ritual from Joel Knight ok jmc@
2003-07-07Fix for PR 3177.Tobias Weingartner
Diff from Otto Moerbeek <otto at drijf.net>, testing by same. Looked over, and other (outline testing) by me.
2003-07-07make this match protos; millert okTheo de Raadt
2003-07-07function for cpuid instruction. pulled from longrun into generic code.Ted Unangst
ok deraadt mickey
2003-07-07I never committed the fix for PR 3296, "Dump prints negative numbers for time"Todd C. Miller
Here it is...
2003-07-07Repair last commit, the NUL termination of locname is requiredTodd C. Miller
for the strlcat() to work since the buffer gets used for each entry in a directory.
2003-07-07protosTheo de Raadt
2003-07-06protosTheo de Raadt
2003-07-06error out instead of silently truncating command-line arguments if theyAnil Madhavapeddy
are too long tdeval@ ok
2003-07-06proto into scopeTheo de Raadt
2003-07-06Add -q option from GNU diffTodd C. Miller
2003-07-06protosTheo de Raadt