November 2009 Archives by thread
Starting: Sun Nov 1 03:01:30 UTC 2009
Ending: Mon Nov 30 16:29:02 UTC 2009
Messages: 171
- [git commit master] Add more compat code for non GNU environments
Denys Vlasenko
- [git commit master] mountpoint: btrfs fix
Denys Vlasenko
- [git commit master] mdev: do not die on mknod errors
Denys Vlasenko
- [git commit master] volume_id: add support for btrfs
Denys Vlasenko
- [git commit master] volume_id: add FAST_FUNC where appropriate
Denys Vlasenko
- [git commit master] btrfs.c: check first two superblocks, for additional robustness
Denys Vlasenko
- [git commit master] mkfs.reiser: new applet. needs much polishing
Denys Vlasenko
- [Bug 689] New: Enable creating a swap partition with a label on Linux
bugzilla at busybox.net
- [git commit master] *: introduce and use ffulsh_all()
Denys Vlasenko
- [git commit master] include/libbb.h: mark malloc-returning functions with GCC attribute
Denys Vlasenko
- [git commit master] udhcpc: log script parameter too
Denys Vlasenko
- [git commit master] passwd: do not complain if /etc/shadow is missing
Denys Vlasenko
- [git commit master] mkswap: add -L LABEL option. closes bug 689.
Denys Vlasenko
- [git commit master] mkfs_vfat: fixes for large image cases
Denys Vlasenko
- [git commit master] fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)
Denys Vlasenko
- [git commit master] libbb.h: remove two over-zealous RETURNS_MALLOC
Denys Vlasenko
- [git commit master] lsmod: beautify. no code changes
Denys Vlasenko
- [git commit master] tests: fix POSIX shell source style
Mike Frysinger
- [git commit master] applets: fix alphabetical order
Mike Frysinger
- [git commit master] all_sourcecode.tests: check commented out applet order too
Mike Frysinger
- [git commit master] applets: meant to fix order, not enable bbsh
Mike Frysinger
- [git commit master] dumpleases: unicode spport
Denys Vlasenko
- [git commit master] adding example runit-style service directory
Denys Vlasenko
- [git commit master] whitespace fixes
Denys Vlasenko
- [git commit master] removed SuSv3 doc tarball - potential licensing problem
Denys Vlasenko
- [git commit master] big endian warning fixes
Denys Vlasenko
- [git commit master] add examples/mdev.conf
Denys Vlasenko
- [git commit master] mdev: print line# in error messages
Denys Vlasenko
- [git commit master] adding examples/mdev_fat.conf
Denys Vlasenko
- [git commit master] top: do not use #if inside printf, it can be a macro
Denys Vlasenko
- [git commit master] fbsplash: allow compressed image files
Denys Vlasenko
- [git commit master] ifplugd: small optimization
Denys Vlasenko
- [git commit master] tweak examples
Denys Vlasenko
- [git commit master] tweak mdev_fat.conf example
Denys Vlasenko
- [git commit master] add more service examples
Denys Vlasenko
- [git commit master] wget: factor out progress bar code
Denys Vlasenko
- [git commit master] tftpd: slight correction to progress bar code
Denys Vlasenko
- [git commit master] tftp: another small tweak
Denys Vlasenko
- [git commit master] tftpd: another small tweak
Denys Vlasenko
- [git commit master] add and example of tftpd service
Denys Vlasenko
- [git commit master] tweak dhcp service example - add ntp configuration
Denys Vlasenko
- [git commit master] tweak service examples a bit (less verbose comment in dhcp_if)
Denys Vlasenko
- [git commit master] fix 'not not' in comment
Denys Vlasenko
- [git commit master] ash: fix bad interaction of "stty -echo" + ASK_TERMINAL
Denys Vlasenko
- [git commit master] mdev_fat.conf: add a rule to run nameif
Denys Vlasenko
- [git commit master] tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
- [git commit master] env: don't SEGV on bare "env -"
Denys Vlasenko
- [git commit master] *: use "can't" instead of "cannot"
Denys Vlasenko
- [git commit master] sed: on output file, set not only mode, but owner too
Denys Vlasenko
- [git commit master] httpd_post_upload.txt example: handle binary files too
Denys Vlasenko
- [Bug 721] New: mdev.conf subsystem match is wrong
bugzilla at busybox.net
- [Bug 675] nslookup does not properly use second argument [SERVER]
bugzilla at busybox.net
- [git commit master] use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
- [git commit master] use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
- [git commit master] some non-gnu compilers can't have non-const struct initializers
Denys Vlasenko
- [git commit master] fsck: add comment clarifying exit codes
Denys Vlasenko
- [git commit master] eject: band-aid for kernel headers using u8 type
Denys Vlasenko
- [git commit master] init: restore possibility to reload inittab even before we finish initialization
Denys Vlasenko
- [git commit master] date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
Denys Vlasenko
- [git commit master] hush: wait for `cmd` to complete, and immediately store its exitcode in $?
Denys Vlasenko
- [git commit master] libbb: added xfdopen_for_read/write
Denys Vlasenko
- [git commit master] hush: fix exit code propagation from `cmd`. +45 bytes
Denys Vlasenko
- [git commit master] hush: fix handling of words with braces. +65 bytes
Denys Vlasenko
- [git commit master] hush: initial stab at brace expansion support
Denys Vlasenko
- [git commit master] tweak in comment
Denys Vlasenko
- [git commit master] hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes
Denys Vlasenko
- [git commit master] libbb: fix vasprintf implementation
Denys Vlasenko
- [Bug 723] New: Busybox shell doesn't handle SIGHUP properly
bugzilla at busybox.net
- [Bug 725] New: busybox awk will wrongly cast integer to string causing functions to fail.
bugzilla at busybox.net
- [git commit master] wc: fix a hang gue to isprint(EOF)
Denys Vlasenko
- [git commit master] libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
- [git commit master] ping6: do not play dirty tricks with argv
Denys Vlasenko
- [git commit master] fix fallout from isprint() changes
Denys Vlasenko
- [git commit master] ping: use |=, not =, when combine option bit mask
Denys Vlasenko
- [git commit master] mount: clean up #defines. No code changes
Denys Vlasenko
- [git commit master] flashcp: new applet by Stefan Seyfried. +900 bytes
Denys Vlasenko
- [git commit master] ntpd: new applet by Adam Tkac. +5k.
Denys Vlasenko
- [git commit master] od: fix -tx without length spec
Denys Vlasenko
- [git commit master] traceroute: cleanup preparing it for traceroute6. -17 bytes
Denys Vlasenko
- [git commit master] traceroute6: new applet by Leonid Lisovskiy. +1562 bytes
Denys Vlasenko
- [git commit master] traceroute: fix help text to not show -6 when traceroute6 is off
Denys Vlasenko
- [Bug 733] New: Support for "secs" in DHCP client
bugzilla at busybox.net
- [Bug 735] New: Specifying a binary option in udhcpc is not possible
bugzilla at busybox.net
- [Bug 737] New: udhcpc sipservers option patch
bugzilla at busybox.net
- [git commit master] ntpd: add -q option. By Adam Tkac.
Denys Vlasenko
- [git commit master] libunarchive: fix reversed test for older/newer
Denys Vlasenko
- [git commit master] traceroute: simplify code a bit
Denys Vlasenko
- [git commit master] ps: add comment about -T
Denys Vlasenko
- [git commit master] ntp: simplifications; libbb: simpler resolution of numeric hostnames
Denys Vlasenko
- [git commit master] ntpd: use MSG_DONTWAIT; better readability
Denys Vlasenko
- [git commit master] fix trivial compile breakage
Denys Vlasenko
- [git commit master] traceroute6: restore port after probing
Denys Vlasenko
- [git commit master] ntpd: fix vda's breakage
Denys Vlasenko
- [git commit master] ntpd: locally bind every peer socket. +22 bytes
Denys Vlasenko
- [git commit master] build system: fix parallel make
Denys Vlasenko
- [git commit master] build system: more fixes to parallel build
Denys Vlasenko
- [git commit master] ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
- [Bug 741] New: split could not understand standard input
bugzilla at busybox.net
- [git commit master] Add FAQ entry about touching .config
Denys Vlasenko
- [git commit master] build system: fix for coarse mtime problem
Denys Vlasenko
- [git commit master] split: handle - as "use stdin". +13 bytes. Closes bug 741.
Denys Vlasenko
- [git commit master] ntpd: trivial -2 byte code optimization
Denys Vlasenko
- [Bug 745] New: ping with ipv6 crashes on arm
bugzilla at busybox.net
- [git commit master] runlevel: -2 bytes
Denys Vlasenko
- [git commit master] ping: fix unaligned access. closes bug 745.
Denys Vlasenko
- [git commit master] udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.
Denys Vlasenko
- [git commit master] ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds
Denys Vlasenko
- [git commit master] flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrink
Denys Vlasenko
- [Bug 747] New: 1.15.2 regression from 1.15.1 in ash parameter expansion
bugzilla at busybox.net
- [git commit master] *: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
- [git commit master] ash: remake strange signed char machinery to be unsigned. -57 bytes
Denys Vlasenko
- [git commit master] ash: randmconfig fix
Denys Vlasenko
- [git commit master] ash: remove last "signed char"; make SIT() clearer. -12 bytes
Denys Vlasenko
- [git commit master] ash: cosmetics, no code changes
Denys Vlasenko
- [git commit master] ash: more cosmetics and cleanups
Denys Vlasenko
- [Bug 339] how do you set the metric for the route when ifup calls dhcp?
bugzilla at busybox.net
- [Bug 685] [shell] return values with spaces are not escaped correctly
bugzilla at busybox.net
- [Bug 185] Add an option not to reload command line history with ash shell
bugzilla at busybox.net
- [Bug 185] Add an option not to reload command line history with ash shell
bugzilla at busybox.net
- [Bug 223] wget: Transfer rate measurement
bugzilla at busybox.net
- [Bug 629] Non-compliant DHCP servers and udhcpc
bugzilla at busybox.net
- [Bug 677] insmod is failing on machines with small memory
bugzilla at busybox.net
- [Bug 589] feature req: Linux uevent processing support
bugzilla at busybox.net
- [Bug 673] tar: including twice the same file/directory will end tar prematurely
bugzilla at busybox.net
- [git commit master] tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
Denys Vlasenko
- [git commit master] tar: revert part of last change. -39 bytes
Denys Vlasenko
- [git commit master] tar: add a test for latest fix
Denys Vlasenko
- [git commit master] fix improper utimes usage
Denys Vlasenko
- [git commit master] awk: preparatory patch, no essential code changes. -13 bytes.
Denys Vlasenko
- [git commit master] awk: fix an incorrect casting to string (bug 725). -44 bytes.
Denys Vlasenko
- [Bug 673] tar: including twice the same file/directory will end tar prematurely
bugzilla at busybox.net
- [git commit master] touch: needs another fix after last utimes() fixes
Denys Vlasenko
- [git commit master] ash: straighten up a bit of code in varvalue()
Denys Vlasenko
Last message date:
Mon Nov 30 16:29:02 UTC 2009
Archived on: Mon Nov 30 16:29:03 UTC 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).