Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-08-16 | Consistify so "rup host" and "rup -d host" produce similarly formatted output. | Aaron Campbell | |
1999-08-16 | fix includes | Artur Grabowski | |
1999-08-16 | include unistd.h | Artur Grabowski | |
1999-08-16 | fix includes | Artur Grabowski | |
1999-08-16 | inculde com_err.h | Artur Grabowski | |
1999-08-16 | inculude ctype.h for islower() | Artur Grabowski | |
1999-08-16 | include ctype.h for isspace() and fix some declarations | Artur Grabowski | |
1999-08-16 | main() returns an int and include stdio.h to get prototype for puts | Artur Grabowski | |
1999-08-16 | printf format fixes | Artur Grabowski | |
1999-08-16 | nuke unused variable | Todd C. Miller | |
1999-08-14 | Missing -I/usr/include/ssl, evanc@concer.to | Angelos D. Keromytis | |
1999-08-12 | Support -M and -N flags in uptime mode too | Todd C. Miller | |
1999-08-09 | document "Precedence: list" | Theo de Raadt | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-08-05 | o Use 10 X's in examples (noted by Theo) | Todd C. Miller | |
o Add another example using the pretty brace block form | |||
1999-08-04 | o Use __progname | Todd C. Miller | |
o Use _PATH_TMP o Use mkstemp() instead of mktemp() o Really use 10 X's (one is eaten up by a letter) o Correct manpage wrt temp file name o Uncomment .Xr yyfix in man page since we ship it now | |||
1999-08-04 | supply particular mapping type to the mmap(2) instead of bogus 0 | Michael Shalayeff | |
1999-08-03 | use particular mapping type instead of bogus zero. | Michael Shalayeff | |
-Wall overall happiness; millert@ ok | |||
1999-07-31 | document cdev/bdev semantic change | Theo de Raadt | |
1999-07-30 | acd dies | Theo de Raadt | |
1999-07-29 | "sprite.h"; soren@t.dk | Theo de Raadt | |
1999-07-28 | clarify | Theo de Raadt | |
1999-07-26 | fix options; fgsch | Aaron Campbell | |
1999-07-26 | add SEE ALSO section and Xr cat(1) | Aaron Campbell | |
1999-07-26 | new mdoc'd jot(1) man page | Aaron Campbell | |
1999-07-23 | fieldcnt is the number of fields, not +1... this one was missed in 1995 | Aaron Campbell | |
when the other two were fixed | |||
1999-07-23 | - Missing newline when euid != ruid; from FreeBSD | Aaron Campbell | |
- Also, sync the usage() to the man page (add -p syntax). | |||
1999-07-23 | Fix the case where telnet(1) would escape if in binary (-8) mode, even if the | Aaron Campbell | |
-E option (stop all characters from being recognized as an escape character) was specified, if it was passed a 0xFF character; from FreeBSD, millert@ ok | |||
1999-07-23 | - Make error msgs more consistent with other usr.bin/ utils. | Aaron Campbell | |
- Use warn() instead of an fprintf(). | |||
1999-07-23 | - Use strtol() instead of atoi() so head(1) will complain when given bad | Aaron Campbell | |
number specifications like: head -123foobar456. Also, check for ERANGE and abort if strtol() returned LONG_MAX or LONG_MIN. - Don't exit() when encountering a filename in argv[] that can't be open; instead just continue. - Don't keep decrementing `linecnt' if we've hit the end of the file. millert@ ok | |||
1999-07-21 | sounds better | Aaron Campbell | |
1999-07-21 | Improve the description and add examples, including one that demonstrates how | Aaron Campbell | |
head(1) is often used in conjunction with tail -1 to display a single arbitrary line from a file. | |||
1999-07-21 | sync names of arguments in SYNOPSIS with those in the option's description | Aaron Campbell | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-21 | bye bye | Theo de Raadt | |
1999-07-20 | skey help; freebsd | Theo de Raadt | |
1999-07-20 | mention the skey command and Xr skey(1) | Aaron Campbell | |