Commit Graph

2260 Commits

Author SHA1 Message Date
thorpej
9b20f878a6 Bump libpcap to 1.3. 2002-09-22 16:24:35 +00:00
lukem
2f7d49d929 Enable MKDYNAMICROOT=yes by default.
This means that:
    +	/bin and /sbin (and the few programs in /usr/* which were statically
	linked) are now dynamically linked.
    +	The shared libraries that are needed by the /bin and /sbin programs
	are now installed into /lib (with compatability symlinks from
	/usr/lib).  These are:
		c crypt edit ipsec kvm m m387 termcap termlib util z
    +	The shared linker is now in /libexec/ld.elf_so, and
	/usr/libexec/ld.elf_so is a symlink to the former.

If you want the prior behaviour of "some applications statically linked,
the rest dynamically linked", set MKDYNAMICROOT=no in your mk.conf(5).

If you have a philosophical objection to dynamic libraries, continue
to set LDSTATIC=-static in your mk.conf(5), and please don't waste any
more time in trying to convince us why dynamic libraries are 3v1l.
2002-09-22 15:08:17 +00:00
jdolecek
a64260b3ae add kqueue(2)/kevent(2) manpage to mainline, to reduce difference between
the kqueue branch and -current and thus make testing easier

change HISTORY to clearly state this interface is only available with
  experimental kernel branch
add Jason Thorpe and me to AUTHORS
update .Dd
2002-09-22 13:11:45 +00:00
gmcgarry
7ef5deacf6 More section 9 page; sort 2002-09-22 06:32:47 +00:00
chs
c3165f3274 first cut. 2002-09-21 17:28:42 +00:00
skrll
7f926b9934 Update after snprintb(3) changes. 2002-09-21 14:16:45 +00:00
lukem
8ae3e73d6b add stuff formerly in tc.old 2002-09-21 07:16:40 +00:00
lukem
274807d878 add usr/libexec/cpp (formerly in tc.old) 2002-09-21 07:14:50 +00:00
lukem
1221f9d72d add stuff formerly in tc.old 2002-09-21 07:14:37 +00:00
ad
ea047b151e Switch alpha to XdecNetBSD. 2002-09-20 21:47:33 +00:00
lukem
94989d34ca switch from checking USE_NEW_TOOLCHAIN == yes to TOOLCHAIN_MISSING != yes,
and don't bother with tc.old any more
2002-09-19 22:04:34 +00:00
ragge
8ed209e110 EOL clist.h. 2002-09-19 10:47:47 +00:00
briggs
efcea71648 Add ./var/log/wtmpx 2002-09-17 18:42:59 +00:00
thorpej
9b81f1bdb0 -path is an extension to find(1) that not all systems have, so don't
use it.  Instead, filter out the metalog file using a separate loop
in the pipeline.
2002-09-16 23:04:39 +00:00
lukem
40b2b53564 Also sum symlinks (as well as files) which match, as we often replace
common sets with a symlink to a shared copy, and this change ensures
that all the appropriate entries have sums generated.
2002-09-15 09:47:42 +00:00
ad
3fad09211c Add entries for zx(4) manpage. 2002-09-13 19:00:14 +00:00
joda
88c01303c3 changes after importing kerberos 2002-09-12 17:18:48 +00:00
joda
d998bbaa97 move manpages to man/obsolete.mi 2002-09-10 22:32:09 +00:00
joda
b602ef94f1 kf/kfd has gone 2002-09-10 22:19:41 +00:00
gehenna
620752e3a7 Obsolete machine/conf.h 2002-09-07 12:48:51 +00:00
tron
3237921cc3 Add new files installed by XFree86 4.2.1. 2002-09-04 22:56:21 +00:00
abs
df86ef5a9f Split raidframe parity checking/rebuild out into raidframeparity, which is
called after quota so we don't end up with fsck and raidframe parity rebuild
taking forever after a crash/reboot.
While we are here check for raid[0-9].conf & raid[1-9][0-9].conf not
			    raid[0-9].conf & raid[0-9][0-9].conf
2002-09-03 15:35:51 +00:00
wiz
bd93d53f7c Add /var/run/utmpx, requested by soren. 2002-09-03 00:56:08 +00:00
atatat
692fefdd0e Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs. 2002-09-01 20:32:43 +00:00
atatat
658ca620c9 Add pmap to the sets lists 2002-09-01 19:52:32 +00:00
mycroft
7d1a320ba9 Add module stuff. 2002-09-01 15:38:56 +00:00
mycroft
d8c6540a80 Add XF86 4 stuff for macppc. 2002-08-31 16:22:22 +00:00
mycroft
d920addfd1 Remove include/X11/pixmaps from here. 2002-08-31 16:21:44 +00:00
mycroft
f70e623863 Someone doesn't know the alphabet... 2002-08-31 16:11:03 +00:00
mycroft
096e4935aa Add XF86 4 stuff for macppc. 2002-08-31 16:06:23 +00:00
itojun
50d422c24f e_os.h is not part of exported openssl interface, so don't install it into
/usr/include/openssl (e_os.h has an explicit comment about it).  it obviously
is a bug in openssl 0.9.6 Makefile.
based on openssl 0.9.7 snapshot.
2002-08-31 10:46:36 +00:00
itojun
8b7a566748 need kerberosIV/des.h as part of kerberos 4 API. have a dummy file. 2002-08-29 14:52:07 +00:00
itojun
ced053b6b3 avoid inclusion of kerberosIV/des.h (it is a dupliate of openssl/des.h,
and openssl discourages inclusion by <des.h> - <openssl/des.h> must be used)
2002-08-29 14:40:00 +00:00
lukem
edeb8a9da6 improve the description of the key to the output 2002-08-29 04:19:36 +00:00
lukem
a647dca5e8 tweak the ./rescue entries 2002-08-29 01:30:37 +00:00
lukem
0eb91a1107 add ./libexec (thanks nathan!) 2002-08-29 00:51:40 +00:00
gmcgarry
3fc3b75dad rasctl(2) 2002-08-28 09:38:52 +00:00
gmcgarry
45e99c1a85 Have ras.h too. 2002-08-28 08:01:31 +00:00
gmcgarry
d70a7f871f ras(9) 2002-08-28 08:00:21 +00:00
takemura
b8ce6e8201 Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
chris
1843317ea6 add byte_swap.h for cats. 2002-08-26 13:37:46 +00:00
tron
85f89e9c20 Adapt minor number of "libutil". 2002-08-23 10:35:36 +00:00
abs
a086fb2909 Move humanize_number(3) from libutil to libc as per discussion on tech-misc
Revert minor number bump on libutil (with note to skip it next update), and
bump libc.
2002-08-22 17:24:08 +00:00
lukem
5f50d1d9da add ./rescue/* 2002-08-22 03:31:33 +00:00
lukem
7e9b35cc5a add ./lib and ./rescue 2002-08-22 01:43:16 +00:00
jdarrow
48ee0561fe Belatedly bump libdes shared library major number, due to bump of
libcrypto shared major when we moved from OpenSSL 0.9.5 to 0.9.6.

Add note to libcrypto shlib_version file to remind people to also
update libdes shlib_version.
2002-08-20 13:49:55 +00:00
thorpej
f5435ff138 Add <arm/byte_swap.h> 2002-08-13 22:43:52 +00:00
wiz
123e4bc909 Add elansc(4). Noted in misc/17925 by FUKAUMI Naoki. 2002-08-13 11:22:03 +00:00
wiz
7e50d43e7d libpmc lint files are only for i386 and arm for now.
Reported in misc/17923 by FUKAUMI Naoki.
2002-08-13 11:18:34 +00:00
blymn
d1557aec15 Apply fix from pr 17924 - Thanks to FUKAUMI Naoki for the fix. 2002-08-13 11:12:05 +00:00