Commit History

Author SHA1 Message Date
  Rob Landley 1ea6e127d5 Minor cleanups. 2 years ago
  Elliott Hughes de539b70fd lspci: use a different default location for pci.ids on Android. 2 years ago
  Rob Landley eaf3949cb7 Fix @time.nanosecond parsing, and add test. 2 years ago
  Rob Landley cfa8d336db Fix -newerXY and add test. 2 years ago
  Rob Landley 7b6cc65874 Sort PENDING items into started and not started, and note kernel patch that 2 years ago
  Rob Landley 3a950a357e mkroot: Use $'' syntax to avoid needing ugly (unindented) newline mid-string. 2 years ago
  Rob Landley ffe3425d08 mkroot: if devtmpfs already mounted on /dev, still need to create dev/pts dir. 2 years ago
  Rob Landley 7fe3cb1fa9 Move ANSI escape cheat sheet to tty.c 2 years ago
  Rob Landley da73d0c542 Top: move sort change to SHIFT LEFT/RIGHT, and make LEFT/RIGHT move list. 2 years ago
  Rob Landley 66ecd116ed Rename remains of linestack.c to utf8.c 2 years ago
  Rob Landley 0f5f00c1d8 Remove the linestack plumbing, an old unfinished todo item that got 2 years ago
  Rob Landley b607b57909 Fix sed bug with multiple w to same file. 2 years ago
  Elliott Hughes e7e4229c05 vi: fix recent changes. 2 years ago
  Elliott Hughes 5c0bb0e443 vi: fix build. 2 years ago
  Rob Landley 66471ddcec Let lsusb to use /etc/usb.ids for english descriptions. 2 years ago
  Rob Landley 64f12b4f6a Shut up an unused variable warning triggered by an #ifdef. 2 years ago
  Rob Landley 6cc6d5b065 Fix distro version skew in TEST_HOST. 2 years ago
  Rob Landley aed8b63ca3 Work around QEMU bug still unfixed after 3 years: 2 years ago
  Elliott Hughes 4991ae7261 Fix Darwin build. 2 years ago
  Rob Landley 5ded47eff0 A little bit more mkroot polishing. 2 years ago
  Rob Landley 3e8b019665 Reword some command directory READMEs (this tweaks menuconfig display). 2 years ago
  Rob Landley 37f94908b8 Cleanup nl (it had a stale TODO entry). 2 years ago
  Rob Landley 46a369dc38 File time's realtime output and switch to clock_gettime(). 2 years ago
  Rob Landley ef363a8af2 Add LL to 0 to prevent gcc from warning that 0<<32 might produce 0. 2 years ago
  Rob Landley f1289c44c7 Work around linux kernel bug to make "ping" work. 2 years ago
  Rob Landley c3f3f842c5 Replace \033 with \e in strings. 2 years ago
  Rob Landley 9a1b068c35 Remove tty_esc() and tty_jump() wrappers, just output ANSI directly. 2 years ago
  Rob Landley 25fd949e51 Have -B remove more characters Ted Tso's implementation doesn't emit. 2 years ago
  Rob Landley c2410a38e2 Wean hexedit off tty_esc() and tty_jump(), just output sequences directly. 2 years ago
  Rob Landley b0a4a96e36 Remove non-posix "sort -h". 2 years ago