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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-1
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
4
-16
/
+14
*
build system overhaul
Denis Vlasenko
2006-10-05
4
-109
/
+51
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
5
-5
/
+5
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
8
-12
/
+12
*
several fixes from openWRT project
Denis Vlasenko
2006-09-26
1
-1
/
+1
*
login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)
Denis Vlasenko
2006-09-26
1
-3
/
+3
*
vlock: make message shorter
Denis Vlasenko
2006-09-24
1
-1
/
+1
*
correct_password: undo whitespace damage.
Denis Vlasenko
2006-09-23
2
-5
/
+4
*
passwd: getopt_ulflags'isation
Denis Vlasenko
2006-09-23
1
-61
/
+52
*
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-22
1
-6
/
+1
*
getty: oops... removing duplicate #include <syslog.h>
Denis Vlasenko
2006-09-19
1
-2
/
+0
*
getty: #include <syslog.h>
Denis Vlasenko
2006-09-19
1
-0
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
4
-9
/
+9
*
login: apply fixes + getopt_ulflag'ification by Bernhard
Denis Vlasenko
2006-09-17
1
-44
/
+29
*
login: eliminate forward decls and #ifdefs
Denis Vlasenko
2006-09-14
1
-191
/
+166
*
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-09-13
1
-1
/
+1
*
- r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...
Bernhard Reutner-Fischer
2006-09-13
1
-28
/
+11
*
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-12
1
-1
/
+2
*
Error reporting fix for sulogin, plus remove help entries for options we never
Rob Landley
2006-09-11
1
-1
/
+1
*
sulogin: minor cleanup.
Denis Vlasenko
2006-09-09
1
-17
/
+15
*
login: use some ideas from util-linux's login.
Denis Vlasenko
2006-09-08
1
-25
/
+15
*
login: make it saner and smaller by ~0.5k.
Denis Vlasenko
2006-09-08
1
-185
/
+131
*
login: small fixes like \n removal, bb_error_msg'ification, etc.
Denis Vlasenko
2006-09-08
1
-19
/
+17
*
login: previous commit comment was wrong :)
Denis Vlasenko
2006-09-08
1
-131
/
+133
*
login: style fixes
Denis Vlasenko
2006-09-08
2
-0
/
+30
*
Shrinkage/cleanup from Tito.
Rob Landley
2006-09-08
1
-87
/
+45
*
getty, sulogin: convert to using bb_msg for syslog output
Denis Vlasenko
2006-09-07
4
-108
/
+76
*
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
[prev]
[next]