aboutsummaryrefslogtreecommitdiff
path: root/loginutils/sulogin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix build without shadow supportDenis Vlasenko2006-12-281-2/+1
|
* sulogin: add support for $SUSHELL & $sushellDenis Vlasenko2006-10-141-4/+14
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-4/+2
|
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
|
* Error reporting fix for sulogin, plus remove help entries for options we neverRob Landley2006-09-111-1/+1
| | | | | implemented. (Plus a bit more of bbsh leaking in from my tree, but it shouldn't hurt anything and I'm lazy...)
* sulogin: minor cleanup.Denis Vlasenko2006-09-091-17/+15
|
* Shrinkage/cleanup from Tito.Rob Landley2006-09-081-87/+45
|
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-19/+13
|
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-3/+3
| | | | | automatically by function itself.
* sulogin: fix bug: -tNNN didn't workDenis Vlasenko2006-09-031-4/+5
|
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+4
|
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* - bzero -> memsetBernhard Reutner-Fischer2006-01-311-9/+8
| | | | | | | | | | | | | | | text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD
* just whitespaceTim Riker2006-01-251-2/+2
|
* patch from tito: consolidate delay functions as bb_do_delay()Rob Landley2006-01-061-7/+1
|
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-3/+5
|
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-0/+6
|
* Do not use getpass(3)Eric Andersen2004-05-011-27/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
|
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+184
-Erik