.. |
test
|
Massive whitespace cleanup
|
2007-11-28 15:45:03 +00:00 |
_usage.c
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
_usage.h
|
Move RC_ to EINFO_ for all env vars related to einfo.
|
2007-12-06 10:48:00 +00:00 |
.gitignore
|
git clean before dist, and add some ignore files
|
2007-11-27 16:13:42 +00:00 |
builtins.h
|
If we need to regenrate the deptree in the boot runlevel, remove it afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
|
2007-12-14 12:23:13 +00:00 |
checkown.c
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
einfo.h
|
Move RC_ to EINFO_ for all env vars related to einfo.
|
2007-12-06 10:48:00 +00:00 |
einfo.map
|
librc.so and libeinfo.so now have symbol versions.
|
2007-10-03 15:46:02 +00:00 |
env_whitelist
|
Rewrite the core parts in C. We now provide librc so other programs can
|
2007-04-05 11:18:42 +00:00 |
fstabinfo.c
|
Move RC_ to EINFO_ for all env vars related to einfo.
|
2007-12-06 10:48:00 +00:00 |
hidden-visibility.h
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
libeinfo.c
|
Add termcap support.
|
2007-12-08 02:50:35 +00:00 |
librc-daemon.c
|
Use a more generic BSD define.
|
2007-11-28 10:06:31 +00:00 |
librc-depend.c
|
Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot.
|
2007-12-05 17:48:07 +00:00 |
librc-depend.h
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
librc-misc.c
|
Move RC_ to EINFO_ for all env vars related to einfo.
|
2007-12-06 10:48:00 +00:00 |
librc-strlist.c
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
librc.c
|
Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot.
|
2007-12-05 17:48:07 +00:00 |
librc.h
|
Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot.
|
2007-12-05 17:48:07 +00:00 |
Makefile
|
Add termcap support.
|
2007-12-08 02:50:35 +00:00 |
Makefile.
|
Vanilla FreeBSD make is now supported for src
|
2007-11-15 15:25:51 +00:00 |
Makefile.BSD
|
BSD will need a fixed gcc for --as-needed
|
2007-09-12 14:32:18 +00:00 |
Makefile.Linux
|
Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCE
|
2007-10-23 20:48:06 +00:00 |
Makefile.ncurses
|
Add termcap support.
|
2007-12-08 02:50:35 +00:00 |
Makefile.pam
|
Work better with --as-needed
|
2007-09-11 21:45:26 +00:00 |
Makefile.termcap
|
Add termcap support.
|
2007-12-08 02:50:35 +00:00 |
mountinfo.c
|
Move RC_ to EINFO_ for all env vars related to einfo.
|
2007-12-06 10:48:00 +00:00 |
rc-depend.c
|
If we need to regenrate the deptree in the boot runlevel, remove it afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
|
2007-12-14 12:23:13 +00:00 |
rc-logger.c
|
Move /etc/conf.d/rc to /etc/rc.conf.
|
2007-11-23 12:04:11 +00:00 |
rc-logger.h
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
rc-misc.c
|
whitespace
|
2007-12-07 14:33:37 +00:00 |
rc-misc.h
|
Move RC_ to EINFO_ for all env vars related to einfo.
|
2007-12-06 10:48:00 +00:00 |
rc-plugin.c
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
rc-plugin.h
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |
rc-status.c
|
Just check that ecolor returns a string > 0
|
2007-12-07 14:32:28 +00:00 |
rc-update.c
|
Mirror the action of rc-update in baselayout-1, with the exception of adding to the currnet runlevel if no runlevel specified.
|
2007-12-08 12:10:45 +00:00 |
rc.c
|
If we need to regenrate the deptree in the boot runlevel, remove it afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
|
2007-12-14 12:23:13 +00:00 |
rc.h
|
Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot.
|
2007-12-05 17:48:07 +00:00 |
rc.map
|
Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot.
|
2007-12-05 17:48:07 +00:00 |
runscript.c
|
If we need to regenrate the deptree in the boot runlevel, remove it afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
|
2007-12-14 12:23:13 +00:00 |
start-stop-daemon.c
|
Move RC_ to EINFO_ for all env vars related to einfo.
|
2007-12-06 10:48:00 +00:00 |
start-stop-daemon.pam
|
Rewrite the core parts in C. We now provide librc so other programs can
|
2007-04-05 11:18:42 +00:00 |
strlist.h
|
relicense as 2-clause BSD, with the kind permission of Gentoo
|
2007-11-14 15:22:04 +00:00 |