Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | AFAICT. | |||||
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -3/+3 | |
| | | | | - fix last.c to also look at the double-underscore UT_ defines. | |||||
* | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵ | Mike Frysinger | 2006-03-22 | 1 | -1/+1 | |
| | | | | sys/signal.h. | |||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -1/+1 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | remove strange bloat dup2() usage, sync this code with mainstream ↵ | "Vladimir N. Oleynik" | 2005-12-13 | 1 | -3/+2 | |
| | | | | login-utils, size reduce | |||||
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -14/+5 | |
| | ||||||
* | getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -221/+180 | |
| | ||||||
* | The change in getty.c in Busybox 1.01 caused the /etc/issue file to not | Eric Andersen | 2005-07-27 | 1 | -5/+6 | |
| | | | | | be displayed unless CONFIG_FEATURE_UTMP is set. This was not the intended result. | |||||
* | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-01 | 1 | -16/+14 | |
| | | | | | * loginutils/getty.c: (open_tty): Use dup2 instead of close/dup. | |||||
* | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-01 | 1 | -0/+6 | |
| | | | | | | * loginutils/getty.c: Include utmp.h only if CONFIG_FEATURE_U_W_TMP is defined. (getty_main): Use ISSUE only if it is defined. | |||||
* | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵ | Mike Frysinger | 2005-07-01 | 1 | -11/+10 | |
| | | | | WTMP options | |||||
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -2/+2 | |
| | | | | which were otherwise cluttering the global namespace. | |||||
* | Use a sane VEOL setting | Eric Andersen | 2005-04-14 | 1 | -1/+1 | |
| | ||||||
* | Save a line or two | Eric Andersen | 2004-08-26 | 1 | -4/+2 | |
| | ||||||
* | Patch from Manousaridis Angelos to cleanup stale file descriptors, it was ↵ | Glenn L McGrath | 2004-08-25 | 1 | -2/+4 | |
| | | | | preventing unmounting an initial filesystem. | |||||
* | Umm. Not guilty by reason of insanity. | Eric Andersen | 2004-07-30 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen | 2004-07-30 | 1 | -2/+8 | |
| | | | | | the 'who' and 'last' applets among other things to work as expected. -Erik | |||||
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -1/+3 | |
| | | | | | | | | | | | On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote: > The following patch changes klogd to use openlog/syslog themself > instead of calling syslog_msg which always calls the triple > openlog/syslog/closelog. Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen. Bastian | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -7/+7 | |
| | ||||||
* | Fix/eliminate use of atol | Eric Andersen | 2004-03-06 | 1 | -12/+5 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -6/+17 | |
| | ||||||
* | Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's | Glenn L McGrath | 2003-02-08 | 1 | -5/+2 | |
| | | | | behaviour. | |||||
* | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | 2003-01-21 | 1 | -136/+2 | |
| | | | | patch from Bastian Blank | |||||
* | last_patch61 from vodz: | Eric Andersen | 2002-10-10 | 1 | -19/+5 | |
| | | | | | | | | | New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in. | |||||
* | last_patch60 from vodz: | Eric Andersen | 2002-10-10 | 1 | -4/+13 | |
| | | | | | login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features. | |||||
* | Don't #ifdef __linux__. this is linux. | Aaron Lehmann | 2002-08-23 | 1 | -4/+0 | |
| | ||||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -7/+4 | |
| | | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes. | |||||
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 1 | -0/+1157 | |
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] |