summaryrefslogtreecommitdiff
path: root/coreutils/nohup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* use bb_sanitize_stdio() where appropriateDenis Vlasenko2007-01-271-13/+19
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
|
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
|
* - pull r15578 from busybox_scratch branch:Bernhard Reutner-Fischer2006-09-211-25/+21
| | | | | | | | | | | | | | | - fix bug where it would behave wrong if ./nohup.out was not writable. - debloat and make it readable while at it. $ size coreutils/nohup.o* text data bss dec hex filename 362 0 0 362 16a coreutils/nohup.o.trunk 344 0 0 344 158 coreutils/nohup.o $ make bloatcheck function old new delta nohup_main 324 310 -14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-14) Total: -14 bytes
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
|
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-1/+1
|
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+2
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
|
* Two more issues pointed out by Bernhard.Rob Landley2006-05-241-1/+5
|
* It takes _talent_ to implement a version of nohup that does everything exceptRob Landley2006-05-231-1/+2
| | | | the actual blocking of HUP.
* New version of nohup that's much smaller, less paranoid, consistent,Rob Landley2006-05-211-166/+36
| | | | vaguely portable, and licensed GPLv2 "or later".
* usage bb_dev_null"Vladimir N. Oleynik"2005-10-121-1/+1
|
* very small size reduce for nohup applet"Vladimir N. Oleynik"2005-09-221-9/+6
|
* - add applet nohup(1)Bernhard Reutner-Fischer2005-09-211-0/+188