Commit Graph

  • b44d4d8edd Add tsort(1) Mattias Andrée 2016-02-17 01:17:33 +0100
  • fad1d35357 Add -d, -f and -i flags to sort(1) pekka.jylha.ollila@gmail.com 2016-02-16 02:42:25 +0200
  • ae52820891 tar: make remove(3) non-fatal when extracting Eivind Uggedal 2016-02-15 14:00:00 +0000
  • e13f571d11 tar: support -f - for stdin/out Eivind Uggedal 2016-02-15 09:48:32 +0000
  • b107489bf2 ls: only display directory headers when more than one directory is specified tty0 2016-02-15 09:56:11 +0000
  • d9c85a2d79 Makefile: add sbase-box-uninstall rule Mattias Andrée 2016-02-15 09:47:16 +0000
  • 6ca2a046f8 Fix uninstall target sin 2016-02-15 09:44:27 +0000
  • 835020b4bf Add Eivind Uggedal to LICENSE sin 2016-02-15 09:42:30 +0000
  • 3c2f8b0cfa tar: don't change modes for hardlinks on extraction Eivind Uggedal 2016-02-15 08:03:17 +0000
  • 2f128ab050 install: bsd make compatibility Eivind Uggedal 2016-02-15 09:44:35 +0100
  • db952ed18c New command with corresponding man page. Includes the flags: Mattias Andrée 2016-02-12 14:33:09 +0100
  • 038dffaa50 fix problems in sed izabera 2016-02-14 13:43:53 +0100
  • 60ef169a18 Makefile: uninstall [ command in the uninstall rule Mattias Andrée 2016-02-12 09:45:03 +0100
  • 73c8dfafe9 Fix pathchk manpage regarding exit status sin 2016-02-11 10:04:54 +0000
  • efabd56535 Minor cleanup for pathchk(1) sin 2016-02-11 10:00:00 +0000
  • b445614f70 Add pathchk(1) Mattias Andrée 2016-02-03 20:12:26 +0100
  • cfc37be486 Do not try to rematch patterns with ^ or $ Roberto E. Vargas Caballero 2016-01-23 09:11:33 +0100
  • 0d955d3f23 grep: Change match any pattern to "^" sin 2016-01-20 17:26:47 +0000
  • 0e9eee4fa3 Revert "If we have a match any pattern also match against blank lines" sin 2016-01-20 15:05:01 +0000
  • cf868c8eeb Stop matching when lastmatch points to '\n' Roberto E. Vargas Caballero 2016-01-07 12:34:40 +0100
  • 0b117ab6c0 Fix pattern substitution Roberto E. Vargas Caballero 2016-01-07 11:44:49 +0100
  • 54ad6d512b Fix rematch() Roberto E. Vargas Caballero 2016-01-07 11:37:56 +0100
  • 78fd6ff239 Handle explicitly the case of line 0 Roberto E. Vargas Caballero 2016-01-06 22:04:29 +0100
  • 0fb1c6fd60 ed: Remove useless newlines sin 2016-01-08 10:27:07 +0000
  • eeeb7a6e53 grep: make E and F flags mutually exclusive Quentin Rameau 2016-01-05 14:52:46 +0100
  • 16159a61ac ed: Use snprintf() for constructing the scratch filename sin 2016-01-02 10:32:44 +0000
  • 3300d5d47a ed: Use strlcpy/strlcat to construct the scratch filename sin 2016-01-02 09:44:06 +0000
  • 36e2bdf517 ed: Use TMPDIR to locate the temporal file Roberto E. Vargas Caballero 2016-01-01 18:25:58 +0100
  • cf0a0fc940 ed: Fix error introduced in b19d708 Roberto E. Vargas Caballero 2016-01-01 17:40:34 +0100
  • 6630bd97cf ed: Don't show '!' in exec with -s Roberto E. Vargas Caballero 2016-01-01 17:40:33 +0100
  • b2ef7e73e0 ed: Correct error message when open file Roberto E. Vargas Caballero 2016-01-01 17:40:32 +0100
  • c5e28b5fe9 ed: Don't show size of files in no diagnosistic mode Roberto E. Vargas Caballero 2016-01-01 11:17:03 +0100
  • b19d708923 ed: add init() Roberto E. Vargas Caballero 2016-01-01 11:17:02 +0100
  • 03d27b7806 ed: Reset modflag in clearbuf() Roberto E. Vargas Caballero 2016-01-01 11:17:01 +0100
  • 58c9739532 ed: Move modflag=0 to clearundo() Roberto E. Vargas Caballero 2016-01-01 11:17:00 +0100
  • 69855fe1bb Update copyright years sin 2016-01-01 10:31:50 +0000
  • b08660e1fd ed: Fix infinite recursion to undo() Roberto E. Vargas Caballero 2015-12-31 19:35:26 +0000
  • a02d66b8fc chown: fix user:group option parsing Quentin Rameau 2015-12-21 19:37:10 +0100
  • 6e7743eb56 Cleanup usage() across sbase Quentin Rameau 2015-12-21 18:36:28 +0100
  • 00d7bf4ea5 flock: Check for waitpid() error sin 2015-12-21 14:12:09 +0000
  • 0c3440253b flock: Close fd early for correct error propagation sin 2015-12-21 14:11:07 +0000
  • e40fc2b176 Check argv0 in xvprintf() FRIGN 2015-12-21 13:57:10 +0100
  • 3b1b50cffa Do not indent label sin 2015-12-21 09:54:33 +0000
  • 94e92d9cc0 Refactor eprintf.c FRIGN 2015-12-21 09:28:44 +0100
  • 6135cad495 Move edit logic to an individual function Roberto E. Vargas Caballero 2015-12-16 21:21:55 +0100
  • 05af2156b6 Fix small typo in comment Roberto E. Vargas Caballero 2015-12-16 21:17:52 +0100
  • 694a5ef7fb call to addpre() in every iteration of subline() Roberto E. Vargas Caballero 2015-12-16 20:18:09 +0100
  • 3e130cee66 Escape correctly characters in getrhs() Roberto E. Vargas Caballero 2015-12-16 19:44:44 +0100
  • a65e180e5e Discard input at the end of global commands Roberto E. Vargas Caballero 2015-12-16 19:39:21 +0100
  • d1bef890ea ed: use arg.h Quentin Rameau 2015-12-15 15:45:16 +0100
  • c5b36e1760 ed: fix cmd e/E Quentin Rameau 2015-12-15 15:13:21 +0100
  • d84070398b Check if PRIO_MIN and PRIO_MAX are defined Roberto E. Vargas Caballero 2015-12-15 15:59:27 +0100
  • 7949adf9c4 No need for using a sub-shell in getconf.sh sin 2015-12-15 09:44:54 +0000
  • e52845281a Fix warning in join(1) sin 2015-12-15 09:39:57 +0000
  • fdf9ab9b2d Fix some useless warnings sin 2015-12-15 09:04:00 +0000
  • 6b14c50e57 Fix sbase-box target sin 2015-12-15 08:48:11 +0000
  • c0eafd4610 Fix getconf(1) usage sin 2015-12-15 08:43:55 +0000
  • 136f012d23 Remove ifdef hell from getconf.c Roberto E. Vargas Caballero 2015-12-14 21:22:43 +0100
  • a19aad7c70 Fix getrhs() Roberto E. Vargas Caballero 2015-12-14 15:40:20 +0100
  • 0cd385d164 Restore state of buffer in errors Roberto E. Vargas Caballero 2015-12-14 15:38:46 +0100
  • 13e0b6c605 Do not modify curln with w commands Roberto E. Vargas Caballero 2015-12-14 15:18:33 +0100
  • 25f87bc360 Staticise globals in ed(1) sin 2015-12-14 12:13:23 +0000
  • 912c21ab1f Remove unused variables in ed(1) sin 2015-12-14 12:12:07 +0000
  • 1de650edf5 Add ed(1) - the standard text editor Roberto E. Vargas Caballero 2015-12-14 12:09:34 +0000
  • b533625aac Fix style issue in whoami which broke the sbase-box target sin 2015-12-14 11:58:23 +0000
  • 09c279285a Add whoami(1) FRIGN 2015-12-14 10:55:25 +0100
  • bb7427f6c1 Fix type mismatch in split(1) sin 2015-11-26 10:32:46 +0000
  • 67157b7c4e Use SSIZE_MAX for overflow check in parseoffset() sin 2015-11-26 10:30:35 +0000
  • 1be832320c Fix type mismatches sin 2015-11-26 10:24:08 +0000
  • 41a9742037 cal: Highlight current day sin 2015-11-21 10:19:19 +0000
  • 211c565b3d tar: improve file status handling on extract Brad Barden 2015-11-18 20:50:50 -0600
  • 85a9254d3a tar: extract creation mode Brad Barden 2015-11-18 20:49:07 -0600
  • 11fee4c8ba readlink: Remove broken support for -m and -e sin 2015-11-16 16:28:36 +0000
  • d24584466c Revert "enmasse: For the special case of 2 args, do not distinguish between dirs and files" sin 2015-11-13 14:29:23 +0000
  • 4c1f9ecdd2 Align end of comment sin 2015-11-13 14:23:42 +0000
  • 996f992ac6 enmasse: For the special case of 2 args, do not distinguish between dirs and files sin 2015-11-13 14:18:47 +0000
  • 2f4ab52739 mv: Ensure stat is initialized when we prune a tree sin 2015-11-13 14:12:09 +0000
  • debf9d2275 Include sys/time.h for timeval structure sin 2015-11-13 11:14:36 +0000
  • eaf3f4811b Use -D_FILE_OFFSET_BITS=64 by default sin 2015-11-13 10:59:37 +0000
  • a1c04e932b Sync cron with latest scron sin 2015-11-06 10:58:27 +0000
  • b553349251 env: Check unsetenv() return value sin 2015-11-06 10:51:04 +0000
  • 1b32732887 env: environ can never be NULL so don't check for it sin 2015-11-06 10:48:52 +0000
  • 75b848bb09 Mark grep and tftp as audited sin 2015-11-06 10:30:20 +0000
  • f76dee45e5 Update TODO regarding imported programs sin 2015-11-06 10:26:08 +0000
  • c0a63db7f2 od: document skip (-j) option Greg Reagle 2015-11-03 10:05:26 -0500
  • 7604f99003 tail: Fix operation with +n argument Michael Forney 2015-11-01 14:05:05 -0800
  • 4859f4c825 ls: fix time handling by augmenting time resolution Quentin Rameau 2015-11-01 18:12:46 +0100
  • 57d220b3dc ls: fix entities arrays handling in main() Quentin Rameau 2015-11-01 18:12:25 +0100
  • aa8112a408 Revert "ls: Fix sorting of named entries" sin 2015-11-01 17:23:27 +0000
  • 2366164de7 No need for semicolon after ARGEND sin 2015-11-01 10:16:49 +0000
  • 27f9163d2e getconf: Fix trailing whitespace sin 2015-11-01 09:35:45 +0000
  • 674d1636f8 ls: Fix sorting of named entries Michael Forney 2015-10-31 13:01:09 -0700
  • b70d2857ab Use ifdef in getconf(1) instead of commenting out missing defines FRIGN 2015-10-31 17:26:29 +0100
  • 9b7e560781 od: more accurate statement of compliance with POSIX Greg Reagle 2015-10-27 14:26:09 -0400
  • dae33f42d4 Fix typo in libutil/fshut.c FRIGN 2015-10-26 17:26:56 +0100
  • 91ab4e80b9 Fix multiple file handling FRIGN 2015-10-26 17:21:15 +0100
  • 1e4ab5ec9a Minor style fix sin 2015-10-26 11:56:37 +0000
  • ecb351f1d5 Properly parse numbers in od(1) FRIGN 2015-10-26 12:52:14 +0100
  • 1eff1e8214 Properly handle partial chunks in od(1) FRIGN 2015-10-26 12:29:02 +0100
  • 914991f5f6 Fix remaining endian-issue in od(1) FRIGN 2015-10-26 12:13:34 +0100