| Commit message (Expand) | Author | Files | Lines |
2002-08-22 | Run through indent | bug1 | 1 | -241/+238 |
2002-08-22 | Run through indent, use /* */ style comments instead of // | bug1 | 1 | -65/+65 |
2002-08-22 | Remove definition of is_octal and is_decimal, they arent used | bug1 | 1 | -3/+0 |
2002-08-22 | Honour the USTAR prefix field, this enables a 155 byte path length plus the n... | bug1 | 1 | -2/+6 |
2002-08-21 | udhcpc sample scripts | bug1 | 4 | -0/+71 |
2002-08-21 | Inline functions with only one reference in mkfs_minix. I don't know | aaronl | 1 | -11/+11 |
2002-08-21 | Tar inlining, #if 0 out unused function | aaronl | 1 | -5/+7 |
2002-08-21 | vi inlining | aaronl | 1 | -878/+878 |
2002-08-21 | Cleanups. These SHOULD make the binary a lot smaller. But they don't. | aaronl | 1 | -19/+18 |
2002-08-21 | Disable debugging | bug1 | 1 | -1/+1 |
2002-08-21 | Clean up udhcpd a bit. Constify. Staticize. Remove these functions and | aaronl | 1 | -66/+54 |
2002-08-21 | New applet, udhcp client | bug1 | 5 | -0/+1590 |
2002-08-15 | Fix dietlibc test condition | bug1 | 1 | -1/+1 |
2002-08-13 | Try to be a bit more dietlibc friendly | andersen | 1 | -1/+1 |
2002-08-13 | Enable support for the old tar header format, enable via menu's | bug1 | 2 | -5/+38 |
2002-08-13 | minor fixes for fbset bloat | aaronl | 1 | -16/+16 |
2002-08-09 | Added Familiar Linux to the projects list | sandman | 1 | -0/+1 |
2002-08-07 | Patch from Rusell Nelson to document the -C switch for syslogd | sandman | 1 | -0/+1 |
2002-08-07 | Added a help text for the -C option to syslogd | sandman | 1 | -1/+9 |
2002-08-06 | Somehow I applied an old patch for the last commit - this one works now: | sandman | 1 | -4/+4 |
2002-08-06 | Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed) | sandman | 1 | -1/+5 |
2002-08-06 | Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow. | mjn3 | 1 | -2/+2 |
2002-08-06 | Move #define MAXLINE so this compiles without circ buffers. | mjn3 | 1 | -3/+2 |
2002-08-05 | Oops. Code things so it actually works this time around... | andersen | 1 | -22/+15 |
2002-08-05 | Joel Coltoff <joel@wmi.com> noticed that following a recent | andersen | 1 | -2/+2 |
2002-08-05 | - updated a few copyright/left file headers | sandman | 4 | -6/+66 |
2002-08-03 | Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and | sandman | 1 | -8/+6 |
2002-08-02 | Remove ckfree, and replace all references with free. Remove freefunc, | aaronl | 1 | -59/+41 |
2002-08-01 | Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! | andersen | 1 | -1/+1 |
2002-07-31 | Applied a patch from Philip Blundell <pb@nexus.co.uk>: | sandman | 1 | -5/+7 |
2002-07-31 | A couple of small bugfixes from Marshall M. Midden <m4@brecis.com> | andersen | 1 | -3/+6 |
2002-07-31 | Be more portable with 'find' for those that prefer programming | andersen | 2 | -7/+7 |
2002-07-30 | Fixed a timing bug which occured when bb ash is run in a rxvt on the | sandman | 1 | -1/+2 |
2002-07-30 | Added the -I (isofmt) options to date, which comes in handy for scripts | sandman | 1 | -7/+55 |
2002-07-29 | Fixed a bug that I had introduced with the new "options" handling. | sandman | 1 | -7/+8 |
2002-07-29 | Kill a silly warning | andersen | 1 | -0/+2 |
2002-07-29 | Patch from Tim Riker to allow tty* in inittab if the tty | andersen | 2 | -46/+16 |
2002-07-26 | modprobe now also uses "options" from /etc/modules.conf | sandman | 1 | -55/+99 |
2002-07-25 | Fix for bug #1255 -- support for mount -t <type> | sandman | 1 | -8/+14 |
2002-07-24 | Add support for /etc/filesystem when searching for an "auto" filesystem | sandman | 1 | -16/+52 |
2002-07-24 | Commited patch from bug #1182 | sandman | 1 | -7/+35 |
2002-07-24 | Patch for bug #1183: Added a -xdev option to find (configurable) | sandman | 2 | -0/+44 |
2002-07-23 | Fix indentation. Support killall -q, for pcmcia-cs | andersen | 1 | -36/+52 |
2002-07-23 | Added tar -cz support (creating gzipped tar files without a gzip pipe) | sandman | 2 | -26/+95 |
2002-07-21 | Fixed two compiler warnings | sandman | 2 | -5/+5 |
2002-07-21 | Initial checkin of a very primitive hwclock replacement | sandman | 5 | -0/+248 |
2002-07-19 | Applied syslogd fix submitted by Bart Visscher: | sandman | 1 | -1/+3 |
2002-07-19 | - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) | sandman | 2 | -3/+91 |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | sandman | 18 | -79/+64 |
2002-07-18 | Added a compile time option to suppress the "Using fallback.." message | sandman | 2 | -0/+5 |