| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add description of a number of "default" files that have been added | Greg Lehey | 2002-11-19 | 1 | -1/+19 |
| * | Add file for South African holidays. | Greg Lehey | 2002-11-19 | 3 | -6/+25 |
| * | Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local. | Ruslan Ermilov | 2002-11-18 | 1 | -3/+8 |
| * | A little bit of anti-foot-shooting. Use utimes(2) rather than | Peter Wemm | 2002-11-15 | 1 | -8/+11 |
| * | utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than | Peter Wemm | 2002-11-15 | 1 | -3/+5 |
| * | Don't set atime / mtime if we don't have an output file, which can happen | Dag-Erling Smørgrav | 2002-11-13 | 1 | -2/+2 |
| * | Take __FreeBSD_version into account when BOOTSTRAPPING. | Ruslan Ermilov | 2002-11-13 | 3 | -10/+10 |
| * | Don't divide by zero to calculate the ETA, even if we haven't gotten | Bill Fenner | 2002-11-12 | 1 | -1/+1 |
| * | kenv(1) is WARNS=6 clean. | Maxime Henrion | 2002-11-11 | 1 | -1/+1 |
| * | Add support for the Latin American and Caribbean IP address Regional | Mike Barcroft | 2002-11-10 | 2 | -6/+16 |
| * | o Build truss on all architectures. | Marcel Moolenaar | 2002-11-10 | 1 | -5/+7 |
| * | Port to ia64. It builds, but usability is very limited. | Marcel Moolenaar | 2002-11-10 | 3 | -0/+349 |
| * | Various cleanups of truss: | David Malone | 2002-11-09 | 6 | -97/+121 |
| * | Check if name is NULL before we strcmp the syscall name. This was | David Malone | 2002-11-09 | 1 | -1/+1 |
| * | #include <err.h> to make yes warns clean again. | David Malone | 2002-11-09 | 1 | -0/+1 |
| * | Convert some broken cases where Error is called, but we try to continue, | Juli Mallett | 2002-11-08 | 1 | -17/+5 |
| * | Detect and exit on write errors. | Tim J. Robbins | 2002-11-08 | 1 | -4/+7 |
| * | Don't exit with success after timeout during authentication. | Bill Fenner | 2002-11-07 | 1 | -0/+4 |
| * | Remove entry for All Saints' in Portugal. While it's correct, All | Greg Lehey | 2002-11-03 | 1 | -1/+0 |
| * | Another buffer overflow similar to the recent one in mkstr(1). | Tim J. Robbins | 2002-11-01 | 1 | -0/+2 |
| * | Remove claim that pi and ex use mkstr; pi is long gone, and nex doesn't | Tim J. Robbins | 2002-11-01 | 1 | -6/+1 |
| * | Zap another buffer overflow, this time in the parser. | Tim J. Robbins | 2002-11-01 | 1 | -0/+2 |
| * | Avoid buffer overflow when constructing filenames. | Tim J. Robbins | 2002-11-01 | 1 | -3/+13 |
| * | Document the confusing behavior that the .if conditional defaults | Ruslan Ermilov | 2002-11-01 | 1 | -0/+1 |
| * | o Remove $Id$ from copyright; there's $FreeBSD$, | Marcel Moolenaar | 2002-11-01 | 2 | -18/+8 |
| * | Variables that come in in and out pairs should be named accordingly. | Tony Finch | 2002-11-01 | 1 | -68/+84 |
| * | Be much more paranoid about where uudecode writes its output, especially | Tony Finch | 2002-11-01 | 1 | -7/+36 |
| * | Instead of abusing stdin and stdout, use our own file pointers. | Tony Finch | 2002-11-01 | 1 | -14/+22 |
| * | Back out previous commit - it was not well thought out. | Maxim Sobolev | 2002-10-31 | 1 | -1/+1 |
| * | Document the new behavior of -C with respect to inode-change-time. | Ruslan Ermilov | 2002-10-31 | 1 | -2/+4 |
| * | Do not change the target file's inode-change-time if -C is | Ruslan Ermilov | 2002-10-31 | 1 | -3/+5 |
| * | Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' option | Maxim Sobolev | 2002-10-31 | 1 | -1/+1 |
| * | ade@ no longer has the FreeBSD account. | Ruslan Ermilov | 2002-10-31 | 1 | -1/+0 |
| * | Sort by month/day/year/login. | Ruslan Ermilov | 2002-10-31 | 1 | -7/+7 |
| * | Fix core dumps when invoking with something like ``last -w1''. | Maxime Henrion | 2002-10-30 | 1 | -5/+4 |
| * | When we appear to want a signed value from sizeof(), use ssize_t in the cast, | Juli Mallett | 2002-10-30 | 1 | -1/+1 |
| * | Clarify my feelings towards fetch / libfetch. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -1/+0 |
| * | Output .lf directives. | Greg Lehey | 2002-10-30 | 1 | -0/+4 |
| * | bsd.doc.mk changes: | Ruslan Ermilov | 2002-10-29 | 2 | -2/+0 |
| * | Don't try to dereference a NULL pw pointer. This would happen when | Joerg Wunsch | 2002-10-29 | 1 | -1/+1 |
| * | In VarHead(), look into the correct (modified) string. | Juli Mallett | 2002-10-29 | 1 | -1/+1 |
| * | Mention that the left-hand side of the comparison | Ruslan Ermilov | 2002-10-29 | 1 | -3/+2 |
| * | Mostly support alternate manpage zipping. | David E. O'Brien | 2002-10-29 | 1 | -16/+35 |
| * | Split var.c into var.c and var_modify.c and move all the modification funcs | Juli Mallett | 2002-10-28 | 7 | -669/+731 |
| * | Don't complain about not knowing the remote file size when working in | Dag-Erling Smørgrav | 2002-10-27 | 1 | -1/+1 |
| * | Whitespace and indentation cleanup. | Dag-Erling Smørgrav | 2002-10-27 | 1 | -12/+12 |
| * | Forgot to disable alarms after fetchXGet() in previous commit. | Dag-Erling Smørgrav | 2002-10-27 | 1 | -0/+2 |
| * | Add an ETA timer that kicks in after 30 seconds. | Dag-Erling Smørgrav | 2002-10-27 | 1 | -16/+45 |
| * | Remove unnecessary compatibility macro. (We were only printing, not parsing, | Garrett Wollman | 2002-10-27 | 1 | -1/+0 |
| * | Add new 1003.1-2001/TC1/D6 parameters. (On final recirculation ballot now, | Garrett Wollman | 2002-10-27 | 4 | -2/+16 |