1. d03baf1 Add -e and -E flags to od(1) and properly handle endianness by FRIGN · 9 years ago
  2. c619e16 Update od(1)-documentation by FRIGN · 9 years ago
  3. 092c95b Rewrite od(1) by FRIGN · 9 years ago
  4. 7b9988c Implement -o for flock(1) to close fd before exec by sin · 9 years ago
  5. 09c3caa getconf.1: fix: end list (El) by Hiltjo Posthuma · 9 years ago
  6. 435b7b5 Convert leading whitespace to tabs by sin · 9 years ago
  7. e51a2e6 Use ISO-date-format in manpages by FRIGN · 9 years ago
  8. 979f3cb env: Fix return value if the command could not be found by sin · 9 years ago
  9. fb4ca81 Include fcntl.h for open(2) by sin · 9 years ago
  10. acca463 If multiple modes are supplied to flock(1), the last one wins by sin · 9 years ago
  11. 9a176e4 Add flock entry in README by sin · 9 years ago
  12. 386fa3d flock: Set default mode for open(2) by sin · 9 years ago
  13. 2652dcf Initial implementation of flock(1) by sin · 9 years ago
  14. 23fdd76 Prepend "usage: " in usage() by sin · 9 years ago
  15. 3423752 Lint is dead - remove unnecessary cast to (void) by sin · 9 years ago
  16. 0e2f509 ls: handle character/block files in long format by Quentin Rameau · 9 years ago
  17. f14a896 Stop defining major()/minor() and makedev() by sin · 9 years ago
  18. ea986ea Match \v as escaped character by FRIGN · 9 years ago
  19. 627119d Comment out some more entries in getconf.c to make it build on OpenBSD by sin · 9 years ago
  20. 05996b9 Add getconf(1) by FRIGN · 9 years ago
  21. 98e7e75 Fix last offset output using skip in od(1) by FRIGN · 9 years ago
  22. 8be7c42 Make strtol() parsing even stricter in parseoffset() by FRIGN · 9 years ago
  23. c514c58 Print error message when size == 0 in split(1) by FRIGN · 9 years ago
  24. fe84305 Check for size == 0 in split(1) by FRIGN · 9 years ago
  25. 8125e88 Convert split(1) to parseoffset() by FRIGN · 9 years ago
  26. 870a750 Harden parseoffset() even more by FRIGN · 9 years ago
  27. 8163451 Check parseoffset return value in od(1) by FRIGN · 9 years ago
  28. fc886aa Implement od(1) v-flag by FRIGN · 9 years ago
  29. f8f2a56 Add -j and -N to od(1) and update README by FRIGN · 9 years ago
  30. 6492903 Don't forget to scale in parseoffset() by FRIGN · 9 years ago
  31. 007df69 Add parseoffset() by FRIGN · 9 years ago
  32. 7132473 Some small changes for od(1) by FRIGN · 9 years ago
  33. 365f392 Properly handle namedict in od(1) by FRIGN · 9 years ago
  34. 0d6d1dc Check explicit length in od(1) by FRIGN · 9 years ago
  35. d49bce7 Refactor parts of od(1) by FRIGN · 9 years ago
  36. fd0d1e4 Created od, with improvements suggested by FRIGN by Greg Reagle · 9 years ago
  37. 521c373 ls: fix usage line, add f, n and p flag by Hiltjo Posthuma · 9 years ago
  38. aba450f ls: printf("%s", s) -> fputs(s, stdout) by Hiltjo Posthuma · 9 years ago
  39. 874d131 ls: LEN(pw|grname) -> sizeof() by Hiltjo Posthuma · 9 years ago
  40. 53be158 code-style: whitespace fixes by Hiltjo Posthuma · 9 years ago
  41. 51009a9 use CC for sbase-box, remove LD by Evan Gates · 9 years ago
  42. 93f1fc4 Remove trailing whitespace inside of ls(1) by FRIGN · 9 years ago
  43. 365e1a3 ls: group sorting options by Quentin Rameau · 9 years ago
  44. f1bbe65 ls: detect infinite loop with recursivity by Quentin Rameau · 9 years ago
  45. 74b5aa1 ls: correctly handle recursivity by Quentin Rameau · 9 years ago
  46. 1905b83 ls: list operands in correct order by Quentin Rameau · 9 years ago
  47. b88ed2a ls: fix -q by Quentin Rameau · 9 years ago
  48. 438d254 tail: Don't print garbage when input contains no newlines. by Wolfgang Corcoran-Mathe · 9 years ago
  49. 1fa942a Add TFTP client as specified by RFC 1350 by sin · 9 years ago
  50. d6d8c98 Fix mandoc warnings for sed.1 and find.1 by sin · 9 years ago
  51. 9d429de Mark manpages as done in the README for find(1) and sed(1) by FRIGN · 9 years ago
  52. 2c0828f add preliminary find(1) manpage by Evan Gates · 9 years ago
  53. 0bd0c24 add preliminary sed(1) manpage by Evan Gates · 9 years ago
  54. ac62259 comm: Print first trailing unpaired line in file 1 by Wolfgang Corcoran-Mathe · 9 years ago
  55. 5dc6f3c Note in the README that find(1) and sed(1) are lacking manpages by FRIGN · 9 years ago
  56. 51390a3 Audit sort(1) and mark it as finished by FRIGN · 9 years ago
  57. 0a2562e Make fname static in cut() in cut(1) by FRIGN · 9 years ago
  58. e153447 Make sort(1) utf-compliant and update README by FRIGN · 9 years ago
  59. 1622089 Reorder functions in sort(1) by FRIGN · 9 years ago
  60. 61ee561 Factor out parse_keydef() into addkeydef() and reorder functions by FRIGN · 9 years ago
  61. e00cdf2 Use queue.h-macros in sort(1) by FRIGN · 9 years ago
  62. 8d1ae98 Call C compiler for linking by Shiz · 9 years ago
  63. 625f421 join: Use LIMIT macro by Wolfgang Corcoran-Mathe · 9 years ago
  64. 5dab8bb find: NULL terminate braces array in exec primary by Wolfgang Corcoran-Mathe · 9 years ago
  65. 015fb69 Add LNGARG() to sbase. by Christoph Lohmann · 9 years ago
  66. 47c05f9 join: Stricter parsing of -o list by Wolfgang Corcoran-Mathe · 9 years ago
  67. d0269af Remove debug-code in printf(1) by FRIGN · 9 years ago
  68. d848bca Fix parameter-usage in printf(1) by FRIGN · 9 years ago
  69. 6e7cbdd find: Improve prompt spacing with -ok by Wolfgang Corcoran-Mathe · 9 years ago
  70. cf769f2 find: Fix flushing input buffer with -ok by Wolfgang Corcoran-Mathe · 9 years ago
  71. 1490b37 NULL terminate braces array in get_ok_arg by Evan Gates · 9 years ago
  72. c5f8294 cksum: Skip files with read errors and continue by Wolfgang Corcoran-Mathe · 9 years ago
  73. a6f8f66 Fix typo in join(1) by FRIGN · 9 years ago
  74. 9e04a4f ln: allow dangling symlinks by Eivind Uggedal · 9 years ago
  75. d383612 Add some info to config.mk by FRIGN · 9 years ago
  76. 198c45e Remove col(1) by FRIGN · 9 years ago
  77. 93043be readlink: simplify -f by Eivind Uggedal · 9 years ago
  78. 7e035a9 sed: Alias -r to -E for GNU compat by sin · 9 years ago
  79. ced76f3 sed: support extended regular expressions (-E) by Eivind Uggedal · 9 years ago
  80. 844267b delete pattern space before updating ranges on c,d,D by Evan Gates · 9 years ago
  81. 78b285d Fix ln(1) symbolic link handling by FRIGN · 9 years ago
  82. d23cc72 Simplify return & fshut() logic by FRIGN · 9 years ago
  83. e8a4f37 Fix tail(1) -n 0 handling and unglobalize some variables by FRIGN · 9 years ago
  84. fbd128b fold: check -N form properly by Hiltjo Posthuma · 9 years ago
  85. bc9205c fold: check form -n aswell, > 0 by Hiltjo Posthuma · 9 years ago
  86. 9304b84 Use a function pointer in uuencode(1) by FRIGN · 9 years ago
  87. 9a07414 Remove handrolled strcmp()'s by FRIGN · 9 years ago
  88. 1797df0 Fix uniq(1) by FRIGN · 9 years ago
  89. b4adb4b touch: Use both atime and mtime of reference file by Michael Forney · 9 years ago
  90. 4132561 touch: Handle nanosecond timestamps by Michael Forney · 9 years ago
  91. 1d28fbd mv, cp: Preserve nanosecond timestamps by Michael Forney · 9 years ago
  92. 0ba81a0 grep: Remove unused variable by sin · 9 years ago
  93. 0545d32 Handle '-' consistently by FRIGN · 9 years ago
  94. 6be7eaf ls: fix option -S for it to work without -lnpFi by Alexandre Niveau · 9 years ago
  95. f90354b find: Allow using multiple paths by sin · 9 years ago
  96. 86f9ce5 need implicit -a between ) and ! by Evan Gates · 9 years ago
  97. 347f082 mktemp improvements by Hiltjo Posthuma · 9 years ago
  98. 590f34c tar: compatibility, treat reserved type as regular file by Hiltjo Posthuma · 9 years ago
  99. 9d95321 tar: compatibility, allow empty magic aswell by Hiltjo Posthuma · 9 years ago
  100. 00883ef join: fix typo by Wolfgang Corcoran-Mathe · 9 years ago