freebsd-dev/share
Peter Wemm 791da841a1 Take -Wconversion out of BDECFLAGS. It is not particularly useful for
us anyway because it doesn't work right on the x86 and alpha.  On
K&R code, small ints would be promoted to int.  ANSI-C doesn't require
this and the small ints can be passed taking 8 or 16 bits of stack
space.  However, the x86 abi that we use *does* promote to 32 bit,
and the alpha ABI passes them in 64 bit registers so we dont have
that aspect of the problem here.  Losing float precision by having it
cast down to int because the funtion prototype specifies int is the
least of our problems.  -Wmissing-prototypes helps here anyway.
2001-07-27 16:23:53 +00:00
..
colldef Add more *.US-ASCII entries 2001-06-10 18:57:27 +00:00
dict
doc Sync with recent KAME. 2001-06-11 12:39:29 +00:00
examples Take -Wconversion out of BDECFLAGS. It is not particularly useful for 2001-07-27 16:23:53 +00:00
info
isdn Don't extract these files as mode 666 during build, use mode 644 instead. 2000-08-15 09:14:04 +00:00
man Add a short man page describing the vfs_unmountall() function. 2001-07-27 03:54:59 +00:00
me Remove whitespace at EOL. 2001-07-15 08:21:37 +00:00
misc netbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT) 2001-07-11 23:57:16 +00:00
mk revert previous accidental commit 2001-07-22 00:12:23 +00:00
mklocale Fix encoding info 2001-06-10 22:13:29 +00:00
monetdef Add more Latin15 links 2001-06-10 19:47:57 +00:00
msgdef Add more *.US-ASCII and Latin15 entries 2001-06-10 19:41:17 +00:00
numericdef Add more *.US-ASCII and Latin15 entries 2001-06-10 20:11:05 +00:00
sendmail Unbreak installworld. Revision 1.41 of src/usr.bin/xinstall/xinstall.c 2001-05-29 17:55:49 +00:00
skel Automatically exec bash at startup if it exists^U Turn on the display of 2001-06-25 20:40:02 +00:00
syscons Added PC-98x1 keymaps. 2001-06-17 03:10:38 +00:00
tabset
termcap Remove whitespace at EOL. 2001-07-15 08:21:37 +00:00
timedef Add more *.US-ASCII entries 2001-06-10 19:16:43 +00:00
zoneinfo Fixed typos: dependant -> dependent 2001-05-01 14:10:12 +00:00
Makefile Add NO_I4B to avoid building/installing isdn4bsd package. 2001-05-23 13:32:32 +00:00
Makefile.inc