Commit Graph

8362 Commits

Author SHA1 Message Date
peter ecb7de5d70 Sync w/ FreeBSD v1.88, lots of updates for all recent *BSD releases
including NetBSD 2.0.
2005-03-15 15:33:03 +00:00
wiz dff72e3c43 Remove duplicate "in .Nx" noted by dieter on current-users. 2005-03-14 10:44:02 +00:00
wiz 5ccbef2012 NetBSD -> .Nx, some whitespace nits. 2005-03-13 09:37:06 +00:00
salo 5c8095bf97 Adjust to The Not-Quite-That-New World Order:
bsd.pkg.defaults.mk -> defaults/mk.conf
 Packages.txt -> doc/pkgsrc.txt
2005-03-12 16:17:33 +00:00
salo 60410131db bsd.pkg.defaults.mk was moved to defaults/mk.conf a while ago.
spotted by go@
2005-03-12 16:13:38 +00:00
lukem 337f8776b0 Also set SHLIBDIR to /lib if ${USE_SHLIBDIR} != "no".
This allows <bsd.lib.mk> to correctly set the RPATH of libraries that
use USE_SHLIBDIR=yes to /lib, so that dependent libraries can be found
from /lib when /usr/lib isn't mounted yet.
This was the intention of the _LIBLDOPTS support in <bsd.lib.mk>.

Fixes problem reported by Dan Carosone with when /sbin/cgdconfig is
dynamically linked against libcrypto.so but not libcrypt.so (it was
relying upon libcrypto.so to pull in libcrypt.so).
2005-03-12 13:21:12 +00:00
christos dd554c952a PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
2005-03-11 23:38:02 +00:00
rumble 02b46a4b12 Fix a tiny typo. 2005-03-11 19:40:47 +00:00
wiz 23c677b582 Bump date for previous; new sentence, new line. 2005-03-10 16:50:11 +00:00
soda 94305a4de2 add JSYK, heard from cgd 2005-03-10 05:45:25 +00:00
matt a7886370b5 Note TCP Segment Offload support. 2005-03-09 22:52:56 +00:00
matt 4efe350837 Add description of dm_maxsegsz. 2005-03-09 21:22:59 +00:00
wiz a4958497b6 Fix some typos, remove trailing whitespace. 2005-03-09 17:07:00 +00:00
tshiozak aaa316a46c add tab and several characters to BLANK and SPACE classes on the Latin
charsets to make up for shortages.
pointed out by Joerg Sonnenberger.
2005-03-09 11:54:13 +00:00
tshiozak 16758dd815 remove harmful 0x0000 to non-zero mappings.
reported by Joerg Sonnenberger on tech-userlevel@.
2005-03-09 11:31:40 +00:00
christos 6e543b15c0 Add the binding keyword. 2005-03-09 00:11:31 +00:00
wiz 34c1c241e2 Quote dot at beginning of line, otherwise it will be interpreted
as the start of a macro. From jmc@openbsd.
2005-03-08 10:53:34 +00:00
wiz 73a04ea9b5 Bump date for ICH6 support. 2005-03-08 10:50:09 +00:00
tshiozak b115b9ec4f fix XDIGIT problem on several locales,
pointed by Joerg Sonnenberger on tech-userlevel@.
2005-03-08 06:35:13 +00:00
jdc 8cb1b8908c Add `can backspace with ^H' (bs) entry to Eterm.
Fixes PR misc/29578 from Peter Bex.
2005-03-07 18:18:41 +00:00
tron 25833b0c61 Add ICH6 southbridge to list of support devices. 2005-03-07 11:27:29 +00:00
thorpej 690b6d996a Fix missing word in sentence. 2005-03-07 03:17:21 +00:00
thorpej b311a52b06 Indent the example. 2005-03-07 03:11:01 +00:00
christos 35c70b36f3 .Bd needs display style. Thanks jason for the man page! 2005-03-07 02:44:33 +00:00
thorpej 7078187c0c Add a pam.conf(5) manual page. 2005-03-07 02:26:31 +00:00
tnozaki fe05f588fb add new citrus iconv module UTF-7.
thanks advice, yamt-san.
2005-03-05 18:05:14 +00:00
jdolecek 3dc8de67de JUMBO packet support tested and apparently working 2005-03-05 14:39:29 +00:00
he 8e8728c45c Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications.  The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.

Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.

Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.

Discussed with thorpej and christos.
2005-03-04 20:41:08 +00:00
kleink 155d861bc7 Merge tzdata2005f. 2005-03-04 08:59:13 +00:00
kleink 0f845aa156 Import tzdata2005f. 2005-03-04 08:56:11 +00:00
mycroft 62480540a9 Document callout_active(). 2005-03-04 05:53:19 +00:00
dan 1f64b720ce typo 2005-03-02 03:33:46 +00:00
thorpej d97108988d Add a pam(8) manual page that gives a brief introduction as to what PAM
is.  The gritty details will be in pam.conf(5).
2005-03-02 02:56:24 +00:00
christos 4c1f8229f5 Turn on PAM by default. Approved by core. 2005-02-28 02:28:09 +00:00
thorpej c432982bbb Correct rpc.yppasswdd options. 2005-02-26 16:39:17 +00:00
wiz 86640b9dc8 Move yp(8) to nis(8). 2005-02-26 16:17:42 +00:00
thorpej ee8c69aed1 YP(8) -> NIS(8) 2005-02-26 16:13:04 +00:00
jdolecek b6df8b1e96 add windows-12?? aliases for CP12?? 2005-02-25 22:00:50 +00:00
christos 1d6a9d3f17 Don't disable PAM when MKPIC=no. PAM should work with static libraries, and
this breaks PAM on programs that decide not to use PIC libraries, such as
the X server.
2005-02-24 14:56:55 +00:00
peter 0f31823d7c Write IPv4 and IPv6 with a small 'v'. 2005-02-22 16:53:11 +00:00
peter 1c9b56c830 Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
headers and LKM.

Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.

Both options default to yes, so nothing changed in the default build.

Reviewed by lukem.
2005-02-22 14:39:58 +00:00
grant cc35f337dc +RIFF 2005-02-22 12:24:44 +00:00
wiz 22d1990264 Bump date for ti, vge. Fix typo. 2005-02-20 21:28:02 +00:00
wiz e88b836ec7 Fix RCS Id, sort SEE ALSO, add article. 2005-02-20 21:26:11 +00:00
wiz 38147cd01d Fix typo. 2005-02-20 21:23:58 +00:00
wiz 58cecadc76 Grammar fix. 2005-02-20 21:06:57 +00:00
wiz 6affcf4372 Bump date for IPSEC_NAT_T. 2005-02-20 21:06:13 +00:00
wiz b11822a48f Drop trailing whitespace. 2005-02-20 21:05:20 +00:00
wiz 4338b8bfb7 Grammar improvement. 2005-02-20 19:55:05 +00:00
wiz 776ec5b176 > -> \*[Gt] 2005-02-20 19:48:47 +00:00