Denis Vlasenko
|
bf0a201008
style fixes
|
18 lat temu |
Denis Vlasenko
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
18 lat temu |
Denis Vlasenko
|
dca0b707c0
reshuffle libbb.h contents so that order of decls makes sense
|
18 lat temu |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 lat temu |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 lat temu |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 lat temu |
Denis Vlasenko
|
ce97960a6e
usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.
|
18 lat temu |
Rob Landley
|
88621d7398
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
|
18 lat temu |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 lat temu |
Rob Landley
|
cba1b96735
Patch from Shaun Jackman to set environment variable RUNLEVEL equal to
|
18 lat temu |
"Robert P. J. Day"
|
edd9ca5743
More removal of "#if 0" content.
|
18 lat temu |
Bernhard Reutner-Fischer
|
cf1f2ace39
- fix CONFIG_DEBUG_INIT compile failure
|
18 lat temu |
Paul Fox
|
d112f8fa5e
make halt and poweroff messages more accurate (i.e., claim "we're about to",
|
18 lat temu |
Bernhard Reutner-Fischer
|
7ae1553980
- consolidate "Sending SIG%s to all processes"; untested..
|
18 lat temu |
Bernhard Reutner-Fischer
|
c58dbf28e0
- remove useless variable "status" from init_main.
|
18 lat temu |
Bernhard Reutner-Fischer
|
3ab3080bc2
- use config_buffer for message()
|
18 lat temu |
Bernhard Reutner-Fischer
|
35e1a077d6
- DEBUG_INIT -> config CONFIG_DEBUG_INIT
|
18 lat temu |
Bernhard Reutner-Fischer
|
76bb97c995
- landley, remove this?
|
18 lat temu |
Bernhard Reutner-Fischer
|
49e60b9788
- set_term() doesn't need an argument. (Like r15220 this is just compile-tested)
|
18 lat temu |
Bernhard Reutner-Fischer
|
0da069d382
- move common code into new open_new_terminal() function;
|
18 lat temu |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 lat temu |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 lat temu |
Mike Frysinger
|
2f4d91da75
fix whitespace
|
18 lat temu |
Mike Frysinger
|
706f8f6de5
just include fcntl.h not sys/fcntl.h
|
18 lat temu |
Rob Landley
|
b3ede5abe2
More from Jan Kiszka: this is a port of the latest sysv-init SELinux patch.
|
18 lat temu |
Rob Landley
|
2dd4279959
Patch from Rogelio Serrano to defer checking whether the tty exists until
|
18 lat temu |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
18 lat temu |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 lat temu |
"Vladimir N. Oleynik"
|
1f04c9d29c
removed anoinig `unused' warnings
|
19 lat temu |
Rob Landley
|
646129163a
Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.
|
19 lat temu |