Go to file
manu c328d568d4 TFTPROOT loads the RAMdisk through TFTP at boot time. It needs the
network to be functionnal, and therefore must be called after
config_finalize(). Unfortunately, config_finalize() attaches md0
through mdattach(), and when tftproot_getfile() attempts to attach it
later by calling mdattach() again, it gets a failure.

This change checks for the RAMdisk size in mdattach(). If it is zero, then
the RAMdisk has not been loaded yet, and nothing is done. It will be
attached later when tftproot_getfile() will call mdattach()
2009-05-04 16:20:41 +00:00
bin Fix most of the -Wsign-compare issues. 2009-04-25 05:11:37 +00:00
common - Add kcpuset_iszero(). 2009-04-25 19:38:25 +00:00
compat Add openldap from Kurt Schreiner. Really, this should just contain: 2009-04-14 21:20:49 +00:00
crypto Punctuation. 2009-05-02 09:40:33 +00:00
dist Fix roff formatting for -> 2009-04-24 16:48:58 +00:00
distrib Fix an openpgpsdk entry that I missed - pointed out by Kurt Schreiner and 2009-05-03 14:58:52 +00:00
doc Import dhcpcd-5.0.1 2009-05-03 06:52:44 +00:00
etc add regression test for module init/fini in rump 2009-05-02 16:02:18 +00:00
external bypass the .y -> .c rule for getdate.y 2009-05-03 17:13:07 +00:00
games define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160 2009-04-20 16:05:29 +00:00
gnu add a POSIX 2008 macro 2009-05-01 17:31:56 +00:00
include note that we have strsignal but it is in the wrong include file. 2009-05-01 20:01:23 +00:00
lib make it possible to disable puffs caches 2009-05-03 20:26:42 +00:00
libexec Drop trailing whitespace. 2009-05-01 10:53:27 +00:00
regress Add __alignof__ test 2009-05-02 16:12:12 +00:00
rescue - rework this a bunch to make it work inside /rescue/ldd. 2009-01-07 00:39:23 +00:00
sbin disable automatic mountd reloading for now because it makes the service 2009-05-04 11:41:48 +00:00
share Add missing word. 2009-05-04 13:37:57 +00:00
sys TFTPROOT loads the RAMdisk through TFTP at boot time. It needs the 2009-05-04 16:20:41 +00:00
tests Use make syntax where LDADD applies only to a certain target 2009-05-04 01:26:49 +00:00
tools -introduce a "COMMON_CONFIGURE_ARGS" variable which is included by 2009-03-27 19:19:49 +00:00
usr.bin make flushpendq drop only entries for the current thread. 2009-05-02 21:01:01 +00:00
usr.sbin Fix formatting for printing size_t 2009-05-03 07:24:55 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
BUILDING Introduce MKSUBPIXEL, which allows enabling subpixel rendering code 2009-05-01 19:42:18 +00:00
Makefile Make clean_METALOG in distrib/sets early in the build, to ensure that 2009-04-23 09:43:49 +00:00
Makefile.inc
UPDATING note a new failure mode thanks to the new string functions 2009-05-01 23:08:25 +00:00
build.sh Add a MKARZERO flag, which invokes ar(1) with the new D flag when it 2009-03-13 16:23:31 +00:00