hush/libbb
2014-12-13 22:21:38 -06:00
..
appletlib.c
bb.basename.c
bb.qsort.c
bb.strtonum.c
cmp.str.array.c
conc.pathfile.c
endofname.c
error.retval.c
escape.seq.c
exec.gno.c Eliminate memory leaks in the exec* routines for GNO. 2014-12-09 18:11:20 -06:00
full.write.c
get.exec.path.c
get.line.c
getopt32.c Properly reset getopt in each invocation of getopt32() on BSD-type systems, including GNO and OS X. 2014-12-02 15:31:50 -06:00
last.char.is.c
lineedit.c Fix problems with editing of commands that extend to multiple lines. 2014-12-13 22:21:38 -06:00
llist.c
mempcpy.c
messages.c
parse.mode.c
perror.msg.c
pgrp.c Fix our handling of process groups for job control, working around a couple GNO bugs. 2014-11-21 23:05:38 -06:00
platform.c
poll.c
printable.str.c
qsort.c Add our own version of qsort, because the one from ORCA/C is recursive and can use thousands of KB of stack space. 2014-12-03 10:49:24 -06:00
read.c
read.key.c Add basic support for getting input escape sequences from termcap. 2014-11-12 23:25:01 -06:00
s.gethostname.c
safe.poll.c
safe.strncpy.c
safe.write.c
signal.names.c
signals.c Change various uses of signal masks to use 32-bit values (previously half the signals were essentially cut off). 2014-11-25 17:43:14 -06:00
skip.whitespc.c
time.c
unicode.c
verror.msg.c
vfork.and.run.c Implement "close-on-exec" functionality for GNO. 2014-12-03 21:04:46 -06:00
waitpid.emul.c
wfopen.c
xatonum.c
xatonum.tmplt.c
xfunc.die.c Change vfork_and_run implementation to inspect the kernel's process tables to determine whether the child has really exec'd or exited. 2014-11-10 16:08:24 -06:00
xfuncs.c Implement "close-on-exec" functionality for GNO. 2014-12-03 21:04:46 -06:00
xfuncs.printf.c Remove libbb/copyfd.c and an unused function that was its only caller. 2014-11-20 20:00:21 -06:00
xgetcwd.c Translate colons to slashes in the current path name, for compatibility with Unix-style usage. 2014-12-03 23:02:15 -06:00
xrealloc.vec.c