index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
login.c
Age
Commit message (
Expand
)
Author
2007-04-12
login: fixing my brainfart: xspawn(t_argv) <- was using argv!
Denis Vlasenko
2007-04-12
login: remove setpgrp call (makes it work from shell prompt again).
Denis Vlasenko
2007-03-26
Attempt to get more applets compile for NOMMU.
Denis Vlasenko
2007-03-25
add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
Denis Vlasenko
2007-03-24
login: nuke nonblock() - we have it in libbb; -400 bytes bss.
Denis Vlasenko
2007-02-06
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-26
style fixes
Denis Vlasenko
2006-11-20
login: use %s - we know that string is not too long there
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-31
login: add big fat comment about SIGINT - prevent
Denis Vlasenko
2006-10-31
login: re-enable Ctrl-^C before execing shell.
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-26
login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)
Denis Vlasenko
2006-09-17
login: apply fixes + getopt_ulflag'ification by Bernhard
Denis Vlasenko
2006-09-14
login: eliminate forward decls and #ifdefs
Denis Vlasenko
2006-09-13
- r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...
Bernhard Reutner-Fischer
2006-09-08
login: use some ideas from util-linux's login.
Denis Vlasenko
2006-09-08
login: make it saner and smaller by ~0.5k.
Denis Vlasenko
2006-09-08
login: small fixes like \n removal, bb_error_msg'ification, etc.
Denis Vlasenko
2006-09-08
login: previous commit comment was wrong :)
Denis Vlasenko
2006-09-08
login: style fixes
Denis Vlasenko
2006-09-07
getty, sulogin: convert to using bb_msg for syslog output
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-01
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-26
- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).
Bernhard Reutner-Fischer
2006-05-26
- use portability wrapper define bb_setpgrp.
Bernhard Reutner-Fischer
2006-05-07
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-03-27
From Jan Kiszka: This patch fixes the security labelling of the login terminal
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-31
more destroy potential overflow for x86_64.
"Vladimir N. Oleynik"
2006-01-31
destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED
"Vladimir N. Oleynik"
2006-01-30
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-25
just whitespace
Tim Riker
2006-01-06
patch from tito: consolidate delay functions as bb_do_delay()
Rob Landley
2005-07-01
Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...
Mike Frysinger
2005-05-03
A patch from Takeharu KATO to update/fix SE-Linux support.
Rob Landley
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2005-04-16
In Bug 208, bernhardf writes:
Mike Frysinger
2004-08-26
Save a line or two
Eric Andersen
2004-08-25
Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre...
Glenn L McGrath
2004-07-30
Umm. Not guilty by reason of insanity.
Eric Andersen
2004-07-30
Fixup getty, login, etc so the utmp and wtmp are updated, allowing
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-04-12
Sigh. The patch from David Anders (prpplague) broke standard
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-09
David Anders (prpplague) submitted this patch to allow login to work
Eric Andersen
2003-09-02
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
Glenn L McGrath
[prev]
[next]