- fec3fd1 Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle. by Rob Landley · 10 years ago
- 31db579 Don't go into an endless loop if we hit a bad utf8 sequence without -q. by Rob Landley · 10 years ago
- 4a86c81 Isaac Dunham spotted that dhcp was also reimplementing daemon(). by Rob Landley · 10 years ago
- 8fb7799 Add utf8 support to ls -C. by Rob Landley · 10 years ago
- a873444 Find bugfixes. by Rob Landley · 10 years ago
- 1f80e11 Apparently I deleted this locally but forgot to commit the removal. Oops. by Rob Landley · 10 years ago
- c880061 Use libc daemon() instead of pending daemonize. by Rob Landley · 10 years ago
- fc7bc38 Write a new find. Not quite done, but the basics work. by Rob Landley · 10 years ago
- 30f6ef5 fdisk : partitions > 60, are deleted, offset entry for extended partitions was wrong. by Ashwini Sharma · 10 years ago
- fbe5dda Implement -HL for cp. by Rob Landley · 10 years ago
- 056d0a0 Autodetect --bind and --loop mounts in a way that doesn't interfere with network filesystems or -t newtype mounts that trigger a module load. by Rob Landley · 10 years ago
- b6efbb6 minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), some whitespace and bracket cleanups. by Rob Landley · 10 years ago
- f383983 Minor cleanup pass. by Rob Landley · 10 years ago
- 8525d78 Add nbd-client. by Rob Landley · 10 years ago
- ffa7e3b Promote killall5 by merging it into kill. by Rob Landley · 10 years ago
- 36f6dea Try to lookup all umounts in /proc/mounts so we can auto-zap loopback devices. by Rob Landley · 10 years ago
- 15e02f0 TAR - this supports archive creation and extraction based on the USTAR format (described in PAX Spec). For (de)compression '-z' gzip is supported. by Ashwini Sharma · 10 years ago
- feb696a date -r wasn't saving the result in the right variable. (And make date -ur work.) by Rob Landley · 10 years ago
- 5ce682e Fix rm -rf of chmod 000 directories. by Rob Landley · 10 years ago
- 9bf93ed Promote makedevs to other. by Rob Landley · 10 years ago
- 936ab6d Bugfixes for cleaned up makedevs. by Rob Landley · 10 years ago
- 7a9f7d1 Use dlist_terminate() in patch. by Rob Landley · 10 years ago
- f1a3098 Add : as an alias for true (toysh needs this). by Rob Landley · 10 years ago
- 4f1d655 Make fallocate depend on probe for libc support. by Rob Landley · 10 years ago
- 474d0a9 Promote mkpasswd from pending to other. by Rob Landley · 10 years ago
- 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
- 6ad3207 Cleanup pass on makedevs. Need to test it before promoting. by Rob Landley · 10 years ago
- c962e0f Glibc and uClibc provide CERASE from termios.h, but musl requies you to #include a non-posix header and the maintainer considers this a feature. So just use the constant directly. by Rob Landley · 10 years ago
- d3cd45b Move deallocvt.c into openvt.c, cleanup both. by Rob Landley · 10 years ago
- 0cf6a2d Option parsing for nohup needs to stop at first nonoption argument. Minor cleanups. by Rob Landley · 10 years ago
- 2109b15 Cleanup pass on login by Rob Landley · 10 years ago
- eb3c443 Enable fallocate in defconfig. by Rob Landley · 10 years ago
- 59fa8b4 Cleanup pass on host.c by Rob Landley · 10 years ago
- ff2bc85 Promote strings. by Rob Landley · 10 years ago
- 11c3924 Cleanup strings. by Rob Landley · 10 years ago
- b5f9780 pending/useradd: unbreak build by Isaac Dunham · 10 years ago
- ef377cf Promote rfkill. by Rob Landley · 10 years ago
- e031a5e Cleanup pass on rfkill. by Rob Landley · 10 years ago
- 89a62bf When locale is enabled, sprintf("%.123s", str) is counting characters, not bytes, so we can't globally enable locale without opening stack/heap smashing vulnerabilities. Make commands individually request setlocale() using TOYFLAGS instead. by Rob Landley · 10 years ago
- c421b70 Warning fix from Rich Felker. by Rob Landley · 10 years ago
- e266735 Add host by Rich Felker. by Rob Landley · 10 years ago
- 2682551 Make md5sum/sha1sum -b flag be "brief" output (just the hash). by Rob Landley · 10 years ago
- 44e68a1 mount: start on option parsing, implement loopback and bind mount autodetection. by Rob Landley · 10 years ago
- 314f19e Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. by Rob Landley · 10 years ago
- 670626a cpio: archive more files by Isaac Dunham · 10 years ago
- c20fb90 iconv: some fixes by Felix Janda · 10 years ago
- f71abed Promote partprobe. by Rob Landley · 10 years ago
- 4d22a09 Cleanup partprobe. by Rob Landley · 10 years ago
- d8872c4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. by Rob Landley · 10 years ago
- b0d97a0 killall5 - kill all the processes not in its session. by Ashwini Sharma · 10 years ago
- 9f1a00a makedevs - making devices/nodes in a range. Supports reading the tabled entry from file. by Ashwini Sharma · 10 years ago
- 877884d strings - print the strings in the file. by Ashwini Sharma · 10 years ago
- 414c0cf First stab at mount, very incomplete. by Rob Landley · 10 years ago
- c6fcf1d Make "losetup /dev/loop0 filename" work. by Rob Landley · 10 years ago
- dc64025 Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. by Rob Landley · 10 years ago
- 369a4e0 Brush the dust off toysh. by Rob Landley · 10 years ago
- 7cb7cca I have attached a patch adding a program that allows re-reading the partition table. This is often used on embedded systems booting from SD/USB devices that need to resize partitions on first boot. by Bertold Van den Bergh · 10 years ago
- 1c806ca atolx_range() is already added into lib/lib.c, in vconfig.c atolx_range() can be used in place of locally defined strtorange() function. by Ashwini Sharma · 10 years ago
- 80a438d logname and whoami are the same as id -un, so merge them. by Isaac Dunham · 10 years ago
- 67ba229 Bugfix from Isaac Dunham (new pci database has # comments in it) and some minor cleanups I had in my tree already. by Rob Landley · 10 years ago
- f9c3fc8 Pending commands should default n by Rob Landley · 11 years ago
- 5e936d6 Single-user login. by Ashwini Sharma · 11 years ago
- 7dfee8e Remove debug detritus I didn't mean to to check in, and treat an "this variable can never actually be used uninitialized but gcc's warning generator can't tell and fails spamwards" warning. by Rob Landley · 11 years ago
- 984f90c rfkill - enable/disable the radio devices by Ashwini Sharma · 11 years ago
- 6958429 inotifyd - watch for filesystem events. by Ashwini Sharma · 11 years ago
- a76175c Ashwini Sharma pointed out I screwed up last.c. by Rob Landley · 11 years ago
- 0369ba5 date: add -ds, document +FORMAT escapes. by Rob Landley · 11 years ago
- f8e940c Convert bootchartd to generic_signal(). by Rob Landley · 11 years ago
- 755e040 Make telnet use generic_signal(), minor in-passing cleanups. by Rob Landley · 11 years ago
- bf30fe9 Make telnetd use generic_signal(), inline kill_session(), close race window where a SIGCHLD could get lost. by Rob Landley · 11 years ago
- 9b4158c First pass init cleanup: use sigatexit() to set multiple signal handlers, rename set_sane_term() to reset_term() and have it take the fd it works on as an argument, some whitespace and help text tweaks. by Rob Landley · 11 years ago
- dce76e0 Make fsck.c use common list free function, collate cleanup code and move inline. by Rob Landley · 11 years ago
- 7a6b822 Make last use common llist free function, minor cleanups. by Rob Landley · 11 years ago
- 95d2ce8 dhcp client had a segfault, when DHCP message contained 'pad' option. by Ashwini Sharma · 11 years ago
- b06b0fe lspci text output: add -i, allow -n when disabled by Isaac Dunham · 11 years ago
- 098ff07 Cleanup pass on bootchartd. by Rob Landley · 11 years ago
- 3fdbdac Quick cleanup pass on ps. by Rob Landley · 11 years ago
- fd71bca Cleanup pass on lspci by Rob Landley · 11 years ago
- e9b7fcf bootchartd by Bilal Qureshi. by Rob Landley · 11 years ago
- afe951b Here's a quick cleanup of md5sum. Executive summary: smaller and faster. by Daniel Verkamp · 11 years ago
- 97641f4 Promote sysctl from pending to other, default y. by Rob Landley · 11 years ago
- 08f2d7d More sysctl cleanup: fix error message on nonexistent key, write path, and -p. by Rob Landley · 11 years ago
- e973d23 Cleanup pass on sysctl. by Rob Landley · 11 years ago
- f272df9 First cleanup pass on sysctl. by Rob Landley · 11 years ago
- 97c2c1e Add sysctl by Bilal Qureshi. by Rob Landley · 11 years ago
- 7e90d22 Add arp from Sandeep Sharma and Kyungwan Han. by Rob Landley · 11 years ago
- 5369517 sizeof("string") treats it as a char array _including_ the null terminator, so strncmp(dest, "string", sizeof("string")) is just strcpy. by Rob Landley · 11 years ago
- 6ef8ce4 Initial cleanup of last: mostly whitespace, move no record test to start of loop, don't bother to stat an empty file to report when an empty log was created (just report current time). by Rob Landley · 11 years ago
- 48c172b Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. by Rob Landley · 11 years ago
- a547cf1 Attached is the patch for lsattr and chattr implementation. by Ashwini Sharma · 11 years ago
- c54fdc9 Teach cpio to set uid/gid and timestamp. (Timestamp has year 2100 problem.) by Rob Landley · 11 years ago
- 7bcaf03 fold cleanup: whitespace and curly brackets. by Rob Landley · 11 years ago
- d9403ab Cosmetic tweak: spell out "Linux Standard Base" in menuconfig. by Rob Landley · 11 years ago
- 5f6ec72 Fix od bug reported by Samuel Holland ("od -v -b" was appending default output type even though an output type was specified). by Rob Landley · 11 years ago
- f9070f3 Add example directory, move hello.c into it, add skeleton.c to demonstrate more complciated stuff (multiple commands per file, etc), and have genconfig.sh sort backwards so posix is first and example last in menuconfig. by Rob Landley · 11 years ago
- 5fe77cf As long as uClibc's still around and requires you to jump through hoops to get iconv(), probe and build defconfig without it if it's not there. by Rob Landley · 11 years ago
- 3297e87 usage: is lower case (the help generator looks for that, might as well be consistent). by Rob Landley · 11 years ago
- aac4222 This version of fold fixes major bugs (infinite loop, overflow) and adds an option for un/refolding text. by Samuel Holland · 11 years ago
- 6c64f5f Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. by Rob Landley · 11 years ago
- 76e1cb3 Probe for the existence of FIFREEZE and make fsfreeze depend on it. by Rob Landley · 11 years ago