Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-08 | Sync 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 displays | Jason McIntyre | |
- simplify macros | |||
2003-07-08 | fix a list; | Jason McIntyre | |
2003-07-08 | Document 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-08 | Fix a bug that caused removal of previous users' rules when more then one | Daniel 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/displays | Jason McIntyre | |
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS | |||
2003-07-08 | make sure the packets contains a complete inner header | Markus Friedl | |
for ip{4,6}-in-ip{4,6} encapsulation; fixes panic for truncated ip-in-ip over ipsec; ok angelos@ | |||
2003-07-08 | print ip_{src,dst} again; ok henning@ | Markus Friedl | |
2003-07-08 | on interface removal, clear multicast forwarding stuff. from kame | Jun-ichiro itojun Hagino | |
2003-07-08 | declare chroot and etag functions in the .h files | David Krause | |
and get rid of some implicit declaration warnings ok henning@ | |||
2003-07-08 | oupsie, error in code we don't compile | Henning Brauer | |
found bu david | |||
2003-07-08 | fix pasto in last commit | Todd C. Miller | |
2003-07-08 | o Avoid a temp file if using stdin and stdin is redirected from a regular file | Todd C. Miller | |
o Fix a double free in the temmp file case | |||
2003-07-08 | dont silently truncate a domain socket specified via the -p argument; | Anil Madhavapeddy | |
error out instead if its too long. deraadt@ ok | |||
2003-07-08 | sync | Theo de Raadt | |
2003-07-08 | pre-xtian common laws of physics | Michael Shalayeff | |
2003-07-08 | fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok | Michael Shalayeff | |
2003-07-08 | remove variable never read | Marco S Hyman | |
2003-07-08 | Give some feedback during the pthread_cond_timedwait test | Marco S Hyman | |
2003-07-08 | KNF + ansification | Jean-Francois Brousseau | |
ok deraadt@, vincent@ | |||
2003-07-07 | disable accidentially enabled 'debug' flag; ok drahn | Peter Valchev | |
2003-07-07 | for cleandir target, clean the postscript man page output even if MANPS is | Theo de Raadt | |
not set | |||
2003-07-07 | bye bye piece of crud | Theo de Raadt | |
2003-07-07 | protos | Theo de Raadt | |
2003-07-07 | - fix a list | Jason McIntyre | |
- remove .Pp before .Bd | |||
2003-07-07 | - remove some unnecessary quoting | Jason McIntyre | |
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li | |||
2003-07-07 | ansify and remove statics | Jason Wright | |
2003-07-07 | when testing passwd(5) expire field, force its value to an int before | Todd C. Miller | |
checking for non-zero since an empty field is equivalent to 0. Problem noted by Graeme Lee. | |||
2003-07-07 | - .Li Ta -> .D1 | Jason McIntyre | |
- .Li Dq -> .Dq Li - remove .br | |||
2003-07-07 | convert some complicated lists to displays; | Jason McIntyre | |
2003-07-07 | fix readlink() usage. | Mike Pechkin | |
millert@ ok | |||
2003-07-07 | in the unix domain socket case, give an ENAMETOOLONG error instead of | Anil Madhavapeddy | |
silently truncating the socket file millert@ ok | |||
2003-07-07 | - convert some lists to displays | Jason 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 display | Jason McIntyre | |
- use .Dl for a one-line display, not .Bd - simplify SYNOPSIS | |||
2003-07-07 | fix location of readline includes; | Jason McIntyre | |
from Manuel Sabban (PR 3345); | |||
2003-07-07 | fix a macro and remove a whitespace at EOL; | Jason McIntyre | |
ok henning@ | |||
2003-07-07 | some 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-07 | clarification in nat pass, pointed out by theo | Henning Brauer | |
2003-07-07 | I'm pretty sure the formatting cleanup & clarifications here that Joel Knight | Henning Brauer | |
did in negotiation with jmc@ included some dancing with dead chicken ritual from Joel Knight ok jmc@ | |||
2003-07-07 | Fix 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-07 | make this match protos; millert ok | Theo de Raadt | |
2003-07-07 | function for cpuid instruction. pulled from longrun into generic code. | Ted Unangst | |
ok deraadt mickey | |||
2003-07-07 | I never committed the fix for PR 3296, "Dump prints negative numbers for time" | Todd C. Miller | |
Here it is... | |||
2003-07-07 | Repair last commit, the NUL termination of locname is required | Todd C. Miller | |
for the strlcat() to work since the buffer gets used for each entry in a directory. | |||
2003-07-07 | protos | Theo de Raadt | |
2003-07-06 | protos | Theo de Raadt | |
2003-07-06 | error out instead of silently truncating command-line arguments if they | Anil Madhavapeddy | |
are too long tdeval@ ok | |||
2003-07-06 | proto into scope | Theo de Raadt | |
2003-07-06 | Add -q option from GNU diff | Todd C. Miller | |
2003-07-06 | protos | Theo de Raadt | |