aboutsummaryrefslogtreecommitdiff
path: root/Config.h.Hurd
AgeCommit message (Collapse)Author
2001-04-25Removed obsoleted BB_FEATURE_RM_INTERACTIVEMark Whitley
2001-04-25Sync'ed up the olympus section between this and stock Config.hMark Whitley
2001-04-24Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen
adds 384 bytes to the overall size. But having each app be standalone is the Right Thing(tm) so we will just have to live with it. -Erik
2001-04-24Update applet define from BB_CP_MV to BB_CP and BB_MV.Matt Kraai
2001-04-19This has two patches. First it moves interface.c to libbb (it isEric Andersen
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine.
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai
2001-03-15Fix linuxrc defineEric Andersen
2001-03-15Update the olympus sectionsEric Andersen
2001-03-15Removed leftover BB_FEATURE_KLOGD per report from Giulio OrseroMark Whitley
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley
2000-11-03Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upMark Whitley
a few other ugly places (do_subst_command got a much-needed overhaul). Also took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a standard feature (adds almost no bloat).
2000-09-26Remove all reference to the now obsolete /dev/modulesEric Andersen
-Erik
2000-09-25Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen
sensible and noticable "Config.h". -Erik