freebsd-nq/tools
Pawel Jakub Dawidek af30ab766e Add explicit casting in few places.
It is only really necessary for open(2)'s third argument, which is optional and
obtained through stdarg(3). open(2)'s third argument is 32bit and we pass 64
bits. On little endian it works, because we take lower 32 bits, but on big
endian platforms we take upper 32 bits, so we end up with 0.

Reported by:	Milan Čermák <Milan.Cermak@Sun.COM>
2009-02-23 07:33:29 +00:00
..
build Doh! r188813 modified an auto-generated file. Fix it for real: 2009-02-20 11:09:55 +00:00
debugscripts
diag
kerneldoc
KSE
LibraryReport
regression Add explicit casting in few places. 2009-02-23 07:33:29 +00:00
sched - Update my copyright. 2009-01-22 06:21:30 +00:00
test
tools Delete files which serve no purpose in this environment. 2009-02-20 14:53:49 +00:00
install.sh
make_libdeps.sh
README

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.