vi: fix reading of file after last line
[oweals/busybox.git] / include /
2015-01-05 Denys Vlasenkolibbb: code shrink by factoring out common update_utmp_...
2015-01-02 Denys Vlasenkolibpwdgrp: use FAST_FUNC to make "matching ABI" optimiz...
2015-01-02 Tito Ragusalibpwdgrp: rewritten to use malloced implementation
2014-12-22 Peter KümmelMake it possible to override LOGIN_FAIL_DELAY in CONFIG...
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2014-11-26 Denys Vlasenkolibbb: use ARG_MAX for bb_arg_max() only if it's 60k+
2014-11-04 Michel Stamzcip: Add environment variable for overriding log funct...
2014-09-22 Denys Vlasenkoless: move "retry-on-EAGAIN" logic closer to read ops
2014-08-17 Denys Vlasenkotaskset: support CPU masks for more than 64 CPUs
2014-08-05 Morten Kvistgaardftpd: add optional support for authentication
2014-06-30 Bartosz GolaszewskiRename INIT_LAST to INIT_FUNC to avoid confusion
2014-06-22 Bartosz Golaszewskiunit-tests: implement the unit-testing framework
2014-06-22 Bartosz Golaszewskilibbb: use a wrapper around sysconf(_SC_CLK_TCK) to...
2014-06-22 Denys Vlasenkofind: use sysconf(_SC_ARG_MAX) to determine the command...
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2014-05-02 Denys Vlasenkolibbb: rename execable -> executable. No code changes
2014-04-30 Denys Vlasenkolibbb: make syslog level for bb_error_msg's configurabl...
2014-04-30 Denys Vlasenkocrond: tweak help text, make course less cryptic
2014-04-19 Denys Vlasenkomodprobe-small: fix help messages for aliased module...
2014-04-13 Bernhard Reutner... libbb: provide usleep() fallback implementation
2014-02-27 Denys Vlasenkoxargs: add support for -I and -i. Closes 493
2014-02-02 Denys Vlasenkozcat: complain if input is not compressed
2014-01-08 Denys VlasenkoAnother FreeBSD fix from Matthias Andree
2014-01-07 Denys Vlasenkoplatform.h: undef HAVE_STRCHRNUL only on correct versio...
2013-11-26 Daniel Borcaplatform: strchrnul is missing if __APPLE__
2013-11-20 Denys Vlasenkorfkill: use new-style config/kbuild/applet
2013-11-19 Denys Vlasenkolibbb: move nuke_str() from passwd into libbb
2013-11-19 Denys Vlasenkosulogin: use common password-checking routine.
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files,...
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files
2013-11-13 Denys Vlasenkoswitch editors/* to embedded-in-source kbuild system
2013-11-12 Sven-Göran Berghawk: optionally support -e AWK_PROG
2013-11-12 Denys Vlasenkofstrim: use new-style config/kbuild/applet snippets...
2013-11-09 Malek Degachifstrim: New applet
2013-10-16 Thomas Petazzonilibbb: use <poll.h> instead of <sys/poll.h>
2013-10-16 Guilherme Maciel... wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
2013-10-08 Ryan Mallonlibbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid...
2013-10-06 Denys Vlasenkowall: access FILE under real user's credentials
2013-09-06 Denys VlasenkoMake smart_ulltoa return pointer to end (allows for...
2013-07-30 Denys VlasenkoWhitespace fixes
2013-07-30 Denys Vlasenkocatv: code shrink
2013-07-30 Bartosz GolaszewskiRefactor catv. Move visible() from stty to libbb.
2013-07-26 Bernhard Reutner... buildsys: Add helper to list suid applets
2013-07-25 Bartosz Golaszewskinetworking: code shrink
2013-07-13 Denys VlasenkoCommonalize typical [b,]k,m suffix struct
2013-06-27 Denys VlasenkoMove create_icmp[6]_socket to its only user, and simpli...
2013-06-27 Denys Vlasenkolosetup: assorted fixes. Closes 6314
2013-06-26 Denys Vlasenkomd5/sha512: a better fix for strict aliasing warnings
2013-04-07 Flemming Madsenash,hush: history builtin
2013-03-29 Denys Vlasenkolibbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
2013-03-27 Denys Vlasenkoman: install to /usr/bin, not /sbin
2013-03-12 Mike Frysingerplatform: use KERNEL_VERSION to simplify uClibc version...
2013-02-27 Denys VlasenkoFix move_to_unaligned16
2013-02-25 Denys Vlasenkomove endofname() to libbb
2013-02-20 Denys Vlasenkorpm: use "create+rename" method of replacing existing...
2013-01-19 Denys Vlasenkosha3: code shrink
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-14 Lauri Kasanensha3sum: new applet
2012-10-03 Denys Vlasenkomark get_shell_name FAST_FUNC
2012-08-06 Denys Vlasenkoplatform.h: disable ALIGNn macros for s390[x]
2012-07-24 Aurelien Jarno*: declare strings with ALIGN1, as appropriate
2012-07-24 Michael Tokarev*: declare strings with ALIGN1, as appropriate
2012-06-22 Denys Vlasenkodpkg: fix creation of .list files (were empty since...
2012-06-21 Denys Vlasenkomount: fix the wrongly stored fs creation time
2012-06-20 Denys Vlasenkoadduser: install to /usr, not /, like all other similar...
2012-06-20 Denys VlasenkoMove several applets to different install dir:
2012-06-12 Denys Vlasenkovolume_id/ext: use common bb_e2fs_defs.h for ext2/3...
2012-06-12 Pascal Bellardsu: do not change to home dir unless -l
2012-06-10 Tias Gunsplatform.h: Android tweaks: ioprio defines, BB_ADDITION...
2012-05-27 Natanael Copaunzip: ignore chmod errors
2012-04-28 Ron Yorstonsendmail: use host rather than NIS domain name for...
2012-04-17 Denys VlasenkoDrop include/bb_linux_ext2_fs.h, use existing e2fsprogs...
2012-04-13 Denys VlasenkoCreate and use our own copy of linux/ext2_fs.h
2012-03-06 Denys Vlasenkotar,rpm2cpio: check that child decompressor did not...
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2012-03-06 Denys Vlasenkopreparatory cleanups for seamless uncompression improve...
2012-03-03 Denys Vlasenkoblkid: if parameters are given, do not scan /dev
2012-02-23 Denys Vlasenkotar: add support for PAX-encoded path=LONGFILENAME
2012-02-09 Jonh WendellMake unix (local) sockets work without IPv6 enabled
2012-01-10 Denys Vlasenkomdev: do not treat non-leading '#' chars as start of...
2012-01-08 Denys VlasenkoMove include <shadow.h> close to pwd.h and grp.h includes
2012-01-08 Denys VlasenkoMove Adroid endgrent() and endpwent() NOPS to libbb.h
2012-01-06 Denys Vlasenkoplatform.h: define endgrent() and endpwent() as no...
2011-12-18 Denys Vlasenkolibbb: remove is_directory's argument which is always...
2011-12-16 Michael McTernanudhcp: finish support of classless static routes
2011-12-05 Denys Vlasenkosuppress a "integer overflow in expression" waring...
2011-11-22 Denys Vlasenkonommu: fix cases where we mangle argv[0][0]
2011-11-21 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2011-11-17 Denys Vlasenkolibbb.h: add check for bad off_t size detection
2011-11-16 Denys Vlasenkolibbb.h: tighten up macro code
2011-11-09 Peter Korsgaardbb_daemonize_or_rexec(): add flag to double-fork; use...
2011-11-03 Denys Vlasenkolineedit: add support for M-b, M-f, M-d, M-Backspace
2011-10-28 Leonid Lisovskiylibbb: split decode_base64 off read_base64
2011-10-24 Denys Vlasenkolibbb.h: remove unused defines
2011-10-19 Denys Vlasenkoudhcpc: add support for DHCP option 212 (RFC 5969)
2011-10-09 Oliver Metzdisable strverscmp usage if we build against uClibc...
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-20 Denys Vlasenkoadd INIT_G()'s. No code changes.
2011-09-19 Denys Vlasenkomdev: expand --help so that it's actually useful.
next