hush/libbb
Stephen Heumann 2a577970b6 Avoid integer overflow in suffix-processing code. 2020-02-06 23:56:57 -06:00
..
appletlib.c build system: fix a few warnings for allnoconfig build 2016-07-05 21:43:28 +02:00
auto.string.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05:00
bb.basename.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
bb.qsort.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
bb.strtonum.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
cmp.str.array.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05:00
conc.pathfile.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
endofname.c move endofname() to libbb 2013-02-26 00:36:53 +01:00
error.retval.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
escape.seq.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
exec.gno.c Properly support running programs using relative pathnames. 2015-02-03 21:24:10 -06:00
full.write.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
get.exec.path.c Include copyright/license notices in all c files, including a BSD-style license for ones written from scratch by me. 2014-12-15 17:27:46 -06:00
get.line.c Changes to handle the use of \r as newline on the IIgs. 2014-11-08 19:58:11 -06:00
getopt32.c Merge with BusyBox 1.26.0 development version prior to significant hush changes. 2018-01-01 12:59:30 -06:00
last.char.is.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
lineedit.c Merge with BusyBox 1.26.0 development version prior to significant hush changes. 2018-01-01 12:59:30 -06:00
llist.c main: free suid_config list after use 2011-05-16 12:21:31 +02:00
messages.c Merge with BusyBox 1.25.0. 2018-01-01 00:28:06 -06:00
parse.mode.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05:00
perror.msg.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
pgrp.c Include copyright/license notices in all c files, including a BSD-style license for ones written from scratch by me. 2014-12-15 17:27:46 -06:00
platform.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05:00
poll.c Add an implementation of poll() written in terms of select(), to work around the lack of poll() on GNO. 2014-11-03 12:26:43 -06:00
printable.str.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05:00
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 *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
read.key.c Work around problem where hush would hang after another process was ^C'd while reading from the terminal. 2015-01-01 23:16:26 -06:00
s.gethostname.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
safe.poll.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
safe.strncpy.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
safe.write.c Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00
signal.names.c Change libbb/signal.names.c to use C89-style constructs for ORCA/C compatibility. 2014-11-02 23:15:17 -06:00
signals.c Work around GNO libc's buggy sigprocmask implementation by defining our own version of it. This should fix issues where hush could hang in wait() calls. 2015-01-15 18:02:33 -06:00
skip.whitespc.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05:00
time.c libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 2016-05-31 02:50:54 +02:00
unicode.c Various changes for GNO and ORCA/C compatibility. 2014-11-02 18:30:31 -06:00
verror.msg.c Changes to handle the use of \r as newline on the IIgs. 2014-11-08 19:58:11 -06:00
vfork.and.run.c Include copyright/license notices in all c files, including a BSD-style license for ones written from scratch by me. 2014-12-15 17:27:46 -06:00
waitpid.emul.c In waitpid emulation, restart waiting after signals. 2015-01-15 18:45:42 -06:00
wfopen.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
xatonum.c Avoid integer overflow in suffix-processing code. 2020-02-06 23:56:57 -06:00
xatonum.tmplt.c Restructure macros in libbb/xatonum.c and its template file to work with the ORCA/C preprocessor. 2014-11-03 20:17:51 -06:00
xfunc.die.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05:00
xfuncs.c Merge with BusyBox 1.25.0. 2018-01-01 00:28:06 -06:00
xfuncs.printf.c Merge with BusyBox 1.24.0. 2015-10-17 01:10:35 -05: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 Move all the source files to 15-character ProDOS-compatible file names. 2014-11-02 22:11:07 -06:00