OSDN Git Service

lsof cleanup
[android-x86/external-toybox.git] / toys / pending /
2016-02-21 Rob Landleylsof cleanup
2016-02-17 Rob LandleyAdd dynamic/static checking to file (printing dynamic...
2016-02-15 Rob LandleyCleanup pass on file.c, and add detection of different...
2016-02-14 Elliott HughesImplement file(1).
2016-02-11 Tom Marshalltoybox: tar: Fix support for long names
2016-02-08 Rob LandleyAdd xpipe() to lib.
2016-01-25 Elliott HughesFix compiler warnings in traceroute.
2016-01-21 Lipi LeeI cleaned up the code in 'netstat.c' as belows.
2016-01-20 Rob LandleyAdd basic top support to ps.c, delete toys/pending...
2016-01-16 Rob LandleyMove create_uuid() to lib and xpoll() to lib/net.c.
2016-01-15 Rob LandleyImplement most of pgrep and pkill.
2015-12-24 Rob LandleyFactor out draw_str() and friends.
2015-12-20 Rob LandleyRedo linestack to handle embedded NULs.
2015-12-19 Rob LandleyStart of vi.
2015-11-08 Rob LandleyRoute cleanup: whitespace and curly bracket changes.
2015-11-08 Rob LandleyBugfix for route flags.
2015-11-08 Rob LandleyRemove TEST_ARGV() and logic to adjust irtt by "clock...
2015-11-08 Rob LandleyMore route cleanup.
2015-11-07 Rob LandleyLet's start the route cleanup.
2015-11-04 Rob Landleydhcp leanup: remove flag_get() and flag_chk()
2015-11-04 Rob LandleyNew dhcp6 command from Sameer Pradhan.
2015-11-02 Elliott HughesAdd ps -Z.
2015-10-29 Rob LandleyPromote ps to posix.
2015-10-29 Rob LandleyFree more stuff in debug cleanup.
2015-10-29 Rob LandleyImplement -suUgG and -o majfl,minfl, move uid/ruid...
2015-10-25 Rob LandleyAdd comma_args() and factor out parse_o(), parse_t...
2015-10-25 Rob LandleyFactor out parse_o() and make -l -f and default output...
2015-10-25 Rob LandleyMore ps work, and fill out remaining help text.
2015-10-25 Elliott HughesFix netstat build warnings.
2015-10-23 Rob LandleyMore ps work: move l/r justification to widths[], add...
2015-10-23 Yeongdeok Suhfix dhcpd warning
2015-10-21 Rob LandleyMake ps.c whitespace consistent.
2015-10-21 Rob Landleyps: implement -t, remove leading 0 from ETIME days...
2015-10-18 Rob LandleyMore ps work, tested up through etime now.
2015-10-17 Rob LandleyFix ps display padding (truncation) and adjust -o pri...
2015-10-15 Rob LandleyMore ps work, implement -p, correct several -o fields...
2015-10-12 Rob LandleyCleanup pass on pgrep: remove flag_twiddle macros,...
2015-10-06 Elliott HughesDecode netlink sockets in lsof.
2015-10-04 Rob LandleyMinor cleanup and add "MODALIAS" handler (suggested...
2015-10-03 Rob LandleyBack to chipping away at ps...
2015-09-29 Rob Landleyxvfork went away.
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-09 Rob LandleySquish more warnings in pending.
2015-09-09 Elliott HughesFix netstat -e.
2015-09-09 Elliott Hughesi already did -l and -t, the positive side of -p, plus...
2015-09-08 Elliott HughesFix netstat -p.
2015-09-08 Lipi Leeincrease the size of progname to avoid buffer overflow
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-09-04 Elliott HughesImplement lsof.
2015-08-20 Isaac DunhamI discovered that the reason SIGINT causes a reboot...
2015-08-09 Elliott HughesDifferent tools have different ideas about what human...
2015-08-08 Rob LandleyIsaac Dunham pointed out that SIGINT's handler was...
2015-08-08 Isaac Dunhammodprobe: use -q to silence
2015-08-08 Isaac Dunhammodprobe: use basename_r()
2015-08-08 Isaac Dunhammodprobe: delete perror_exit() that makes no sense
2015-08-06 Isaac Dunhamreboot: signal init, add -f option to call reboot();
2015-08-06 Rob LandleyTweak xconnect: socket can be a string (ala "ftp")...
2015-08-03 Rob LandleyFactor out xconnect(), plus some other small cleanups...
2015-08-01 Isaac Dunham'!' replaces '/' in the sysfs paths of older drivers...
2015-07-25 Rob LandleyPromote fsync.
2015-07-25 Rob LandleyPromote hostid.
2015-07-25 Sameer PradhanAttached are new toys.
2015-07-21 Rob LandleyFix llvm build break.
2015-07-10 Yeongdeok SuhI added dhcpd -6 option.
2015-07-10 Rob LandleyRename a function to be more obvious, and factor out...
2015-07-10 Rob LandleyPromote hwclock.
2015-07-10 Elliott HughesFix hwclock -w.
2015-07-03 Rob LandleyPromote xxd to other.
2015-07-03 Hyejin KimAdded i option to use other interface on running dhcpd.
2015-07-02 Rob LandleyCleanup xxd.
2015-07-02 Rob LandleyMinor cleanups on xxd.
2015-07-02 Rob LandleyThe android guys sent in xxd. It doesn't share code...
2015-07-01 Elliott HughesFix top.c build.
2015-05-31 Rob LandleyMove the magic list of commands needing cleanup from...
2015-05-31 Hyejin KimOn testing fold command, I found w option didnt check...
2015-05-14 Rob LandleyPromote reset (actually write a new one using the simpl...
2015-05-10 Rob LandleyGit hates me.
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2015-05-06 Elliott HughesFix more with missing files.
2015-05-03 Hyejin Kimdhcpd writes leases on "dhcpd.leases" file.
2015-04-27 Rob LandleyPromote hexedit to other.
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-04-27 Rob LandleyTeach hexedit to actually edit. Add -r option for read...
2015-04-25 Rob LandleyFix display and cursor control (to respect bottom bound...
2015-04-24 Rob LandleyToo tired on the flight back from Japan to work on...
2015-04-19 Isaac Dunhammdev: implement hotplug support.
2015-04-17 Rob LandleyShout from the rooftops that pending is not like other...
2015-04-15 Rob LandleyYet more ps work. Still not there yet.
2015-04-10 Elliott HughesMake more(1) usable.
2015-04-08 Rob LandleyRevert last mdev commit because it copied code out...
2015-04-04 Rob LandleyAnother in-progress ps snapshot.
2015-04-03 Rob Landleyps checkpoint du jour. Does not work yet.
2015-04-02 Rob LandleyRedoing ps from scratch. Random checkpoint that probabl...
2015-03-28 Rob LandleyPromote setenforce to android.
2015-03-28 Rob LandleyCleanup setenforce.
2015-03-28 Rob LandleyPromote getenforce.
2015-03-28 Rob LandleyCleanup getenforce.
2015-03-28 Rob LandleyPromote load_policy to android.
next