index
:
platform/upstream/coreutils
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_base
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel
sandbox/mwereski/upgrade
sandbox/mwereski/upstream
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nohup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-12
(main): nohup now closes stdin if it is a terminal, unless
Paul Eggert
1
-1
/
+7
2005-04-23
(main): If getopt fails, exit with status 127, not status 1.
Paul Eggert
1
-1
/
+1
2005-04-11
Include unistd-safer.h.
Paul Eggert
1
-2
/
+3
2005-04-05
(usage): Mention that some shells provide a
Jim Meyering
1
-0
/
+1
2005-03-19
(main): nohup now ignores the umask when creating nohup.out.
Paul Eggert
1
-25
/
+25
2004-11-17
(main): Use getopt_long rather than getopt.
Paul Eggert
1
-1
/
+1
2004-09-21
Include <getopt.h>.
Paul Eggert
1
-10
/
+5
2004-08-03
(main): Use bool for booleans.
Paul Eggert
1
-1
/
+1
2004-07-04
(main): Don't pass NULL first argument to path_concat.
Jim Meyering
1
-5
/
+10
2004-06-21
(main): Standardize on the diagnostics given when someone gives
Jim Meyering
1
-1
/
+1
2004-04-20
(main) [!defined _POSIX_SOURCE]:
Jim Meyering
1
-12
/
+1
2004-04-04
(main): Adjust to new calling convention for set_cloexec_flag.
Jim Meyering
1
-1
/
+1
2004-03-04
(main): Don't invoke set_cloexec_flag with a file descriptor of -1.
Jim Meyering
1
-1
/
+2
2004-03-03
Include "cloexec.h".
Jim Meyering
1
-0
/
+5
2004-01-21
(usage): Use EXIT_SUCCESS, not 0, for clarity.
Jim Meyering
1
-9
/
+5
2003-11-05
Cast NULL to `(char *)' in call to variadic function,
Jim Meyering
1
-1
/
+1
2003-10-18
Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
Jim Meyering
1
-2
/
+2
2003-09-18
(WRITTEN_BY): Rename from AUTHORS.
Jim Meyering
1
-2
/
+2
2003-09-18
revert previous change
Jim Meyering
1
-1
/
+1
2003-09-18
Update AUTHORS definition to be a comma-separated list of strings and/or update
Jim Meyering
1
-1
/
+1
2003-07-23
Don't include headers already included by system.h:
Jim Meyering
1
-1
/
+0
2003-07-18
(NOHUP_FOUND_BUT_CANNOT_INVOKE, NOHUP_FAILURE):
Jim Meyering
1
-5
/
+8
2003-07-13
(NOHUP_FAILURE, NOHUP_FOUND_BUT_CANNOT_INVOKE): Define.
Jim Meyering
1
-5
/
+14
2003-07-11
New file. Rewrite of nohup.sh in C.
Jim Meyering
1
-0
/
+183