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
/
include
/
libbb.h
Age
Commit message (
Expand
)
Author
2008-08-09
optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
Denis Vlasenko
2008-08-05
*: use get_console_fd() as appropriate, and make it fail on open error -
Denis Vlasenko
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-08-04
modprobe: use buffering line reads (fgets) instead of reads().
Denis Vlasenko
2008-08-04
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-07-27
netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-24
*: conversion to config parser
Denis Vlasenko
2008-07-22
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-19
libbb: config_read() update
Denis Vlasenko
2008-07-19
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-17
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
2008-07-17
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-16
update of config file parser from Vladimir
Denis Vlasenko
2008-07-15
libbb: document plans to speed up line-based input
Denis Vlasenko
2008-07-15
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
2008-07-15
libbb: experimental faster string reading routines.
Denis Vlasenko
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-09
libbb: use improved xmalloc_read() from modprobe-small
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-01
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
*: introduce and use xvfork()
Denis Vlasenko
2008-06-30
sendmail: from Vladimir:
Denis Vlasenko
2008-06-29
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-15
Specially for Bernhard Fischer introduce USE_BB_CRYPT
Denis Vlasenko
2008-06-12
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-07
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-06
- fix compilation on standard-conforming compilers
Bernhard Reutner-Fischer
2008-06-05
which: -a support (needed for bfin uclibc build script)
Denis Vlasenko
2008-06-04
networking/interface.c: fix indentation
Denis Vlasenko
2008-06-01
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-05-28
- add strrchr
Bernhard Reutner-Fischer
2008-05-25
move setgroups definition to libbb.h so that it no longer inadvertently
Denis Vlasenko
2008-05-19
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-16
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-05-07
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-04-27
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2008-04-21
tentative fix for ppc64 problems with ioctl.
Denis Vlasenko
2008-04-19
libbb: introduce xmalloc_xopen_read_close and use where appropriate
Denis Vlasenko
2008-04-06
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-04-01
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
[next]