index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
renice.c
Age
Commit message (
Expand
)
Author
2008-07-21
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-11-27
safe_strtoXX interface proved to be a bit unconvenient.
Denis Vlasenko
2006-11-17
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-10-08
start_stop_daemon: add -N <nice> compat
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2005-02-13
Add 'nice' and replace 'renice' with a new implementation.
Manuel Novoa III
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-05
Use perrorMsg and clean up exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-21
Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
Eric Andersen