Age | Commit message (Expand) | Author |
2001-11-08 | Replace unreadable snprintf() and pointer arithmetic with simple strlcat(). | Todd C. Miller |
2001-11-08 | swap arguments in libdepend, do it now before the bsd.port.mk parts are set | Marc Espie |
2001-11-08 | -c is defualt. minor mdoc changes. | Mike Pechkin |
2001-11-08 | use strncpy() to set ifname arg to ioctl | Jun-ichiro itojun Hagino |
2001-11-07 | Unconfuse option description. | Marc Espie |
2001-11-07 | Recognize @libdepend, even though it doesn't do anything smarter with it | Marc Espie |
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie |
2001-11-07 | Recognize libdepend keyword. | Marc Espie |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-07 | KNF | Theo de Raadt |
2001-11-07 | simplify buffer handling; ok ho | Theo de Raadt |
2001-11-07 | avoid buffer overflows. when will people learn to use snprintf correctly | Theo de Raadt |
2001-11-07 | skip the unsafe bit in the signal handler | Theo de Raadt |
2001-11-07 | typos | Theo de Raadt |
2001-11-07 | fix a bug that reports byte-count for packet-count. | Kenjiro Cho |
2001-11-06 | sparc64 needs LBL_ALIGN. | Artur Grabowski |
2001-11-06 | a bit of snprintf cleaning | Theo de Raadt |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt |
2001-11-05 | mark more handlers, and some syslog_r attempts | Theo de Raadt |
2001-11-05 | remove last signal race | Theo de Raadt |
2001-11-05 | remove extra sys/signal.h | Theo de Raadt |
2001-11-03 | Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me. | Hakan Olsson |
2001-11-02 | use _exit() in signal handler; mark other issues | Theo de Raadt |
2001-11-02 | _exit() in signal handler | Theo de Raadt |
2001-11-02 | avoid stdio in signal handler (not complete yet) | Theo de Raadt |
2001-11-01 | displayq to honor the terminal width; millert@ ok | Michael Shalayeff |
2001-10-30 | ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by <jepeway@... | Hakan Olsson |
2001-10-29 | MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;... | Theo de Raadt |
2001-10-26 | (c)-2001. | Hakan Olsson |
2001-10-26 | accept the fact that people continue to use decimal points | Kenjiro Cho |
2001-10-26 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-10-24 | When becoming a daemon, dup stdin, stdout, and stderr to /dev/null | Todd C. Miller |
2001-10-24 | old | Theo de Raadt |
2001-10-24 | pretty | Theo de Raadt |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-10-24 | Avoid segv with some radius traffic. Fixes PR# 2135. | Hakan Olsson |
2001-10-24 | "minium" -> "minimum", ok deraadt@ | Daniel Hartmeier |
2001-10-24 | If the peer refuses to provide an MRU, don't insist (even if 1500 is | brian |
2001-10-24 | Some NetBSD/i4b ifdefs | brian |
2001-10-24 | Handle ``set reconnect 0 0'' properly in -ddial mode. | brian |
2001-10-24 | Use CMSG_DATA and CMSG_SPACE macros; FreeBSD | brian |
2001-10-24 | Write static arp entries as uid 0. | brian |
2001-10-24 | Fix a PASV bug; FreeBSD | brian |
2001-10-09 | Don't try to use $groupname{$group_login} when we know it is | Todd C. Miller |
2001-10-08 | force alignment, makes dhcp work on alpha's | Eric Jackson |
2001-10-08 | Link order tweak so vax crunches happily. | Hugh Graham |
2001-10-03 | build apm and apmd on macppc | Dale Rahn |
2001-10-03 | simple keynote module for apache and mod_ssl | Todd C. Miller |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater portab... | Theo de Raadt |