Commit Graph

8450 Commits

Author SHA1 Message Date
skrll
7e2b81accb Mention interrupt output transfers here.
Again from FreeBSD.
2005-04-29 19:16:17 +00:00
xtraeme
8628cd1f1d ITE8712F was supported, but it was detected as 8705F, now we can say
it's supported, bump date.
2005-04-29 02:10:20 +00:00
riz
a3332e6172 Tyop fix: s/selwakup/selwakeup/
Approved by jmcneill.
2005-04-28 20:27:30 +00:00
augustss
3ea56b8820 Add ukyopon. 2005-04-27 14:48:09 +00:00
augustss
b05a207709 Note the use of the portno locator, it's actually useful for this device. 2005-04-27 14:47:00 +00:00
bad
9ed16d0d93 Mention the Compu-Shack FASTline-II PCI adapters as supported.
The 4-port 21143 based board has been working like a charm for me.
2005-04-26 22:12:23 +00:00
wiz
2756e1f633 tcpdump(8), not (1). 2005-04-25 14:37:49 +00:00
wiz
f4edf0a7d3 Add $NetBSD$ RCS Id. 2005-04-25 14:36:48 +00:00
wiz
2ed9c873eb Use \*[Gt]. Add $NetBSD$ RCS Id. 2005-04-25 14:36:36 +00:00
wiz
d02dd2f537 Add RCS Id, replace > with \*[Gt], remove references to
ancontrol(8), raycontrol(8), wicontrol(8), because we do not have those.
XXX: should link to wiconfig?
2005-04-25 12:28:10 +00:00
blymn
a682aea6b1 Remove outdated verifiedexec(4) man page, add veriexec(4) to makefile 2005-04-25 00:43:26 +00:00
dyoung
9b9ed510b0 Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
and the set lists.
2005-04-24 21:43:03 +00:00
dyoung
6b4168a18a Add IEEE 802.11 manual pages from FreeBSD. 2005-04-24 21:11:07 +00:00
blymn
97b6046c76 Put back the changes made by Wiz 2005-04-24 13:16:26 +00:00
blymn
4e1039d5bc Shift veriexec(4) man page to correct place. 2005-04-24 13:09:48 +00:00
kleink
eadb9da154 Import tzdata2005i. 2005-04-23 22:19:33 +00:00
wiz
7469db09c5 OpenBSD v1.20, committed by jmc, commit message:
document bktr ioctls;

from jacob meuser (pr #4182);
checked by mickey, tweaked by me;
2005-04-22 15:45:40 +00:00
wiz
528dade127 Fix persistent typo; slightly improve MKPAM description;
bump date for MKPAM description.
2005-04-21 14:50:16 +00:00
xtraeme
d5dac37f3b Install the new gen_rmd160 file too. 2005-04-21 09:57:03 +00:00
hubertf
6e0c73492f Document MKPAM, per PR 29947 by Rui Paulo. 2005-04-20 22:10:51 +00:00
blymn
8387760ed1 Rototill of the verified exec functionality.
* We now use hash tables instead of a list to store the in kernel
    fingerprints.
  * Fingerprint methods handling has been made more flexible, it is now
    even simpler to add new methods.
  * the loader no longer passes in magic numbers representing the
    fingerprint method so veriexecctl is not longer kernel specific.
  * fingerprint methods can be tailored out using options in the kernel
    config file.
  * more fingerprint methods added - rmd160, sha256/384/512
  * veriexecctl can now report the fingerprint methods supported by the
    running kernel.
  * regularised the naming of some portions of veriexec.
2005-04-20 13:44:45 +00:00
tron
fce29e26d8 Honor contents of "CLEANFILES" in "cleandir" target. 2005-04-19 08:41:37 +00:00
wiz
6b4d05a703 Drop trailing whitespace. 2005-04-17 23:23:21 +00:00
hannken
6cb4c22637 Support user controllable flags for the snapshot driver:
- Add FSSIOFSET and FSSIOFGET ioctl() to set/get the flags.
- Add FSS_UNCONFIG_ON_CLOSE flag to unconfigure the snapshot device
  on the last close.

Reviewed by: Jason R. Thorpe <thorpej@netbsd.org>
2005-04-17 16:28:26 +00:00
lukem
5c5750a595 Move /etc/postinstall (and the etc.tgz set) to /usr/sbin/postinstall
(and the base.tgz set).
2005-04-17 15:15:48 +00:00
wiz
7de2bf2d68 Mention ukyopon. 2005-04-16 14:38:14 +00:00
wiz
a8a4a1cfe2 Improve grammar fix from previous. 2005-04-16 14:36:54 +00:00
wiz
5f4ac44fcd Grammar fix, and driver appeared in 3.0, not 1.6.3. 2005-04-16 14:35:55 +00:00
itohy
0ee992857f ukyopon(4): Kyocera AIR-EDGE PHONE driver
Close NetBSD PR #25954 in a different way.
2005-04-15 17:18:18 +00:00
lukem
aff82fa50e document MKINET6 and USE_INET6 2005-04-15 03:04:53 +00:00
nathanw
e8e89790f0 The bind-session ioctl is CIOCGSESSION, not CRIOCGSESSION. 2005-04-14 18:52:23 +00:00
wiz
3b0309f821 Bump date for addition of CompUSA USBKR100. 2005-04-13 23:08:39 +00:00
drochner
b31fb0b5e2 We don't fall back to the "default" login class if a login class was
given in the password file but not defined in login.conf. Just for
"no class is given". The former is an error and leads to rejection.
2005-04-13 20:39:05 +00:00
nathanw
c700f1d7a3 CIOCCRYPT takes a "struct crypt_op *", not a "struct crpyto_op *". 2005-04-13 16:28:06 +00:00
dsl
b90eeeef12 Report when we link a program into xxx.ro (before being crunched) 2005-04-09 13:00:53 +00:00
atatat
3e171f3338 Add CompUSA USBKR100 to the list of the supported adapters 2005-04-09 02:06:53 +00:00
martti
dac8d052b2 Note CERC SATA RAID 1.5/6ch 2005-04-06 16:01:13 +00:00
martin
8a51929fe1 Add -fno-merge-constants (as the xsrc build does too) to make the module
loader work with the gcc versions we use now. No idea why i386 apparently
was not affected by this.
2005-04-06 08:32:11 +00:00
kleink
aed9ebc3c4 Merge tzdata2005h. 2005-04-05 16:29:28 +00:00
kleink
5d35ad7a4a Import tzdata2005h. 2005-04-05 16:27:29 +00:00
tron
1f47028b14 Don't use "-std=c99" for NetBSD-vax because gcc 2.95.3 doesn't support it. 2005-04-05 11:56:09 +00:00
wiz
e1b1c648db Drop trailing whitespace, typo fix, and some additional articles. 2005-04-04 08:25:44 +00:00
wiz
c3582b4d14 New sentence, new line; improve a sentence. 2005-04-03 21:38:44 +00:00
hubertf
9ee7752f6f Extract commonly used things like CDROMs, pseudo-filesystems (/proc, ...)
and mfs-based /tmp into their own files. Hint at them in the existing
files. (fstab needs an #include statement :)
2005-04-03 14:12:14 +00:00
jdolecek
ac9c5bb8e9 fix pasto 2005-04-03 11:57:27 +00:00
jdolecek
0b8e9ef3ed add tra(4) manpage 2005-04-03 11:56:29 +00:00
jdolecek
77e52b7b90 add vge(4) into list of drivers which support VLAN MTU 2005-04-03 11:55:00 +00:00
jdc
8ab492ef2b Add reference to the OUI assignements list in the `SEE ALSO' section.
Suggested by Hubert Feyrer.
2005-04-03 06:39:37 +00:00
yamt
3165a4e284 remove links to uvm.9 for removed functions. 2005-04-01 12:07:42 +00:00
yamt
6bc6330ab1 bump date for the previous. 2005-04-01 12:04:00 +00:00