Age | Commit message (Expand) | Author |
2006-11-30 | typos; from alf schlichting | Jason McIntyre |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |
2006-11-20 | Compute user-given ulimit value times ulimit unit as an rlim_t value, not a | Miod Vallat |
2006-11-19 | WARNING/BUGS -> CAVEATS; ok millert | Jason McIntyre |
2006-11-17 | `<' -> \*(Lt | Jason McIntyre |
2006-11-17 | discourage .Tn; | Jason McIntyre |
2006-11-17 | .Ex these pages; ok millert | Jason McIntyre |
2006-11-17 | simplify synopsis and usage(); ok millert | Jason McIntyre |
2006-11-17 | Fix extracting and setting permissions for tar archives when | Otto Moerbeek |
2006-11-16 | Add -r and -q options similar to what is supported by FreeBSD's md5 | Todd C. Miller |
2006-11-15 | err(..., strerror(errno)) is redundant. | Miod Vallat |
2006-11-10 | Accept upper and lower case letters in a checksum, since this doesn't | Tom Cosgrove |
2006-11-07 | It is better to use isatty() to see if a dev is seekable, because | Otto Moerbeek |
2006-11-07 | fix skipping when reading from a tty; reported by Karel Kulhavy | Otto Moerbeek |
2006-11-02 | Only check if last three letters are "/sh" if string is at least | Ray Lai |
2006-11-02 | overhaul the keywords section; | Jason McIntyre |
2006-11-01 | -.Xr sh 1 , | Jason McIntyre |
2006-11-01 | some minor adjustments to the options list; | Jason McIntyre |
2006-11-01 | +.Ex -std ps | Jason McIntyre |
2006-11-01 | - no need for double markup | Jason McIntyre |
2006-11-01 | give FILES a bit of space; | Jason McIntyre |
2006-11-01 | note that -L may not be specified with other options; | Jason McIntyre |
2006-11-01 | simplify synopsis and sync usage(); | Jason McIntyre |
2006-11-01 | Fix range checking for in.dbsz and out.dbsz. | Ray Lai |
2006-10-29 | like -i, -h is incompatible with -P; suggested by jmc@; ok ray@ | Otto Moerbeek |
2006-10-21 | note that -hP and -iP are illegal; ok otto | Jason McIntyre |
2006-10-18 | do not name file descriptors fp, either | Theo de Raadt |
2006-10-18 | - update reference to posix to latest version | Jason McIntyre |
2006-10-18 | - standard EXAMPLES section | Jason McIntyre |
2006-10-16 | The session field is a pointer and so should be 8 chars for | Todd C. Miller |
2006-09-21 | Remove LFS-related code, no binary change | Pedro Martelletto |
2006-09-21 | reword a sentence so we are not discussing lfs; help from pedro | Jason McIntyre |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-08-14 | Adapt revision 1.18 change for symlink(2): | Ray Lai |
2006-08-10 | - use .Ex | Jason McIntyre |
2006-08-10 | better explanation of second synopsis form; add a caveat also | Jason McIntyre |
2006-08-05 | Remove "with with" typos. | Ray Lai |
2006-08-04 | Add reference to mkdir(1). | Ray Lai |
2006-08-03 | comment fix; from tamas tevesz | Jason McIntyre |
2006-07-26 | clarifications for OPTIND: | Jason McIntyre |
2006-07-21 | Prevent segfault when "cpio -o" is called with no input. | Ray Lai |
2006-07-10 | fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>. | Bob Beck |
2006-07-02 | sync with systrace 1.6d, keeping local changes | Nikolay Sturm |
2006-06-30 | handcrafted depend and CLEANFILES no longer needed since this is now | Otto Moerbeek |
2006-06-21 | handle -- as POSIX requires; from kili@outback.escape.de; ok otto | Theo de Raadt |
2006-06-16 | Work around a problem with \$ expansion where \$\$ turned into pid ($$) | Dale Rahn |
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback |
2006-06-13 | make -avV only be suboptions of the status command, as documented, by using | Theo de Raadt |
2006-06-10 | add a translation for sendmsg() | Nikolay Sturm |
2006-06-04 | teach stty about NMEADISC | Theo de Raadt |