Go to file
jdolecek cf43cdd268 g/c the MAKEDEV(.local)? substitution - it's not needed
generate the .Xr commands for device manpage crossreferences directly,
we no longer need to replace 'foo(4)' in the source MAKEDEV.tmpl

replace other gensub() calls with equivalent gsub(), and fix output
for fdc (we want 3 1/2", 5 1/4" - not 3 1/2``, 5 1/4'')

add target translation for 'random' -> rnd(4) and 'scsibus#' -> scsi(4),
and fix typo in opms entry
2003-10-26 21:32:51 +00:00
bin don't need -DHAVE_CONFIG_H here 2003-10-26 09:30:55 +00:00
contrib/sys Pull the latest HAL from sourceforge.net/madwifi/ since it fixes 2003-10-13 04:53:04 +00:00
crypto Fix NULL vs 0 mixup. 2003-10-25 20:48:10 +00:00
dist bump the regular expression cache from 20 expressions to 128 2003-10-26 13:39:38 +00:00
distrib Add <sys/ieee754.h>. 2003-10-26 20:51:10 +00:00
doc Remove dead hacks. 2003-10-26 16:35:18 +00:00
etc g/c the 'see foo(X)' xrefs; this info is automatically generated 2003-10-26 21:21:50 +00:00
games Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
gnu Add the declarations in init.c too (mentioned by Christian Limpach) 2003-10-26 17:49:24 +00:00
include C99 7.12#4: provide INFINITY, which defaults to HUGE_VALF. 2003-10-26 00:02:02 +00:00
lib On FPA, switch back `long double' to double-precision. According to 2003-10-26 16:00:17 +00:00
libexec Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
regress Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
rescue Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
sbin Remove alpha optimization hack. 2003-10-26 16:30:25 +00:00
share g/c the MAKEDEV(.local)? substitution - it's not needed 2003-10-26 21:32:51 +00:00
sys Fix unitialized var warning, add a comment to indicate that it's use 2003-10-26 21:03:34 +00:00
tools Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
usr.bin fix for systems which don't have st_*timespec. PR 23214. 2003-10-26 20:43:13 +00:00
usr.sbin Mention that we should be adding space for bitmaps. 2003-10-26 10:32:35 +00:00
x11 Only run LIBDIR.${_SL}!= if it isn't defined, and add it to .MAKEOVERRIDES. 2003-10-24 14:50:51 +00:00
build.sh Explain why make is being rebuilt. 2003-10-26 03:12:21 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile
Makefile.inc
UPDATING