Commit Graph

  • 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
  • a2536328aa Mark getconf as audited in README FRIGN 2015-10-26 00:45:20 +0100
  • 86a99c5a03 Mark od(1) and getconf(1) as audited FRIGN 2015-10-26 00:42:20 +0100
  • eeccb0a5ea Fix od(1) output FRIGN 2015-10-26 00:08:59 +0100
  • d03baf1697 Add -e and -E flags to od(1) and properly handle endianness FRIGN 2015-10-25 23:26:49 +0100
  • c619e168c9 Update od(1)-documentation FRIGN 2015-10-09 03:09:26 +0200
  • 092c95b66c Rewrite od(1) FRIGN 2015-10-09 01:46:56 +0200
  • 7b9988c7ff Implement -o for flock(1) to close fd before exec sin 2015-10-08 16:43:09 +0100
  • 09c3caa56d getconf.1: fix: end list (El) Hiltjo Posthuma 2015-10-10 01:18:24 +0200
  • 435b7b5d20 Convert leading whitespace to tabs sin 2015-10-08 16:15:51 +0100
  • e51a2e6d2f Use ISO-date-format in manpages FRIGN 2015-10-08 17:15:08 +0200
  • 979f3cb844 env: Fix return value if the command could not be found sin 2015-10-07 16:23:46 +0100
  • fb4ca81fe8 Include fcntl.h for open(2) sin 2015-10-07 15:20:09 +0100
  • a8f95b2f9a Use SLIST instead of TAILQ for pidof(8) sin 2015-10-07 14:53:41 +0200
  • d3efa66c82 Use SLIST instead of TAILQ for killall5(8) sin 2015-10-07 14:50:38 +0200
  • acca463813 If multiple modes are supplied to flock(1), the last one wins sin 2015-10-07 10:26:04 +0100
  • 9a176e4011 Add flock entry in README sin 2015-10-07 10:24:46 +0100
  • 386fa3d2a7 flock: Set default mode for open(2) sin 2015-10-07 10:22:46 +0100
  • 2652dcfd6c Initial implementation of flock(1) sin 2015-10-07 10:16:18 +0100
  • 23fdd768f0 Prepend "usage: " in usage() sin 2015-10-04 16:58:03 +0100
  • 3423752465 Lint is dead - remove unnecessary cast to (void) sin 2015-10-04 16:48:05 +0100
  • 0e2f509883 ls: handle character/block files in long format Quentin Rameau 2015-10-04 13:10:28 +0200
  • f14a896891 Stop defining major()/minor() and makedev() sin 2015-10-04 16:36:39 +0100
  • ea986ea504 Match \v as escaped character FRIGN 2015-10-02 15:43:17 +0200
  • 627119df9f Comment out some more entries in getconf.c to make it build on OpenBSD sin 2015-10-01 17:15:05 +0100
  • 05996b997c Add getconf(1) FRIGN 2015-10-01 00:59:40 +0200
  • 98e7e75ec6 Fix last offset output using skip in od(1) FRIGN 2015-09-30 20:06:22 +0200
  • 8be7c42863 Make strtol() parsing even stricter in parseoffset() FRIGN 2015-09-30 20:05:14 +0200
  • c514c580ec Print error message when size == 0 in split(1) FRIGN 2015-09-30 19:27:12 +0200
  • fe84305649 Check for size == 0 in split(1) FRIGN 2015-09-30 19:24:25 +0200
  • 8125e8829d Convert split(1) to parseoffset() FRIGN 2015-09-30 19:21:06 +0200
  • 870a75076d Harden parseoffset() even more FRIGN 2015-09-30 19:14:14 +0200
  • 8163451249 Check parseoffset return value in od(1) FRIGN 2015-09-30 19:13:32 +0200
  • fc886aa144 Implement od(1) v-flag FRIGN 2015-09-30 12:54:24 +0200
  • f8f2a56852 Add -j and -N to od(1) and update README FRIGN 2015-09-30 01:50:56 +0200
  • 64929039e9 Don't forget to scale in parseoffset() FRIGN 2015-09-30 01:26:27 +0200
  • 007df69fc5 Add parseoffset() FRIGN 2015-09-30 01:19:01 +0200
  • 7132473947 Some small changes for od(1) FRIGN 2015-09-30 00:08:58 +0200
  • 365f392d3c Properly handle namedict in od(1) FRIGN 2015-09-29 23:40:20 +0200
  • 0d6d1dc02f Check explicit length in od(1) FRIGN 2015-09-29 23:14:59 +0200
  • d49bce7fc8 Refactor parts of od(1) FRIGN 2015-09-29 23:09:59 +0200
  • fd0d1e4567 Created od, with improvements suggested by FRIGN Greg Reagle 2015-09-28 21:02:17 -0400
  • 521c3734af ls: fix usage line, add f, n and p flag Hiltjo Posthuma 2015-09-06 22:36:21 +0200
  • aba450fd1a ls: printf("%s", s) -> fputs(s, stdout) Hiltjo Posthuma 2015-09-06 22:36:01 +0200
  • 874d131728 ls: LEN(pw|grname) -> sizeof() Hiltjo Posthuma 2015-09-06 22:35:14 +0200
  • 53be158979 code-style: whitespace fixes Hiltjo Posthuma 2015-09-06 22:33:41 +0200
  • 3e7e1e9644 Fix fallocate(1) manpage FRIGN 2015-09-12 22:52:33 +0200
  • e3b20bbda0 Refactor fallocate(1) FRIGN 2015-09-11 00:27:29 +0200
  • 90c7584089 Refactor eject(1) FRIGN 2015-09-10 00:04:54 +0200
  • 4c714a9299 Minor newline fix in ctrlaltdel.8 FRIGN 2015-09-07 13:07:02 +0200
  • 2f766ec92d Add myself to LICENSE FRIGN 2015-09-07 13:04:38 +0200
  • 2d38b7cb9e Refactor ctrlaltdel(8) FRIGN 2015-09-07 13:02:38 +0200
  • 6dedded859 Remove stdlib.h from clear(1) FRIGN 2015-09-07 12:36:08 +0200
  • 7b27c7f87c Refactor clear(1) FRIGN 2015-09-07 12:33:16 +0200
  • b6669b5f19 Refactor chvt(1) FRIGN 2015-09-07 12:21:26 +0200
  • cdaa7b860e Fix build FRIGN 2015-09-07 11:28:30 +0200
  • 570a2bf4ce Use CC for ubase-box, remove LD sin 2015-09-03 19:56:12 +0100
  • 52a0874624 uptime.c: Use the UTMP_PATH from config.def.h Ypnose 2015-07-09 22:25:33 +0200
  • 51009a9600 use CC for sbase-box, remove LD Evan Gates 2015-09-03 11:07:16 -0700
  • 93f1fc4614 Remove trailing whitespace inside of ls(1) FRIGN 2015-08-31 18:02:10 +0200
  • 365e1a324a ls: group sorting options Quentin Rameau 2015-06-12 20:51:51 +0200
  • f1bbe6529a ls: detect infinite loop with recursivity Quentin Rameau 2015-06-12 20:03:04 +0200
  • 74b5aa151c ls: correctly handle recursivity Quentin Rameau 2015-06-12 19:38:07 +0200
  • 1905b83cc9 ls: list operands in correct order Quentin Rameau 2015-06-12 16:22:46 +0200
  • b88ed2ab2d ls: fix -q Quentin Rameau 2015-06-12 15:09:32 +0200
  • 438d2542e4 tail: Don't print garbage when input contains no newlines. Wolfgang Corcoran-Mathe 2015-08-28 00:10:02 -0400
  • 1fa942a0ee Add TFTP client as specified by RFC 1350 sin 2015-08-14 12:58:02 +0100
  • d6d8c98345 Fix mandoc warnings for sed.1 and find.1 sin 2015-08-04 19:51:40 +0100
  • 9d429de50d Mark manpages as done in the README for find(1) and sed(1) FRIGN 2015-08-04 20:42:55 +0200
  • 2c0828f3fb add preliminary find(1) manpage Evan Gates 2015-08-04 08:58:15 -0700
  • 0bd0c246a5 add preliminary sed(1) manpage Evan Gates 2015-08-04 08:57:40 -0700
  • ac62259d24 comm: Print first trailing unpaired line in file 1 Wolfgang Corcoran-Mathe 2015-08-03 15:30:35 -0400
  • 5dc6f3c1e6 Note in the README that find(1) and sed(1) are lacking manpages FRIGN 2015-08-04 12:59:04 +0200
  • 51390a3c51 Audit sort(1) and mark it as finished FRIGN 2015-08-04 12:45:59 +0200
  • 0a2562e994 Make fname static in cut() in cut(1) FRIGN 2015-08-04 12:44:33 +0200
  • e153447657 Make sort(1) utf-compliant and update README FRIGN 2015-08-03 17:35:01 +0200
  • 1622089a21 Reorder functions in sort(1) FRIGN 2015-08-03 01:32:21 +0200
  • 61ee561728 Factor out parse_keydef() into addkeydef() and reorder functions FRIGN 2015-08-03 01:12:29 +0200
  • e00cdf226a Use queue.h-macros in sort(1) FRIGN 2015-08-02 23:55:54 +0200
  • 8d1ae98163 Call C compiler for linking Shiz 2015-08-01 00:09:40 +0200
  • 625f421f5a join: Use LIMIT macro Wolfgang Corcoran-Mathe 2015-07-22 13:36:37 -0400
  • 5dab8bbfa9 find: NULL terminate braces array in exec primary Wolfgang Corcoran-Mathe 2015-07-11 14:17:22 -0400
  • 015fb69f01 Add LNGARG() to sbase. Christoph Lohmann 2015-07-10 16:45:52 +0200
  • 47c05f9ff4 join: Stricter parsing of -o list Wolfgang Corcoran-Mathe 2015-06-23 13:42:41 -0400
  • d0269af73e Remove debug-code in printf(1) FRIGN 2015-06-21 15:57:32 +0200
  • d848bcac4b Fix parameter-usage in printf(1) FRIGN 2015-06-21 15:52:21 +0200
  • 6e7cbdd918 find: Improve prompt spacing with -ok Wolfgang Corcoran-Mathe 2015-06-15 15:27:38 -0400
  • cf769f2d8d find: Fix flushing input buffer with -ok Wolfgang Corcoran-Mathe 2015-06-15 15:27:37 -0400
  • 1490b37bd2 NULL terminate braces array in get_ok_arg Evan Gates 2015-06-15 13:49:38 -0700
  • c5f8294f63 cksum: Skip files with read errors and continue Wolfgang Corcoran-Mathe 2015-06-11 13:58:13 -0400
  • a6f8f66ac1 Fix typo in join(1) FRIGN 2015-06-06 22:38:03 +0200
  • 9e04a4fcdc ln: allow dangling symlinks Eivind Uggedal 2015-06-05 11:11:09 +0000