2001-03-15 |
andersen | Fix linuxrc define
|
commit | commitdiff | tree |
2001-03-15 |
andersen | Move the warning msg after features.h gets pulled in.
|
commit | commitdiff | tree |
2001-03-15 |
andersen | Update the documentation so examples are autoincluded...
|
commit | commitdiff | tree |
2001-03-15 |
andersen | Update the changelog, in preparation for making the...
|
commit | commitdiff | tree |
2001-03-15 |
andersen | Update the olympus sections
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Yesterday I make strsep_space include post-token whitespace,
|
commit | commitdiff | tree |
2001-03-14 |
andersen | I forgot to malloc space for the NULL.
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Fix from Manuel for a silly thinko on my part.
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Fix init so that checking for terminal devices is delayed...
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Use the system passwd and group stuff by default
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Fix mtab so it works on libc5
|
commit | commitdiff | tree |
2001-03-14 |
andersen | No reason to include fstab. It breaks libc5, does...
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Amazing the difference between an "and" and an "or".
|
commit | commitdiff | tree |
2001-03-14 |
andersen | dpkg used tfind, which doesn't work with libc5. Print...
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Fix socklen_t for libc5
|
commit | commitdiff | tree |
2001-03-14 |
andersen | The IPC_SYSLOG stuff should be off by default.
|
commit | commitdiff | tree |
2001-03-14 |
andersen | Some updates for libc5
|
commit | commitdiff | tree |
2001-03-14 |
andersen | libc5 glob is pretty stupid and doesn't do GLOB_BRACE...
|
commit | commitdiff | tree |
2001-03-13 |
andersen | Update the lash shell (hopefully the last time...)...
|
commit | commitdiff | tree |
2001-03-12 |
andersen | A fix from Larry Doolittle for some nasty segfaults...
|
commit | commitdiff | tree |
2001-03-10 |
andersen | When using wordexp, only try to use the expand command
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Fixed df.c so that nfs volumes will display properly...
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Silence a silly warning
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Patch from Jeff Garzik marking a few 'getopt not needed...
|
commit | commitdiff | tree |
2001-03-09 |
andersen | A cleanup patch from Jeff Garzik to static-ify a number of
|
commit | commitdiff | tree |
2001-03-09 |
andersen | patch from Larry to fix pristine source builds
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Fixed a couple more cases. $FOO/bar ${FOO} and such...
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Allow wordexp to be used if available
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Urg. Remove the debug noise
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Ok, sh.c should be working now. Many thanks to Larry...
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Fix sh.c for the glab case. I was messing things up for
|
commit | commitdiff | tree |
2001-03-09 |
andersen | A '.' is a legal seperator.
|
commit | commitdiff | tree |
2001-03-09 |
andersen | Cleanup patch from Larry
|
commit | commitdiff | tree |
2001-03-08 |
andersen | Add in 'trim' routine. Fix up sh.c so it works when...
|
commit | commitdiff | tree |
2001-03-08 |
andersen | Per Vladimir's suggestion, force the locale to POSIX...
|
commit | commitdiff | tree |
2001-03-08 |
andersen | Remember to delete un-expandable variables, and do...
|
commit | commitdiff | tree |
2001-03-08 |
andersen | Rework environment variable handling to use wordexp...
|
commit | commitdiff | tree |
2001-03-07 |
andersen | This patch by Vladimir and Larry saves a few bytes.
|
commit | commitdiff | tree |
2001-03-07 |
andersen | Static-ify a variable. make du work with all the human...
|
commit | commitdiff | tree |
2001-03-07 |
andersen | Fix up du so it behaves itself also.
|
commit | commitdiff | tree |
2001-03-07 |
andersen | remove an unused variable
|
commit | commitdiff | tree |
2001-03-07 |
andersen | Rewrite of format so it behaves itself
|
commit | commitdiff | tree |
2001-03-07 |
andersen | Fix up df so it works properly
|
commit | commitdiff | tree |
2001-03-07 |
andersen | Fix up ls.c to ensure human readable works properly...
|
commit | commitdiff | tree |
2001-03-06 |
andersen | I made these little simplifications a while back, bug...
|
commit | commitdiff | tree |
2001-03-06 |
andersen | Fix the memory leak. No really this time.
|
commit | commitdiff | tree |
2001-03-06 |
andersen | Fix up some silly macros and use xmalloc and friends...
|
commit | commitdiff | tree |
2001-03-06 |
andersen | Fix func prototype
|
commit | commitdiff | tree |
2001-03-06 |
andersen | Fixed a memory leak in lash. It seems that close_all...
|
commit | commitdiff | tree |
2001-03-06 |
andersen | Close open files before calling builtin_exec(). I...
|
commit | commitdiff | tree |
2001-03-06 |
andersen | Bug 1110 reported that the LOOP_GET_STATUS ioctl apparently...
|
commit | commitdiff | tree |
2001-03-06 |
andersen | First pass at trying to retrofit a changelog for 0...
|
commit | commitdiff | tree |
2001-03-06 |
andersen | Add in a first pass at ifconfig status reporting. ...
|
commit | commitdiff | tree |
2001-03-05 |
andersen | Fix up the freshmeat appindex record.
|
commit | commitdiff | tree |
2001-03-05 |
andersen | Make sure libpwd.a is linked _last_ so it overrides...
|
commit | commitdiff | tree |
2001-03-05 |
andersen | Try to do a little better at documenting how to use
|
commit | commitdiff | tree |
2001-03-05 |
andersen | Enable INSTALLER for the deb
|
commit | commitdiff | tree |
2001-03-04 |
andersen | Patch from Vladimir to make sure PATH is set correctly.
|
commit | commitdiff | tree |
2001-03-04 |
andersen | If umount2 is not available, stub it out.
|
commit | commitdiff | tree |
2001-03-01 |
andersen | Bah. I missed a header file.
|
commit | commitdiff | tree |
2001-03-01 |
andersen | Reduce the size of mount (and bypass /proc/filesystems...
|
commit | commitdiff | tree |
2001-02-27 |
andersen | libpwd was getting added twice.
|
commit | commitdiff | tree |
2001-02-27 |
andersen | Patch from Vladimir N. Oleynik to save 128 bytes by...
|
commit | commitdiff | tree |
2001-02-24 |
andersen | This patch, from Quinn Jensen <jensenq@lineo.com>,...
|
commit | commitdiff | tree |
2001-02-24 |
andersen | Make output match the real lsmod -- print (autoclean...
|
commit | commitdiff | tree |
2001-02-24 |
andersen | Stub out the syscall, not the whole application. The...
|
commit | commitdiff | tree |
2001-02-24 |
andersen | The usage message for syslogd had stuff longer then...
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Another usage cleanup from kent robotti
|
commit | commitdiff | tree |
2001-02-23 |
andersen | More cleanups
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Make HUMAN_READABLE be single argument like the others.
|
commit | commitdiff | tree |
2001-02-23 |
andersen | More usage cleanups from kent robotti. I know some...
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Fix up a stupid mistake caught by David Whedon <dwhedon...
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Stub out pivot_root so it won't fail to compile.
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Somewhere along the line, MAKE_LINKS got broken, thereby...
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Argh. I should know to compile first.
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Only default to BB_FEATURE_NEW_MODULE_INTERFACE when
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Make utility.c only define query_module when BB_FEATURE_NEW_...
|
commit | commitdiff | tree |
2001-02-23 |
andersen | Yet another fix. I think I got it this time.
|
commit | commitdiff | tree |
2001-02-23 |
andersen | I should be more careful...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Turn off the printf attribute for the ?error_msg* functions...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Add in kent robotti's updated dos2unix.c
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Fix up Makefile -- uClibc nfs works these days
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Commit a few updates to the usage messages.
|
commit | commitdiff | tree |
2001-02-22 |
andersen | First pass at making up an automagical usage message...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Account for remainder, and reset page_height for each...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Make busybox and busybox-static conflict/replace each...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Fix malformed build-depends. Update list of bugs to...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Make md5sum not display filename when reading stdin
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Make init compile when DEBUG_INIT is enabled
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Another update to the way usage messages are done by...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Revert my change to do extra termType checking. That...
|
commit | commitdiff | tree |
2001-02-22 |
andersen | Adjust the terminal height for any overlap, so that...
|
commit | commitdiff | tree |
2001-02-21 |
andersen | Oops! I left in my debug noise.
|
commit | commitdiff | tree |
2001-02-21 |
andersen | df was totally broken. So I fixed it.
|
commit | commitdiff | tree |
2001-02-20 |
andersen | Minor cleanup.
|
commit | commitdiff | tree |
2001-02-20 |
andersen | Apply a patch from Magnus Damm <damm@opensource.se...
|
commit | commitdiff | tree |
2001-02-20 |
andersen | Commit a patch from Erik Gustavsson <cyrano@algonet...
|
commit | commitdiff | tree |
2001-02-20 |
andersen | Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETIO...
|
commit | commitdiff | tree |
2001-02-20 |
andersen | This fixes lash so it handles environment variable...
|
commit | commitdiff | tree |
next |