debian
+x debian/rules
2012-01-08 00:48:17 -05:00
rts.tests
rts: Add a test for the execution of the "notify" script
2018-10-12 19:07:17 -06:00
.gitignore
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
alloc.c
Add proper prototypes for alloc* functions
2010-06-14 10:45:13 -06:00
alloc.h
Add proper prototypes for alloc* functions
2010-06-14 10:45:13 -06:00
alloc_re.c
Add proper prototypes for alloc* functions
2010-06-14 10:45:13 -06:00
BIN
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
buffer.c
Initial commit
2010-05-06 23:43:34 -06:00
buffer.h
buffer: Add buffer_gets line reading function
2014-03-20 18:38:03 -06:00
buffer_0.c
Initial commit
2010-05-06 23:43:34 -06:00
buffer_1.c
Initial commit
2010-05-06 23:43:34 -06:00
buffer_2.c
Initial commit
2010-05-06 23:43:34 -06:00
buffer_copy.c
Add buffer_copy object from other public domain DJB source
2010-06-29 15:32:13 -06:00
buffer_copyline.c
buffer: Add a buffer_copyline function, to copy everything up to a specified character
2014-03-20 18:35:32 -06:00
buffer_get.c
Initial commit
2010-05-06 23:43:34 -06:00
buffer_gets.c
buffer: Add buffer_gets line reading function
2014-03-20 18:38:03 -06:00
buffer_put.c
Remove empty if statement in buffer_put.c
2010-07-08 11:56:28 -06:00
buffer_read.c
Initial commit
2010-05-06 23:43:34 -06:00
buffer_write.c
Initial commit
2010-05-06 23:43:34 -06:00
byte.h
byte*: Wrap standard C library functions, they're faster
2014-03-20 14:16:39 -06:00
byte=l
str: Use standard library replacements for str_diff and str_len
2014-03-20 20:58:36 -06:00
byte_chr.c
byte*: Wrap standard C library functions, they're faster
2014-03-20 14:16:39 -06:00
byte_rchr.c
byte_rchr: Eliminate warning about implicit declaration of memrchr
2018-10-13 16:50:07 -06:00
CHANGES
Bump version to 1.10
2018-10-13 18:42:25 -06:00
CHANGES.djb
Rename the old CHANGES file to CHANGES.djb
2010-06-03 09:53:02 -06:00
chkshsgr.c
Eliminate all harmless compiler warnings (at least on my system)
2011-01-28 13:59:32 -06:00
chkshsgr=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
choose.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
choose.sh
Initial commit
2010-05-06 23:43:34 -06:00
clean.do
Make clean depend on TARGETS so that gets included in the dist tarball
2010-06-12 20:16:09 -06:00
closeonexec.c
Rename coe to closeonexec
2010-06-12 08:53:57 -06:00
closeonexec.h
Rename coe to closeonexec
2010-06-12 08:53:57 -06:00
compile.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
conf-bin
Add installer program and instructions
2010-06-29 15:42:00 -06:00
conf-cc
Eliminate more compile warnings.
2010-07-08 11:51:51 -06:00
conf-ld
Initial commit
2010-05-06 23:43:34 -06:00
conf-man
Add installer program and instructions
2010-06-29 15:42:00 -06:00
conf-supervise
Expand note in conf-supervise
2010-06-19 23:25:35 -06:00
conf_supervise.c.do
supervise: Add a conf-supervise control and svpath module
2010-06-11 23:02:23 -06:00
deepsleep.c
Initial commit
2010-05-06 23:43:34 -06:00
deepsleep.h
Initial commit
2010-05-06 23:43:34 -06:00
default.8.do
Add framework for doing substitutions in man pages
2010-06-15 23:04:06 -06:00
default.a.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
default.do
Portability fix: Avoid the use of test -e
2018-10-09 17:18:24 -06:00
default.o.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
direntry.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
direntry.h1
Initial commit
2010-05-06 23:43:34 -06:00
direntry.h2
Initial commit
2010-05-06 23:43:34 -06:00
dosubst.do
Add framework for doing substitutions in man pages
2010-06-15 23:04:06 -06:00
env.c
Initial commit
2010-05-06 23:43:34 -06:00
env.h
Initial commit
2010-05-06 23:43:34 -06:00
envdir.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
envdir.c
envdir: Add support for adding a prefix to variable names
2014-09-29 20:20:45 -06:00
envdir=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
envini.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
envini.c
envini: New program to read environment variables from an INI file
2014-09-29 20:37:39 -06:00
envini=x
envini: New program to read environment variables from an INI file
2014-09-29 20:37:39 -06:00
envuidgid.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
envuidgid.c
strerr: Include ": " separator automatically in sys error message
2013-08-19 22:53:28 -06:00
envuidgid=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
error.c
Initial commit
2010-05-06 23:43:34 -06:00
error.h
Fix errno definition in error.h by including <errno.h>
2010-05-07 09:33:49 -06:00
error_str.c
Initial commit
2010-05-06 23:43:34 -06:00
EXTRADIST
Leave out the devel bits from the dist tarball
2010-07-09 09:30:08 -06:00
fd.h
Initial commit
2010-05-06 23:43:34 -06:00
fd_copy.c
Initial commit
2010-05-06 23:43:34 -06:00
fd_move.c
Initial commit
2010-05-06 23:43:34 -06:00
fghack.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
fghack.c
fix gcc-7.3 warnings
2018-09-27 17:13:17 -04:00
fghack=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
fifo.c
Initial commit
2010-05-06 23:43:34 -06:00
fifo.h
Initial commit
2010-05-06 23:43:34 -06:00
find-systype.sh
Initial commit
2010-05-06 23:43:34 -06:00
fmt.h
Initial commit
2010-05-06 23:43:34 -06:00
fmt_uint.c
Remove the "register" anachronism
2010-06-14 10:57:11 -06:00
fmt_uint0.c
Initial commit
2010-05-06 23:43:34 -06:00
fmt_ulong.c
Remove the "register" anachronism
2010-06-14 10:57:11 -06:00
gen_alloc.h
Initial commit
2010-05-06 23:43:34 -06:00
gen_allocdefs.h
Remove the "register" anachronism
2010-06-14 10:57:11 -06:00
getln.c
Add getln objects from other public domain DJB sources
2010-06-29 15:32:44 -06:00
getln.h
Add getln objects from other public domain DJB sources
2010-06-29 15:32:44 -06:00
getln2.c
getln2: Fix the error return case (unsigned n can never be < 0)
2014-04-01 16:11:29 -06:00
getln=l
Add getln objects from other public domain DJB sources
2010-06-29 15:32:44 -06:00
hasattribute.h.do
Add a sysdep for GCC attributes, to note that strerr_die is noreturn.
2010-07-08 11:47:52 -06:00
hasattribute.h1
Add a sysdep for GCC attributes, to note that strerr_die is noreturn.
2010-07-08 11:47:52 -06:00
hasattribute.h2
Add a sysdep for GCC attributes, to note that strerr_die is noreturn.
2010-07-08 11:47:52 -06:00
hasflock.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
hasflock.h1
Initial commit
2010-05-06 23:43:34 -06:00
hasflock.h2
Initial commit
2010-05-06 23:43:34 -06:00
hasmemrchr.h.do
byte*: Wrap standard C library functions, they're faster
2014-03-20 14:16:39 -06:00
hasmemrchr.h1
byte*: Wrap standard C library functions, they're faster
2014-03-20 14:16:39 -06:00
hasmemrchr.h2
byte_rchr: Eliminate warning about implicit declaration of memrchr
2018-10-13 16:50:07 -06:00
hasmkffo.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
hasmkffo.h1
Initial commit
2010-05-06 23:43:34 -06:00
hasmkffo.h2
Initial commit
2010-05-06 23:43:34 -06:00
hassgact.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
hassgact.h1
Initial commit
2010-05-06 23:43:34 -06:00
hassgact.h2
Initial commit
2010-05-06 23:43:34 -06:00
hassgprm.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
hassgprm.h1
Initial commit
2010-05-06 23:43:34 -06:00
hassgprm.h2
Initial commit
2010-05-06 23:43:34 -06:00
hasshsgr.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
hasshsgr.h1
Initial commit
2010-05-06 23:43:34 -06:00
hasshsgr.h2
Initial commit
2010-05-06 23:43:34 -06:00
haswaitp.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
haswaitp.h1
Initial commit
2010-05-06 23:43:34 -06:00
haswaitp.h2
Initial commit
2010-05-06 23:43:34 -06:00
install.do
Add installer program and instructions
2010-06-29 15:42:00 -06:00
installer.c
Eliminate all harmless compiler warnings (at least on my system)
2011-01-28 13:59:32 -06:00
installer=x
Add installer program and instructions
2010-06-29 15:42:00 -06:00
iopause.c
Initial commit
2010-05-06 23:43:34 -06:00
iopause.h.do
Fix missing dependency in iopause.h
2010-06-27 21:58:20 -06:00
iopause.h1
Initial commit
2010-05-06 23:43:34 -06:00
iopause.h2
Initial commit
2010-05-06 23:43:34 -06:00
it.do
Add framework for doing substitutions in man pages
2010-06-15 23:04:06 -06:00
LICENSE
Bump copyright year to 2014
2014-04-01 16:42:51 -06:00
load.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
lock.h
Initial commit
2010-05-06 23:43:34 -06:00
lock_ex.c
lock_ex.c: Include unistd.h for lockf(3)
2010-09-03 20:24:42 +09:00
lock_exnb.c
Initial commit
2010-05-06 23:43:34 -06:00
makedist
Fix a problem with the rts.tests files in the dist tarball
2010-07-29 12:31:31 -06:00
makelib.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
makemake
Portability fix: Avoid the use of test -e
2018-10-09 17:18:24 -06:00
MAN
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
man.do
envini: New program to read environment variables from an INI file
2014-09-29 20:37:39 -06:00
match.c
match.c: Add support for fnmatch based patterns (not yet used)
2014-03-18 10:35:44 -06:00
match.h
match.c: Add support for fnmatch based patterns (not yet used)
2014-03-18 10:35:44 -06:00
matchtest.c
matchtest: Add support and tests for fnmatch matches
2014-03-18 10:53:26 -06:00
matchtest=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
multilog.8
supervise: fix initial "down" status
2018-09-21 11:05:59 -06:00
multilog.c
multilog: Read/write whole lines at a time
2014-03-20 18:38:03 -06:00
multilog=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
ndelay.h
Initial commit
2010-05-06 23:43:34 -06:00
ndelay_off.c
Initial commit
2010-05-06 23:43:34 -06:00
ndelay_on.c
Initial commit
2010-05-06 23:43:34 -06:00
open.h
Initial commit
2010-05-06 23:43:34 -06:00
open_append.c
Initial commit
2010-05-06 23:43:34 -06:00
open_read.c
Initial commit
2010-05-06 23:43:34 -06:00
open_trunc.c
Initial commit
2010-05-06 23:43:34 -06:00
open_write.c
Initial commit
2010-05-06 23:43:34 -06:00
openreadclose.c
Initial commit
2010-05-06 23:43:34 -06:00
openreadclose.h
Initial commit
2010-05-06 23:43:34 -06:00
pathexec.h
Initial commit
2010-05-06 23:43:34 -06:00
pathexec_env.c
Initial commit
2010-05-06 23:43:34 -06:00
pathexec_run.c
Eliminated a few compile warnings.
2010-07-08 11:19:03 -06:00
pgrphack.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
pgrphack.c
strerr: Include ": " separator automatically in sys error message
2013-08-19 22:53:28 -06:00
pgrphack=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
print-ar.sh
Initial commit
2010-05-06 23:43:34 -06:00
print-cc.sh
Initial commit
2010-05-06 23:43:34 -06:00
print-ld.sh
Initial commit
2010-05-06 23:43:34 -06:00
programs.do
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
prot.c
setuidgid: Add -s option to set account's supplementary gids
2010-09-03 20:29:43 +09:00
prot.h
setuidgid: Add -s option to set account's supplementary gids
2010-09-03 20:29:43 +09:00
readclose.c
Initial commit
2010-05-06 23:43:34 -06:00
readclose.h
Initial commit
2010-05-06 23:43:34 -06:00
README
Bump copyright year to 2014
2014-04-01 16:42:51 -06:00
readproctitle.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
readproctitle.c
Initial commit
2010-05-06 23:43:34 -06:00
readproctitle=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
rts.do
Break the rts self-test system into a set of smaller files
2010-06-28 17:52:15 -06:00
rts.exp.do
Break the rts self-test system into a set of smaller files
2010-06-28 17:52:15 -06:00
rts.sh.do
Break the rts self-test system into a set of smaller files
2010-06-28 17:52:15 -06:00
scan.h
Initial commit
2010-05-06 23:43:34 -06:00
scan_8long.c
Copy in scan_8long object from public domain ezmlm sources
2010-06-29 15:34:25 -06:00
scan_ulong.c
Remove the "register" anachronism
2010-06-14 10:57:11 -06:00
seek.h
Initial commit
2010-05-06 23:43:34 -06:00
seek_set.c
Fix a warning in seek_set.c
2010-06-18 16:27:56 -06:00
select.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
select.h1
Initial commit
2010-05-06 23:43:34 -06:00
select.h2
Initial commit
2010-05-06 23:43:34 -06:00
setlock.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
setlock.c
strerr: Include ": " separator automatically in sys error message
2013-08-19 22:53:28 -06:00
setlock=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
setuidgid.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
setuidgid.c
strerr: Include ": " separator automatically in sys error message
2013-08-19 22:53:28 -06:00
setuidgid=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
setuser.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
setuser.c
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
setuser=x
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
sgetopt.c
Initial commit
2010-05-06 23:43:34 -06:00
sgetopt.h
Initial commit
2010-05-06 23:43:34 -06:00
sig.c
ensure clean service shutdown and clean ^C, ^Z behavior.
2014-03-23 19:42:30 -06:00
sig.h
ensure clean service shutdown and clean ^C, ^Z behavior.
2014-03-23 19:42:30 -06:00
sig_block.c
Initial commit
2010-05-06 23:43:34 -06:00
sig_catch.c
Initial commit
2010-05-06 23:43:34 -06:00
sig_pause.c
Initial commit
2010-05-06 23:43:34 -06:00
sleeper.c
fix gcc-7.3 warnings
2018-09-27 17:13:17 -04:00
sleeper=x
sleeper: Catch and report more signal names
2010-11-09 10:40:30 -06:00
softlimit.8
softlimit: Add support for resetting limits
2016-02-02 21:23:21 -06:00
softlimit.c
softlimit: Add support for resetting limits
2016-02-02 21:23:21 -06:00
softlimit=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
str.h
str: Use standard library replacements for str_diff and str_len
2014-03-20 20:58:36 -06:00
str_chr.c
fix gcc-7.3 warnings
2018-09-27 17:13:17 -04:00
str_start.c
Remove the "register" anachronism
2010-06-14 10:57:11 -06:00
stralloc.h
Make stralloc_append take a non-pointer character
2010-06-14 10:49:13 -06:00
stralloc_append.c
Rename stralloc_* files to match their function name
2010-06-13 15:27:30 -06:00
stralloc_cat.c
Initial commit
2010-05-06 23:43:34 -06:00
stralloc_catb.c
Initial commit
2010-05-06 23:43:34 -06:00
stralloc_cats.c
Initial commit
2010-05-06 23:43:34 -06:00
stralloc_copy.c
Rename stralloc_* files to match their function name
2010-06-13 15:27:30 -06:00
stralloc_copyb.c
Rename stralloc_* files to match their function name
2010-06-13 15:27:30 -06:00
stralloc_copys.c
Rename stralloc_* files to match their function name
2010-06-13 15:27:30 -06:00
stralloc_ready.c
Rename stralloc_* files to match their function name
2010-06-13 15:27:30 -06:00
strerr.h
strerr: Add strerr_warn#sys macros to parallel strerr_die#sys
2013-08-19 22:48:34 -06:00
strerr_die.c
Initial commit
2010-05-06 23:43:34 -06:00
strerr_sys.c
strerr: Include ": " separator automatically in sys error message
2013-08-19 22:53:28 -06:00
subgetopt.c
Initial commit
2010-05-06 23:43:34 -06:00
subgetopt.h
Initial commit
2010-05-06 23:43:34 -06:00
supervise.8.in
envini: New program to read environment variables from an INI file
2014-09-29 20:37:39 -06:00
supervise.c
supervise: Consolidate all service kill operations into single function
2018-10-09 17:12:34 -06:00
supervise=x
supervise: Add a conf-supervise control and svpath module
2010-06-11 23:02:23 -06:00
svc.8.in
envini: New program to read environment variables from an INI file
2014-09-29 20:37:39 -06:00
svc.c
disable process group signaling with svc -=.
2014-03-23 19:42:30 -06:00
svc=x
svc: Add support for $SUPERVISEDIR
2010-06-11 23:02:33 -06:00
svok.8.in
envini: New program to read environment variables from an INI file
2014-09-29 20:37:39 -06:00
svok.c
strerr: Include ": " separator automatically in sys error message
2013-08-19 22:53:28 -06:00
svok=x
svok: Add support for $SUPERVISEDIR
2010-06-11 23:02:34 -06:00
svpath.c
Remove automatic call to svpath_init in svpath_copy
2010-06-11 23:14:50 -06:00
svpath.h
supervise: Add a conf-supervise control and svpath module
2010-06-11 23:02:23 -06:00
svscan.8
svscan: add sigterm handling
2018-09-27 21:50:17 -04:00
svscan.c
Merge branch 'svscan-sigterm-003' of https://github.com/snakpak/daemontools-encore
2018-09-28 16:02:10 -06:00
svscan=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
svscanboot.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
svscanboot.sh
Initial commit
2010-05-06 23:43:34 -06:00
svscanboot=s
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
svstat.8.in
envini: New program to read environment variables from an INI file
2014-09-29 20:37:39 -06:00
svstat.c
svstat: Add "once" flag indicator to output
2014-09-30 10:19:50 -06:00
svstat=x
svstat: Add support for $SUPERVISEDIR
2010-06-11 23:02:34 -06:00
svstatus.h
supervise: Add extended state information to the status file
2010-06-22 23:05:55 -06:00
svup.8.in
Sort all the "SEE ALSO" sections in the man pages
2014-09-29 20:25:06 -06:00
svup.c
strerr: Include ": " separator automatically in sys error message
2013-08-19 22:53:28 -06:00
svup=x
svup: New program to check if a service is started
2010-07-06 00:08:28 -06:00
sysdeps.do
byte*: Wrap standard C library functions, they're faster
2014-03-20 14:16:39 -06:00
systype.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
tai.h
Add support for accustamp time stamps in multilog
2010-06-03 11:36:05 -06:00
tai64n.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
tai64n.c
tai64n: Use buffer_copyline to speed up data copying
2014-03-20 18:35:32 -06:00
tai64n=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
tai64nlocal.8
setuser: New program to setenv, setuid, and chdir in one
2014-11-11 17:33:33 -06:00
tai64nlocal.c
tai64nlocal: Format all the numbers, then output
2014-03-20 18:38:03 -06:00
tai64nlocal=x
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
tai_now.c
Initial commit
2010-05-06 23:43:34 -06:00
tai_pack.c
Initial commit
2010-05-06 23:43:34 -06:00
tai_sub.c
Initial commit
2010-05-06 23:43:34 -06:00
tai_unpack.c
Initial commit
2010-05-06 23:43:34 -06:00
taia.h
Initial commit
2010-05-06 23:43:34 -06:00
taia_add.c
Initial commit
2010-05-06 23:43:34 -06:00
taia_approx.c
Initial commit
2010-05-06 23:43:34 -06:00
taia_frac.c
Initial commit
2010-05-06 23:43:34 -06:00
taia_less.c
Initial commit
2010-05-06 23:43:34 -06:00
taia_now.c
Initial commit
2010-05-06 23:43:34 -06:00
taia_pack.c
Initial commit
2010-05-06 23:43:34 -06:00
taia_sub.c
Initial commit
2010-05-06 23:43:34 -06:00
taia_uint.c
Initial commit
2010-05-06 23:43:34 -06:00
targets.do
Add installer program and instructions
2010-06-29 15:42:00 -06:00
time=l
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
timestamp.c
Add support for accustamp time stamps in multilog
2010-06-03 11:36:05 -06:00
timestamp.h
Add support for accustamp time stamps in multilog
2010-06-03 11:36:05 -06:00
TODO
svc, supervise: Support 'l' option to explicitly control the main service
2011-02-20 22:48:31 -06:00
tryattribute.c
Add a sysdep for GCC attributes, to note that strerr_die is noreturn.
2010-07-08 11:47:52 -06:00
trycpp.c
Initial commit
2010-05-06 23:43:34 -06:00
trydrent.c
Initial commit
2010-05-06 23:43:34 -06:00
tryflock.c
Initial commit
2010-05-06 23:43:34 -06:00
trymemrchr.c
byte_rchr: Eliminate warning about implicit declaration of memrchr
2018-10-13 16:50:07 -06:00
trymkffo.c
Initial commit
2010-05-06 23:43:34 -06:00
trypoll.c
Initial commit
2010-05-06 23:43:34 -06:00
trysgact.c
Initial commit
2010-05-06 23:43:34 -06:00
trysgprm.c
Initial commit
2010-05-06 23:43:34 -06:00
tryshsgr.c
Initial commit
2010-05-06 23:43:34 -06:00
trysysel.c
Initial commit
2010-05-06 23:43:34 -06:00
tryulong64.c
Initial commit
2010-05-06 23:43:34 -06:00
trywaitp.c
Initial commit
2010-05-06 23:43:34 -06:00
uint64.h.do
Switch to an automatically generated Makefile
2010-05-12 11:11:18 -06:00
uint64.h1
Initial commit
2010-05-06 23:43:34 -06:00
uint64.h2
Initial commit
2010-05-06 23:43:34 -06:00
unix=l
buffer: Add buffer_gets line reading function
2014-03-20 18:38:03 -06:00
VERSION
Bump version to 1.10
2018-10-13 18:42:25 -06:00
wait.h
Fix the macro definitions in wait.h
2010-06-24 15:05:46 -06:00
wait_nohang.c
Initial commit
2010-05-06 23:43:34 -06:00
wait_pid.c
Initial commit
2010-05-06 23:43:34 -06:00
warn-auto.sh
Initial commit
2010-05-06 23:43:34 -06:00
warn-shsgr
Initial commit
2010-05-06 23:43:34 -06:00
x86cpuid.c
Initial commit
2010-05-06 23:43:34 -06:00