Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
remove explicit paper.ps target, since it's already built by default; (this paper not installed yet) | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
also, this needs -ms macros, not -me; (though paper not installed yet) | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-31 | rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG | Henning Brauer | |
requested by theo ok markus@ hshoexer@ | |||
2004-01-31 | make USD reference a little clearer; | Jason McIntyre | |
2004-01-30 | use paper.txt, rather than some arbitrary target; | Jason McIntyre | |
plus some cleanup; | |||
2004-01-30 | point people to 13.ex, and remove some unnecessarys from SEE ALSO; | Jason McIntyre | |
2004-01-30 | install exref; includes updates to sync with current behaviour; | Jason McIntyre | |
fixes, help, and ok millert@ | |||
2004-01-30 | vmstat shows max 2 drives by default | Theo de Raadt | |
2004-01-30 | a collection of flags is an int. | Marc Espie | |
noticed by tedu. | |||
2004-01-30 | support for password change; ok dtucker@ | Markus Friedl | |
(set password-dead=1w in login.conf to use this). | |||
2004-01-29 | - replace old-style macros | Jason McIntyre | |
- mmultiple args do not need to be quoted - uppercase .Sh args - reference 15.sed usd - some other tidy up | |||
2004-01-29 | some support for amd64 | Michael Shalayeff | |
2004-01-29 | s/arm32/arm/ ok deraadt@ | Dale Rahn | |
2004-01-29 | s/arm32/arm/ ok deraadt@ | Dale Rahn | |
2004-01-28 | knf; millert ok | Theo de Raadt | |
2004-01-28 | Fix a segv when patch cannot find a file and the user indicates | Otto Moerbeek | |
to use the file anyway. Problem found by david@ ok david@ millert@ | |||
2004-01-28 | revert totally unapproved commit. | Marc Espie | |
2004-01-28 | missing deps for generate and a commented out section useful for ↵ | Michael Shalayeff | |
bootstrapping w/ alien libc's (now that it uses an evil o'hash functions) | |||
2004-01-28 | free commit for the hammerer | Michael Shalayeff | |
2004-01-28 | stubs from art@ | Michael Shalayeff | |
2004-01-27 | make mail-mode more intelligent on middle-of-line insertions, and add a | Vincent Labrecque | |
comment to change the wrapping column. (mail-set-margin) tested by henning and phessler, thanks! | |||
2004-01-27 | reorder parsing so user:skey@host:file works (bugzilla #777) | Damien Miller | |
patch from admorten AT umich.edu; ok markus@ | |||
2004-01-26 | dataLen should be size_t to match l->len; ok otto@ tedu@ | Todd C. Miller | |
2004-01-25 | install all the catalogs; as cvs forgot to check this file in when those ↵ | Michael Shalayeff | |
were added; millert@ ok | |||
2004-01-25 | Previously, in -w mode, for each match on a line grep would check | Todd C. Miller | |
to see if the match was on a word boundary. However, this missed lines where the first match was not on a word boundary but a subsequent match was. Problem originally spotted by miod@ We fix this by using the [[:<:]] and [[:>:]] character classes for the slow path and by checking the word boundaries in grep_search() for the fast path instead of doing the checks after running regexec() or grep_search(). With this change, grep passes the new regress tests 15 and 16. problem originally spotted by espie@. | |||
2004-01-25 | use new .St macro; | Jason McIntyre | |
2004-01-25 | reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785) | Damien Miller | |
from jclonguet AT free.fr; ok millert@ | |||
2004-01-24 | oops. no need for vitut comment; | Jason McIntyre | |
2004-01-24 | install vi tutorial docs; these have been updated to reflect reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-01-24 | document how file recovery works on OBSD; | Jason McIntyre | |
ok millert@ | |||
2004-01-24 | make vi reference card and vi tutorial easier to find; | Jason McIntyre | |
use -compact for FILES; | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-23 | Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@ | Todd C. Miller | |
2004-01-23 | rename acss@opebsd.org to acss@openssh.org | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2004-01-23 | Fix issue pointed out with ls not handling large directories with embeded | mouring | |
paths correctly. OK damien@ | |||
2004-01-23 | enable acss for ssh | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | Move a closefrom(2) into the block that execs su(1) where it can do the | Todd C. Miller | |
most good. There is already another closefrom(2) for the normal code path. Also remove a bogus comment. Discussed with deraadt@ | |||
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2004-01-22 | Make exit code for "unknown suffix" and "name too long" match GNU gzip. | Todd C. Miller | |
Fixes an interaction with the perl CPAN module which checks the exit value. | |||
2004-01-22 | Remove 3 unused variables. | Todd C. Miller | |
2004-01-22 | fix segfault when an invalid field was requested | Vincent Labrecque | |
ok miod | |||
2004-01-22 | -S enables tcp md5 signature option; ok deraadt@, mcbride@ | Markus Friedl | |
2004-01-22 | remove need for -w. ok beck deraadt | Ted Unangst | |
2004-01-21 | prompt before command demo; jmc ok | Theo de Raadt | |