summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-03-06version 1.2.3Theo de Raadt
2000-03-06fix pr 1113, fclose() -> pclose(), todo: remote popen()Markus Friedl
2000-03-06- ``Option:'' -> ``The options are as follows:''Aaron Campbell
2000-03-06Correct SYNOPSIS (rev(1) accepts more than one file argument); from FreeBSD.Aaron Campbell
2000-03-06Covert to mdoc; from FreeBSD, with some modifications by me.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
2000-03-06Add HISTORY sections; from FreeBSD.Aaron Campbell
2000-03-06mdoc'ify; from FreeBSD, with many modifications by me.Aaron Campbell
2000-03-05Remove hard sentence breaks.Aaron Campbell
2000-03-05Various improvements, including a few HISTORY sections added from FreeBSD.Aaron Campbell
2000-03-05Change prompt string from "Location:" to "Office Location:", to disambiguateAaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-03-04Many improvements and general cleanup/standardization.Aaron Campbell
2000-03-04Add EXAMPLES section, with OPENBSD printed in lights.Aaron Campbell
2000-03-04mdoc'ifyAaron Campbell
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
2000-03-04Improve.Aaron Campbell
2000-03-04Change invalid 'CHAT' loglevel to 'VERBOSE'Damien Miller
2000-03-03Reverse rutgers change (attachtoparent vs. spawncli)Todd C. Miller
2000-03-02add missing return valueTodd C. Miller
2000-03-02Use a char, not a char[1] in ttgetc and cast the return value to int.Todd C. Miller
2000-03-02Reorganize to be more like the BSD version + KNFTodd C. Miller
2000-03-02count is unsigned (size_t) so cast to u_long, not longTodd C. Miller
2000-03-01order kerberos librariesTheo de Raadt
2000-03-01order kerberos libraries properlyTheo de Raadt
2000-03-01WallTheo de Raadt
2000-02-29kparse.h is goneTheo de Raadt
2000-02-29some key binding examplesTheo de Raadt
2000-02-29some binding informationTheo de Raadt
2000-02-29Better backwards regexp searching. POSIX regexp's don't really giveTodd C. Miller
2000-02-29Various cleanup.Aaron Campbell
2000-02-29Kill old gnuemacs regex code--we now use POSIX regexTodd C. Miller
2000-02-29regex.cTodd C. Miller
2000-02-29Make reverse searching work.Todd C. Miller
2000-02-28Use POSIX extended regular expressions.Todd C. Miller
2000-02-28turn off x11-fwd for the client, too.Markus Friedl
2000-02-28create x11 cookie fileMarkus Friedl
2000-02-28Lots of obvious clean-up, but needs more work.Aaron Campbell
2000-02-28update IPv6 portion to match latest sys/netinet6.Jun-ichiro itojun Hagino
2000-02-27rename a cpp symbol, to avoid param.h collisionTheo de Raadt
2000-02-27make this compile on systems w/o TCSASOFTTodd C. Miller
2000-02-27Don't define -DDO_METAKEY twiceTodd C. Miller
2000-02-27Better setting of terminal 'raw' mode, cribbed from BSD curses.Todd C. Miller
2000-02-27Move dobindkey() into extend.c where it belongs.Todd C. Miller
2000-02-27Remove a now-bogus commentTodd C. Miller
2000-02-27use rmdir, not unlinkdir hackTodd C. Miller
2000-02-27Call setttysize() from ttinit() not ttopen() since we haven'tTodd C. Miller
2000-02-27We don't have silly SYSV 14-character file name limits. Taken fromTodd C. Miller
2000-02-27Fixed a bug that caused an infinite loop when the passwordTodd C. Miller