libbb: password/group function helpers rewritten by Tito:
[platform/upstream/busybox.git] / include / libbb.h
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.
2008-11-11 Denis Vlasenkolibbb: disable a second md5 implementation which manage...
2008-11-10 Denis Vlasenkosha256,sha512: new applets. +4.9kb
2008-11-06 Denis Vlasenkocorrection in comment
2008-11-06 Denis Vlasenkorunsvdir: alternative methon of supporting runsvdir...
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-10-25 Denis Vlasenkoless: reuse former vi's key reading code. Improve SIGWI...
2008-10-25 Denis Vlasenkovi: move key reading routine out of vi into llbbb
2008-09-26 Denis Vlasenkolibpwdgrp: make it coexist with <pwd.h>, <grp.h> and...
2008-09-25 Denis Vlasenkotop: optional SMP support by Vineet Gupta (vineetg76...
2008-09-25 Denis Vlasenkoreturn setgroups() decl to libbb, it is needed if we...
2008-09-25 Mike Frysingerwe dont provide setgroups() replacement, so dont provid...
2008-09-11 Denis Vlasenkorunsvd: shrink by Vladimir
2008-08-09 Denis Vlasenkooptimize config_read() (by Timo Teras <timo.teras AT...
2008-08-05 Denis Vlasenko*: use get_console_fd() as appropriate, and make it...
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-08-04 Denis Vlasenkomodprobe: use buffering line reads (fgets) instead...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-27 Denis Vlasenkonetstat: optional -p support by L. Gabriel Somlo <somlo...
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-24 Denis Vlasenko*: conversion to config parser
2008-07-22 Denis Vlasenkofix all cases of strcpy on overlapping strings.
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-19 Denis Vlasenkolibbb: config_read() update
2008-07-19 Denis Vlasenkolibbb: updated config_parse() from Vladimir
2008-07-17 Denis Vlasenkopidof/killall: allow find_pid_by_name to find running
2008-07-17 Bernhard Reutner... - fix segfault in nameif with mactab file
2008-07-16 Denis Vlasenkoupdate of config file parser from Vladimir
2008-07-15 Denis Vlasenkolibbb: document plans to speed up line-based input
2008-07-15 Denis Vlasenkolibbb: unified config parser (By Vladimir Dronnikov)
2008-07-15 Denis Vlasenkolibbb: experimental faster string reading routines.
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-07-09 Denis Vlasenkolibbb: use improved xmalloc_read() from modprobe-small
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-30 Denis Vlasenkosendmail: from Vladimir:
2008-06-29 Denis Vlasenkolibbb: shrink monotonic_XXX functions, introduce monoto...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-15 Denis VlasenkoSpecially for Bernhard Fischer introduce USE_BB_CRYPT
2008-06-12 Denis Vlasenkomake pw_encrypt() return malloc'ed string.
2008-06-12 Denis Vlasenkouclibc insists on having 70k static buffer for crypt.
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-06-06 Bernhard Reutner... - fix compilation on standard-conforming compilers
2008-06-05 Denis Vlasenkowhich: -a support (needed for bfin uclibc build script)
2008-06-04 Denis Vlasenkonetworking/interface.c: fix indentation
2008-06-01 Denis Vlasenkoash: optional printf builtin. +25 bytes if off, +35...
2008-05-28 Bernhard Reutner... - add strrchr
2008-05-25 Denis Vlasenkomove setgroups definition to libbb.h so that it no...
2008-05-19 Bernhard Reutner... - Rename getpty() to xgetpty() and adjust callers.
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-16 Bernhard Reutner... - fix bug where we incorrectly rejected ifconfig eth0...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-05-07 Denis Vlasenkohttpd: fix several bugs triggering by realtive path...
2008-04-27 Denis Vlasenkocp: fix "cp -RL" to create regular files even if src...
2008-04-21 Denis Vlasenkotentative fix for ppc64 problems with ioctl.
2008-04-19 Denis Vlasenkolibbb: introduce xmalloc_xopen_read_close and use where...
2008-04-06 Denis Vlasenkobrctl: optional support for "show" cmd (by L. Gabriel...
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-30 Denis Vlasenkolibbb: preventive fix for SIGxxx >= 32
2008-03-28 Denis Vlasenkocopy_file: handle "cp /dev/foo file" (almost) compatibl...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-24 Denis Vlasenkolpd: fix OOM vulnerability (was eating arbitrarily...
2008-03-20 Denis Vlasenkosmall NOMMU fixes
2008-03-19 Denis Vlasenkoadduser/addgroup: check username for invalid chars
2008-03-19 Denis Vlasenko*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier...
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenkodnsd: properly set _src_ IP:port on outgoing UDP packets
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkodos2unix: tiny shrink
2008-03-17 Denis Vlasenkolibbb: introduce and use sigprocmask_allsigs and sigact...
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-03-12 Denis Vlasenkoinetd: make it NOMMU-capable and IPv6-friendly. Lots...
2008-03-12 Denis Vlasenkocrond: make it NOMMU-capable
2008-03-02 Denis Vlasenkolibbb: inntroduce and use bb_pstrcmp() and qsort_string...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-02-25 Denis Vlasenkolpd: spool mode added by Vladimir
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-23 Denis Vlasenkoless: update line input so that it doesn't interfere...
2008-02-20 Denis Vlasenkolibbb: introduce and use nonblock_safe_read(). Yay!
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-10 Denis Vlasenkohush: reinstate `cmd` handling for NOMMU (with fat...
2008-02-07 Mike Frysingersome more fixes for cross-compiling on an OS X host...
2008-02-07 Mike Frysingeronly include mntent.h according to HAVE_MNTENT_H and...
next