Commit Graph

14161 Commits

Author SHA1 Message Date
wiz f1915787a7 Remove weird markup. 2012-07-01 17:00:32 +00:00
christos a7743d3cd2 bump date 2012-07-01 16:18:00 +00:00
perry 3f1917e0e7 forgot the "7"... 2012-07-01 16:17:06 +00:00
perry 27021da1cf Add reference to rfc6056.7 2012-07-01 16:09:12 +00:00
wiz f5a8bbde20 Bump date for previous. 2012-06-27 22:23:45 +00:00
riastradh 28dbe22a81 Elaborate and clarify rules about #include order.
ok christos
2012-06-27 22:04:02 +00:00
rkujawa de1cd7309d PCI memory space access is not buggy anymore. At least not as much as earlier. 2012-06-27 21:35:40 +00:00
wiz e85f85f6b0 Bump date for previous. 2012-06-27 20:29:38 +00:00
cheusov b6b59f4935 Add new action KAUTH_CRED_CHROOT for kauth(9)'s credential scope.
Reviewed and approved by elad@.
2012-06-27 12:28:28 +00:00
abs 5659783547 Whatever "-Wl,--fatal-warnings" get-out-of-jail-free card gcc-4.5 gets,
give the same treatment to gcc-4.1.
2012-06-25 16:48:55 +00:00
christos f0966fe6ed moved to portalgo.h 2012-06-25 14:47:55 +00:00
jdc e7e6a0e935 Note that the PHY instance changes when a MII transceiver is connected. 2012-06-24 09:38:54 +00:00
wiz e04232a5fa Remove superfluous word. 2012-06-23 20:29:06 +00:00
abs 796b9786c8 Document DIOCTUR (test unit ready) 2012-06-23 19:14:34 +00:00
christos 443eb0a284 4 new sysctls to avoid ipv6 DoS attacks from OpenBSD 2012-06-23 03:13:41 +00:00
abs 86aebb49c7 Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has
time to look at the gcc 4.5 codegen issues we should at least have a usable
-current for vax.
2012-06-22 20:32:34 +00:00
christos 40114b997c PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00
wiz e4417fcdc1 Fix date string (use full month name) 2012-06-20 06:49:33 +00:00
msaitoh 6a1001187e Modify about PCH*.
It seems that 82579 with Intel 7 series chipset is the same as
82579 with Intel 6 series chipset.
2012-06-20 04:57:56 +00:00
njoly ce4e7f03e3 Remove extra Ed macro. 2012-06-19 22:12:03 +00:00
plunky f46033d093 since we seem to have grown a WARNS=5, list it here 2012-06-19 06:20:13 +00:00
uwe e431c4fada Switch sh3 ports to our own csu (USE_COMPILERCRTSTUFF?= no). 2012-06-17 22:59:48 +00:00
nonaka b26cf6f64c urtw(4) and urtwn(4) first appeared in NetBSD 6.0. 2012-06-16 14:38:54 +00:00
riz 49449523c7 Add firmware for the RealTek RTL8192CU family of wireless chipsets, and
adapt the urtwn(4) driver to use the new files.  The firmware files were
extracted from the Linux driver at www.realtek.com, version 0005.1230.2011
and the license permits redistribution without modification.

While I'm here, install the files in /libdata/firmware/if_urtwn, like
most of the other network adapter firmware.

urtwn(4) can now operate without needing external files installed.  Tested
on my Edimax adapter.
2012-06-14 04:14:35 +00:00
jdf fbff87ca03 * decapitalize NAME section's line
* improve wording
 * make RETURN VALUES section consistent with other man pages' (e.g. exit(3) and
   abort(3)

Patch provided by Bug Hunting.
2012-06-12 21:06:43 +00:00
christos 65fcd43bd2 cross reference getfsspecname(3) 2012-06-11 23:28:19 +00:00
mrg 4a00fabd03 remove a comment about usbmp. 2012-06-10 06:40:08 +00:00
wiz 700d2dc09a Drop trailing whitespace. 2012-06-09 08:22:14 +00:00
christos 679d94d80d document kern.maxlwp and kern.uidinfo.* 2012-06-09 02:47:18 +00:00
agc cdb443ca36 Fix a typo 2012-06-07 01:01:12 +00:00
wiz 34091835fd Remove trailing whitespace. Use more macros. 2012-06-05 14:17:43 +00:00
abs 1566ab7fba Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL 2012-06-05 08:49:16 +00:00
rkujawa 7e119a70fa Add man page for recently introduced empb(4). 2012-06-04 20:16:57 +00:00
joerg fc67b0cd11 Switch terminfo(3) to cdb(5). 2012-06-03 23:19:09 +00:00
joerg 1907ec3a61 Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.
2012-06-03 21:42:44 +00:00
wiz fc4d427c11 Remove superfluous Pp. New sentence, new line. Remove trailing whitespace. 2012-06-03 17:01:21 +00:00
mrg 57caaffef7 add doucmentation for usb_{add,rem,init}_task(). 2012-06-03 02:56:36 +00:00
mrg de6d466666 add documentation for:
- usbd_alloc_buffer
- usbd_free_buffe
- usbd_get_buffer
- usbd_do_request
- usbd_do_request_flags

begin to document the changes present on the USBMP branch:
- usbd_sync_transfer_sig
- usb_detach_wait
- usb_detach_broadcast

create a new section on device detachment.  XXX needs a code example.
2012-06-03 02:23:37 +00:00
mrg 343e545c3e gives pipes and transfers their own .Sh section. 2012-06-02 23:39:03 +00:00
mrg 2ae34fcc5d document usbd_open_pipe*(). fix some minor errors.
prepare to re-structure a lot of stuff.
2012-06-02 23:33:16 +00:00
mrg 9c94f403d6 greatly expand the discussion on transfers and provide most of the details
needed to alloc, setup, transfer and obtain the status of them.
this takes care of:
  - usbd_close_pipe
  - usbd_alloc_xfer
  - usbd_free_xfer
  - usbd_setup{,_default,_isoc}_xfer
  - usbd_transfer
  - usbd_{bulk,intr}_transfer
  - usbd_transfer_sync{,_sig}
  - usbd_get_xfer_status
as well as callback and request information.

update the list of functions missing real descriptions.  there are about
30 usbdi.h and 35 usbdi_util.h functions remaining.
2012-06-02 23:10:12 +00:00
njoly 4abd1e694d Add missing El macro. 2012-06-02 14:04:34 +00:00
njoly 9ed150d1de Adjust 'Video' column width. 2012-06-02 13:54:49 +00:00
njoly a3f13c1d14 Kill extra El macro. 2012-06-02 10:25:07 +00:00
jdc 6d16a86832 Add a delete key capability to our wsvt25 entry. Fixes a problem noted by
David Lord on netbsd-users.
2012-06-01 14:47:06 +00:00
nonaka c9051a9fd6 Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares. 2012-06-01 13:19:38 +00:00
mrg 8fb03546dc - add some comments for post-usbmp
- basic documentation for:
    usbd_clear_endpoint_toggle()
    usbd_device2interface_handle()
    usbd_interface2device_handle()
    usbd_pipe2device_handle()
    usbd_interface2endpoint_descriptor()
    usbd_endpoint_count()
- usbd_close_pipe() has documentation already
- bump date
2012-06-01 00:16:28 +00:00
nonaka cebb6f33a6 Add .An -nosplit. 2012-05-31 12:10:10 +00:00
wiz 91c0be261d Mention first NetBSD release; use Lk; simplify SYNOPSIS; bump date. 2012-05-30 20:15:56 +00:00
wiz 2edebd0d8a Install urtw(4). 2012-05-30 20:13:10 +00:00
christos 1994e3b9e7 add man page from FreeBSD 2012-05-30 18:34:24 +00:00
wiz 4850558775 Fix date and add .An -nosplit. 2012-05-30 15:17:00 +00:00
wiz 7b2454adb4 Bump date for previous. 2012-05-30 15:16:24 +00:00
nonaka 9cdb1c70e5 Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.
2012-05-30 14:30:32 +00:00
wiz 73e3c12ff8 New sentence, new line. Use more markup. Bump date for previous. 2012-05-27 12:05:40 +00:00
abs 90d8a3742b Document WSDISPLAYIO_SETVERSION, WSKBDIO_SETVERSION and WSMOUSEIO_SETVERSION
ioctls(). Also at least enumerate the WSKBDIO_ ioctls().
2012-05-27 10:45:49 +00:00
wiz 9bcb54194e Bump date for previous. 2012-05-26 06:56:18 +00:00
msaitoh 87f3b34aa5 Add support Intel I350 Ethernet. 2012-05-25 23:37:37 +00:00
tsutsui 0d7551e23d Add dumb description about options NFS_BOOT_BOOTSTATIC. Noticed by ryo@. 2012-05-25 15:54:02 +00:00
wiz f6eeb323a5 Document MKREPRO here as well. 2012-05-25 10:48:48 +00:00
dholland 6667ace95b +wimp 2012-05-25 03:18:00 +00:00
wiz 44bdf20c29 Typos, capitalization, and file systems.
(Not reviewed at the content level.)
2012-05-21 06:30:18 +00:00
dholland f55f861ea1 Update. comments/suggestions/edits please.
This should be pulled up to netbsd-6 once the dust (if any) settles.
2012-05-21 05:53:28 +00:00
wiz 144042a0cd Remove trailing whitespace. 2012-05-17 07:28:29 +00:00
mrg c344fad04f clarify some descriptions. document a couple more functions.
make a big commented list of the functions that are lacking real
descriptions.
2012-05-17 02:58:14 +00:00
wiz 8f2bae7f86 Remove trailing whitespace. 2012-05-16 08:09:12 +00:00
wiz e9c39d0f97 Remove trailing comma. 2012-05-16 08:08:39 +00:00
rkujawa 763a7468f2 Add man page for xsurf(4). Mention gencp(4) in clockport(4) synopsis. 2012-05-15 17:46:26 +00:00
wiz 2b51330b2f Bump date for previous. 2012-05-14 04:55:07 +00:00
erh cbdf2c288c Implement USB_GET_DEVICE_DESC for uhid devices so there's a way to get the
product and vendor information.
2012-05-14 04:28:27 +00:00
mrg 47006ff476 fix a broken sentence. bump date. 2012-05-13 19:29:59 +00:00
wiz 088ed78a34 New sentence, new line; serial comma; remove extra space.
From Bug Hunting.
2012-05-13 15:49:43 +00:00
wiz 67809b1c3f Various improvements.
- better macro usage;
- new sentence, new line;
- mention correct file in `FILES' section again;
- use consistent spelling.

From Bug Hunting.
2012-05-13 15:48:50 +00:00
mlelstv ec681a5cfa Fix tag for usbd_get_buffer 2012-05-13 12:10:18 +00:00
wiz 35ade9d47a Move DESCRIPTION below SYNOPSIS.
Remove function descriptions from SYNOPSIS.
Some cleanup while here.
XXX: most functions lack descriptions.
2012-05-13 11:57:39 +00:00
wiz ce85630baa Fix typo and remove superfluous Pp. 2012-05-13 11:57:05 +00:00
mrg 11f0cb34e4 convert the ugly .Bl/.El list of functions to a real one inside the
.Sh SYNOPSIS section.

XXX, the .Sh DESCRIPTION needs to move under the .Sh SYNOPSIS.
2012-05-13 10:57:09 +00:00
mrg 3f86678fb0 document a large chunk of the USB interface. some of this is kind of
generic and depends upon understanding USB itself (and since i don't
really that well, i might have gotten some wrong.)
2012-05-13 09:00:51 +00:00
wiz d4a2bd08b2 Remove trailing whitespace. 2012-05-02 22:38:31 +00:00
gendalia 7591311640 Add the ability for staticroute to evaluate lines from /etc/route.conf
as shell script fragments, add example to the route.conf man page of
evaluating variables.

Remove route.conf man page statement that staticroute is enabled in
rc.conf since that's incorrect.

Wrap the staticroute while in parens, per <apb> & <christos>, and
quote all the arguments for the evals.
2012-05-02 15:57:15 +00:00
njoly c865ac5294 Adjust xref for capability database file format. 2012-04-30 11:07:28 +00:00
tsutsui f51be08dcd Add x68k's com(4) attachments to SYNOPSIS.
XXX: needs more MD ones
2012-04-29 07:27:19 +00:00
nakayama d514e44714 Now we have cardbus fornt-end driver for bwi(4). 2012-04-25 04:14:03 +00:00
nakayama 95dc33f5f9 Note missing driver descriptions and xrefs. 2012-04-25 03:48:55 +00:00
jym e1a27e5df5 Note that si_addr may be inaccurate on certain architectures.
Example: i386/amd64 alignement fault can drive to SIGBUS (when configured
so by process), however the faulty address returned by the CPU is not
reliable.

Bump date.
2012-04-23 17:44:39 +00:00
dholland 91ee0b0011 Update NAME (to include msk, mskc) and clarify checksum offload statements
based on PR 36580.
2012-04-22 19:42:23 +00:00
rkujawa ac50450e2c Fix typo 2012-04-22 12:23:22 +00:00
wiz c090f09873 Sort SEE ALSO; new sentence, new line. 2012-04-22 10:19:15 +00:00
wiz c5308616ec Sort sections, sort SEE ALSO. 2012-04-22 10:19:00 +00:00
wiz 1cc71411f8 Sort SEE ALSO. 2012-04-22 10:13:52 +00:00
roy 258cf0abec Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
2012-04-21 12:27:24 +00:00
wiz d136758f88 Correct option name for hdaudio debugging.
Reported by Dave Tyson in PR 46357.
2012-04-19 20:20:34 +00:00
wiz 9317462bbf Remove trailing whitespace. 2012-04-19 20:13:48 +00:00
bouyer 24a7abc690 Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II
SAS controllers. Ported from OpenBSD.
2012-04-19 17:50:49 +00:00
wiz 71d8b73682 Bump date for previous. 2012-04-17 11:00:43 +00:00
rkujawa e1a7307087 Note that com(4) is now also supported on top of clockport(4). 2012-04-17 10:55:41 +00:00
wiz 6c0c790279 Remove trailing whitespace and empty line. Fix table. 2012-04-17 10:16:57 +00:00
wiz eda83bf290 Remove trailing whitespace. New sentence, new line. 2012-04-17 10:16:37 +00:00
rkujawa 9671b3d53a Add man pages for the new clockport(4) and a1k2cp(4). 2012-04-17 10:12:35 +00:00
wiz 4c92057db4 New sentence, new line.
Sort type descriptions.
Bump date for previous.
2012-04-17 08:28:20 +00:00