Commit History

作者 SHA1 備註 提交日期
  Mike Frysinger 0fb397e617 blah, forgot to save last time to fix whitespacing 19 年之前
  Mike Frysinger 867a6080fe remove duplicated code and rework algorithms to end up with smaller code 19 年之前
  Mike Frysinger dad4cf7e63 use a bunch of if statements since it is a few bytes smaller than a switch; also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( 19 年之前
  Mike Frysinger b3a6ec3e62 err, added 2 to the wrong var :) also touchup the option detection to shrink size 19 年之前
  Mike Frysinger 3ba93c0438 fix segfault if user only specifies 1 file 19 年之前
  Mike Frysinger 4d149205c3 update usage to match actual behavior 19 年之前
  Mike Frysinger 0d605e98b2 fix whitespace/coding style 19 年之前
  Mike Frysinger a84a512700 add missing comm.o rule 19 年之前
  Mike Frysinger 5b300dd3a9 whitespace touchups 19 年之前
  Eric Andersen 9cc7f3230a This makefile was a mess. Fix it to work as intended. 19 年之前
  Rob Landley 2acfd7bd26 Small comm implementatin from Rob Sullivan. Needed to build perl. 19 年之前
  Mike Frysinger b662f0d58b import ether-wake applet by haveaniceday Bug 252 19 年之前
  Mike Frysinger 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 年之前
  Mike Frysinger 55e2cf6533 import eject by Peter Willis / Tito Ragusa 19 年之前
  Mike Frysinger fb6d22c96c now that mjn3 explained it to me, add documentation for the 3rd field in long opts 19 年之前
  Rob Landley 00e76cb6b9 Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob 19 年之前
  Mike Frysinger e5d0bde697 add documentation for long options and touch up the current docs now that i actually understand how to use the function myself :) 19 年之前
  Mike Frysinger 38a33f91c0 import more libs to prep for new e2fsprogs 19 年之前
  Mike Frysinger 1fd98e039d import ext2fs lib to prep for new e2fsprogs 19 年之前
  Mike Frysinger b32011943a no longer applies 19 年之前
  Mike Frysinger 7a121e92eb import base_device.c for fsck 19 年之前
  Mike Frysinger 8d929dab60 remove unused files 19 年之前
  Mike Frysinger a88d52237b trim out useless defines and use some busybox funcs 19 年之前
  Mike Frysinger 507d1f76e5 override nls P_() macro 19 年之前
  Mike Frysinger ae38d65e95 abort if user passes -r or if they dont pass anything 19 年之前
  Mike Frysinger 9dc93ac561 syntax/whitespace touchup 19 年之前
  Rob Landley 540d3f60f3 Patch from Shaun Jackman: 19 年之前
  Rob Landley b9dfb8c03f Manuel points out that if printf needs a flush to act like dprintf, the result 19 年之前
  Rob Landley 0fcd9430ce This one's from me. Fix ash "standalone shell". 19 年之前
  Rob Landley cce1ae2ce5 Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. 19 年之前