Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
88ca067690
xread/write can use full_read/write (smaller code)
|
18 years ago |
Denis Vlasenko
|
a6dbb08a48
small style fixes
|
18 years ago |
Denis Vlasenko
|
1db39b2f51
nmeter: new applet. ~4k
|
18 years ago |
Denis Vlasenko
|
7d219aab70
build system overhaul
|
18 years ago |
Denis Vlasenko
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 years ago |
Denis Vlasenko
|
b6332248ca
fdformat: remove redundant check
|
18 years ago |
Denis Vlasenko
|
fe54458e46
runit/chpst: "change process state" utility
|
18 years ago |
Rob Landley
|
fbdf121b7d
Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Rob Landley
|
da9d1d079e
Strangely, using // in the comments I added was not a persistent accident.
|
18 years ago |
Rob Landley
|
20cc6d567f
Remove pointless "const". Bloatcheck says 0 bytes difference.
|
18 years ago |
Bernhard Reutner-Fischer
|
57b56674a3
- merge xstat.c into xfuncs.c
|
18 years ago |
Denis Vlasenko
|
a9801658ee
getty, sulogin: convert to using bb_msg for syslog output
|
18 years ago |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
18 years ago |
Denis Vlasenko
|
d25a2645f5
xfunc: fix: && -> &. Also nuked two double semicolons...
|
18 years ago |
Denis Vlasenko
|
27af5a0dd3
replacing func() with xfunc() where appropriate
|
18 years ago |
Bernhard Reutner-Fischer
|
73561cc75a
- pull from busybox_scratch: r15829:15850
|
18 years ago |
Rob Landley
|
519d7df930
Another whack at scripts/individual. Now builds 212 applets.
|
18 years ago |
Rob Landley
|
23b61be0df
Add comments to all the functions in this file documenting what they're for.
|
18 years ago |
Rob Landley
|
2c55fcac08
Thinko spotted by Vladimir Dronnikov.
|
18 years ago |
Rob Landley
|
081e38483e
Remove xcalloc() and convert its callers to xzalloc(). About half of them
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
Rob Landley
|
df822f2606
We need xsetuid() and xsetgid() because per-user process resource limits can
|
18 years ago |
Rob Landley
|
22d3958d76
Denis Vlasenko spotted the lack of bounds checking in my first attempt at
|
18 years ago |