Commit Graph

7298 Commits

Author SHA1 Message Date
yamt ea9397d212 remove net.inet6.ip6.rht0. 2007-05-17 11:50:10 +00:00
hannken 64b7e5637e Fstrans_start() always returns zero, so change its type to void. 2007-05-17 07:26:21 +00:00
elad 6700cfccd6 Some Veriexec stuff that's been rotting in my tree for months.
Bug fixes:
  - Fix crash reported by Scott Ellis on current-users@.

  - Fix race conditions in enforcing the Veriexec rename and remove
    policies. These are NOT security issues.

  - Fix memory leak in rename handling when overwriting a monitored
    file.

  - Fix table deletion logic.

  - Don't prevent query requests if not in learning mode.


KPI updates:
  - fileassoc_table_run() now takes a cookie to pass to the callback.

  - veriexec_table_add() was removed, it is now done internally. As a
    result, there's no longer a need for VERIEXEC_TABLESIZE.

  - veriexec_report() was removed, it is now internal.

  - Perform sanity checks on the entry type, and enforce default type
    in veriexec_file_add() rather than in veriexecctl.

  - Add veriexec_flush(), used to delete all Veriexec tables, and
    veriexec_dump(), used to fill an array with all Veriexec entries.


New features:
  - Add a '-k' flag to veriexecctl, to keep the filenames in the kernel
    database. This allows Veriexec to produce slightly more accurate
    logs under certain circumstances. In the future, this can be either
    replaced by vnode->pathname translation, or combined with it.

  - Add a VERIEXEC_DUMP ioctl, to dump the entire Veriexec database.
    This can be used to recover a database if the file was lost.
    Example usage:

        # veriexecctl dump > /etc/signatures

    Note that only entries with the filename kept (that is, were loaded
    with the '-k' flag) will be dumped.

    Idea from Brett Lymn.

  - Add a VERIEXEC_FLUSH ioctl, to delete all Veriexec entries. Sample
    usage:

        # veriexecctl flush

  - Add a 'veriexec_flags' rc(8) variable, and make its default have
    the '-k' flag. On systems using the default signatures file
    (generaetd from running 'veriexecgen' with no arguments), this will
    use additional 32kb of kernel memory on average.

  - Add a '-e' flag to veriexecctl, to evaluate the fingerprint during
    load. This is done automatically for files marked as 'untrusted'.


Misc. stuff:
  - The code for veriexecctl was massively simplified as a result of
    eliminating the need for VERIEXEC_TABLESIZE, and now uses a single
    pass of the signatures file, making the loading somewhat faster.

  - Lots of minor fixes found using the (still under development)
    Veriexec regression testsuite.

  - Some of the messages Veriexec prints were improved.

  - Various documentation fixes.


All relevant man-pages were updated to reflect the above changes.

Binary compatibility with existing veriexecctl binaries is maintained.
2007-05-15 19:47:43 +00:00
bouyer 95b42c31ad add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA
controllers. These controllers can be found on add-on PCIe cards, or
on some motherboards to provide the PATA connectivity (e.g. some intel
ICH8-based motherboards).

Thanks to JMicron Technology for providing me documentation and
different sample boards for this work.
2007-05-15 17:53:41 +00:00
xtraeme c58471c2ca wizd said: no extra comma and no extra dot. 2007-05-15 14:39:30 +00:00
xtraeme 7ec9c258a6 No extra comma at the end of Xr's. 2007-05-15 14:33:56 +00:00
xtraeme ef2e01a9b8 Missing whitespace in Xr. 2007-05-15 14:32:16 +00:00
macallan 3a2edc4bcf add a couple man pages for the new ADB subsystem 2007-05-15 14:12:08 +00:00
xtraeme 8d72c34523 Don't mention ltsleep(9), it's obsolete. workqueue(9) uses condvar(9). 2007-05-13 20:24:57 +00:00
tnn da779f39a1 fix typos 2007-05-13 19:02:17 +00:00
xtraeme 50d836969e In DESCRIPTION move the name argument to the proper place, so
that it matches the order specificied in the prototype.
2007-05-13 18:43:50 +00:00
pavel 9467b9a9ba add "DEC 3000" to the alpha section, to make clear to what machines does
it apply.
2007-05-12 20:46:33 +00:00
jnemeth bb3f3ff1d6 the formatting bug has been fixed 2007-05-12 08:34:23 +00:00
itohy bc7976e5a8 Add missing " 2007-05-10 09:08:38 +00:00
jnemeth e5ee0a4bea we now support floppy drives on SBus based machines 2007-05-10 07:47:27 +00:00
jnemeth 1f69023383 add a manpage for the new floppy driver 2007-05-08 19:23:18 +00:00
xtraeme 195ad0f823 Mention ug(4). 2007-05-08 16:52:24 +00:00
xtraeme 24f7a0c4fa Mention "ug* at acpi?" support, bump date. 2007-05-08 16:50:03 +00:00
manu 31b57f40ff Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time.
This allows working around situations where a kernel with embedded RAMdisk
cannot be booted by the bootloader because the RAMdisk is too big.
2007-05-08 06:10:27 +00:00
pooka 71ab04cbde make description of VOP_MMAP compatible with reality 2007-05-07 21:41:49 +00:00
yamt 03df1926ce mention ipv6 link local addresses. 2007-05-07 13:11:01 +00:00
xtraeme 664bf29811 Mention mfi(4), bump date. 2007-05-07 11:00:43 +00:00
pavel 30b691bf74 Sync the uvm_fault interface with reality after the removal of the
"fault type" third argument in rev. 1.110 of sys/uvm/uvm_fault.c

Hi Drochner!
2007-05-06 12:38:09 +00:00
bouyer 982bad256f Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
2007-05-01 17:18:52 +00:00
dsl bfe36c5b04 Add amd64 to the list of ports that support linux emulation.
Note that the emulation root is linux32 when running i386 linux programs
  on an amd64 system.
Note that paths that start /../ are only looked up in the real root.
Modify the bug/note about symlinks not being looked up in the emulation root.
Some of this stuff ought to be in a generic 'emulation' man page.
2007-04-30 21:16:55 +00:00
bouyer 632fb43a09 Note ICH8 LAN support. 2007-04-29 20:39:10 +00:00
christos 08cd17ec8b Disable processing of routing header type 0 packets since they can be used
of DoS attacks. Provide a sysctl to re-enable them (net.inet6.ip6.rht0).

Information from:
	http://www.secdev.org/conf/IPv6_RH_security-csw07.pdf
2007-04-22 19:47:41 +00:00
dsl 01dcedbe60 Add info on the SYSCALL_STATS and SYSCALL_TIMES options 2007-04-22 10:43:10 +00:00
plunky a5eb343769 add compat_darwin(8) to build 2007-04-21 18:41:49 +00:00
yamt 58f7ebf59b sync with the code. 2007-04-21 17:52:09 +00:00
plunky f5db72e7b7 Add 'service level' security for L2CAP and RFCOMM connections, following
the Linux (BlueZ) API.

    - L2CAP or RFCOMM connections can require the baseband radio link
    mode be any of:
	authenticated (devices are paired)
	encrypted (implies authentication)
	secured (encryption, plus generate new link key)

    - for sockets, the mode is set using setsockopt(2) and the socket
    connection will be aborted if the mode change fails.

    - mode settings will be applied during connection establishment, and
    for safety, we enter a wait state and will only proceed when the mode
    settings are successfuly set.

    - It is possible to change the mode on already open connections, but
    not possible to guarantee that data already queued (from either end)
    will not be delivered. (this is a feature, not a bug)

    - bthidev(4) and rfcomm_sppd(1) support "auth", "encrypt" and
    "secure" options

    - btdevctl(8) by default enables "auth" for HIDs, and "encrypt" for
    keyboards (which are required to support it)
2007-04-21 06:15:22 +00:00
plunky c4ec0fc4f8 add 'lost' manpages to build:
acorn26/iobus(4)
	mac68k/zsc(4)
	pc532/intro(4)
	sparc/autoconf(4)
	sun3/autoconf(4)
	vax/mtc(4)
	vax/rl(4)
	iee(4)
2007-04-21 06:11:57 +00:00
yamt 73e9fbd3df update. (cpu_did_resched) 2007-04-20 13:45:43 +00:00
xtraeme 6aad6735ab * tctrl(4) -> sparc/tctrl(4)
* Mention sparc64/envctrl(4) (hi tnn)
2007-04-19 14:26:58 +00:00
yamt 483db2967f update. 2007-04-18 12:19:45 +00:00
pooka 5d3221caa2 handle vptofh and fhtovp:
* file handles are not only for nfs
* these functions are not allowed to be null
* update description of vptofh to contain the size parameter
(*bump date)
2007-04-16 14:47:19 +00:00
rumble d5731af33f s/MAC-100/MAC-110/ 2007-04-15 20:31:05 +00:00
plunky 2ec4c16ef8 although this is an intentionally undocumented interface (see PR/35278),
fix up the non existent documentation to reflect the reality.
2007-04-15 10:36:51 +00:00
tnn 9e62e47cbb fix nroff warning 2007-04-14 19:59:29 +00:00
tnn b2079804d3 Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.
Also add accompanying i2c controller driver, pcf8584.
Both written by me. Some cosmetic improvements from Iain Hibbert.
ok <martin>
2007-04-14 19:33:27 +00:00
plunky a162e8343b Tidy this up:
fix mdoc warnings
	add missing .El
	add missing Fn

    remove extraneous text
    add function names to SYNOPSIS
2007-04-13 18:19:36 +00:00
plunky db145e3659 fix mdoc warning: remove (unused) -width 2007-04-13 18:16:27 +00:00
jmcneill c27b959d6b Add man page for mavb(4) 2007-04-13 03:48:48 +00:00
plunky 4f07714178 add missing .El 2007-04-13 00:39:10 +00:00
plunky a3cbfe00fa use .Sq instead of .It (is not a list) 2007-04-13 00:37:47 +00:00
plunky 68df426450 remove 'unknown keyword' error (use -tag or -hyphen, not both) 2007-04-13 00:36:21 +00:00
plunky 7b01b26c16 remove extraneous .El 2007-04-13 00:35:09 +00:00
macallan b88a5f291a Add chipsfb.4 and genfb.4 2007-04-12 18:21:26 +00:00
macallan 2bb5520135 add man pages for chipsfb and genfb 2007-04-12 18:19:53 +00:00
ad e8b43103b0 Try to be more concise, and add a bit more text. 2007-04-09 13:37:57 +00:00
apb e38f02c756 Mention the .../iso directory and explain the difference between
it and the .../${MACHINE}/installation/cdrom directory.  Discussed in
tech-install.
2007-04-09 08:19:54 +00:00
ad 44815c2f0d Tidy up a bit. 2007-04-08 21:41:21 +00:00
erh 35f231fc7a Instead of just a vague reference to ifconfig, mention how one actually
configures the operational mode of the card.
2007-04-08 02:29:39 +00:00
apb 31edfc6f0f * Add a stop_boot() function in rc.subr, to terminate a multi-user boot
by killing the parent process.  The parent's PID is saved in $RC_PID.
* In all rc.d/* scripts that previously tried to stop the boot,
  replace in-line code with "stop_boot".
* Document this.

This should fix PR 29822.
2007-04-06 14:20:08 +00:00
apb 04d90588c9 Use ".Fn" markup for the names of shell functions. 2007-04-06 13:57:08 +00:00
garbled c11bc2d9fc Note that Via V-RAID is supported 2007-04-05 18:37:14 +00:00
jmcneill b25953f4b1 Note that i2s controllers lacking a TAS3004 are also supported. 2007-04-04 02:37:16 +00:00
apb c275d9092f Add a (very rudimentary) man page for sysinst. Although sysinst doesn't
appear in installed systems, other documents might want to refer to it
via ".Xr sysinst 8".
2007-04-01 16:12:07 +00:00
apb fd49b78d85 * Mention that CD-ROM releases don't include the NetBSD-<rel> directory.
* More consistent indentation.
2007-04-01 14:13:55 +00:00
wiz bb711a3c98 Fix typo. Noted by Yorick Hardy. 2007-03-29 18:35:08 +00:00
ad 4d04f2f136 - Note that cv_has_waiters() can only be used to assert that there are
waiters sleeping non-interruptably (i.e., in cv_wait()). Prompted by
  a discussion with pooka@.
- Minor cosmetic changes.
2007-03-29 17:40:36 +00:00
pooka 3f2dd92fb2 document MALLOC_JUSTDEFINE and MALLOC_JUSTDEFINE_LIMIT 2007-03-29 16:29:37 +00:00
pooka 4d4d2d4517 fix definition of runp in VOP_BMAP 2007-03-29 12:06:58 +00:00
uwe c32a7179d7 Document lines=0 and maxwidth=0 2007-03-28 14:45:35 +00:00
wiz 6c48b6bb87 Improve based on comments by Yorick Hardy:
. Describe sysctl nodes
. Add HISTORY and AUTHORS sections
Bump date.
2007-03-27 23:27:54 +00:00
wiz 7e4efa3040 Add pnozz, zx, and magma to enumeration. From Stephan Meisinger in
PR 36089.
Flesh out SEE ALSO.
Bump date.
2007-03-27 22:38:25 +00:00
dyoung 9ff230d3d6 Define four new radiotap fields per discussions with John Bicket, Sam
Leffler, and others:

        IEEE80211_RADIOTAP_RX_FLAGS = 14,
        IEEE80211_RADIOTAP_TX_FLAGS = 15,
        IEEE80211_RADIOTAP_RTS_RETRIES = 16,
        IEEE80211_RADIOTAP_DATA_RETRIES = 17,

I describe the fields in the manual page and in comments in the
header file (cross-referenced by the manual page).
2007-03-26 04:32:14 +00:00
jmcneill 3531e1395b misc/36088: the drm(4) manual page states the wrong major number for the
drm device, from Blair Sadewitz.
2007-03-25 23:19:24 +00:00
liamjfoy 28ed4dc8da Document net.inet.ip.hashsize to control the IPv4 Fast Forward hash table size 2007-03-25 20:13:44 +00:00
wiz c15cd181b7 Add basic drm(4) man page, and link it to drivers.
Feel free to improve it!
2007-03-25 09:11:55 +00:00
liamjfoy 884675b030 Document net.inet6.ip6.hashsize to control the IPv6 Fast Forward hash table 2007-03-23 14:32:45 +00:00
xtraeme d79325bc2e Mention machdep.clockmod for INTEL_ONDEMAND_CLOCKMOD. 2007-03-21 19:29:30 +00:00
wiz 5c538d8a46 New sentence, new line. Sort SEE ALSO. Fix Xrefs. 2007-03-21 07:08:14 +00:00
wiz d536a41fdd Sort SEE ALSO. 2007-03-21 07:07:03 +00:00
wiz 43378ed02e Fix xref, sort SEE ALSO. 2007-03-21 07:06:44 +00:00
wiz 6e6a560b22 Drop trailing whitespace. 2007-03-21 07:04:09 +00:00
wiz cda43070d3 Bump date for previous. 2007-03-21 07:03:18 +00:00
xtraeme 7ec39d90bf Mention INTEL_ONDEMAND_CLOCKMOD option, bump date. wiz please review. 2007-03-21 00:56:31 +00:00
yamt 44203998c5 sync with reality. 2007-03-20 11:11:51 +00:00
plunky c6f8856e3c For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
gdt bb7ff76312 Refer to the location where TCP-relevant sysctl variables are
documented as sysctl(7) rather than sysctl(3).  (Section 3 describes
C-level functions to access variables, and 7 lists variables along
with their meaning.)
2007-03-15 23:43:18 +00:00
wiz c192a5db61 Mention AZALIA_DEBUG option. 2007-03-15 19:15:19 +00:00
ad 30a3230b81 Document the ipl argument to pool_init. 2007-03-15 16:02:40 +00:00
wiz a06914e307 New sentence, new line. English improvements. Typo fixes. 2007-03-14 07:10:51 +00:00
xtraeme 67448ad23d Mention acpidump(8) and amldb(8). 2007-03-14 01:48:40 +00:00
xtraeme 28f27645cb Mention adt7467c(4), sort. 2007-03-14 01:23:39 +00:00
xtraeme 21a60be327 Mention ipmi(4), nsclpcsio(4), owtemp(4), tctrl(4) and tm121temp(4). 2007-03-14 01:12:27 +00:00
xtraeme 0e26f4fe7e Mention aiboost(4), bump date. 2007-03-14 01:04:20 +00:00
xtraeme 5b85503255 Mention aiboost(4) and ym(4), bump date. 2007-03-14 00:51:06 +00:00
xtraeme 2c1a694723 aiboost(4) manpage. 2007-03-14 00:43:51 +00:00
pooka ec2d43895a add puffs paper presented at AsiaBSDCon 2007 to "SEE ALSO" 2007-03-13 17:06:10 +00:00
liamjfoy 41fd192693 ip6.maxflows default value is 256 - document 2007-03-12 14:37:28 +00:00
liamjfoy 8c4318e7ce GATEWAY also builds IPv6 Fast Forwarding 2007-03-12 14:35:22 +00:00
mjf 0fa0fcc9ed mbe(4) also works on the g2bus on the dreamcast.
Closes PR/35974.
2007-03-12 13:55:24 +00:00
xtraeme 25b63d499e Forgot to bump year too. 2007-03-11 22:03:09 +00:00
xtraeme 2fdb9c6dc1 Mention new supported chips, bump date. 2007-03-11 21:59:09 +00:00
apb b76e2d3d5a Document lack of support for -M and -p flags. 2007-03-11 15:54:54 +00:00
apb 76426884d4 Document "-p pax" and "-M -M". 2007-03-11 15:54:10 +00:00
christos cd3c9e9afd PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA 2007-03-10 21:09:33 +00:00
rumble ca8778bcd3 Expand names of partition types. 2007-03-10 18:16:50 +00:00
matt 32188e1e88 Fix typo 2007-03-10 00:04:11 +00:00
mjf ac72285ff1 lfs filesystems work with fstab(5), sync man page. 2007-03-09 14:24:05 +00:00
njoly 97eabb6b0d Add hpet device. 2007-03-09 11:00:05 +00:00
itohy caf9a4f90d Since netbsd-4 branch moved itself, this driver will be included in 4.0. 2007-03-08 13:05:51 +00:00
rmind 8c218ddd5e We no longer have uio_segflg and uio_procp members in the the struct uio.
Instead of these, we use uio_vmspace. OK: ad@
2007-03-07 22:40:24 +00:00
liamjfoy 16b93348a3 Document net.inet6.ip6.maxflows for IPv6 Fast Forward 2007-03-07 22:24:31 +00:00
dogcow c1a14b53bd running in emulated wizd mode, convert caddr_t to void *. 2007-03-07 00:41:16 +00:00
tsutsui d8e09be7a9 caddr_t -> void * 2007-03-04 15:57:39 +00:00
dyoung 25640dc740 Mention options IPSELSRC. 2007-03-04 05:14:55 +00:00
dsl 3fa05cb2a1 Document -M (creates mfs filesystem for init). 2007-03-03 08:10:09 +00:00
apb 85ea48fdbf In the MAKEDEV(8) man page, document the MAKEDEV_AS_LIBRARY variable.
In the MAKEDEV.local(8) man page, document more detail about the
(now complex) relationship between MAKEDEV and MAKEDEV.local.
2007-03-03 06:53:41 +00:00
wiz 87a68d8b67 Add another sentence, and reword an existing one. From reed@. 2007-03-02 21:40:01 +00:00
wiz 493dae3cbb Nd does not expand Nx. Weird. Found by reed@. 2007-03-02 21:38:57 +00:00
wiz f4b7c05f3a Add RCS Id. Use more markup. 2007-03-02 20:51:21 +00:00
wiz 1138fa346d Add RCS Id. Fix Xref. 2007-03-02 20:51:09 +00:00
wiz 0a76dbaeb5 Fix Dt argument. Remove superfluous Pp. Remove incomplete HISTORY section. 2007-03-02 20:42:10 +00:00
wiz bb65f0472f Bump date for previous. 2007-03-02 20:31:58 +00:00
wiz f368ccb5df Bump date for previous. New sentence, new line. 2007-03-02 20:30:44 +00:00
wiz a616fec600 Use more markup. Fix a typo. Bump date for previous. 2007-03-02 20:28:54 +00:00
wiz 53021ade1d Some minor improvements. 2007-03-02 20:13:33 +00:00
wiz f7ff49213d Fix typo in previous. 2007-03-02 11:40:10 +00:00
wiz 81d584fa35 Link to the pkgsrc guide and pkgsrc(7). Bump date. 2007-03-02 11:39:40 +00:00
wiz 44e16b19dd Link to the pkgsrc guide for description of pkgsrc-specific variables.
Bump date.
2007-03-02 11:38:24 +00:00
wiz bbd4f8dd1a Add simple pkgsrc(7) man page linking to pkg_add, pkg_delete, pkg_info
and the pkgsrc guide. Requested by Alan Barrett.
2007-03-02 11:28:16 +00:00
wiz 1118359d03 packages(7) has (finally!) completely been integrated in the pkgsrc guide,
remove it.
2007-03-02 09:45:32 +00:00
wiz a03b3ed095 Undocument internal MTREE_FILE variable. 2007-03-02 09:09:14 +00:00
wiz 0046ef5309 Undocument unsupported FORCE_PKG_REGISTER. 2007-03-02 08:50:11 +00:00
pooka cfb3e24368 describe: show all callout, show arptab, show lock, show malloc 2007-03-02 07:50:09 +00:00
wiz 1600eebe4b Undocument removed NO_DEPENDS. 2007-03-02 05:58:55 +00:00
wiz 5dbf36a386 Undocument obsolete NO_PKG_REGISTER. Bump date. 2007-03-02 05:55:13 +00:00
plunky 03d2abf209 remove duplicate line 2007-03-01 21:27:38 +00:00
wiz abaa11daf6 Sort sections. 2007-03-01 19:35:47 +00:00
garbled 984afafeeb Add man4.prep subdir 2007-03-01 18:42:11 +00:00
garbled 1e9398fa6d First crack at an intro and nvram manpage for prep 2007-03-01 18:41:15 +00:00
wiz 662a6ce301 Remove SCRIPTDIR description, update SCRIPTS_ENV description. Bump date. 2007-03-01 18:38:34 +00:00
yamt 54c3330421 sync with the code. (pri_t) 2007-03-01 14:24:25 +00:00
apb d1c6bc87d3 Add suggestions for creating device nodes on a foreign server
used by a diskless NetBSD client.
2007-02-26 22:54:40 +00:00
apb 8048a35610 Add SEE ALSO reference to the new MAKDEV.local(8) man page.
Also mention that MAKEDEV invokes MAKEDEV.local with the "all" argument.
2007-02-26 22:37:57 +00:00
apb 234c7e3957 Add a man page for MAKEDEV.local(8), and a link for makedev.local(8). 2007-02-26 22:35:04 +00:00
uwe d88c11a8a3 Document that pseudo-device md takes optional count.
Expand width of the .Bl tag in FILES to match items.
2007-02-25 04:22:01 +00:00
pooka 284239ddb8 Document file-system PUFFS.. and while here, nuke EXPERIMENTAL for tmpfs 2007-02-24 21:42:28 +00:00
yamt b2b964ea2a sys/proc.h -> sys/cpu.h 2007-02-23 15:59:17 +00:00
dyoung bc99546f43 Reverse sense of preference numbers: prefer source addresses with
higher preference numbers.  Thanks to Mihai Chelaru for pointing
out my mistake.
2007-02-22 08:08:40 +00:00
mrg 46deb749ba document bus_dmatag_subregion(9) and bus_dmatag_destroy(9). 2007-02-21 21:13:01 +00:00
gmcgarry 58305d7979 Use correct terminology for UTF. 2007-02-21 00:11:55 +00:00
kiyohara 10abd6f2e2 Supprot Bluetooth HCI UART (H4) driver and daemon. 2007-02-20 16:53:20 +00:00
wiz 019ba275be Fix typo in Dd. 2007-02-20 15:17:28 +00:00
wiz e93086fd7d Uppercase Ethernet. 2007-02-20 08:31:08 +00:00
wiz 1b2b703d2f time(9) was renamed to time_second(9), fix xrefs. 2007-02-20 08:26:35 +00:00
wiz b197e6e24d Fix some xrefs. Fix Dd argument. Remove superfluous Pps. 2007-02-20 08:22:05 +00:00
wiz 092c56a032 Sort SEE ALSO. 2007-02-20 08:18:03 +00:00
skrll 041e5b9eae s/pid/lwpaddr/ in the bt/a case. 2007-02-20 08:11:41 +00:00
ad b8abdd4f69 Document trace/a. 2007-02-20 01:03:01 +00:00
rumble 9457102640 Fix the caveat description for Challenge S's DMA limitations. 2007-02-19 14:55:56 +00:00
rmind e3179c1bea Introduce table of contents for core references. Please note, that in
future one should follow such hierarchy:
  1. Table of contents (only intro.9)
    2. Abstract description of subsystems (e.g. memoryallocators.9)
      3. Concrete description of subsystem (e.g. vmem.9)

Thanks tsutsui@ for better structurization and wiz@ for quick review.
OK by tech-kern@ positivism.
2007-02-18 21:45:30 +00:00
wiz 784ece2d87 Improve wording, from Joerg Niendorf in PR 35660. 2007-02-18 12:33:47 +00:00
yamt 1adc21b497 cpu_switchto doesn't use curlwp. 2007-02-17 17:48:17 +00:00
yamt 5ee77a9232 - move an implementation example to an EXAMPLES section.
- adapt to multiprocessor.
2007-02-17 17:35:52 +00:00
yamt 443a5d8276 need_resched -> cpu_need_resched 2007-02-17 17:29:24 +00:00
yamt e2f125eb9e process -> LWP. 2007-02-17 17:26:31 +00:00
yamt 69fa8e9367 correct a header.
XXX maybe it's better to introduce sys/cpu.h.
2007-02-17 17:25:34 +00:00
yamt d8e79b86c0 locking note. 2007-02-17 17:24:01 +00:00
yamt 38384421f9 need_resched -> cpu_need_resched. 2007-02-17 17:18:31 +00:00
yamt fbee1fbbf7 some more notes. 2007-02-17 17:14:21 +00:00
yamt 29f0b10c51 add manpages for yamt-idlelwp branch. not enabled in the makefile yet. 2007-02-17 16:23:08 +00:00
yamt 277af7c2c3 remove cpu_idle.9. it has not been available on trunk. 2007-02-17 14:32:23 +00:00
wiz 54c03147a4 Whitespace nit. 2007-02-17 08:50:04 +00:00
wiz 06dd0b9f76 Sort SEE ALSO (by section number first, then by name). 2007-02-17 08:49:39 +00:00
wiz 15bc0b94bc Fix Dd argument. 2007-02-17 08:44:08 +00:00
wiz 4d46e7cc67 Use Em for notes. Whitespace nits. 2007-02-17 08:43:19 +00:00
wiz 30fd28f965 Use Em for notes. Whitespace nits. Typo fix. 2007-02-17 08:43:10 +00:00
wiz 43e1e16d61 New sentence, new line.
Sort hardware list.
Bump date for previous.
2007-02-17 08:36:18 +00:00
daniel c339e55881 Add an opencrypto provider for the AES xcrypt instructions found on VIA
C5P and later cores (also known as 'ACE', which is part of the VIA PadLock
security engine). Ported from OpenBSD.

Reviewed on tech-crypto and port-i386, no objections to commiting this.
2007-02-17 00:28:23 +00:00
rmind ede64e5874 - Add link to memoryallocators(9) in kmem_*(9), vmem(9), uvm(9), malloc(9),
pool(9) and pool_cache(9) manuals.
- Sort uvm(9) "SEE ALSO" section.
2007-02-16 23:13:05 +00:00
dillo ff885dda73 Fix typo, add comma. 2007-02-16 22:26:36 +00:00
hannken 198beb0314 Make fstrans(9) the default helper for file system suspension.
Replaces the now obsolete vn_start_write()/vn_finished_write().
2007-02-16 17:23:53 +00:00
hubertf 4aa8f11f5e Xref the firmware package, just like wpi.4 and iwi.4 do,
bump date.
2007-02-16 15:32:08 +00:00
reed cfbdfbc5a7 Remove unused references to "clean_uucp" variable. (Code was already
removed.)

Add rebuild_whatisdb weekly variable that defaults to NO.
This is for running makewhatis weekly.
This defaults to NO because it is not needed using just base sets/default
install which provide the whatis.db file(s).
2007-02-15 23:04:10 +00:00
tron 4a83339899 Remove entries for rw_owned(9) again. The set lists were incorrect,
not this "Makefile".
2007-02-15 17:04:04 +00:00
tron 3e0f4f02f6 Create symbolic links for rw_owned(9). 2007-02-15 16:44:41 +00:00
skrll 8694ada1fe Sort some entries. 2007-02-15 07:30:07 +00:00
ad d399d56922 Fix up MLINKS for previous. From nick@. 2007-02-11 18:49:18 +00:00
ad 6fa495aa59 Note that device drivers should not (in general) use these interfaces. 2007-02-11 16:36:06 +00:00
ad 6f86141195 Add mb/rwlock/condvar/mutex section 9 manual pages. 2007-02-11 16:16:09 +00:00
ad b52b3eb8ff Mark these interfaces obsolete. 2007-02-11 16:05:08 +00:00
reed ab2b69b1e9 Remove sentence that says variables can be set to NO to
disable the test. There is no "test". So it is confusing.

Instead say:

  The variables described below can be set to ``YES'' or ``NO'' in the
  /etc/weekly.conf file.  The default settings are in the
  /etc/defaults/weekly.conf file.  (Note that you should never edit
  /etc/defaults/weekly.conf directly, as it is often replaced during system
  upgrades.)

(I don't suggest that all are YES because of a possible upcoming
addition.)
2007-02-10 18:27:28 +00:00
mlelstv cf2092aa79 Option N.V. is the real vendor, Vodafone just sells the UMTS cards.
Add support for Globetrotter Fusion Quad Lite cards.
2007-02-10 07:44:00 +00:00
dillo d096538b4a Fix typo. 2007-02-08 22:27:20 +00:00
dillo 8f94021d97 Mark up function arguments with .Fa, not .Fn; also, fix typo in
function argument.
2007-02-08 08:04:00 +00:00
elad 83ec1c0544 Better intro to exploit mitigation features, also add a TOC for it. 2007-02-08 00:38:27 +00:00
dyoung 9d8de20b22 Add a license. 2007-02-07 07:28:29 +00:00
wiz cc2a6c83d0 Drop trailing whitespace. Uppercase Dt argument. Add RCS Id.
XXX: missing license.
2007-02-07 06:46:06 +00:00
wiz 9000cdc5de Bump date for previous. 2007-02-07 06:41:50 +00:00
wiz 0a06354421 Correct default firmware path. Add xref to firmload(9).
Bump date.
2007-02-06 23:42:34 +00:00
wiz 303b003785 Add xref to firmload(9). Prompted by dillo. 2007-02-06 23:40:32 +00:00
reed e8146d3cc6 Don't say the script is run "by default" because it is not.
Also mention that it is disabled.
2007-02-06 17:17:47 +00:00
dyoung 56db732551 Add cmos(4) for reading/writing CMOS RAM on x86 boxes. This driver
comes from Takahiro Kambe, with some mods by me.
2007-02-06 07:28:59 +00:00
elad 119d4b5acd PR/35253: YAMAMOTO Takashi: fileassoc hash size problem
fileassoc_table_add() was removed from the KPI and made internal. From now
fileassoc(9) will manage the optimal table size internally.

Input from and okay yamt@.
2007-02-06 01:09:48 +00:00
gdt 3a8d10addf Add Novatel Merlin, used in VZ V620.
From John Nielsen on freebsd-mobile.
Not tested, but almost certainly better than attaching as ugen.

FreeBSD has a UQ_ASSUME_CM_OVER_DATA quirk for this device; I can't
figure out what that means.
2007-02-05 15:13:28 +00:00
ad 20fd6754cf Sync with latest changes. 2007-02-05 15:04:21 +00:00