Commit Graph

8194 Commits

Author SHA1 Message Date
lukem 7157011597 Only compile in IPv6 support if ${USE_INET6} != "no"
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
2005-01-10 02:58:58 +00:00
lukem 1227550528 Revert previous (1.258): we don't want to link .so libraries against
(non-PIC) .a libraries, and the problem which triggered the addition
of the previous has been fixed by providing librpcsvc as a .so.
2005-01-10 02:42:34 +00:00
he 67d66c86bb Don't build libpam and associated bits if the target platform doesn't
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no.  Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.

Discussed with christos and lukem.
2005-01-10 00:20:21 +00:00
smb ddd2ade252 Add a software watchdog timer facility. Because this slightly
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.

The code was reviewed by simonb@.
2005-01-09 22:51:32 +00:00
chs 8975a0856f adjust the UBC mapping code to support non-vnode uvm_objects.
this means we can no longer look at the vnode size to determine how many
pages to request in a fault, which is good since for NFS the size can change
out from under us on the server anyway.  there's also a new flag UBC_UNMAP
for ubc_release(), so that the file system code can make the decision about
whether to cache mappings for files being used as executables.
2005-01-09 16:42:43 +00:00
yamt 34b7d2ff5a document PMAP_PREFER. bump date. 2005-01-09 09:53:32 +00:00
snj f57f7bfa69 Fix some small English errors. 2005-01-09 06:58:13 +00:00
snj 1a1000bb12 Kill an unnecessary argument to Nm. 2005-01-09 06:35:30 +00:00
snj c678faa759 Fix a small English error. 2005-01-09 03:22:56 +00:00
salo e20b76b22b It's CMYK (or YMCK), not CYMK. (hi, jmmv!) 2005-01-09 00:09:57 +00:00
cube 57f537393e Add and install a manual page for tap(4). 2005-01-08 22:29:38 +00:00
wiz 05675e2716 Fix ADPCM and DPCM; make NRZ more obvious; uppercase proper names. 2005-01-08 22:12:21 +00:00
jmmv 3fe669409e + ADPCM, BPS, CCD, CDDA, CIS, CYMK, DCT, DFT, DPCM, DPI, EFM, LRC, LZW, MSF,
MWE, NRZ, OCR, PAM, PC, PCM, PIN, PMT, PWM, RLE, RTT, SSFDC, TTL, UDO, UFS,
  VLSM
2005-01-08 18:48:56 +00:00
lukem 7af4913b70 Implement <bsd.prog.mk> vars:
LIBASN1 LIBBSDMALLOC LIBG2C LIBPAM LIBSSH
2005-01-08 09:53:38 +00:00
tron 71d6312747 EOL of XFree86 3.3.6, approved by core@NetBSD.org 2005-01-07 18:56:40 +00:00
tron 7035be17ff Add Paderborn/Lippstadt. 2005-01-06 18:15:47 +00:00
wiz 9d853983d4 Bump date for FC929X and FC919X, and sort supported cards. 2005-01-06 15:26:54 +00:00
he 33d45d5d2a Add recognition of LSI Logic FC919X chips, as found on
LSI Logic LSI7102XP-LC controllers.
Document FC919X and FC929X with separate entries in the man page.
2005-01-06 14:58:00 +00:00
lukem a207248574 Provide MKPAM and USE_PAM 2005-01-06 00:42:58 +00:00
wiz aef065eb63 Add uint32_t as example (so that it is implicitly clear we prefer the C99 types). 2005-01-03 13:59:40 +00:00
wiz b1726c97c8 Drop trailing whitespace. 2005-01-02 22:52:28 +00:00
scw d304ede734 Update to reflect sysctl changes in Synaptics Touchpad driver. 2005-01-02 22:39:08 +00:00
wiz 2ce71f9bbf Mark up NULL, and replace null by nul where appropriate. 2005-01-02 18:38:04 +00:00
wiz 42150c082e Use Dq macro. s/null/nul/ in one case. Fix Xrefs. 2005-01-02 18:32:38 +00:00
thorpej c8a6aeb225 Document file system extended attribute functions. 2005-01-02 17:34:43 +00:00
yamt a3a4ee83e6 document PR_NOTOUCH and bump date. 2005-01-01 21:26:20 +00:00
wiz a7b3d5153b Bump date for VDIRTY removal. 2005-01-01 04:06:48 +00:00
yamt 6b4c83b2d6 remove VDIRTY. 2004-12-31 14:55:27 +00:00
wiz 1fce7b0949 Mention that compat32 supports running i386 binaries on amd64.
From Nicolas Joly in PR 28795.
While here: new sentence, new line.
2004-12-31 00:57:50 +00:00
snj 3f3ef0d7ea "\-" makes a minus, "-" does not. 2004-12-29 21:15:02 +00:00
bjh21 0b38b82a21 Document clock_ymdhms_to_secs()' returning -1 for unrepresentable input. 2004-12-29 20:56:43 +00:00
lukem 72352e0662 document LIBDPLIBS 2004-12-29 14:46:24 +00:00
lukem e0f9049e4d When setting DPADD based on LIBDPLIBS, only add the .so if it exists
and fallback to the .a instead.  This allows the use of libraries
which are .so only, have both .so & .a, and are .a only.
2004-12-29 14:41:05 +00:00
wiz 5e2d40e955 Drop trailing whitespace. 2004-12-28 21:08:17 +00:00
christos 535dfbd778 Document synaptics support and the sysctls for it. 2004-12-28 20:59:32 +00:00
wiz 454816d146 Bump date for previous. 2004-12-28 19:23:12 +00:00
yamt 41fc72dca2 update to match with the recent reality. PR/28793. 2004-12-28 18:36:45 +00:00
snj bff6765312 Mark up author names with .An. 2004-12-28 10:28:37 +00:00
wiz b89cba769a Be consistent in the spelling of "busses". Sort sections. Add RCS Id. 2004-12-27 14:21:22 +00:00
tsutsui fee2c899c7 Add a simple man page for O2 MACE MEC-110 Ethernet driver. 2004-12-26 12:33:37 +00:00
he 1565075b57 Add manual page for the ahd driver. Taken from FreeBSD and adapted
to the NetBSD port of the driver.

OK'ed by fvdl.
2004-12-23 23:13:14 +00:00
christos a355909543 revert previous change while discussion is in progress 2004-12-20 18:32:46 +00:00
itojun 2fdfeb359f RFC cannot be used as manpage regarding to the ISOC copyright boilerplate.
remove it until someone writes it up from scratch/freely-redistributable
text is found.
2004-12-20 03:50:04 +00:00
wiz 99a942347a Bump date for SMC2642W support. 2004-12-17 12:18:43 +00:00
gson 6474041d15 Add the SMC EZ Connect 11M Wireless CF Card SMC2642W to the list of
supported cards.
2004-12-17 09:21:44 +00:00
wiz 151274c816 Drop trailing whitespace; punctuation nit. 2004-12-15 15:43:55 +00:00
wiz 1b174bc3bf New sentence, new line. Zero is no defined value, just a number. 2004-12-15 15:39:03 +00:00
wiz d33e4d47b8 Drop trailing whitespace. 2004-12-15 15:37:01 +00:00
peter 0c0e079ef1 Change pseudo-device ptm to pty in synopsis and explain that the
ptm device is include with the pty device.  Bump date.

ok christos
2004-12-12 22:38:45 +00:00
spz 3ca52e72db adds a description of m_apply
closes PR kern/26059
has been looked at by Jason Thorpe and Christos Zoulas
2004-12-12 21:04:16 +00:00