index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
poweroff.c
Age
Commit message (
Expand
)
Author
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-22
Support reboot, halt, and poweroff independent of busybox init.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-06-27
Apply last_patch93 from vodz:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-04-13
Update some missing copyright notices
Eric Andersen
2001-12-06
If find_pid_by_name() had an error, it was returning -1, but storing
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-18
Fix a nasty bug with variable name shadowing
Eric Andersen
2001-10-03
Look for either "init" or "linuxrc" processes
Eric Andersen
2001-07-05
Be extra extra careful about what we dereference.
Eric Andersen
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-19
Centralize handling of --help.
Matt Kraai
2000-07-19
Add usage messages for applets without them.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-04-07
Patch to make killall actually kill all PIDs with the specified name,
Erik Andersen
2000-03-07
Fix bugs related to finding PIDs.
Erik Andersen
2000-03-07
Wrote killall.
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
1999-12-10
Added poweroff (and adjusted init to use it). Inlined function
Eric Andersen