Go to file
enami d76da5f70c Fix the bug introduced in rev 1.28 and actually caused failure on alpha;
In the function malloc_make_chunks, don't define the local variable ``l'',
which is used to hold the actual size of pginfo, as size_t.  Define it as
a signed integer as before.  We expect it to become zero or negative value,
and we know that it is much smaller than pagesize and it is small enough to
fit in signed interger.
2000-04-07 15:15:08 +00:00
bin Back out the incorrect change in revision 1.11 of main.c, and actually 2000-04-04 17:07:29 +00:00
dist *EXTREMELY* ugly NTP-specific html to mdoc converter. Not perfect, but 2000-03-29 13:52:35 +00:00
distrib libc is at 12.60 now. 2000-04-06 21:22:49 +00:00
etc dhclient does not, in fact, require /var/db/dhclient.leases to exist. 2000-04-06 17:19:13 +00:00
games Tyop fix. 2000-04-06 02:19:23 +00:00
gnu Add snprintf.c to get quad_to_string(). 2000-04-05 10:29:37 +00:00
include Include <unistd.h> to get the rest of the getopt goo. 2000-04-02 22:03:29 +00:00
lib Fix the bug introduced in rev 1.28 and actually caused failure on alpha; 2000-04-07 15:15:08 +00:00
libexec Also print a newline after the error in the xwarnx case. 2000-04-02 23:04:32 +00:00
regress Use proginstall:: to disable installing PROG. 2000-03-19 02:47:19 +00:00
sbin Introduce new filesystem type FS_CCD so that an operator can mark the 2000-04-05 04:03:20 +00:00
share Use "uk" for the United Kingdom, not "gb". (there's only one domain 2000-04-05 15:58:40 +00:00
sys Make this compile again. 2000-04-07 14:35:58 +00:00
usr.bin Include -r flag in usage message. 2000-04-02 12:46:04 +00:00
usr.sbin address endian issue. sync with tcpdump.org tree. 2000-04-04 05:44:35 +00:00
Makefile Handle new make variable BUILD_DONE which creates an empty build target if 2000-03-11 00:10:20 +00:00