Guillem Jover
|
3fabf94e0b
s-s-d: Add a new --ppid matching option
|
12 年之前 |
Guillem Jover
|
861e165c26
s-s-d: Detect system specific headers at configure time
|
12 年之前 |
Guillem Jover
|
eb2981da25
s-s-d: Move Hurd specific headers after all standard headers
|
12 年之前 |
Guillem Jover
|
d12071e4aa
s-s-d: Fix OpenBSD KVM code to use current kinfo_proc layout
|
12 年之前 |
Guillem Jover
|
8d70815833
s-s-d: Add a native FreeBSD pid_is_exec() method
|
12 年之前 |
Guillem Jover
|
559895751c
s-s-d: Fix FreeBSD KVM code to use current kinfo_proc layout
|
12 年之前 |
Guillem Jover
|
02901d4027
s-s-d: Add a generic KVM implementation for do_procinit()
|
12 年之前 |
Guillem Jover
|
cc05292a2d
s-s-d: Remove unnecessary pointer reference and dereference dance
|
12 年之前 |
Guillem Jover
|
7a1b2fb687
s-s-d: Use symbolic names for option codes
|
12 年之前 |
Guillem Jover
|
51e4a23b56
s-s-d: Refactor Linux comm retrieval and switch to use /proc/PID/status
|
12 年之前 |
Guillem Jover
|
1c2b693e0b
Rename return code variables from r to rc
|
12 年之前 |
Guillem Jover
|
80de58344c
s-s-d: Add new --pid option
|
12 年之前 |
Guillem Jover
|
cf21cccb98
Switch variables from int to bool where appropriate
|
12 年之前 |
Guillem Jover
|
c23a480b1d
s-s-d: Recognize -C as documented
|
13 年之前 |
Guillem Jover
|
d9d8c5ab38
Use <termios.h> instead of deprecated <sys/termios.h>
|
12 年之前 |
Guillem Jover
|
4e5ce16f05
s-s-d: Remove space between function name and '('
|
13 年之前 |
Guillem Jover
|
1ea1205bd4
s-s-d: Move setsid() alternative code into a replacement setsid() function
|
13 年之前 |
Guillem Jover
|
e827c3fa3c
s-s-d: Refactor option setup off main() into new setup_options() function
|
13 年之前 |
Guillem Jover
|
0c8f832513
s-s-d: Refactor start action off main() into a new do_start() function
|
13 年之前 |
Guillem Jover
|
65644f1457
s-s-d: Group macro definitions after header inclusions
|
13 年之前 |
Guillem Jover
|
3de1552982
s-s-d: Add new --no-close option to disable closing fds on --background
|
14 年之前 |
Carsten Hey
|
85d78f9eb2
s-s-d: Do not follow symlinks when creating pidfiles
|
14 年之前 |
Guillem Jover
|
d1f02d25ed
s-s-d: Refactor parse_umask() and parse_integer() into parse_unsigned()
|
14 年之前 |
Guillem Jover
|
2bf4b48a9a
Check parsed integers for out of range errors
|
14 年之前 |
Guillem Jover
|
157d6447ee
Check parsed integers for invalid or no digit errors
|
14 年之前 |
Guillem Jover
|
ee81253069
s-s-d: Refactor pidfile writing into a new write_pidfile() function
|
14 年之前 |
Guillem Jover
|
fd35aec4fa
s-s-d: Fix --exec to work with relative arguments and --chdir
|
14 年之前 |
Guillem Jover
|
db5604d792
s-s-d: Refactor path concatenation into newpath()
|
14 年之前 |
Guillem Jover
|
33cccfc40e
s-s-d: Make pid_is_cmd() on the Hurd match on both argv[0] and argv[1]
|
14 年之前 |
Guillem Jover
|
89fe6c069a
s-s-d: Make all pid_is_exec() implementations get a struct stat
|
14 年之前 |