Commit Graph

14 Commits

Author SHA1 Message Date
fef5d0af59 Constantise as much as possible so that it reduces COW usage. 2008-02-01 19:54:46 +00:00
f2ce40d90b Use sigaction over signal. 2008-02-01 13:20:19 +00:00
1e9be161b9 Fix up deps for new scripts. 2008-01-31 18:01:20 +00:00
649a710552 Quiet some more lint warnings. 2008-01-22 11:07:39 +00:00
2007ed4b95 Prefer for (;;) over while (1) 2008-01-21 16:10:38 +00:00
b6be36e5ea Don't enforce a C99 compiler. 2008-01-18 11:27:49 +00:00
6aab712cb4 strip trailing newlines 2008-01-14 05:05:22 +00:00
87e4e4410c Remove rc_service_plugable function and make it private as it needs to read from our config file. 2008-01-13 17:47:23 +00:00
abde759d5b Re-indent to a standard tw of 8. 2008-01-11 15:51:40 +00:00
ddf25cbcb7 Compile without warnings on NetBSD 2008-01-09 23:22:04 +00:00
43d0f3fc76 rc_getline keeps expanding it's malloced buffer until it has read a whole line or EOF. All functions which read into static buffers have been changed to use fhis function to avoid any potential overflows and to ensure we really do read a long long config line. 2008-01-07 12:29:30 +00:00
8afb86a5de Set include paths in Makefile instead of .c files 2008-01-06 13:47:39 +00:00
e6c9bdf2a3 Add the missing changes from the recent Makefile updates 2008-01-05 20:43:32 +00:00
ac21d75300 Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. 2008-01-05 19:25:55 +00:00