Commit Graph

9404 Commits

Author SHA1 Message Date
yamt 73a55441d6 remove rules for sushi. 2006-08-30 03:20:46 +00:00
tnozaki c43c0703e2 * updated 0xFE50-0xFEA0 mapping to Unicode3.0 later.
* added fallback mapping of 0xA989-0xA995 <-> U+E7E7-U+E7F3.
* some TTF - NSimSun(Microsoft GB18030 Support Package) and
  FZSongTi(Solaris GB18030 locale) - assign Vertical form(U+FE10-U+FE19)
  to UDA/PUA(0x2659-0x2673/U+E78D-U+E796), so comment about this.
2006-08-29 18:52:29 +00:00
hubertf 8469674e88 * Add an 'all' targets to get the order of things right
* Remove extra file argument from a pipeline
 * keep grops from stopping after the first manpage.

This gives working PDFs for all manpage sections again - altogether
NetBSD-current has 8192 pages after formatting, in PDF.
2006-08-29 14:32:45 +00:00
hubertf a99f344cbe Answer "what is veriexec", inspired heavily by
http://www.users.on.net/~blymn/veriexec/
2006-08-28 20:55:16 +00:00
plunky d8e707630c correct spelling mistake 2006-08-28 08:21:38 +00:00
elad b0f11d59b9 TLDR 2006-08-27 15:00:12 +00:00
plunky c980b109dd BluetootH SCO Audio update.
Provide an ioctl to set the SCO mtu value in the controller and
place limits in the SCO code such that only packets of this size
may be sent.

Move the mtu option from btsco(4) and btdevctl(8), to the
btconfig(8) program.

Remove temporary BLUETOOTH_SCO kernel option, and enable SCO
socket access.

Fix incoming connection handling for btsco(4) and SCO sockets.

Fix documentation to reflect the new world order.
2006-08-27 11:41:58 +00:00
matt 02f1c8b0ef Make sure to compile things at -O2 for mips64e[bl] 2006-08-26 19:57:03 +00:00
matt c0b0d51c8c MACHINE_CPU for mips64e[bl] is mips 2006-08-26 19:56:37 +00:00
pavel 933a5dd371 bumb date. 2006-08-26 18:35:24 +00:00
pavel 28ef711f66 reference compat_30(8) in the description of COMPAT_30 and delete
duplicated information. Pointed out by Izumi Tsutsui.

Bump date.
2006-08-26 18:34:28 +00:00
pavel 4eb1701bdb document the recent filehandle changes. 2006-08-26 18:15:36 +00:00
matt 301907af2b Remove XNS protocol man page. 2006-08-26 16:14:29 +00:00
matt 9e051a8002 Add enough configury glue so that src/tools can build a N64 mips toolchain. 2006-08-25 23:35:04 +00:00
tnozaki 2af744a1fb filled 0x577A-0x577E hole with PUA. 2006-08-25 15:27:41 +00:00
wiz b15d7e5bff Add section number to Xr. 2006-08-23 20:41:44 +00:00
wiz e4113c2f20 Bump date for previous. 2006-08-23 20:39:01 +00:00
wiz 3782003a6e Bump date for previous. Use Dv for defined values. 2006-08-23 20:38:25 +00:00
wiz b434ed6c96 Mark up WSDISPLAYIO_*. 2006-08-23 20:36:36 +00:00
christos 668859bd23 sendmail is no more. from our anonymous admirer. 2006-08-22 17:01:54 +00:00
christos 10586f6091 sendmail is no more. noted by our anonymous user. 2006-08-22 17:00:15 +00:00
bjh21 8c1bc5670c Add some documentation of the vidcvideo driver, mostly covering screen-mode
selection.
2006-08-20 12:45:18 +00:00
blymn 50abf3c730 Add functions to the fileassoc interface to allow a "hint" to be provided
instead of performing an implicit VOP_GETATTR() when adding/looking up
fileassoc entries.
2006-08-20 10:38:23 +00:00
wiz 9bbf7e195e Adapt SYNOPSIS and bump date for previous. 2006-08-20 09:40:26 +00:00
plunky 066074b94f Make btdev default count explicit 2006-08-20 07:06:57 +00:00
wiz 09a207d68f New sentence, new line. Punctuation capitalization. 2006-08-20 00:30:02 +00:00
plunky 95d2b886d7 The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.
While it can be made to compile, the paradigm is not quite right because
it attempts to contact the filesystem during autoconfig which sometimes
causes a panic. Even if that was fixed, there is another potential problem
in that the driver tries/sleeps/tries/sleeps and the sleep could
theoretically sleep past the rc.d/btconfig stage and the controller
would remain unconfigured.

So, I have prepared a different method for loading the firmware to
Broadcom BCM2033 chip based devices. A package 'sysutils/bcmfw' will load
the firmware files via a ugen(4) device interface.

This update removes the ubtbcmfw(4) driver and adds a table to the ubt(4)
driver so that it will not attach to Broadcom BCM2033 based devices before
the firmware was loaded.

This fixes kern/34219
2006-08-19 16:35:02 +00:00
tnozaki 4ba9b09748 remove *.mps entry that doesn't exists. 2006-08-19 11:13:18 +00:00
tnozaki 2ad099c737 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
2006-08-19 10:58:40 +00:00
jld 1a62815660 vnode_if.src says that VOP_POLL's vnode is unlocked, and has said so
since 1998; adjust the man page to reflect that.
2006-08-17 04:38:27 +00:00
reed 8e5c0d9d4d Mention the VESA frame buffer display for i386.
Add definitions for WSDISPLAYIO_SSPLASH and
WSDISPLAYIO_SPROGRESS.

Add i386/vesafb(4) to SEE ALSO.
2006-08-17 02:00:09 +00:00
reed 4eda374899 Shorten one-line description.
Add a few more kernel configurations to synopsis.

Mention wscons and wsdisplay.

Describe the kernel options.

Add SEE ALSO section.

Mention about VESAFB_PM hanging systems.

Review by jmcneill on tech-kern list.
2006-08-17 01:58:26 +00:00
mike 99445ded4c Fixed minor typo. 2006-08-15 03:59:59 +00:00
bjh21 9bce138739 Remove manual pages for deleted keyboard drivers. 2006-08-14 22:25:32 +00:00
thorpej 1d08e83afc Correct copyright date and description. 2006-08-14 18:58:34 +00:00
thorpej 941317eec2 dk actually first appeared in 3.0. 2006-08-14 18:57:02 +00:00
ad 5ed2f11fe6 Minor update for per-LWP creds. 2006-08-14 13:59:30 +00:00
wiz a7d5983a14 Bump date for acpi attachment. 2006-08-14 09:50:18 +00:00
itohy cdb1835aff ACPI frontend for Yamaha OPL3-SA[23].
Derived from PR kern/33991 by jasper at pointless dot net.
2006-08-14 09:34:43 +00:00
wiz a06a1b0add Remove superfluouos Pp. Fix RCS Id (I hope). Improve English.
Break line after 80 chars. Use .Nx. Set date to import date.
2006-08-13 23:29:49 +00:00
wiz a007d06dc9 Add dk(4) manpage written by Jonathan A. Kollasch, provided in PR 34193. 2006-08-13 09:28:23 +00:00
plunky 885b13c515 rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.
2006-08-13 09:03:21 +00:00
simonb af29995e74 Add a port of the OpenBSD Intel 3945ABG wpi(4) wireless driver, by
Jean-Baptiste Campesato.

From PR kern/33778.
2006-08-13 02:21:45 +00:00
plunky 2d44f42cce Remove obsolete file - bthub is no more 2006-08-12 13:40:37 +00:00
christos ce0ef6cfc4 Pretending to be Elad's keyboard:
fileassoc.diff adds a fileassoc_table_run() routine that allows you to
pass a callback to be called with every entry on a given mount.

veriexec.diff adds some raw device access policies: if raw disk is
opened at strict level 1, all fingerprints on this disk will be
invalidated as a safety measure. level 2 will not allow opening disk
for raw writing if we monitor it, and prevent raw writes to memory.
level 3 will not allow opening any disk for raw writing.

both update all relevant documentation.

veriexec concept is okay blymn@.
2006-08-11 19:17:47 +00:00
wiz 78c9a76781 Add NetBSD.el containing some settings for emacs' c-mode to better
match NetBSD's KNF (kernel normal form).
2006-08-08 18:41:11 +00:00
pavel a3ea6cc335 describe that hw VLAN tagging is not supported ATM.
(see sys/dev/ic/rtl8169.c rev. 1.23 .)
2006-08-07 20:41:16 +00:00
xtraeme 9c74798bdd AMD PowerNow!/Cool`n'Quiet driver for NetBSD/amd64,
adapted from OpenBSD.

Tested on a few machines:

http://bigbird.dohd.org:3021/NetBSD/dmesg
http://www.bsd.org.il/netbsd/acpi/dmesg

Thanks to cube, elad and others for testing and fixes.

Enabled by default on GENERIC.
2006-08-06 15:37:21 +00:00
wiz e95cae6b93 New sentence, new line. Use more markup.
Bump date for previous.
2006-08-04 23:30:53 +00:00
martin 915709d082 If user buffers do not match kernel buffers our kernel returns EINVAL,
not EIO.
2006-08-04 23:22:30 +00:00