| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 3 | -9/+14 |
* | - Bump date. | zont | 2012-09-18 | 1 | -1/+1 |
* | - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively. | zont | 2012-09-18 | 2 | -0/+6 |
* | Revert 240527: | eadler | 2012-09-16 | 1 | -1/+0 |
* | sh: Prefer internal nextopt() to libc getopt(). | jilles | 2012-09-15 | 5 | -83/+37 |
* | Free memory before exiting in order to | eadler | 2012-09-14 | 1 | -0/+1 |
* | sh: Reduce code duplication: use setinputfile instead of open/setinputfd | jilles | 2012-09-14 | 1 | -8/+1 |
* | Minor mdoc fix. | joel | 2012-09-11 | 1 | -1/+2 |
* | sh: Remove XXX comment about removing nextopt(). | jilles | 2012-09-08 | 1 | -4/+0 |
* | Use "e.g.", not "i.e.", to introduce an example. | kevlo | 2012-09-07 | 1 | -1/+1 |
* | Explicitly mention that "cp -p" copies ACLs. | trasz | 2012-09-04 | 1 | -2/+2 |
* | Fix an error in setfacl(1) that manifested like this: | trasz | 2012-09-04 | 1 | -3/+4 |
* | In getfacl(1) manual page, mention where to read about the ACL syntax. | trasz | 2012-09-04 | 1 | -0/+4 |
* | Make "setfacl -bd" an alias for "setfacl -k". Previously it would crash | trasz | 2012-09-04 | 1 | -0/+11 |
* | Make setfacl(1) behave properly in situations like "setfacl -kd". | trasz | 2012-09-04 | 1 | -0/+15 |
* | Fix compact form of "synchronize" permission in setfacl(1) manual page - it | trasz | 2012-09-03 | 1 | -2/+2 |
* | Rework all non-contributed files that use `struct timezone'. | ed | 2012-09-01 | 3 | -7/+7 |
* | Add a -h flag similar to the -h flag for ln to force mv(1) to treat a | jhb | 2012-08-31 | 2 | -6/+36 |
* | Avoid passing uninitialized stack to addelem() if called with an empty arg. | emaste | 2012-08-29 | 1 | -2/+2 |
* | sh: Fix EINTR race condition in "wait" and "set -T" using sigsuspend(). | jilles | 2012-07-29 | 3 | -4/+49 |
* | sh: Do not ask for stopped/continued processes if we do not need them | jilles | 2012-07-28 | 1 | -6/+5 |
* | sh: Inline waitproc() into its only caller. | jilles | 2012-07-28 | 1 | -22/+9 |
* | sh: Track continued jobs (even if not continued by bg or fg). | jilles | 2012-07-28 | 1 | -3/+8 |
* | Use proper error message when fstat(2) fails on stdout. | jh | 2012-07-20 | 1 | -1/+1 |
* | style(9). | jh | 2012-07-20 | 1 | -16/+19 |
* | stty: Mark usage() __dead2. | jilles | 2012-07-15 | 1 | -1/+1 |
* | ps: Fix memory leak when showing start/lstart for swapped-out process. | jilles | 2012-07-15 | 1 | -4/+6 |
* | sh: Reset pendingsigs before checking pending traps, not after. | jilles | 2012-07-15 | 1 | -1/+1 |
* | sh: Remove unused variable in_dowait. | jilles | 2012-07-15 | 2 | -4/+0 |
* | sh: Expand assignment-like words specially for export/readonly/local. | jilles | 2012-07-15 | 4 | -4/+79 |
* | Merge libedit adjustment from NetBSD. | pfg | 2012-07-11 | 1 | -1/+1 |
* | Polish previous revision: if the fts_* routines have lstat()'ed the | delphij | 2012-06-20 | 1 | -2/+8 |
* | Fix potential symlink race condition in "rm -P" by adding a check | kevlo | 2012-06-20 | 1 | -2/+9 |
* | None of these programs actually use auth.conf. | des | 2012-06-11 | 1 | -6/+0 |
* | Work better with how make/bmake works: | marcel | 2012-05-24 | 2 | -9/+9 |
* | Add 'cow' keyword to show per-process cow count. | kib | 2012-05-23 | 2 | -1/+4 |
* | Mention the upper hard limit for -n option. Patch slightly modified | wblock | 2012-05-23 | 1 | -3/+6 |
* | Remove redundant declaration of yyparse | kevlo | 2012-05-22 | 1 | -1/+0 |
* | Add build opton MK_LS_COLORS to control whether ls(1) supports colors | marcel | 2012-05-19 | 1 | -1/+4 |
* | Add build option MK_ED_CRYPTO to control whether ed(1) is to have the | marcel | 2012-05-19 | 1 | -3/+3 |
* | Remove unused header (libutil.h) | marcel | 2012-05-17 | 1 | -1/+0 |
* | sh: Remove an unused header. | jilles | 2012-05-15 | 1 | -1/+0 |
* | Minor mdoc nits. | joel | 2012-05-13 | 3 | -4/+4 |
* | I forgot to bump the manpage date. | mdf | 2012-05-12 | 1 | -1/+1 |
* | Add a -v and -N option to kenv(1), so it can be more easily used in | mdf | 2012-05-11 | 2 | -9/+35 |
* | mdoc: fix column names, indentation, column separation within each row, and | joel | 2012-04-07 | 2 | -2/+2 |
* | sh: Fix build with -DDEBUG=2. | jilles | 2012-04-02 | 1 | -2/+2 |
* | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | joel | 2012-03-29 | 1 | -31/+31 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 3 | -3/+3 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 4 | -6/+0 |