2002-11-25 |
Glenn L McGrath | last_patch_67 from Vladimir N. Oleynik |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Glenn L McGrath | Dont need a seperate function |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Glenn L McGrath | When making parent directories set permissions based... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Glenn L McGrath | Add an input buffer (currently 32kB) to speed things... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Glenn L McGrath | include libbb after stdlib.h as it breaks dmalloc |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Glenn L McGrath | Fix long filename support |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Glenn L McGrath | New rules file for unstable |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Glenn L McGrath | Config file for the static deb, based on options from... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Glenn L McGrath | Config file for the standard debian package based on... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Glenn L McGrath | The tunnel option isnt required for the ip command |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Glenn L McGrath | Update configuration options |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Glenn L McGrath | Config file for udeb based on options from 0.60.5 |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Glenn L McGrath | Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Glenn L McGrath | Add entry for Laurence Anderson |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Glenn L McGrath | Speed and memory usage improvements from Laurence Adnerson |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Glenn L McGrath | read_gz patch 3 from Laurence Anderson |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Glenn L McGrath | Headers for the read_gz changes |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Glenn L McGrath | Dont use xargs |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Glenn L McGrath | dont use the -i option of xargs |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Glenn L McGrath | Use read_gz, remove fork() woohoo! |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Russ Dill | udhcpc documentation update |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Glenn L McGrath | Use error_msg_and_die, style |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Glenn L McGrath | Remove mapping option, its should always be used |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Glenn L McGrath | Patch from Laurence Anderson to provide a read_gz funct... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Glenn L McGrath | Remove #defines around get_header_ptr, we allways need it. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Glenn L McGrath | Use vfork, by vodz |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Glenn L McGrath | Allow short reads as we are looping anyway. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Eric Andersen | Patch from Bastian Blank: |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Glenn L McGrath | Dont chdir untill after we open the archive |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Eric Andersen | Patch from Marcel Hamer to fix addgroup argument parsing |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Eric Andersen | A missing securetty file is not an error. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Glenn L McGrath | Minor cleanups |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Glenn L McGrath | Reduce block size to 512 to prevent short read's when... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Glenn L McGrath | Make ifupdown use internal run_parts |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Glenn L McGrath | Move awk from textutils to editors. Cleanup run-parts... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Glenn L McGrath | Move readlink, mktemp, run-parts and which to a new... |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | ipcalc applet by Stephan Linz and Jordan Crouse |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | run through indent and manually check result |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Config feature DEVPTS defined and used in telnetd,... |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Will the real od.c please stand up! (my previous commit... |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Fix for hostname -s, by Stephan Linz |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Prevent a segfault if no argument, by Geoffrey Lee... |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Rewrite of xargs by Vladimir N. Oleynik |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | last_patch57 from Vladimir N. Oleynik |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Fixup a previous define |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Make mapping support a definable feature, saves 1.6kB |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | Only compile the files in this dir if the IP applet... |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Glenn L McGrath | IP applet by Bastian Blank <waldi@debian.org> |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Glenn L McGrath | debian compatable ifup and ifdown commands |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Eric Andersen | Teach lash to get $1 $2 $3 etc correct |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Glenn L McGrath | #ifdef, not just #if... grrr |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Glenn L McGrath | Fix reading from stdin (me), Fix tar segfault when... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Eric Andersen | Remove gratuitous and unnecessary "BusyBox" refernece... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Eric Andersen | Fix a stupid typo |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Eric Andersen | Implement a small strings applet |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Eric Andersen | Fix broken tabs |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Glenn L McGrath | Use a switch instead of successive if (strcmp()) statments. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Glenn L McGrath | Split deb_extract() into more generic functions |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Glenn L McGrath | Terminate the buffer with a '\0' |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Russ Dill | typo in udhcpc help |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Russ Dill | version number oops |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Glenn L McGrath | Support for bziped debs, i.e. use .tar.bz2 instead... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Glenn L McGrath | Fail silently if a partial tar header is read as tar... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Glenn L McGrath | enable .tar.bz2 for dpkg-deb |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Glenn L McGrath | Change filter paramaters, filters can be more powefull now |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Glenn L McGrath | Call lseek directly rather than via data_align() |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Glenn L McGrath | Abstract read and seek in unarchiving code, convert... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Glenn L McGrath | Fix #define syntax |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Glenn L McGrath | Move data_extract_all_prefix to dpkg, its only used... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Glenn L McGrath | Add copyright notice and license, use strcat+strcpy... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Glenn L McGrath | Use xread_char to save a few bytes, fix indenting of... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Glenn L McGrath | Move bunzip2 idecompression code to libunarchive |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Eric Andersen | Test for holes in swapfiles |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Glenn L McGrath | Make uncompress a seperate applet so it doesnt pull... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Glenn L McGrath | Allow short reads when filling compress buffer |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Glenn L McGrath | Allow the .Z prefix if compress support enabled |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Glenn L McGrath | Make it a fatal error if bad chksum or crc, if not... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Glenn L McGrath | Report errror if the first magic character doesnt match |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Russ Dill | sync to udhcp 0.9.8 |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Eric Andersen | Use a nifty macro to make testing gcc features simpler |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Eric Andersen | Formatting |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Eric Andersen | Update the webpage |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Eric Andersen | last_patch64 from vodz: 0_60_5 |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Eric Andersen | A patch from Jouni Malinen to avoid some buffer overflo... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Eric Andersen | Ivan Popov noticed that handling of PREFIX was bad. |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Eric Andersen | A bugfix from Danny Lepage: |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Eric Andersen | This patch from Magnus Damm fixed a long standing problem |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | Fix warning |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | mjn3 noticed that crond and crontab had #include <pwd... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | vodz forgot to include the suid field |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | Apply patch from bug #1278 -- fix usage message for the |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | vodz writes: |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | I committed the fflush in the wrong spot. I should... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | last_patch63 from vodz: add in crond and crontab applets |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | Patch last_pach62 from vodz. This patch moves all... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | Apply last_patch51_3 from vodz |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Eric Andersen | Be absurdly careful about flushing stdout. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Glenn L McGrath | Move unzip.c uncompress.c from libbb to archiveal/libun... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Glenn L McGrath | gz_open is used anymore, use inflate directly, see... |
commit | commitdiff | tree | snapshot |
next |