Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-25 | add processing of netbsd syscall emulation | kstailey | |
1999-09-25 | use exec | Paul Janzen | |
1999-09-25 | Add :L/:U modificators (lowercase/uppercase) | Marc Espie | |
To use to get ports building more user-friendly. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | routing interface sends aligned to long word boundaries; itojun | Theo de Raadt | |
1999-09-21 | Build some proper prototypes, fix minor nits. | Marc Espie | |
Add some proper error handling to object file parsing, deciding whether it's a bad object file or something ranlib should not care about, so that archives that mix non object files with object files don't get killed by the `mixed object archive' check. | |||
1999-09-16 | Do something sensible with division by 0 in expr. | Marc Espie | |
Noticed by aaron@. | |||
1999-09-16 | flesh out man -k even more because some people who probably deserve windows, ↵ | Theo de Raadt | |
still do not read that far | |||
1999-09-14 | types | Theo de Raadt | |
1999-09-14 | Style: kill register and indent properly. | Marc Espie | |
Let indx match netbsd flavor, to simplify diffs. Show how many quotes were not closed. Increase stack slightly, now that we're no longer bound by argspace. | |||
1999-09-14 | -I works better when activated... | Marc Espie | |
Fuss with prototypes. | |||
1999-09-14 | Add support for hex constants. | Marc Espie | |
Not the same code as NetBSD. | |||
1999-09-14 | mktemp -> mkstemp | Marc Espie | |
1999-09-14 | Implement -I option and M4PATH environment variable | Marc Espie | |
1999-09-14 | atq prints 2 digits for year | Theo de Raadt | |
1999-09-12 | correct exit value; noted by shinobi@monkey.org | Todd C. Miller | |
1999-09-10 | Don't unlock the skeykeys file before the fclose since stdio may still have ↵ | Todd C. Miller | |
some data buffered. Closing the file is enough to unlock it. | |||
1999-09-09 | Bug-fix: thinko | Marc Espie | |
1999-09-07 | The descriptions of the -C and -N options were swapped. Also, mention | Todd C. Miller | |
that /dev/ksysms is used in preference to /bsd. | |||
1999-09-06 | Remove STRSPACE limitations. | Marc Espie | |
A bit wasteful, but not too intrusive. Also remove pushback buffer limitations, as this would be mostly useless otherwise. Incidentally, pushback buffer overflow detection in pbstr was wrong. | |||
1999-09-06 | Use EOS pervasively. | Marc Espie | |
1999-09-06 | Get rid of mktemp in the handling of diversion. | Marc Espie | |
Simply put, mkstemp/unlink/rewind has the proper semantics under Unix, and so we don't have to keep track about temp file names and remove them. | |||
1999-09-06 | synch | Marc Espie | |
1999-09-06 | Misc minor changes: | Marc Espie | |
- use err.h and kill oops, - use __progname and kill basename, - let indx use strstr - proper EOS decl | |||
1999-09-06 | Optimize STREQ/STREQN some more | Marc Espie | |
1999-09-06 | Typo | Marc Espie | |
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt | |
1999-09-02 | print i386 irqs nicer, so that sharing is more obvious | Theo de Raadt | |
1999-09-01 | Correct SYNOPSYS; no -h option exists. | Aaron Campbell | |
1999-08-31 | patch file should hold at least one patch, otherwise we're entitled to | Marc Espie | |
a diagnostic. | |||
1999-08-29 | Fix -Wall warnings. | Marc Espie | |
1999-08-29 | cast time_t to (long int) to pass them to sprintf() portably. | Marc Espie | |
1999-08-27 | Replace some strlen with sizeof() - 1. | Federico G. Schwindt | |
Don't forget to malloc space for newline. Suggested by aazubel@cnba.uba.ar; ok millert@ | |||
1999-08-27 | Use 10 X's in mkstemp. Replace bcopy with strlcpy. | Federico G. Schwindt | |
1999-08-27 | We're using 10 X's now. | Federico G. Schwindt | |
1999-08-26 | fix a few more boflows; millert@ ok | Aaron Campbell | |
1999-08-26 | Fix a buf oflow noticed by aazubel@cnba.uba.ar. | Federico G. Schwindt | |
Change strcpy to strlcpy and use 10 X's in _NAME_ARTMP and _PATH_ARTMP; ok millert@ | |||
1999-08-24 | better fix; now if the last line in a file stream does not contain a newline, | Aaron Campbell | |
construct a null-terminated copy of the buffer returned by fgetln() and process it as normal | |||
1999-08-23 | fgets() -> fgetln(). When reading files like this, the notion of a `line' is | Aaron Campbell | |
more appropriate than C strings. Now paste won't die if it encounters null characters. If the last line in the stream does not contain a newline, we now say "incomplete line" instead of lying about "line too long". fgetln() uses realloc, so now we're not limited to POSIX_LINE_MAX. | |||
1999-08-21 | Document the YP options | Niklas Hallqvist | |
1999-08-21 | Let arch compile again... | Marc Espie | |
1999-08-20 | Don't install with special permissions. | Jason Downs | |
1999-08-20 | re-order includes and remove <sys/utsname.h> since we don't use uname() | Todd C. Miller | |
Use __progname, not argv[0] for determining how we were called Fix a typo | |||
1999-08-19 | Merge arch and machine sources. Add some options so it will | Niklas Hallqvist | |
be easier to get at the ISA (instruction set architecture) | |||
1999-08-18 | formatting | Aaron Campbell | |
1999-08-18 | comma splices, formatting nits, et al | Aaron Campbell | |
1999-08-18 | Fix a printf() so `id' and `id username' produce similar output; inspired by | Aaron Campbell | |
NetBSD, millert@ok. | |||
1999-08-17 | doesn't count down from 99 anymore | Todd C. Miller | |
1999-08-17 | missing flags in SYNOPSIS | Todd C. Miller | |
1999-08-17 | mention RIPEMD-160 in body, fix date | Todd C. Miller | |