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
/
loginutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add CONFIG_FEATURE_SYSLOG which controls whether
Denis Vlasenko
2006-09-07
1
-0
/
+5
*
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
2
-8
/
+8
*
sulogin: fix bug: -tNNN didn't work
Denis Vlasenko
2006-09-03
1
-4
/
+5
*
Antti Seppala (with dots over the last two a's) wants our getty to initialize
Rob Landley
2006-08-24
1
-1
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
6
-66
/
+14
*
Remove apparent typo in "bool" line.
"Robert P. J. Day"
2006-08-03
1
-1
/
+1
*
Bugfix from Tito to make sure /etc/group gets updated.
Rob Landley
2006-07-16
1
-3
/
+3
*
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
2006-07-16
1
-4
/
+1
*
Comment tweak from tito.
Rob Landley
2006-07-15
1
-1
/
+1
*
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-12
5
-13
/
+28
*
Patch from Tito to remove pwd_to_spwd (which we don't actually need), with
Rob Landley
2006-07-11
1
-14
/
+7
*
Patch from Tito to make syslog configurable and remove #ifdefs. Further
Rob Landley
2006-07-10
2
-111
/
+50
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-1
/
+1
*
Missed one. Based on suggestions from Erik Hovland.
Rob Landley
2006-06-25
1
-4
/
+4
*
Undo all of the ugliness and some of the bloat from 15412.
Rob Landley
2006-06-18
1
-1
/
+1
*
- do away with the fwd-decls of functions. Should not contain any code changes
Bernhard Reutner-Fischer
2006-06-16
1
-267
/
+260
*
- minor size tweak
Bernhard Reutner-Fischer
2006-06-14
1
-8
/
+7
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
3
-3
/
+0
*
- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).
Bernhard Reutner-Fischer
2006-05-26
2
-7
/
+7
*
- use portability wrapper define bb_setpgrp.
Bernhard Reutner-Fischer
2006-05-26
1
-1
/
+1
*
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-05-19
1
-22
/
+1
*
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
Mike Frysinger
2006-05-13
1
-1
/
+1
*
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-05-07
1
-1
/
+1
*
- passwd doesnt use salt with md5 passwords; bug #604 thanks taviso
Ned Ludd
2006-04-21
1
-3
/
+11
*
use strchr() not index()
Mike Frysinger
2006-04-16
1
-1
/
+1
*
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
Rob Landley
2006-04-13
1
-3
/
+3
*
Patch from Tito to unify deluser and delgroup, and generally shrink code.
Rob Landley
2006-04-10
4
-213
/
+72
*
Rewrite/shrink by tito.
Rob Landley
2006-04-04
2
-252
/
+95
*
From Jan Kiszka: This patch fixes the security labelling of the login terminal
Rob Landley
2006-03-27
1
-13
/
+9
*
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...
Mike Frysinger
2006-03-22
1
-1
/
+1
*
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-13
1
-7
/
+15
*
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-09
1
-2
/
+6
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
4
-4
/
+4
*
- remove unused lists *-m
Bernhard Reutner-Fischer
2006-03-02
1
-3
/
+0
*
- use absolute path for top_builddir and top_srcdir.
Bernhard Reutner-Fischer
2006-03-02
1
-0
/
+4
*
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-03-01
1
-14
/
+5
*
Don't build directory libraries unless we're building an applet that needs it.
Rob Landley
2006-02-21
1
-0
/
+2
*
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-02-02
1
-3
/
+2
*
- bzero -> memset
Bernhard Reutner-Fischer
2006-01-31
2
-25
/
+25
*
more destroy potential overflow for x86_64.
"Vladimir N. Oleynik"
2006-01-31
1
-1
/
+3
*
destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED
"Vladimir N. Oleynik"
2006-01-31
1
-3
/
+6
*
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
1
-2
/
+2
*
just whitespace
Tim Riker
2006-01-25
5
-8
/
+8
*
- add platform.h.
Bernhard Reutner-Fischer
2006-01-22
2
-16
/
+3
*
- Document -m, -c, -s and provide a default shell for standalone build.
Bernhard Reutner-Fischer
2006-01-19
1
-9
/
+17
*
- shared libbusybox.
Bernhard Reutner-Fischer
2006-01-15
1
-1
/
+6
*
declare const for fun
Mike Frysinger
2006-01-08
1
-1
/
+1
*
patch from tito: consolidate delay functions as bb_do_delay()
Rob Landley
2006-01-06
4
-26
/
+4
*
Second attempt to simplify the login menu. Shadow password stuff at the top,
Rob Landley
2005-12-21
1
-2
/
+1
*
Shadow password support went beyond the dependency event horizon, just make
Rob Landley
2005-12-20
1
-32
/
+28
[prev]
[next]