Historique des commits

Auteur SHA1 Message Date
  Rob Landley 1ba8a12c4d Avoid redundant strlen() inside libc. il y a 2 ans
  Rob Landley eaf3949cb7 Fix @time.nanosecond parsing, and add test. il y a 2 ans
  Elliott Hughes 81859b8a57 timeout: use the monotonic clock. il y a 2 ans
  Rob Landley 358109442c Add find -lname -ilname and -d as a synonym for -depth. il y a 2 ans
  Rob Landley 0b00ea7fb8 Change xabspath() to more granular (flag based) control interface. il y a 2 ans
  Rob Landley 657cc63108 xparsedate should ignore trailing + or - (does not change timezone) il y a 3 ans
  Rob Landley 54788b5670 Teach xparsedate() to handle more whitespace. il y a 3 ans
  Rob Landley 08481ee37a Clear errno in loop. il y a 3 ans
  Rob Landley 4fe080d418 Fix typo in the xexec tweak. il y a 3 ans
  Rob Landley cecc41a3c5 Any / in string makes it a path, not just absolute path. il y a 3 ans
  Rob Landley a079039934 Have xclose() perform the fd != -1 test. il y a 3 ans
  Rob Landley 6e81203998 That last sh.c change had a lib/ change I forgot to check in. il y a 3 ans
  Elliott Hughes e1a5111cbb xregcomp: add the specific regex we couldn't parse to the error message. il y a 3 ans
  Rob Landley efcc4a1f6a Fix thinko. il y a 3 ans
  Rob Landley 660e6a384d Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependencies il y a 3 ans
  Elliott Hughes d1a446687a xparsedate: support default date(1) output format. il y a 3 ans
  Elliott Hughes 07a896862d xputsl: fix the *other* line in this function :-) il y a 3 ans
  Elliott Hughes 0edcf02d76 xputsl: write to stdout, not stdin! il y a 3 ans
  Elliott Hughes e04ce13e65 xputsl: remove unused variable. il y a 3 ans
  Rob Landley 42303209f4 If we fflush(stdout) first we can just write to filehandle. il y a 3 ans
  Rob Landley d75a535e00 Inline convert_tz() il y a 3 ans
  Elliott Hughes babcb4bcf4 xparsedate: support UTC offsets. il y a 3 ans
  Rob Landley dc7654192c Toysh signal handling adds a few EINTR recovery corner cases to lib. il y a 3 ans
  Rob Landley f00639a92d Bugfix: the code to trim \n off xgetline() was using allocated not read length. il y a 4 ans
  Rob Landley a0849e8645 Use copy_file_range() when available. il y a 4 ans
  Rob Landley e9396994d3 Next round of shell work. il y a 4 ans
  Elliott Hughes 85b02bddc0 Add rtcwake. il y a 4 ans
  Rob Landley 0a3350f631 Fix WARN_ONLY (and the one caller feeding it in the field it was checking). il y a 4 ans
  Rob Landley 8bf47fcdf2 Bugfix: xgetline() wasn't returning NULL at EOF. il y a 4 ans
  Rob Landley 953b23aad3 Next round of toysh work, with associated lib plumbing. il y a 4 ans