Commit Graph

3998 Commits

Author SHA1 Message Date
drochner b4bf2c6df9 add manpage for the PC87366 superI/O chip, temperature monitor part,
driver
2002-08-06 16:44:50 +00:00
soren f734289f1c Typo, PR misc/17629 from HAMAJIMA Katsuomi. 2002-08-06 15:42:55 +00:00
pooka a463a940f5 document FORK_CLEANFILES 2002-08-06 14:00:03 +00:00
wiz 1715ae66f5 Fix .Fn arguments. 2002-08-06 13:02:52 +00:00
wiz 05981609c2 Add a missing brace. 2002-08-06 13:01:04 +00:00
wiz 19f7335abe Long month in Dd, and some mdoc nits. 2002-08-04 22:58:14 +00:00
thorpej 6e896a4a74 Fix an error in the example. 2002-08-04 05:02:22 +00:00
thorpej 9c2889aa78 Fix a typo. 2002-08-04 04:54:19 +00:00
thorpej 07468576da Document "xor5", "xor6", "xor7", and "xor8". 2002-08-04 04:53:36 +00:00
gmcgarry 42fef49b5c Expand. From discussion on tech-kern. 2002-08-04 01:16:09 +00:00
gmcgarry 704898a9ea Document pci_set_powerstate()/pci_get_powerstate(). 2002-08-04 01:03:12 +00:00
soren 5fd285aac4 ifattach(9) has been split into *_ifattach(). 2002-08-03 14:56:18 +00:00
thorpej 846dbf2b23 Descend into man4.evbarm. 2002-08-03 00:40:03 +00:00
wiz 84a99e2b3e No leading 0 in day dates. 2002-08-02 23:35:06 +00:00
wiz f4fa257831 ispell. Sort SEE ALSO. Mark up NULL. Some other minor changes. 2002-08-02 23:20:34 +00:00
wiz ac26526e01 ispell. Some mandoc cleanups. 2002-08-02 22:20:59 +00:00
thorpej 2e22ba9f6b Manual page for the watchdog timer found in the Intel XScale I/O
Processors.
2002-08-02 21:29:01 +00:00
thorpej 2c34344b0a Add a manual page for the Intel IOP AAU. 2002-08-02 21:11:19 +00:00
soren 2c3f82e5d3 Match mbuf changes.
Fixes PR kern/16039 from  Tomas Svensson.
2002-08-02 19:21:57 +00:00
thorpej 5eb844a0f7 Document "xor2", "xor3", and "xor4". 2002-08-02 06:50:05 +00:00
thorpej cb163e72e4 Regenerate; added dmoverio. 2002-08-02 00:51:53 +00:00
thorpej 180cb7b5c0 Regenerate; added dmoverio. 2002-08-02 00:48:28 +00:00
thorpej a564ee723c Manual page for pseudo-device access to hardware-assisted data movers. 2002-08-02 00:43:12 +00:00
thorpej d09e51c588 Manual page for hardware-assisted data mover interface. 2002-08-02 00:41:53 +00:00
simonb bfc65846f7 Regen for the sysmon device. 2002-08-01 23:20:20 +00:00
simonb f674045491 Update after changing etc/etc.sbmips/MAKEDEV before the wizbot attacks. 2002-07-31 14:52:49 +00:00
soren 6d5026b75e boot(9) is now cpu_reboot(9).
Adresses part of PR kern/4901.
2002-07-31 00:47:55 +00:00
bouyer b5d03f4f44 Note ICH4 support. 2002-07-30 21:04:41 +00:00
chris e37cad3dd2 Add comment to MAKEDEV about audio* devices.
Also update the MAKEDEV manpage (as reminded by wiz)
2002-07-30 20:50:10 +00:00
wiz b1c4a6f299 regen (+sysmon) 2002-07-30 08:39:14 +00:00
augustss ab96954afe Document ACPI_ACTIVATE_DEV option. 2002-07-29 03:28:07 +00:00
augustss 2cca968594 Document ACPI_PCI_FIXUP option. 2002-07-29 03:08:09 +00:00
wiz a7048b4ab5 Sort SEE ALSO. 2002-07-29 00:59:43 +00:00
wiz 98e1acecab Uppercase ISDN and some unrelated fixes ispell stumbled over. 2002-07-29 00:42:56 +00:00
manu 08a69f7d15 Make killproc really public, and while we are there, constify. 2002-07-28 22:18:51 +00:00
tsutsui 5c5e3f7e79 Mention more configuration of flags to disable tagged queuing. 2002-07-26 13:12:47 +00:00
onoe ad4f7e6d3a Note Silicon Image 0680 support 2002-07-26 10:37:32 +00:00
wiz 7e57db6ca9 The man page claims they are sorted by driver name, so sort them by driver
name.
2002-07-25 21:30:34 +00:00
jschauma 8dc529902d "pairs of other package this package depends" ->
"pairs of other packages this package depends upon"
2002-07-23 14:41:41 +00:00
hannken 91f71a4f61 The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
called. It may be used as the "current" buffer.
2002-07-23 14:00:16 +00:00
bouyer 788cbb16d2 Note VT8233A support. 2002-07-22 20:53:13 +00:00
ichiro 32592b3d4f regen
- add ixpcom
2002-07-22 04:26:10 +00:00
hannken 7de36862a8 Rename bufq_init() to bufq_alloc().
Add bufq_free() to remove a buffer queue.
Avoid MALLOC while holding a spinlock.

From Chuck Silvers.
2002-07-21 15:32:17 +00:00
jdc a88a6bf877 Minor typo - control mode is 'enrst0' not 'enst0'. 2002-07-20 18:22:47 +00:00
thorpej 67b2a0cf06 * Add copyin_proc() and copyout_proc(), which are like copyin() and
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
2002-07-20 03:58:24 +00:00
yamt 406ebf54e0 usually, VOP_SEEK checks new offset, not old one. 2002-07-19 17:28:29 +00:00
wrstuden 578bd7c516 historical BSD sounds better than BSD historical 2002-07-18 03:22:11 +00:00
wrstuden b1950d5c05 Update to match change in TCP_NODELAY inheritance for passive sockets. 2002-07-18 03:20:51 +00:00
hubertf 73239eb26f Document VGA_CONSOLE_SCREENTYPE and VGA_CONSOLE_ATI_BROKEN_FONTSEL
kernel options.

Submitted by Julio Merino <jmmv@hispabsd.org> in PR 17624.
2002-07-17 22:02:13 +00:00
wiz 50ae89bcee Remove superfluous quotation marks in options. Noted by Julio Merino
ing misc/17623.
2002-07-17 19:36:30 +00:00
hannken 3f2c0f99e3 Add manpage for new device buffer queue interface.
With help from Thomas Klausner <wiz@netbsd.org>.
2002-07-17 15:53:50 +00:00
wiz f277e86bfd Punctuation/casing fixes, and don't repeat too verbosely how to set sysctl()s.
Noted by Martin Husemann.
2002-07-16 09:03:10 +00:00
lha 5fd41a12f3 add missing pfil_head_get in manpage
add missing MLINKS
add new files to sets lists

fixes my own pr kern/15060
2002-07-16 00:36:45 +00:00
wiz 7dc4401b11 Add a paragraph about MSS clamping (refer
http://www.netbsd.org/Documentation/network/pppoe/ )
on request by billc and martin. Some minor fixes.
2002-07-15 22:03:00 +00:00
gmcgarry f289290626 simple_lock_unlock -> simple_unlock 2002-07-14 04:08:42 +00:00
thorpej 17c22b6599 List some additional DP83820-based cards. 2002-07-11 18:21:02 +00:00
pooka 5443f88666 document missing flags
XXX: this man page is still out-of-date
2002-07-11 10:45:58 +00:00
simonb 3b89b6fa18 Bricked by a wizbot; update these. 2002-07-11 00:38:47 +00:00
rh 2cb84c41cc Note SMC 2206USB/ETH support 2002-07-11 00:23:31 +00:00
wiz 4b20971f01 Spell acquire with a 'c'. 2002-07-10 23:16:32 +00:00
wiz 046ecd0f94 Add one. 2002-07-10 22:40:35 +00:00
thorpej 5eb3bf9182 Give core files a mention. 2002-07-10 14:29:04 +00:00
wiz e00999b95c Add man page for gem(4). OK'd by eeh. 2002-07-09 23:30:21 +00:00
wiz 190d4218c8 ispell 2002-07-09 14:05:29 +00:00
thorpej 3acbaeb040 Overhaul documentation of the kernel signal facilities. Some text
liberally borrowed from Paul's psignal(9) manpage.

More work can be done here, but there's more here than before, at least.
2002-07-09 02:28:08 +00:00
thorpej 649dfd174e Document the ELF core file format. 2002-07-09 01:05:32 +00:00
atatat e7594c01fc Cross reference rc.subr(8) from rc.conf(5). 2002-07-08 16:15:35 +00:00
atatat 28d021bcf5 Add systrace(1) support to rc.subr. Most services (eg, ${name} is
inetd) started from rc can now be run under systrace by setting
${name}_systrace to a set of flags to be passed to systrace.  Note
that policies need to generated before you do this.
2002-07-08 16:14:55 +00:00
wiz d450072570 Use .Fn to mark up functions (.Xr might be a good alternative, too). 2002-07-08 10:46:00 +00:00
abs b615d06ee1 Document MALLOC_NOINLINE 2002-07-08 10:37:04 +00:00
bjh21 dd7d539761 Add lchflags() to the list of syscalls that act on symlinks. 2002-07-07 14:56:48 +00:00
wiz f6f0c7616b Remove obsolete files. 2002-07-07 12:47:20 +00:00
mason bcf83ebf70 fix typo 2002-07-05 18:33:20 +00:00
wiz c065268e41 Nitpicks in last. 2002-07-05 10:46:44 +00:00
nathanw b15d37b9dc Note that these functions must be called with the scheduler lock held. 2002-07-05 04:03:15 +00:00
nathanw fefd2b4a29 Remove ess at isa. 2002-07-05 04:02:14 +00:00
wiz d83279f5c1 Missed a trailing space. 2002-07-04 17:35:44 +00:00
wiz a556b47d76 mdoc'ify. Contents need cleanup (e.g., we don't have adb...). 2002-07-04 17:35:08 +00:00
junyoung 72b7223680 alloc_attr -> allocattr
Approved by Matthias Drochner.
2002-07-04 17:33:19 +00:00
yamt e248a34ecb an example that uses DR0. 2002-07-03 11:05:20 +00:00
yamt 05e18e3144 document KSTACK_CHECK_DR0. 2002-07-03 03:05:03 +00:00
yamt a21aabfeb6 document KSTACK_CHECK_MAGIC. 2002-07-03 02:19:55 +00:00
agc 165c8874f2 Deprecate IS_INTERACTIVE, and explain INTERACTIVE_STAGE 2002-07-02 11:49:19 +00:00
dmcmahill 407c072091 include /usr/ucblib in the list of places where shared libs should be
copied from.  This was needed for getting citrix_ica to install as
it linked against libucb.
2002-06-30 00:21:16 +00:00
gmcgarry 0ff16469a7 Xref hardclock(9). 2002-06-29 04:36:17 +00:00
gmcgarry 0dadbe49d2 Document flags to VOP_UPDATE(). 2002-06-29 01:43:05 +00:00
grant 4276beff76 remove installboot(8) for alpha, sparc, sparc64, sun3 and vax, as they
do not install /usr/mdec/installboot anymore.
2002-06-28 08:45:51 +00:00
wiz b55257ed7e regen (audio addition) 2002-06-27 23:14:40 +00:00
wiz ff74eaea8f regen (ws* additions) 2002-06-27 23:14:31 +00:00
wiz e118e23eb8 regen (add bktr) 2002-06-27 23:00:50 +00:00
yamt e3dec71c5b note that MALLOC is intended to be used with a constant size. 2002-06-27 17:31:25 +00:00
wiz ccd8cddc93 Remove trailing spaces. 2002-06-26 15:28:11 +00:00
gmcgarry 97652ddb51 Reformat a little, clarify terminology and make less terse. 2002-06-26 06:44:59 +00:00
wiz 10ab13d967 Drop a trailing space, and markup an error code. 2002-06-25 20:28:36 +00:00
gmcgarry 4f8707c5a1 Document for driver authors. 2002-06-24 22:45:41 +00:00
wiz b023fd1c8e Minor grammar and typo fixes. 2002-06-22 20:16:31 +00:00
bjh21 2f6c7b64f6 Mention wsdisplay(4), since the ioctl documentation there is likely to be
useful to implementors as well.
2002-06-22 19:09:38 +00:00
bjh21 44e5bfb565 Add some documentation for some of the WSDISPLAYIO_* ioctls. This
is largely derived from existing implementations, and may be incorrect.
2002-06-22 19:08:32 +00:00
itojun c7756bc7c4 reject packets with private address (follow RFC). sync w/kame 2002-06-20 09:12:08 +00:00
itojun 3edd23835b s/duo/duo series/, as it may work on non-230 powerbook duo. 2002-06-20 02:24:05 +00:00
wiz f3c7ce35d5 regen (mention USB devices) 2002-06-19 15:02:47 +00:00
wiz d92b5a4634 Add a space, mdoc fix, and let netdock(4) appear in 1.7, not 1.6. 2002-06-19 10:17:17 +00:00
itojun 7dba307bd4 preliminary manpage for netdock(4). hope to update with more info. 2002-06-19 09:46:48 +00:00
wiz ef94287861 Add MAKEDEV(8) for x86_64. 2002-06-19 09:28:02 +00:00
gmcgarry 90e61fba91 UPLCOM -> UMCT 2002-06-19 05:30:09 +00:00
wiz e8477b6fb8 Our init(8) page contains comments about the securelevels, so
references that instead of securelevel(7).
2002-06-18 14:17:05 +00:00
wiz 77100f0c03 regen (formatting fix in MAKEDEV comment) 2002-06-18 13:58:47 +00:00
wiz 6916393238 Add date. 2002-06-18 13:55:38 +00:00
wiz 6aa754e60e regen (now with contents! :) 2002-06-18 13:55:31 +00:00
wiz 9e124a28b0 regen (i4b -> isdn) 2002-06-18 13:41:40 +00:00
wiz d8b938c2de Add and descend into man8.cesfic, man8.evbmips, man8.hp700, man8.hpcarm, and
man8.sbmips, and add MAKEDEV.8 for each of them.
2002-06-18 13:30:03 +00:00
wiz 56bee36d68 regen (all platforms: +systrace, some platforms: apm or clockctl changes) 2002-06-18 12:59:06 +00:00
wiz 9a17f2a61e Fix Dd string, sort sections, and fix two typos. 2002-06-18 12:30:50 +00:00
augustss 8903b07896 Update to match reality. 2002-06-18 06:23:55 +00:00
augustss 877cc2731b Document SYSTRACE. 2002-06-18 06:11:29 +00:00
enami 508a11256f Add brief manpage for amdpm(4). 2002-06-18 00:37:04 +00:00
skrll 68677255b0 Refer to ${PKGSRCDIR} instead of /usr/pkgsrc in the same way packages(7)
does.
2002-06-17 20:22:48 +00:00
christos 49a54992e4 don't forget to install systrace. 2002-06-17 17:47:03 +00:00
wiz 636ac6bc93 Drop a trailing space, and comment xref to securelevel(7) which we don't
have.
2002-06-17 17:12:18 +00:00
christos 35811e49fb systrace device documentation. 2002-06-17 16:31:50 +00:00
lukem 56dc20a9f6 ntpd_chrootdir needs /dev/clockctl as well 2002-06-17 06:47:58 +00:00
wiz 4cd376ed29 regen (opty comment change) 2002-06-15 12:53:08 +00:00
lukem 3fb96042d9 $ntpd_chroot requires "pseudo-device clockctl" in the kernel 2002-06-15 02:00:06 +00:00
matt a26c601aad Include <bsd.sys.mk> so CAT is defined in the UNPRIVED= USETOOLS=no case. 2002-06-15 01:46:16 +00:00
wiz 494b18acc8 regen (ttyE addition) 2002-06-12 19:41:58 +00:00
wiz 58b3150f66 Fix punctuation in last. 2002-06-12 15:27:55 +00:00
fvdl 6185aa1a60 Make it absolutely clear that bus_dmamap_sync is explicitly needed
for correct operation on all platforms.
2002-06-12 15:23:34 +00:00
itojun e64f591364 mention that GATEWAY will compile in sys/netinet/ip_flow.c. 2002-06-12 02:08:30 +00:00
wiz e768795cdc There's no usb(3); remove Xrefs to it. 2002-06-12 00:24:39 +00:00
wiz 6ad1c67912 Instead of Xref to ourselves, use .Nm. 2002-06-12 00:21:53 +00:00
wiz 4bdb566287 Comment out Xref to plot(1), which we don't have. 2002-06-12 00:19:48 +00:00
wiz 289b43b8f2 There is no vn_unlock; remove Xref and replace with explanation why not,
provided by fvdl. While here, ispell.
2002-06-11 23:56:21 +00:00
wiz 3593723af0 Change i4b xrefs to isdn xrefs. 2002-06-11 23:31:01 +00:00
mason c86d6704bc Use the new cat(1) locking functionality - should solve PR toolchain/16963.
If all goes well, will submit a batch of pull-up requests for netbsd-1-6
presently to bring these additions and fixes into 1.6.
2002-06-10 18:47:12 +00:00
itojun bb0b85187b SIOCSIFADDR/IFDSTADDR destroys outer address settings, therefore, we need to
do "ifconfig tunnel C D" after "ifconfig A B".  i believe the behavir is weird
and non-intuitive, and should be fixex.
2002-06-10 02:49:35 +00:00
wiz c39fdd3f85 While we're rototilling the man page: Use more markup; grammar fixes;
remove another reference to unsupported AppleTalk; update .Dd.
2002-06-09 20:05:55 +00:00
itojun 4d660387a6 gre(4) supports IPv4/AppleTalk/NS over IPv4, not just IPv4 over IPv4. 2002-06-09 19:47:03 +00:00
itojun 7864ca478f deprecate IFF_LINK2, !IFF_LINK0 is enough.
no need to manipulate IFF_LINK1 with IFF_LINK0.
remove reference to greconfig(8).
2002-06-09 19:17:43 +00:00
martin a990d7ac62 Oops, typos in the new example.
Also note that the new example is a good example for LINK1 useage, so add
that as well.
2002-06-09 12:19:39 +00:00
martin 79e1630f17 Improve a bit, add another example, remove a bogus BUGS entry, add a note
for MTU adjustment.
2002-06-09 10:44:57 +00:00
itojun 081662bc11 tell about MTU size limitation 2002-06-08 23:21:36 +00:00
wiz 8999a8b386 End sentence with a dot, not a comma (misc/17197 by Julio Merino), and mark up
a bit more.
2002-06-08 22:19:54 +00:00
itojun bd9254cae6 note that we intentionally violate RFC2553 for security reasons 2002-06-07 17:33:07 +00:00
itojun 55b021bea9 reorder sentence for clarity 2002-06-07 17:28:46 +00:00
wiz c8f923975f Sort SEE ALSO. 2002-06-07 11:15:45 +00:00
gmcgarry d0c1fe487d Document USERCONF and PERFCTRS 2002-06-06 21:05:05 +00:00
augustss 3bd8775b6d Note that cs can attach to mainbus on pmppc. 2002-06-05 06:54:23 +00:00
augustss 3745c48073 Fix typo. 2002-06-05 06:53:26 +00:00
isaki ae114ad44f add factor_denom. 2002-06-04 14:09:34 +00:00
itojun 75e5289eda typo 2002-06-03 09:12:16 +00:00