summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-01-31rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIGHenning Brauer
2004-01-31make USD reference a little clearer;Jason McIntyre
2004-01-30use paper.txt, rather than some arbitrary target;Jason McIntyre
2004-01-30point people to 13.ex, and remove some unnecessarys from SEE ALSO;Jason McIntyre
2004-01-30install exref; includes updates to sync with current behaviour;Jason McIntyre
2004-01-30vmstat shows max 2 drives by defaultTheo de Raadt
2004-01-30a collection of flags is an int.Marc Espie
2004-01-30support for password change; ok dtucker@Markus Friedl
2004-01-29- replace old-style macrosJason McIntyre
2004-01-29some support for amd64Michael Shalayeff
2004-01-29s/arm32/arm/ ok deraadt@Dale Rahn
2004-01-29s/arm32/arm/ ok deraadt@Dale Rahn
2004-01-28knf; millert okTheo de Raadt
2004-01-28Fix a segv when patch cannot find a file and the user indicatesOtto Moerbeek
2004-01-28revert totally unapproved commit.Marc Espie
2004-01-28missing deps for generate and a commented out section useful for bootstrappin...Michael Shalayeff
2004-01-28free commit for the hammererMichael Shalayeff
2004-01-28stubs from art@Michael Shalayeff
2004-01-27make mail-mode more intelligent on middle-of-line insertions, and add aVincent Labrecque
2004-01-27reorder parsing so user:skey@host:file works (bugzilla #777)Damien Miller
2004-01-26dataLen should be size_t to match l->len; ok otto@ tedu@Todd C. Miller
2004-01-25install all the catalogs; as cvs forgot to check this file in when those were...Michael Shalayeff
2004-01-25Previously, in -w mode, for each match on a line grep would checkTodd C. Miller
2004-01-25use new .St macro;Jason McIntyre
2004-01-25reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)Damien Miller
2004-01-24oops. no need for vitut comment;Jason McIntyre
2004-01-24install vi tutorial docs; these have been updated to reflect reality;Jason McIntyre
2004-01-24document how file recovery works on OBSD;Jason McIntyre
2004-01-24make vi reference card and vi tutorial easier to find;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-23Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@Todd C. Miller
2004-01-23rename acss@opebsd.org to acss@openssh.orgHans-Joerg Hoexer
2004-01-23Fix issue pointed out with ls not handling large directories with embededmouring
2004-01-23enable acss for sshHans-Joerg Hoexer
2004-01-23Move a closefrom(2) into the block that execs su(1) where it can do theTodd C. Miller
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2004-01-22Make exit code for "unknown suffix" and "name too long" match GNU gzip.Todd C. Miller
2004-01-22Remove 3 unused variables.Todd C. Miller
2004-01-22fix segfault when an invalid field was requestedVincent Labrecque
2004-01-22-S enables tcp md5 signature option; ok deraadt@, mcbride@Markus Friedl
2004-01-22remove need for -w. ok beck deraadtTed Unangst
2004-01-21prompt before command demo; jmc okTheo de Raadt
2004-01-21initialise infile in main, rather than statically - from portableDamien Miller
2004-01-21support format `%p' to print pointers in eformat()Vincent Labrecque
2004-01-20duplicated entry; evarts@amazon.comTheo de Raadt
2004-01-19fix mem leaks; some fixes from Pete Flugstad; tested dtucker@Markus Friedl
2004-01-19-b reports offsets in bytes.Otto Moerbeek
2004-01-19Use off_t for file sizes, and don't forget to print a ':' when usingOtto Moerbeek
2004-01-19fake consumption for half closed channels since the peer is waiting forMarkus Friedl
2004-01-18Unbreak *grep -w -l. ok millert@Otto Moerbeek