FreeBSD src
Go to file
jraynard cfbcea1363 Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer
Added $Id$'s to files that were lacking them (gpalmer), made some
cosmetic changes to conform to style guidelines (bde) and checked
against NetBSD and Lite2 to remove unnecessary divergences (hsu, bde)

One last code cleanup:-

Removed spurious casts in fseek.c and stdio.c.
Added missing function argument in fwalk.c.
Added missing header include in flags.c and rget.c.
Put in casts where int's were being passed as size_t's.
Put in missing prototypes for static functions.
Changed second args of __sflags() inflags.c and writehook() in vasprintf.c
from char * to const char * to conform to prototypes.

This directory now compiles with no warnings with -Wall under
gcc-2.6.3 and with considerably less warnings than before with the
ultra-pedantic script I used for testing. (Most of the remaining ones
are due to const poisoning).
1996-06-22 10:34:15 +00:00
bin Add a better TEST script. I was surprised how much can be wrong 1996-06-19 00:44:44 +00:00
eBones Remove $log's. 1996-06-20 21:31:46 +00:00
etc Add tcl related directories. 1996-06-22 06:02:47 +00:00
games Handle sorting in better way 1996-06-09 19:41:31 +00:00
gnu Do not produce empty cat file in debug mode 1996-06-22 08:05:11 +00:00
include Add `netkey' to list of kernel directories to include in /usr/include. 1996-06-15 18:05:36 +00:00
lib Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer 1996-06-22 10:34:15 +00:00
libexec If hostname > UT_HOSTSIZE, use its numerical address instead to keep 1996-06-17 14:59:07 +00:00
lkm Add new parts, kernel not booted in other case 1996-06-18 16:58:44 +00:00
release ack - left in a typo. Time for bed! 1996-06-17 23:04:24 +00:00
sbin Code clean up. Prototypes, parentheses around assignments used in 1996-06-21 02:39:19 +00:00
secure Bring in a change that got lost when we spammed over the CVS repository 1996-06-05 22:48:04 +00:00
share Add man-page section 'n' and LIBTCL macro. 1996-06-22 06:01:57 +00:00
sys Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the 1996-06-21 21:45:58 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Document the fact that it only works if the trace record is a regular file. 1996-06-22 02:15:28 +00:00
usr.sbin Moused is the daemon that provides the connection between the cut&paste 1996-06-21 09:24:09 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add pre-world and post-world hooks so that people can do site specific 1996-06-20 18:47:04 +00:00