wiz
4338b8bfb7
Grammar improvement.
2005-02-20 19:55:05 +00:00
wiz
776ec5b176
> -> \*[Gt]
2005-02-20 19:48:47 +00:00
wiz
d5b60ec1d9
Drop trailing whitespace.
2005-02-20 19:46:15 +00:00
jdolecek
204eefc34d
add ti(4), vge(4)
2005-02-20 18:58:34 +00:00
jdolecek
77fddac557
note some driver issues (hopefully would be handled soon)
2005-02-20 18:45:29 +00:00
heas
952103f512
Note hardware checksum support & bump date
2005-02-20 18:42:54 +00:00
jdolecek
dff4ca397a
add vge(4) manpage, obtained from FreeBSD
2005-02-20 18:41:14 +00:00
jdolecek
3e2c744d33
add ciphy(4)
2005-02-20 16:58:59 +00:00
jdolecek
4805ad6f16
add ciphy(4) manpage
2005-02-20 16:53:10 +00:00
matt
6dc6ca22f8
Add support for WARNS=4 (-std=c99)
2005-02-20 01:31:44 +00:00
christos
907dfbe7a9
Add libradius
2005-02-20 00:35:02 +00:00
thorpej
354f2a1004
Switch to ipsec-tools for libipsec, setkey, and racoon. From
...
Emmanuel Dreyfus, with some small changes by me.
2005-02-19 16:55:02 +00:00
jsm
6f99e036e2
Add STFW.
2005-02-18 01:40:49 +00:00
kleink
58e3cc3d46
Add COW, FCS, GCR, ZFOD.
2005-02-16 00:04:23 +00:00
wiz
0a718347c7
Bump date for ENABLEDMA -> DISABLEDMA.
2005-02-15 08:15:17 +00:00
he
b4d3212ec4
Use a compact list for the supported controller types.
...
I'm guessing this doesn't warrant bumping the date on the man page.
2005-02-14 22:53:23 +00:00
fredb
556db3aecb
Expand the description of "reboot" slightly: add cross-references to
...
reboot(2) and reboot(8), and especially document RB_DUMP -- which is,
in fact, documented in reboot(2), if you'd only known to look there.
2005-02-14 18:14:27 +00:00
fredb
cc046a4771
Delete a superfluous comma.
2005-02-14 13:29:03 +00:00
fredb
6849b2fd34
Clarify that controls affecting both playback and recording should also
...
be placed in the AudioCinputs class.
2005-02-14 13:28:24 +00:00
skrll
2c796d32fc
Correct reference to uio_resid. PR 29355.
2005-02-14 12:44:15 +00:00
manu
5c217c1a67
Add support for IPsec Network Address Translator traversal (NAT-T), as
...
described by RFC 3947 and 3948.
2005-02-12 12:31:07 +00:00
rearnsha
bae0bf4e87
Updated for changing PCIIDE_I31244_ENABLEDMA to PCIIDE_I31244_DISABLEDMA
2005-02-12 10:21:40 +00:00
kleink
6c51665c6e
Merge tzdata2005e.
2005-02-12 00:31:41 +00:00
kleink
bd9639e231
Import tzdata2005e.
2005-02-12 00:28:41 +00:00
tnozaki
af5bc0e0b7
add iso-2022-kr support to iconv.
2005-02-10 18:33:00 +00:00
tnozaki
9cc920cfc1
merge resent FreeBSD UTF-8 locale.
...
now support outside BMP area.
2005-02-10 18:12:42 +00:00
tnozaki
fcff889a4d
remove ko_KR.UTF-8.
...
this locale is alias for en_US.UTF-8 by locale.alias now.
2005-02-10 18:03:01 +00:00
wiz
ae20c95c70
MKHTML defaults to no; fix documentation (which claimed it defaults to yes).
2005-02-07 01:38:44 +00:00
wiz
309e4e8291
End <font> tag with </font>. From Greg A. Woods in private mail.
...
Remove </font> before </body> since there is no corresponding <font>.
2005-02-07 01:23:02 +00:00
wiz
21e8d99658
Fix Fx handling; closes my PR 29235.
...
Will probably also need an additional fix like Nx and Ox do (see PR 29236).
2005-02-07 01:13:18 +00:00
wiz
e2d4a3ff6c
Add simple An handling. Modified version of a patch by Greg A. Woods
...
in private mail. Closes my PR 29241.
2005-02-07 01:11:14 +00:00
wiz
f5e9b507dc
Fix Dd argument, and a grammar fix.
2005-02-05 15:31:29 +00:00
jdolecek
8e401e6c31
add a check_passwd_permin_nonalpha option, which changes the passwd
...
test to permit non-alphanumeric characters in login names
2005-02-05 15:26:37 +00:00
tnozaki
d65a4ead10
fix invalid range.
2005-02-04 18:35:45 +00:00
wiz
42e21bbee1
Make page look better. Requested by uwe.
2005-02-03 16:31:32 +00:00
christos
80cdc1a918
Make comment more specific.
2005-02-03 00:27:55 +00:00
christos
b8b9d767c2
fix accidental join that made the comment look like functions that
...
return ``void *'' should not be cast'ed.
2005-02-02 23:33:42 +00:00
wiz
8cf42c3a78
Remove a superfluous .El. Noted by Nicolas Joly in PR 29186.
2005-02-02 17:13:08 +00:00
wiz
84b538cd76
Fix date string (February instead of Feburary); new sentence, new line.
2005-02-02 14:35:40 +00:00
abs
0d94353073
Reminder not to trust cheap no-name packaging. VIA product 0x3249 is
...
a VT642*1* not VT642. Also add to list in viaide manpage and note
that drives need to be configured into RAID/JOBS sets via its BIOS.
http://www.via.com.tw/en/products/peripherals/serial-ata_raid/vt6421/
2005-02-02 11:19:49 +00:00
christos
7706d160ef
Add missing (void) cast to printf return.
...
Prefer returning from main rather than calling exit.
2005-02-01 13:43:38 +00:00
wiz
e3b661b128
Fix dot placement. Bump date for pci_conf_{capture,restore} documentation.
2005-01-28 13:02:33 +00:00
wiz
bc22bce866
Bump date for previous.
2005-01-27 18:38:20 +00:00
mycroft
d2ca156552
Add a small note about the use of shift keys.
2005-01-27 18:35:41 +00:00
kent
51e95477c7
support for nForce4.
...
bump date.
2005-01-27 13:39:47 +00:00
jmcneill
439b200f99
Document pci_conf_capture(9), pci_conf_restore(9) as well as
...
struct pci_conf_state.
2005-01-27 01:49:53 +00:00
wiz
1eef56ee01
Bump date for previous two, and restore part of sentence
...
that got lost in v1.261. Drop trailing whitespace.
2005-01-25 01:59:07 +00:00
wiz
a225e4032b
Bump date for another supported card.
2005-01-25 01:54:29 +00:00
rumble
bd6d6c9a81
INET is not required.
2005-01-25 00:53:03 +00:00
rumble
4d1829e17f
Document SOFTDEP and UFS_DIRHASH options.
2005-01-24 19:08:23 +00:00
sketch
9cc1b26000
+ AYT (are you there), inspired by telnet and sometimes used for online chats.
2005-01-24 16:27:58 +00:00
pooka
56876e818a
.Nm siginfo_t -> .Nm siginfo
...
Makes the manual page name match the whatis database.
ok from wiz
2005-01-24 13:08:35 +00:00
wiz
a8921bf654
Fix Dd string; fix case in a macro; sort list of supported devices;
...
mark up all authors; fix case in "NetBSD".
2005-01-24 09:04:12 +00:00
joff
9968ec1965
Add atu(4) manpage: 802.11b USB wifi dongle. From OpenBSD.
2005-01-24 02:06:14 +00:00
fredb
caf0ace151
Document support for the Belkin "Gigabit Desktop Network PCI Card".
2005-01-23 03:14:31 +00:00
snj
ff3f288f8c
Bump date for last and kill an unnecessary Pa.
2005-01-22 05:18:01 +00:00
snj
93539909dd
Kill unnecessary use of Pa; sort sections and xrefs.
2005-01-22 05:10:42 +00:00
briggs
3ea9d17cf2
Document option P1003_1B_SEMAPHORE
2005-01-22 03:34:44 +00:00
briggs
cca875f847
Add sem.4 from FreeBSD.
2005-01-22 03:34:08 +00:00
rumble
4263db1a02
"is implement" -> "is implemented"
2005-01-21 21:14:06 +00:00
wiz
dfc541e78d
Add sparc64 to .Dt.
2005-01-21 15:06:17 +00:00
wiz
294254d9fa
Add pmppc to .Dt.
2005-01-21 15:05:52 +00:00
wiz
965aec6312
Add macppc to .Dt.
2005-01-21 15:05:18 +00:00
wiz
8cb0028b8a
Add mac68k to .Dt.
2005-01-21 15:04:51 +00:00
wiz
4f89c59454
Add i386 to .Dt.
2005-01-21 15:04:25 +00:00
wiz
83db678ed2
Add evbarm to Dt.
2005-01-21 15:03:53 +00:00
wiz
396e28e5ec
Use Fl for flags.
2005-01-21 10:29:50 +00:00
rtr
8c050b7c06
+ cleanup removal of -DUSE_NBSD_THREADLIB usage
2005-01-21 05:15:36 +00:00
dan
4d945fe1b6
reference config(8) -x as another way to recover the result of using
...
INCLUDE_CONFIG_FILE; bump date
2005-01-21 00:39:56 +00:00
peter
3833bb8f30
Minor cleanup and tweaks, be consistent with the other system admin scripts.
2005-01-18 18:12:55 +00:00
peter
3fafe1c29d
Support -current with binary packages installation.
2005-01-18 18:08:30 +00:00
wiz
795ae0e928
New sentence, new line.
2005-01-18 13:42:37 +00:00
scw
f75456d232
Document options PMS_SYNAPTICS_TOUCHPAD.
2005-01-18 10:23:35 +00:00
scw
dbd33865cd
Mention additional Broadcom PHYs supported by the driver.
2005-01-17 13:22:28 +00:00
tnozaki
4b07a87f1d
fix invalid range.
2005-01-16 20:15:35 +00:00
wiz
7f0b5023cd
Add an article. Bump date.
2005-01-16 15:21:57 +00:00
tsutsui
06dcd05e2e
Mention COMPAT_20.
2005-01-16 14:51:17 +00:00
fredb
bebf49cc6f
Sync with reality...
...
- - Clarify how to do multi-platform releases. README, SOURCE_DATE, and
"source" are placed at the root of the heirarchy. Call the heirarchies
in <machine> the "binary releases", to distinguish from the entire
release, which includes source.
- - Split sets are gone.
- - We can now do everything with "./build.sh". Tell how.
I proposed this on tech-install and tech-toolchain, and there were no
objections.
2005-01-15 18:13:00 +00:00
jmmv
784cfb6e38
Turn two commas into fulls stops for better readability.
2005-01-14 22:33:15 +00:00
wiz
3c48c826e1
Add FIR and SIR.
2005-01-14 14:20:46 +00:00
jmmv
8c5db1653b
+ OCL, UML
2005-01-13 18:01:13 +00:00
kleink
1ba8c9895e
Since we already have BER, just add the remaining ASN.1 encoding rules.
2005-01-13 17:37:59 +00:00
jmmv
3fc4f2c624
Some minor nits from kleink@.
2005-01-13 17:03:03 +00:00
ragge
cd3e4762f1
Fix CIRCLEQ example bug, from Peter A Jonsson.
2005-01-13 15:13:10 +00:00
jmmv
45b02cf417
Add W3HS, ACL, ADSL, AP, ARQ, AS, ASN, ASCII, BER, CSMA, CSMA/CA, CSMA/CD, CTS,
...
DCE, DIFS, DLE, DSSS, DTE, EGP, FHSS, GRE, IDRP, IGP, ISI, ISM, ISN, LCP, LLC,
MSS, NAV, NCP, OFDM, PAT, PDU, PLL, PSTN, RIP, RIR, RTS, SIFS, TR, UART, USART,
VLAN, WLAN.
Fix MAC. Make SIP all lowercase.
2005-01-13 15:01:10 +00:00
thorpej
ed6d501758
Back out previous. The intent is for MKPAM to be "yes" and USE_PAM to
...
be "no". The su(1) Makefile has been fixed to test the correct variable.
2005-01-13 00:15:21 +00:00
manu
b77a9f1e15
Put back PAM to disabled by default and add a notice explaining why it
...
is disabled and why it should not be re-enabled until it gets stable.
2005-01-13 00:03:56 +00:00
peter
0db75d3501
Show "UID" on the first line (was broken after gawk -> nawk switch).
2005-01-12 17:58:45 +00:00
drochner
6e2d41ee05
cgd??? swwdog!!!
2005-01-12 15:16:33 +00:00
wiz
cdbe2b9d33
New sentence, new line.
2005-01-12 14:54:51 +00:00
wiz
d842ef9bbd
New sentence, new line, and fix a typo.
2005-01-12 14:54:45 +00:00
wiz
96df258a18
ie -> i.e.
2005-01-12 14:52:51 +00:00
lukem
6ea8d362d6
Rework PAM defaults:
...
MKPAM=yes # provide infrastructure by default (unless MKPIC=no)
USE_PAM=no # don't compile PAM support in by default
2005-01-12 00:39:48 +00:00
lukem
aa8cb2a456
If RESCUEDIR is defined, automatically add that to CPPFLAGS
2005-01-12 00:32:59 +00:00
reinoud
73b0466ba9
Update copyright date
2005-01-12 00:28:54 +00:00
reinoud
a1c9990869
Add documentation for the new auixp(4) driver.
2005-01-12 00:07:36 +00:00
peter
07981e68ac
Add a few missing settings and improve the description of some settings.
2005-01-11 23:00:59 +00:00
peter
17b1e54fa1
Remove script3.
2005-01-11 22:21:36 +00:00
peter
83a87c3208
Remove a now obsoleted file.
2005-01-11 22:19:51 +00:00
peter
80bd94becd
Only try to change/update the settings listed in the form.
...
This stops sushi from mangling rc.conf when the form becomes out-of-sync
with /etc/defaults/rc.conf.
Reviewed by garbled.
2005-01-11 22:16:24 +00:00
skrll
70f6d0ab0f
NetBSD RCSID
2005-01-11 18:49:05 +00:00
skrll
07abe6d951
Add iwi.4
2005-01-11 18:37:26 +00:00
skrll
44324c3bf3
Manual page for iwi(4)
...
Written by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/
2005-01-11 18:35:32 +00:00
he
ccb78245cb
Add a default setting of MKPAM to "yes".
2005-01-11 16:20:49 +00:00
wiz
7af1413d8e
Fix Dd argument; fix typo in .Dt; new sentence, new line; use .An for author name.
2005-01-11 11:32:11 +00:00
tron
1f93f9857c
Don't define "USE_NBSD_THREADLIB" because "threadlib.h" was removed.
2005-01-11 10:39:47 +00:00
wiz
86eb0864bd
We have 2005 now.
2005-01-11 09:46:17 +00:00
wiz
92cf03c9ee
Grammar improvements.
2005-01-11 09:43:19 +00:00
simonb
554ce4f360
Document the EVCNT_TYPE_TRAP event type.
2005-01-11 07:23:49 +00:00
kent
040d52ef77
reflect the recent audio_hw_if changes for open(), close(), set_params(),
...
round_blocksize(), trigger_output(), and trigger_input().
bump date.
2005-01-11 07:19:28 +00:00
itojun
2537b08b16
replace with written-from-scratch manpage. (fixes ISOC copyright issue)
2005-01-11 06:01:41 +00:00
chs
717114639a
typoes.
2005-01-11 01:51:12 +00:00
wiz
bcaef1c07a
Make one ioctl an xref. Use Ss for non-standard headers. Sort SEE ALSO. Use \*[Gt]\*[Lt].
2005-01-10 22:35:01 +00:00
wiz
69a22a7d36
Drop trailing whitespace.
2005-01-10 21:43:08 +00:00
manu
f98741225d
Disable PAM by default until it gets properly integrated.
...
Now have MKPAM=yes in /etc/mk.conf if you want to experiment with PAM.
2005-01-10 21:06:39 +00:00
perry
93226f835d
Restore the BUGS section, but make it say:
...
Currently, only the ip(4) and ip6(4) protocols are supported.
2005-01-10 19:22:25 +00:00
hubertf
e38333f8c4
Remove BUGS notice that ppp(4) only works for IPv4
...
This time to the right branch... sorry for the mess!
2005-01-10 18:03:37 +00:00
jmmv
afdb4e66ab
+ AMI
2005-01-10 14:10:32 +00:00
jmmv
732504aebb
+ AM, EPRML, FM, MFM, PRML, RLL.
2005-01-10 13:16:39 +00:00
cube
e8ff287844
Add a paragraph about what to do with the Ethernet address and how to
...
change it.
2005-01-10 13:02:26 +00:00
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