index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utility.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
Mark Whitley
2000-07-12
1
-5
/
+2
*
Always report the applet name when doing error reporting.
Matt Kraai
2000-07-12
1
-4
/
+6
*
Forgot to commit these cleanups it seems.
Eric Andersen
2000-07-11
1
-2
/
+0
*
Applied patch from Matt Kraai which does the following:
Mark Whitley
2000-07-11
1
-0
/
+16
*
Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.
Eric Andersen
2000-07-10
1
-0
/
+30
*
Comment on kernel stuff
Eric Andersen
2000-07-10
1
-2
/
+2
*
Remove yet more kernel header dependancies.
Eric Andersen
2000-07-10
1
-2
/
+0
*
Put the GROWBY variable inside the get_line_from_file function, as that is the
Mark Whitley
2000-07-10
1
-1
/
+2
*
From Matt Kraai <kraai@alumni.carnegiemellon.edu>:
Eric Andersen
2000-07-10
1
-0
/
+17
*
Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) +
Eric Andersen
2000-07-09
1
-1
/
+1
*
Argh. More cross libc cleanup. Should be ok now...
Eric Andersen
2000-07-08
1
-1
/
+16
*
Update files to reduce dependance on kernel version...
Eric Andersen
2000-07-08
1
-5
/
+6
*
setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but
Eric Andersen
2000-07-06
1
-3
/
+3
*
Remove misguided klude around for 2.4.x-test* brokenness. Al Viro
Eric Andersen
2000-07-05
1
-3
/
+0
*
* Fix to tr so it recognizes standard escape sequences. Merged common
Eric Andersen
2000-07-05
1
-0
/
+45
*
Yanked out the cstring_alloc() and cstring_lineFromFile() functions from
Mark Whitley
2000-06-28
1
-48
/
+27
*
Better cross libc support.
Eric Andersen
2000-06-28
1
-0
/
+1
*
Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in
Eric Andersen
2000-06-26
1
-0
/
+12
*
+ utility.c
John Beppu
2000-06-12
1
-1
/
+1
*
Added a slightly modified version of Ron Alder's insmod patch.
Eric Andersen
2000-06-12
1
-3
/
+3
*
Fix /etc/passwd misspelling.
Eric Andersen
2000-06-02
1
-1
/
+1
*
A number of additional fixed from Pavel Roskin, note some more bugs in the
Eric Andersen
2000-06-02
1
-3
/
+3
*
More libc portability updates, add in the website (which has not been
Erik Andersen
2000-05-19
1
-2
/
+3
*
Some more portability updates
Erik Andersen
2000-05-17
1
-10
/
+10
*
So much for my evil optimization. Doesn't seem to work. Will test
Erik Andersen
2000-05-13
1
-4
/
+63
*
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-05-12
1
-66
/
+8
*
* cp -fa now works as expected for symlinks (it didn't before)
Erik Andersen
2000-05-10
1
-11
/
+9
*
Fix umount dependency on find_real_root_device_name
Erik Andersen
2000-05-08
1
-1
/
+1
*
More stuff
Erik Andersen
2000-05-02
1
-9
/
+0
*
Some accrued fixes/updates.
Erik Andersen
2000-05-01
1
-15
/
+42
*
Latest and greatest. Some effort at libc5 (aiming towards newlib)
Erik Andersen
2000-04-28
1
-7
/
+6
*
Fix creation of /linuxrc
Erik Andersen
2000-04-18
1
-4
/
+6
*
Really fix the killall segfault this time.
Erik Andersen
2000-04-18
1
-4
/
+5
*
Fix symlink following bug in chmod -R and friends. Allow SYSV style
Erik Andersen
2000-04-18
1
-6
/
+11
*
Fix stupid bug (wrong variable)
Erik Andersen
2000-04-18
1
-5
/
+9
*
More little stuff.
Erik Andersen
2000-04-18
1
-5
/
+25
*
Fix killall
Erik Andersen
2000-04-18
1
-1
/
+3
*
Updates
Erik Andersen
2000-04-18
1
-1
/
+2
*
+ in the interest of robustness, I added
John Beppu
2000-04-17
1
-0
/
+51
*
Patch to make killall actually kill all PIDs with the specified name,
Erik Andersen
2000-04-07
1
-17
/
+22
*
Tar now works perfectly. It behaves much better now then it
Erik Andersen
2000-04-05
1
-2
/
+2
*
Yet another installment in the ongoing tar saga
Erik Andersen
2000-03-28
1
-21
/
+11
*
The new tar for busybox is now done, and works just fine
Erik Andersen
2000-03-24
1
-3
/
+3
*
My latest ramblings.
Erik Andersen
2000-03-23
1
-3
/
+3
*
Use the nice new find_real_root_device function to find the
Erik Andersen
2000-03-22
1
-10
/
+19
*
Add in a nifty function for mount to use.
Erik Andersen
2000-03-22
1
-0
/
+36
*
* all mallocs now use xmalloc (and so are OOM error safe), and
Erik Andersen
2000-03-21
1
-13
/
+5
*
Several fixes.
Erik Andersen
2000-03-17
1
-3
/
+2
*
Major build system updates...
Erik Andersen
2000-03-16
1
-2
/
+2
*
First pass at writing a shell for busybox.
Erik Andersen
2000-03-12
1
-2
/
+2
[next]