aboutsummaryrefslogtreecommitdiff
path: root/loginutils/login.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-4/+3
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-1/+0
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* login: fixing my brainfart: xspawn(t_argv) <- was using argv!vda2007-04-121-1/+1
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-121-20/+25
* Attempt to get more applets compile for NOMMU.vda2007-03-261-18/+17
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-251-1/+1
* login: nuke nonblock() - we have it in libbb; -400 bytes bss.vda2007-03-241-34/+28
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* style fixesvda2006-12-261-1/+1
* login: use %s - we know that string is not too long therevda2006-11-201-3/+3
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-5/+5
* login: add big fat comment about SIGINT - preventvda2006-10-311-1/+8
* login: re-enable Ctrl-^C before execing shell.vda2006-10-311-2/+12
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)vda2006-09-261-3/+3
* login: apply fixes + getopt_ulflag'ification by Bernhardvda2006-09-171-44/+29
* login: eliminate forward decls and #ifdefsvda2006-09-141-191/+166
* - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...aldot2006-09-131-28/+11
* login: use some ideas from util-linux's login.vda2006-09-081-25/+15
* login: make it saner and smaller by ~0.5k.vda2006-09-081-185/+131
* login: small fixes like \n removal, bb_error_msg'ification, etc.vda2006-09-081-19/+17
* login: previous commit comment was wrong :)vda2006-09-081-131/+133
* login: style fixesvda2006-09-081-0/+22
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-0/+4
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-1/+1
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-4/+4
* - use portability wrapper define bb_setpgrp.aldot2006-05-261-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-1/+1
* From Jan Kiszka: This patch fixes the security labelling of the login terminallandley2006-03-271-13/+9
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* more destroy potential overflow for x86_64.vodz2006-01-311-1/+3
* destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSEDvodz2006-01-311-3/+6
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-301-2/+2
* just whitespacetimr2006-01-251-1/+1
* patch from tito: consolidate delay functions as bb_do_delay()landley2006-01-061-11/+1
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...vapier2005-07-011-7/+9
* A patch from Takeharu KATO to update/fix SE-Linux support.landley2005-05-031-25/+27
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-1/+1
* In Bug 208, bernhardf writes:vapier2005-04-161-1/+1
* Save a line or twoandersen2004-08-261-2/+1
* Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre...bug12004-08-251-1/+2
* Umm. Not guilty by reason of insanity.andersen2004-07-301-1/+1
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingandersen2004-07-301-3/+4
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Sigh. The patch from David Anders (prpplague) broke standardandersen2004-04-121-1/+3