2005-12-21 |
Rob Landley | Second attempt to simplify the login menu. Shadow... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Bernhard Reutner... | - fix check for group and user, remove some whitespace... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Rob Landley | Fix chroot, leave console alone if -c not specified... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Rob Landley | Some minor cleanups/bugfixes split off from the big... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Rob Landley | Shadow password support went beyond the dependency... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Rob Landley | Actually, static buffers look like _this_... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
"Vladimir N... | remove debug feature for production |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Rob Landley | Make a few warnings go away. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Rob Landley | Do an svn log -v, the information in this changelog... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Rob Landley | Shadow password support involves vlock too. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Rob Landley | Patch from Tito to make vlock much smaller. |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Rob Landley | strncmp isn't automatically superior to strcmp. Especi... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Rob Landley | Sigh. Left the debug path in. Fixed. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Rob Landley | Added /etc/mdev.conf support. Adds about 1.9k to mdev. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Rob Landley | Bug 601: When we fork an archiver and feed stuff to... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Rob Landley | Ahem. Vladimir checked in a different fix bug didn... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Rob Landley | Less would segfault if it had no tty. (Bug 600.) |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Rob Landley | I screwed up the last commit: if dt is null when ENABLE... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Rob Landley | Stephane Billiart said: |
commit | commitdiff | tree | snapshot |
2005-12-15 |
"Vladimir N... | sync license from mainstream |
commit | commitdiff | tree | snapshot |
2005-12-15 |
"Vladimir N... | fopen(TTY...) to bb_xfopen(), close bug 600 |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Bernhard Reutner... | - Stephane Billiart writes: |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Bernhard Reutner... | - remove duplicate entry for switch_root |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rob Landley | Add a fflush(stdout). |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rob Landley | Better use of the ENABLE guards. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rob Landley | The rest of Yann E. Morin's install revamp. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rob Landley | Eliminate unnecessary allocation from md5sum that was... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rob Landley | Fix -g and -p options. Patch from Traceman. (I don... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Rob Landley | Patch from dlively (whoever that is, see bug 591) to fix |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Bernhard Reutner... | - several functions depend on IPv4 or IPv6 od IPX support. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Bernhard Reutner... | - remove warning (thanks Yann E. MORIN) and switch... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
"Vladimir N... | remove sigsetmask, noticed by Bernhard |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Bernhard Reutner... | - check if CC supports -funsigned-char |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Bernhard Reutner... | - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_appl... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Bernhard Reutner... | - do away with superfluous keyword. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
"Vladimir N... | remove strange bloat dup2() usage, sync this code with... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Rob Landley | Nothing to see here. Move along. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Rob Landley | Minor fix: if(CONFIG) breaks the build when that CONFIG... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rob Landley | Patch from Yann E. Morin, something to do with bugs... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bernhard Reutner... | - typo: s/sucess/success/g |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Bernhard Reutner... | - fix zcip for IMA compile mode. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rob Landley | Flush output to log promptly (bug 389). |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rob Landley | Flush input when prompting for a password (bug 373). |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rob Landley | Bug 310: be consistent about stat/lstat and chown/lchow... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rob Landley | Uninitialized variable causing intermittent syntax... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rob Landley | printf() arguments shouldn't be passed straight from... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Rob Landley | Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Rob Landley | Patch from Yann E. Morin to reorganize module config... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Rob Landley | Make insmod quiet by default (patch from Yann E. Morin). |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Rob Landley | Yann E. Morin's update to modprobe usage. |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Rob Landley | Patch from Yann E. Morin to make rmmod report failure... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Glenn L McGrath | Add build options to control SuS compatability, allows... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Bernhard Reutner... | - remove unused variable have_read_stdin |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Paul Fox | avoid mixed declarations, to support older compilers... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Rob Landley | Macro was wrong, name(void) vs name(x), and apparently... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Rob Landley | uClibc can't handle anonymous MAP_SHARED. Since we... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Rob Landley | Tito is using broken kernel headers that pollute the... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
"Vladimir N... | reduce 3 warning if compile with -W |
commit | commitdiff | tree | snapshot |
2005-12-06 |
"Vladimir N... | restore compare_string_array new interface (make broken... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Rob Landley | Install links patch from Yann E. Morin. (Another thing... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Rob Landley | If we really _need_ an #ifdef like this, then we should... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Rob Landley | Another cleanup patch that's been in my tree for a... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Rob Landley | A cleanup patch I've had lying around in my tree for... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
"Vladimir N... | reduce signedness warning |
commit | commitdiff | tree | snapshot |
2005-12-02 |
"Vladimir N... | reduce signedness warning |
commit | commitdiff | tree | snapshot |
2005-12-02 |
"Vladimir N... | remove warnings if compile with -W, use ENABLE_FEATURE... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Rob Landley | Make char default to "unsigned" on all platforms so... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Rob Landley | Fix losetup so that it A) actually works again, B)... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
"Vladimir N... | getopt -> getopt_ulflags. noticed by Rob Sullivan |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Mike Frysinger | update license |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Mike Frysinger | ShaneAnderson writes in Bug 565: |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Paul Fox | add "-C" format to hexdump |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Paul Fox | fix bug #474: |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Paul Fox | eliminate mixed declaration, to support older compilers... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
"Vladimir N... | use libbb/get_kernel_revision(), reduce stack usage... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Rob Landley | Patch from Cristian Ionescu-Idbohrn to deal with _... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
"Vladimir N... | remove bug: fsck do not know path |
commit | commitdiff | tree | snapshot |
2005-11-26 |
"Vladimir N... | change the interface of libbb/compare_string_array... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
"Vladimir N... | more use const for interface of libbb/compare_string_ar... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
"Vladimir N... | more use libbb/bb_msg_read_error |
commit | commitdiff | tree | snapshot |
2005-11-24 |
"Vladimir N... | reduce bss |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Rob Landley | Update to modprobe usage from Yann E. Morin |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rob Landley | Can't store a pointer in an int on 64 bit platforms. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rob Landley | Move interface.c to networking directory since it's... |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Rob Landley | Support # comments after s/// option list. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Mike Frysinger | Quote the user we pass to addgroup so funky chars are... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Rob Landley | Yann Morin's modprobe multiple options patch. There... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Rob Landley | My last change to this file broke tar x. Sigh. (Tryin... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Rob Landley | I noticed that "tar tvjf file.tbz" was segfaulting... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Rob Landley | telnetd -b (bind to specific address) support from... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Rob Landley | Ok, I've converted the contents of the "testing/sed... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
"Vladimir N... | change osbolete sigpause() to sigsuspend() |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Rob Landley | Patch from Tomasz Mateja: don't try to CWD to a _filena... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Rob Landley | It was a bit out of date. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Rob Landley | Fix the test suite so that individual *.tests files... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Rob Landley | Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | Size I zapped the bb_close() error, might as well make... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | Fix bug 424: doing full_read breaks things like cat... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | When cp ran out of space it didn't return a nonzero... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | It's no longer a temporary location. Smooth out the... |
commit | commitdiff | tree | snapshot |
next |