Commit Graph

13693 Commits

Author SHA1 Message Date
jnemeth 5d8eade971 Brett Blymn -> Brett Lymn 2011-06-05 05:49:54 +00:00
jruoho 7749bedf08 For completenesses sake, note, in 2011, /etc/floppytab. 2011-06-04 18:27:39 +00:00
pgoyette f02db4b78c Update to remove value_avg from list of properties. 2011-06-04 13:27:57 +00:00
dholland 4cb0f7967a fix a couple typos 2011-06-04 05:30:45 +00:00
pgoyette 483caa9fa0 Document new options in the proplist 2011-06-04 02:03:31 +00:00
rmind 3b0ab829be Sync (mostly, not fully) uvm_km(9) and uvm_map(9) man pages with reality. 2011-06-03 18:43:38 +00:00
wiz 203a6ec972 Sort SEE ALSO. 2011-06-03 08:06:54 +00:00
yamt ea2d998dd1 correct the section number of membar_producer. noted by wiz@ 2011-06-03 04:33:31 +00:00
jruoho 0901655f4f Use .Ss and -offset indent. 2011-06-02 09:02:39 +00:00
jruoho b4ab399621 Note USE_FORT. 2011-06-02 08:58:34 +00:00
yamt 82bfd3cade mention memory barriers necessary for non-interlocked adaptive mutex release. 2011-06-02 00:58:26 +00:00
dyoung bc07e228a2 Describe the arguments to ctor and dtor. 2011-06-01 20:49:22 +00:00
jruoho 29ca3fb160 Fix a typo. 2011-06-01 11:19:19 +00:00
jruoho b035f17c15 Indent the two lists with the same width. 2011-06-01 11:10:59 +00:00
jruoho 86b00a2e06 Remove the previous, as it was already there. Instead, split one long
paragraph and fix a typo.
2011-06-01 11:06:36 +00:00
jruoho 1642dc4734 Note bluetooth. 2011-06-01 11:03:27 +00:00
rmind 7524727f91 Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages.
OK mrg@
2011-06-01 02:22:18 +00:00
uebayasi 945899b14e Sort list items. Remove a trailing whitespace. 2011-05-31 03:43:47 +00:00
joerg 78ec0254df Reorder CWARNFLAGS and -Werror in CFLAGS to allow CWARNFLAGS and by
extension CWARNFLAGS.${SOURCE} to override it selectively.
2011-05-30 13:56:34 +00:00
joerg 70e887f5ec Add an alternative to NOGCCERROR for clang. 2011-05-30 13:47:01 +00:00
dyoung 9a37c59cd7 MI drivers should #include <sys/bus.h> not <machine/bus.h>. 2011-05-30 01:48:40 +00:00
wiz 102976ee1d Bump date for SOCK_SEQPACKET; add serial commas. 2011-05-29 08:46:42 +00:00
manu b6e29283f6 Document that SOCK_SEQPACKET is supported 2011-05-29 04:51:15 +00:00
ryo 1dbe16cda3 add entry for SystemBase SB16C1054/SB16C1058 2011-05-28 11:12:22 +00:00
drochner c15003e636 add Upper Volta (Burkina Faso)
(got a nigeria-style spam mail with a phone number and was curious
where it came from)
2011-05-27 17:12:47 +00:00
drochner 53cdf0b54e make the "tags" target non-.PHONY because it reflects a real file,
and remove some nonsense in libc Makefile which caused that
a "tags" file was written in my source tree
2011-05-27 17:06:54 +00:00
wiz b02dc2fb68 Bump date for previous. 2011-05-27 11:15:17 +00:00
plunky b52bb12959 provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.
2011-05-27 09:28:41 +00:00
joerg a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
uebayasi dcf649145a Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64.
From jmmv@, no objections seen in the proposed thread:

	http://mail-index.netbsd.org/tech-kern/2009/01/22/msg004081.html
2011-05-26 04:25:26 +00:00
joerg 7e217e1f53 Restrict -Wno-non-template-friend and -Wno-pmf-conversions to GCC. 2011-05-25 15:02:25 +00:00
joerg 175c50ac7e Add support for compiler specific warning flags with
CWARNFLAGS.${COMPILER}
2011-05-25 15:01:08 +00:00
joerg 0cd1e39abe Disable Clang's array boundary checker for now (hits e.g. in GCC and BDB) 2011-05-23 14:32:05 +00:00
drochner 5fafa9c424 -in the descriptor for encryption xforms, split the "blocksize" field
into "blocksize" and "IV size"
-add an "reinit" function pointer which, if set, means that the xform
 does its IV handling itself and doesn't want the default CBC handling
 by the framework (poor name, but left that way to avoid unecessary
 differences)
This syncs with Open/FreeBSD, purpose is to allow non-CBC transforms.
Refer to ivsize instead of blocksize where appropriate.
(At this point, blocksize and ivsize are identical.)
2011-05-23 13:46:54 +00:00
joerg 1742cf8828 Simplify a bit 2011-05-22 20:52:12 +00:00
joerg 7cfd64c6f6 Split SSP parameters on a per-compiler base 2011-05-22 20:49:16 +00:00
joerg e7d3de7e55 No -Wno-traditional for clang. 2011-05-22 20:24:46 +00:00
plunky 762c58f13a simplify PCC inclusion; MKPCCDMDS is not really required 2011-05-20 16:02:21 +00:00
joerg 00f0e17e85 Fully support per-target AFLAGS. 2011-05-20 14:27:48 +00:00
riastradh 1cef303517 Add a cmsg.3 man page symlink, since I can never remember its name.
ok wiz
2011-05-19 21:39:02 +00:00
riastradh 8b58813d92 Fix some typos and incorrect idioms with the cmsg botch^WAPI.
Add a couple cross-references too.

ok wiz
2011-05-19 21:16:45 +00:00
joerg 1fe45e28aa Add fine-grained compiler selection, including clang support. 2011-05-19 14:29:27 +00:00
wiz ee4a63b058 Improve wording. 2011-05-19 08:55:01 +00:00
adam dde94184d6 Reverting last change; joerg has a better approach 2011-05-19 06:09:36 +00:00
rmind 95ea6d26ab Re-implement kthread_join(9), so that it actually works (hi haad@). 2011-05-19 03:07:29 +00:00
adam 84862a28ce Add support for LLVM/Clang 2011-05-18 13:08:14 +00:00
christos 6bbebf8328 Enable c99 mode by default.
This has the side effect of complaining for missing prototypes
implicit type declarations and missing return statements.

NB:	I've only ran a build on amd64, so other platforms MI code might break.
	If you can't wait for me to fix them, revert this commit.
2011-05-17 01:12:34 +00:00
jmmv 21bb82bc2e Remove any stale .fifo files when doing 'test'. These may be leaked if
the user aborts the execution of atf-run with Ctrl+C, which will prevent
a subsequent 'make test' from working at all.
2011-05-14 17:47:28 +00:00
enami deea6a1c0e According to their home page, N of IANA is plural. 2011-05-10 23:33:07 +00:00
jruoho 88152d886b Use .Ss. 2011-05-10 17:00:44 +00:00
jruoho 4f636e256c Xref div(3) and remainder(3). 2011-05-10 12:09:00 +00:00
jruoho 5a43e397bb Xref ilogb(3). 2011-05-10 06:39:45 +00:00
haad 1d514c3d24 Add MKPERFUSE flag to those who are enabled by default. 2011-05-09 14:36:48 +00:00
dholland 490409ebab Grammar patrol 2011-05-07 07:16:08 +00:00
jruoho 6372875351 Fix PR bin/22230. 2011-05-03 16:25:19 +00:00
jruoho 4811a79682 Link {daily, monthly, weekly}.conf.5 to {daily, monthly, weekly}.5 and move
things around a little. Part of fixing PR bin/22230.
2011-05-03 16:12:23 +00:00
wiz daf04c06a3 Remove \*[q] -- not necessary, just use plain double quotes instead. 2011-05-03 09:36:24 +00:00
jym 8e2b504dac Small typo fix. 2011-04-30 19:34:10 +00:00
wiz 4aa3981b30 New sentence, new line. Use more markup. 2011-04-29 10:40:46 +00:00
mbalmer 64648650d8 missing files 2011-04-29 09:57:49 +00:00
pgoyette bc9b1da0ae Note that atabus* can also attach at ahcisata? 2011-04-28 23:45:15 +00:00
mbalmer b2c3b2a905 add Yen symbol 2011-04-28 21:02:34 +00:00
wiz e76a48e3e3 Spelling. 2011-04-28 17:22:20 +00:00
wiz 5f70e190b1 Improve wording. 2011-04-28 17:09:19 +00:00
wiz bd723a1420 New sentence, new line. 2011-04-28 17:08:29 +00:00
wiz 56ba81ff55 Sort options in SYNOPSIS. 2011-04-28 16:36:15 +00:00
wiz 7ff4aecdb3 New sentence, new line. Add serial comma. 2011-04-28 16:20:20 +00:00
wiz f91866566f New sentence, new line. 2011-04-28 16:11:37 +00:00
wiz f78929cf33 Add RCS Id and avoid extra new lines in AUTHORS section. 2011-04-28 16:10:37 +00:00
wiz b4d959b31f Fix Dt argument, remove superfluous Pp, remove reference to non-existing
isvctl(8).
2011-04-28 16:08:21 +00:00
wiz 901cdb562b Typo fix. 2011-04-28 12:22:35 +00:00
wiz c8bdc0a9f7 New sentence, new line. 2011-04-28 12:18:30 +00:00
wiz 0b710d099b New sentence, new line. 2011-04-28 12:15:35 +00:00
wiz 8bd2274743 Remove superfluous Pp. 2011-04-28 12:06:41 +00:00
wiz abc39e8ff4 Spelling. 2011-04-28 11:25:12 +00:00
mbalmer 3c3e4a052f Fix SCO. 2011-04-28 07:32:36 +00:00
mbalmer 9d34d3bbe5 Kazakh character code mappings reside in KAZAKH/, not MISC/. I really wonder
why nobody noticed this before...
2011-04-28 07:08:59 +00:00
mbalmer 5f971e5eac Add Japan CBM character codes. 2011-04-27 20:05:56 +00:00
wiz eafacad922 Bump date for uvm_swap_stats() removal; remove superfluous Pp. 2011-04-27 06:02:03 +00:00
rmind fe41737f5c Remove public uvm_swap_stats() routine, keep it internal. 2011-04-27 00:35:52 +00:00
wiz ea124d4898 Remove references to just removed Darwin and Irix emulation. Bump date. 2011-04-26 22:17:17 +00:00
joerg 787e55aa29 Remove PECOFF/Win32 emulation. 2011-04-26 16:57:38 +00:00
hannken 87522af425 Change vflushbuf() to return an error if a synchronous write fails.
Welcome to 5.99.51.
2011-04-26 11:32:38 +00:00
he ae7d1665f4 The new Heimdal adds -lwind and -lheimbase to the set of libraries,
so define the corresponding LIB* variables.
These are also needed in the PAM_STATIC_* variables, so add them there too.
2011-04-26 08:22:17 +00:00
wiz d154cf1438 Add missing word. 2011-04-25 22:31:12 +00:00
wiz aa6a6987e7 Remove trailing whitespace. 2011-04-25 22:28:21 +00:00
wiz 929b5a7b29 Sort sections. 2011-04-25 22:27:20 +00:00
wiz 221e203109 Spelling. 2011-04-25 22:26:29 +00:00
wiz 235dacfc64 Sort SEE ALSO, sort errors. 2011-04-25 22:08:18 +00:00
tron 581f9c7a22 Add and entry for the Intel i82545GM with external PHY which works fine:
wm0 at pci1 dev 1 function 0: Intel i82545GM 1000BASE-T Ethernet, rev. 4
wm0: interrupting at ivec 0
wm0: 64-bit 66MHz PCI bus
wm0: 256 word (8 address bits) MicroWire EEPROM
wm0: Ethernet address 00:04:23:xx:xx:xx
makphy0 at wm0 phy 1: Marvell 88E1011 Gigabit PHY, rev. 5
2011-04-23 16:46:51 +00:00
joerg 0cef9f9563 Add MKBSDGREP switch for easy testing of the GNU grep
replacement/alternative.
2011-04-21 14:26:33 +00:00
wiz a422d26790 Spelling, sort sections. 2011-04-20 08:20:16 +00:00
jym f5c98195c2 So, hi again, balloon(4). Merge with the current version:
- driver attaches to xenbus(4) (no compile time option anymore)
- max reservation hypercall is fixed
- sysctl(7) entries are now in KiB (like Xentools) rather than in number
of pages
- some more explanations.
2011-04-20 00:21:34 +00:00
jym 53935bb7a5 Sigh, removing balloon(4) there was already one living under x86.
Not marking the entry in set lists as obsolete, the man page stayed
in there for approx. 5min.

(apologies for the noise)
2011-04-20 00:04:54 +00:00
jym ab22fdaedf Please welcome balloon(4), the Xen memory balloon man page. 2011-04-19 23:54:38 +00:00
joerg cad1e2593b Fix --sysroot usage. 2011-04-18 02:16:55 +00:00
christos afb74ce0eb Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean &&
make)
2011-04-17 15:03:37 +00:00
tron 7d762fda62 Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't
understand that option. This should unbreak tool builds.
2011-04-17 12:54:22 +00:00
mrg 19625811ee prepare for evbppc modules, and allow overriding the ${MACHINE} for
installed modules.
2011-04-17 09:47:40 +00:00
mrg 3776a6678e it's spelled CPPFLAGS not CPPFLAGGS. 2011-04-17 00:05:36 +00:00
christos 62ee277445 Need --sysroot=/ otherwise ld does not find crt0.o and friends. 2011-04-16 22:45:23 +00:00
christos 640ac4b1c5 Simplify and correct (previous did not work for !defined(DESTDIR) 2011-04-16 21:41:24 +00:00
elric 98fbe74f8c Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal.  The latter was just imported as the head
of the Heimdal tree as of a few days ago.
2011-04-15 18:05:42 +00:00
wiz 716425e6ac No need to use \*[q], use plain double quotes instead. 2011-04-14 06:56:28 +00:00
jruoho 2619753dbd Improve as per discussion on source-changes. 2011-04-14 05:45:34 +00:00
jruoho 90fb5b4eb9 Put asctime(3) explicitly to SEE ALSO. 2011-04-12 13:48:29 +00:00
jruoho 47a900e8bc Move some of the discussion from the messy ctime(3) to tm(3). 2011-04-12 08:39:26 +00:00
jruoho 6b4c2634f4 Add a small summary parge for struct tm from <time.h>. Cf. timeval(3). 2011-04-12 08:22:48 +00:00
jruoho 4767f8f268 Small rewording. 2011-04-12 04:27:02 +00:00
joerg 5e3fd2e02b Adjust --sysroot related usage:
-Wl,-rpath does not expand =, so just drop it.

Drop -Wl,-rpath-link entries that duplicate the -Wl,-rpath entries, this
is done implicitly now that ld is built with sysroot support.

Use ${DESTDIR} explicitly for the remaining -Wl,-rpath-link entries.
2011-04-11 23:03:38 +00:00
joerg c033559e42 GCC 4.1 doesn't have the support code for -I =... yet, so don't use it
for now.
2011-04-11 21:04:11 +00:00
joerg 31ba4e2954 Use ?: operator to determine when to add --sysroot. Unbreaks clang
bootstrap.
2011-04-10 21:03:17 +00:00
joerg c28ff146c9 For USETOOLS=yes, use the --sysroot support of the compiler to cut down
the number of hard-coded pathes and magic invocations.
2011-04-10 16:52:36 +00:00
jruoho 42c705227a Xref unistd(3). 2011-04-10 10:02:34 +00:00
wiz 16c91ae7ec Fix some xrefs. 2011-04-10 10:01:06 +00:00
jruoho 4ad08c6b86 Add a small summary page for <unistd.h>. 2011-04-10 09:58:00 +00:00
wiz 75eeddb97e Fix a typo and a whitespace nit. 2011-04-09 21:53:58 +00:00
jdc 9e7d55a0ad Add a manual page for ffb(4). 2011-04-09 19:37:13 +00:00
jruoho a9e93d02ff Fix SYNOPSIS. 2011-04-09 17:25:28 +00:00
jruoho 237b9fd91d Use .In for headers. 2011-04-08 10:14:24 +00:00
wiz b471ea6774 Remove superfluous Pp. 2011-04-08 08:50:52 +00:00
wiz 3d72e50534 Sort SEE ALSO. 2011-04-08 08:49:19 +00:00
wiz 0c99d89e18 Sort sections. 2011-04-08 08:47:54 +00:00
wiz b0f3c6983e Sort SEE ALSO. 2011-04-08 08:47:50 +00:00
wiz 264450c5e9 Do not Xr yourself. 2011-04-08 08:47:34 +00:00
wiz ce403b037d New sentence, new line. 2011-04-08 08:47:12 +00:00
jruoho 4f8cd38b3a And finally, fix a typo. 2011-04-08 08:46:12 +00:00
jruoho 9a991ffd99 Clarify a little; ilog2(3) is a macro. 2011-04-08 08:42:56 +00:00
jruoho e5c4609f82 Xref bitops(3). 2011-04-08 08:40:05 +00:00
jruoho bd040c35ba Add also a small summary page for <sys/bitops.h>. 2011-04-08 08:36:33 +00:00
jruoho 5b56473c84 Use bullets in the list. 2011-04-08 08:12:51 +00:00
jruoho 17e4083e75 Remove leftover .Ed. 2011-04-08 07:57:48 +00:00
jruoho bacb261ac9 Xref param(3). 2011-04-08 07:55:04 +00:00
jruoho 5ae9d52443 Briefly summarize <sys/param.h>. 2011-04-08 07:47:42 +00:00
jruoho d21d7bda46 Put back the example (removed in the revision 1.3). 2011-04-08 06:55:14 +00:00
joerg 8f1068802c Compute the build seed using :hash. 2011-04-07 01:40:32 +00:00
jym b793e91e75 Be more precise on the chars accepted for xxN in /etc/ifconfig.xxN
filenames, and ifconfig_xxN variables inside rc.conf(5).

Should fix PR misc/39376.
2011-04-07 00:22:59 +00:00
jym d833e65927 Alright, set xvif(4) syntax once and for all. Tested with ipf(4) under
XEN3_DOM0 amd64.

Fixes PR misc/39376.

See http://mail-index.netbsd.org/port-xen/2011/04/06/msg006603.html
2011-04-06 23:51:55 +00:00
jruoho 789c04236c Note also KASSERTMSG(). Small markup changes. 2011-04-06 05:40:18 +00:00
dyoung 38c5ac17f7 Update manual page for constification of pci_attach_args. 2011-04-05 14:57:33 +00:00
phx 186aa5bc42 Add man page for s390rtc(4). 2011-04-05 11:24:46 +00:00
wiz 8f93b1aa3c Remove superfluous Pp. 2011-04-05 08:26:24 +00:00
wiz c50d6a3380 Sort SEE ALSO, fix Dt argument. 2011-04-05 08:25:25 +00:00
wiz b351288a9a New sentence, new line. 2011-04-05 08:24:43 +00:00
bouyer 0dcb8f5af8 Add a man page for rdcpcib(4). While there move rdcide.4 to i386/ 2011-04-04 17:26:23 +00:00
wiz 0a6486633f Sort sections. 2011-04-04 07:17:08 +00:00
jym e3ac71de45 Update xvif(4). Interface name changed from xvifX.Y to xvifX-Y. 2011-04-03 23:44:46 +00:00
njoly fb7cdbe06b Fix prologue macros order. 2011-04-01 13:54:00 +00:00
jruoho 3252ed3efa Continue the previous. Namely, separate FILES and EXAMPLES -sections. 2011-04-01 10:32:37 +00:00
wiz 8f79b0c789 Remove trailing whitespace, fix some xrefs, improve markup. 2011-04-01 08:48:41 +00:00
jruoho f99aa51290 Remove references to UUCP. 2011-04-01 06:51:54 +00:00
jruoho 9d0b321d43 Xref MAKEDEV(8). 2011-04-01 06:03:06 +00:00
jruoho 182bf29856 Add example. 2011-04-01 05:24:37 +00:00
sjg 3a7555cc69 A man page for filemon(4) 2011-04-01 00:07:34 +00:00
jruoho bb2c5893fc Remove a duplicate word, .Fn for functions, .Vt. 2011-03-30 21:40:01 +00:00
jruoho 793b141fd9 Xref cdefs(3). 2011-03-30 15:37:15 +00:00
jruoho a5f9dd4f2b Add some random, but decent enough, reading material to SEE ALSO. 2011-03-30 11:41:48 +00:00
jruoho a08955ebd9 Xref paths(3). 2011-03-30 10:08:02 +00:00
jruoho 2fefc9365f Briefly document <paths.h>. 2011-03-30 10:06:58 +00:00
ahoka 1a7f8f91f0 Fix manpage wrt reversed compare functions. 2011-03-28 13:46:14 +00:00
wiz 93cb656370 Add RCS Id. 2011-03-27 22:47:40 +00:00
plunky bbe1bca01a if not including <bsd.prog.mk> then we need to clean up our own mess 2011-03-27 14:22:02 +00:00
njoly 6f990206b3 Adjust for mr(4) man page removal, switch to gtp(4) instead. 2011-03-27 12:45:28 +00:00
fair f12a56fcad The mr(4) driver was replaced by gtp(4) in 2002, but the documentation
did not follow; fix PR kern/40070
2011-03-27 00:08:07 +00:00
dholland d9bba496aa +DDL, DF, PCM, SA, VCS; fix IDPS 2011-03-26 12:40:07 +00:00
dholland 77ef35289c +LP, RA, RR, TA, VCR 2011-03-26 12:39:16 +00:00
bouyer d9210c2405 Add a new libquota library, which contains some blocks to build and/or
parse quota plists; as well as a getfsquota() function to retrieve quotas
for a single id from a single filesystem (whatever filesystem this is:
a local quota-enabled fs or NFS). This is build on functions getufsquota()
(for local filesystems with UFS-like quotas) and getnfsquota();
which are also available to userland programs.
move functions from quota2_subr.c to libquota or libprop as appropriate,
and ajust in-tree quota tools.
move some declarations from kernel headers to either sys/quota.h or
quota/quota.h as appropriate. ufs/ufs/quota.h still installed because
it's needed by other installed ufs headers.
ufs/ufs/quota1.h still installed as a quick&dirty way to get a code
using the old quotactl() to compile (just include ufs/ufs/quota1.h instead of
ufs/ufs/quota.h - old code won't compile without this change and this is
on purpose).
Discussed on tech-kern@ and tech-net@ (long thread, but not much about
libquota itself ...)
2011-03-24 17:05:39 +00:00
ginsbach c37993815d +SCADA (supervisory control and data acquisition) 2011-03-24 17:00:31 +00:00
njoly ae22920be5 Regen to catch up divers changes. 2011-03-22 22:17:44 +00:00
njoly 9c24a94932 Add missing quotes. 2011-03-21 17:09:09 +00:00
jruoho 214b65a53f Now that this is a generic page, clarify the AUTHORS section a little. 2011-03-20 13:07:38 +00:00
wiz 523ab18712 Remove duplicate word. 2011-03-19 08:42:41 +00:00
jruoho e845edb12c Add missing period. 2011-03-19 05:18:36 +00:00
jruoho 1194e4acc3 Briefly document __predict_true() and __predict_false(). 2011-03-19 04:59:43 +00:00
jruoho bf02b615d6 Note also tests(7). 2011-03-18 22:24:57 +00:00
jruoho 2d03f41467 Fix xref; security(8) -> security(7). 2011-03-18 22:19:31 +00:00
jruoho cc518b13cc Remove ENHANCED_SPEEDSTEP, EST_FREQ_USERWRITE, INTEL_ONDEMAND_CLOCKMOD,
POWERNOW_K7, POWERNOW_K8, and VIA_PADLOCK.
2011-03-18 22:16:25 +00:00
jruoho 0322b31dcf Add some datasheets to SEE ALSO. 2011-03-18 21:17:17 +00:00
jruoho d466b2f980 Fix xref; security(8) -> security(7). 2011-03-18 16:21:46 +00:00
jruoho 0ad14641dc Fix xref; security(8) -> security(7). 2011-03-18 16:20:12 +00:00
jruoho 5fe4360942 Fix xref; security(8) -> security(7). 2011-03-18 16:18:45 +00:00
jruoho 384721eebe Remove xref to nonexistent option(4). 2011-03-18 16:14:49 +00:00
jruoho bbf5008a45 Note the previous also in the lead paragraph. 2011-03-18 16:12:26 +00:00
jruoho 40e6b55766 Note the 'fetch_pkg_vulnerabilities=YES' also here. In lack of a proper
name, put this under "administrative security".
2011-03-18 16:11:13 +00:00
jruoho ffb49bc1b1 Use .Ss for non-standard subtitles. 2011-03-18 15:32:26 +00:00
jruoho f6eafc1d10 Move security(8) to the section 7. Discussed on source-changes a while back.
Should address PR # 35718 at least partially.
2011-03-18 15:21:56 +00:00
jruoho 97cb123ac6 Add the specification to the SEE ALSO. 2011-03-18 08:26:19 +00:00
jruoho f016791f4e Remove boiler plate paragraph in the CODE REFERENCES section. 2011-03-17 17:53:02 +00:00
jruoho 231352d485 Remove the bulk "this section describes places within [...]" -paragraph. 2011-03-17 10:02:54 +00:00
riz 3b1468abed Add the SMC SMCWUSB-N2 to the list of adapters known to work. 2011-03-16 01:47:19 +00:00
martin 64484e6359 German uses dot as thousands separator 2011-03-15 15:30:52 +00:00
jruoho f5d26066d3 Tidy up the SEE ALSO section. Namely, do not duplicate a big list of xrefs
that are already used in the body of the text.
2011-03-13 05:03:21 +00:00
jruoho 95da22c83f Xref tsc(9). 2011-03-13 04:58:55 +00:00
jruoho 66853c1034 Xref hpet(4) and hz(9). 2011-03-13 04:57:21 +00:00
wiz d377a246ac Fix typos. 2011-03-12 13:25:41 +00:00
wiz b8e0ef1080 Bump date for SMSC EMC6D103S. 2011-03-12 13:24:15 +00:00
plunky b34a9665c8 CLEANFILES is not processed by <bsd.files.mk> so don't assume that
anything assigned there will be cleaned up; handle clean up of the
PKGCONFIG files explicitly. (eg lib/dri/dri.pc was not cleaned)
2011-03-12 13:22:03 +00:00
tron cb536e004a Add AGM (annual general meeting). 2011-03-12 11:32:11 +00:00
jruoho da53cb56df Xref x86/tsc(9). 2011-03-11 19:51:10 +00:00
jruoho 077cbf0f3c Add x86/tsc(9). 2011-03-11 19:50:33 +00:00
pgoyette 778be5985f Add support for SMSC EMC6D103S
From jasper@pointless.net in PR kern/44685
2011-03-11 18:38:51 +00:00
wiz 3e5ad1ca85 Fix xref to tcpdump, from Anon Ymous.
Use Fx/Nx/Ox while here.
2011-03-10 17:09:17 +00:00
jruoho f06b42407c ADD, enough said.
AAA, ADD, ADS, AM, ARR, ASC, ASD, ASE, ASPM, ASQ, AV, AVL, AVX, BDD, BDUF,
BLC, BPB, BPM, BT, BTC, BTR, BTS, CA, CASE, CD, CLF, CLTT, CM, CMA, CSV,
CUT, CV, DA, DAA, DEA, DGL, DH, DIRT, DMS, DOE, DPST, DRRS, DSB, DSN, DTS,
DVCS, EBR, EH, EMI, EMR, FDE, FEA, FET, FLOSS, FMR, FRR, FS, FSK, FTA, FUS,
GR, HOOD, HTCC, HVM, IA, IBC, IDPS, IMS, IPE, IS, IV, JFET, LAR, LBS, LDA,
LDR, LFO, LL, LLMNR, LM, LPS, LSL, LTCC, LWP, MCM, MMIC, MO, MOSFET, MSE,
NCO, ND, NE, NW, OFET, OU, PA, PAC, PCD, PCE, PDAG, PDB, PDM, PE, PEP, PGE,
PIM, PIV, PLTM, PM, POF, PP, PSD, PSK, PTV, PVI, QAM, QDI, RA, RBF, RBT,
RFI, RIB, RMPM, RMS, RMW, RS, SA, SASD, SC, SCA, SCC, SCCS, SMA, SNR, SOC,
SQA, SS, SSB, STC, STD, TA, TAI, TB, TDC, TDM, TDOA, TK, TM, TOS, TSD, TSL,
UMPC, UT, VA, VCA, VCF, VCO, VFO, VME, W, WP, WS, ZBR.
2011-03-09 17:52:45 +00:00
njoly 2198134aa6 Adjust html link template and css location for man pages in arch
subdirs.
2011-03-08 12:20:17 +00:00
jmmv 8de5cd3354 Revert previous (revision 1.261): it broke the build because PROG_CXX is
defined in terms of PROG, so later on we would end up with target duplicates
because both PROG_CXX and PROG were being converted to PROGS_CXX and PROGS.

Did not catch this earlier because the test build I did was not clean and
thus the duplicate targets did not have nasty effects.
2011-03-08 07:53:43 +00:00
snj eedda0044d bah! it's 2011 already? 2011-03-08 07:44:39 +00:00
snj 30f96bf3e7 mention mdnsd(8), and fix a typo while here 2011-03-08 07:40:37 +00:00
jmmv 18b629ec58 Always convert PROG to its plural form independently of whether PROG_CXX
is defined or not.  From Garrett Cooper in private mail.
2011-03-07 19:05:03 +00:00
wiz 206ef381bf Fix typo. 2011-03-06 17:39:34 +00:00
wiz e2a3787008 New sentence, new line. 2011-03-06 17:39:05 +00:00
wiz e1b9c01aba Bump date for new quota.
Split "file system" like customary.
2011-03-06 17:22:50 +00:00
bouyer 9090ace550 Docucment QUOTA2 2011-03-06 17:11:19 +00:00
bouyer 063f96f3c2 merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
2011-03-06 17:08:10 +00:00
jmcneill 3b4fa1c0fc xref auvitek(4) 2011-03-06 00:39:11 +00:00
jruoho 64c2268f08 Add one bug to the list. (Neither acpicpu(4) nor est(4) or powernow(4)
handle possible skew in timers and counters such as TSC.)
2011-03-05 07:47:54 +00:00
wiz a3775b7750 Improve wording (errata is already plural). 2011-03-04 13:49:26 +00:00
jruoho 95a6759621 From mrg@: note that the states may be limited on some CPUs due erratas. 2011-03-04 12:18:15 +00:00
jruoho 0b70972be7 Fix wrong lower bound. 2011-03-04 06:42:10 +00:00
jruoho aa3bb02a78 Finally remove COMPATIBILITY entirely. Xref odcm(4). 2011-03-04 06:01:25 +00:00
jruoho 576b6331fa Xref odcm(4). 2011-03-04 05:58:07 +00:00
jruoho d29ee42207 Add odcm(4). 2011-03-04 05:56:49 +00:00
jruoho 6e24ce514b This will never end... ABR, ACP, ACS, ACU, ADP, ADO, ADP, AGC, AI, AN, AO,
AOS, ARU, ASK, ASR, BCC, BCR, BFT, BIU, BM, BMIC, BN, BNF, BO, BOF, BOM,
BPI, BSF, BSR, BWM, CAU, CBC, CBR, CC, CI, CMP, CPB, CPG, CPT, DAT, DBS,
DCC, DCD, DCS, DCU, DDK, DDS, DEK, DFC, DFT, DOF, ECC, ECS, EDAT, EDS, EFL,
ELS, EMP, ERD, ESS, EU, FCL, HLL, HP, IBM, ICA, IDA, ILM, ITB, LER, LFN,
LLF, LMM, LNO, LRM, LRO, LSR, MD, MESI, MI, MOESI, MOF, MOSI, MR, MSI, MUD,
NIA, NIP, ODT, OPS, OPM, OSPM, PDS, PGAS, PIM, PIPT, PLRU, PM, PMU, POP,
PPM, PUN, QBE, QC, RF, RFO, RH, RLO, RM, RR, RWM, SAM, SLRU, SMAF, SMC, SMU,
SPT, SRC, TAOCP, TCB, TOD, TPM, VB, VIPT, VIVT, VOD, VRM, WH, WM, WTC, YTD.
2011-03-03 18:40:23 +00:00
jruoho 52af638039 Xref est(4). 2011-03-01 19:41:05 +00:00
jruoho eef758e412 Update compatibility notes. 2011-03-01 04:45:52 +00:00
wiz 839b4739f5 Add comma in enumeration. 2011-02-27 06:25:07 +00:00
wiz d55f0816c1 Sort macros, add comma in enumeration. 2011-02-27 06:24:27 +00:00
ahoka 2b6ee22130 Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
 - Flash layer, which gives a common API to access flash devices
 - NAND controller subsystem for the flash layer
 - An example OMAP driver which is used on BeagleBoard or alike ARM boards
2011-02-26 18:07:13 +00:00
wiz 20ee1a50dd Bump date for new crypto types. 2011-02-25 21:10:33 +00:00
drochner b4da53f1e6 make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards:
-RFC2104 says that the block size of the hash algorithm must be used
 for key/ipad/opad calculations. While formerly all ciphers used a block
 length of 64, SHA384 and SHA512 use 128 bytes. So we can't use the
 HMAC_BLOCK_LEN constant anymore. Add a new field to "struct auth_hash"
 for the per-cipher blocksize.
-Due to this, there can't be a single "CRYPTO_SHA2_HMAC" external name
 anymore. Replace this by 3 for the 3 different keysizes.
 This was done by Open/FreeBSD before.
-Also fix the number of authenticator bits used tor ESP and AH to
 conform to RFC4868, and remove uses of AH_HMAC_HASHLEN which did
 assume a fixed authenticator size of 12 bytes.

FAST_IPSEC will not interoperate with KAME IPSEC anymore if sha2 is used,
because the latter doesn't implement these standards. It should
interoperate with at least modern Free/OpenBSD now.
(I've only tested with NetBSD-current/FAST_IPSEC on both ends.)
2011-02-25 20:13:10 +00:00
njoly 486cd08890 Fix powernow section in xref. 2011-02-25 18:48:26 +00:00
jruoho e05a11c6ab Remove the last reference to #ifdef a.k.a. options(4) POWERNOW_K8. 2011-02-25 12:41:51 +00:00
jruoho bddaaa8cda Add viac7temp(4). 2011-02-24 14:20:28 +00:00
jruoho 58723282b7 Update. 2011-02-24 11:33:41 +00:00
jruoho dd9ae14c20 Xref powernow(4). 2011-02-24 11:31:06 +00:00
jruoho 4fcecccfb5 Add powernow(4). 2011-02-24 11:29:45 +00:00
hannken 05e91bfee8 fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag
"FSS_UNLINK_ON_CREATE" to unlink the backing store before
        the snapshot gets created.

With this change dump(8) no longer dumps the zero-sized, but named
snapshot it is working on.  Same applies to fsck_ffs(8).
2011-02-24 09:38:57 +00:00
jruoho 53288e678f Update compatibility notes. 2011-02-23 12:38:47 +00:00
jruoho 99b95e55c0 Add est(4). 2011-02-23 11:50:03 +00:00
jmcneill 474234beba remove ukphy xref 2011-02-23 11:48:05 +00:00
jruoho d072795ee9 Move coretemp(4) to man4.x86. 2011-02-23 08:52:16 +00:00
jmcneill e8395e22a2 add alc(4) man page 2011-02-23 02:47:45 +00:00
njoly 48553d3a03 Typo in macro. 2011-02-21 18:12:26 +00:00
cegger 9aa13d102d add AR9285 support 2011-02-21 11:06:37 +00:00
itohy ed461fc193 Cleanup my copyright notice. 2011-02-21 02:31:57 +00:00
jruoho bcbacf0ee0 Add one white paper. (Prompted by the comment of "undocumented MSR".) 2011-02-20 21:03:15 +00:00
jmmv 07be9009b6 Define LIBATF_C and LIBATF_CXX to point to their corresponding .a files and
use these to properly set DPADD for test programs.
2011-02-20 20:16:01 +00:00
jruoho b6f1140770 Update the table of sensors. 2011-02-20 19:49:28 +00:00
jruoho 3f57b5ca25 AAMOF, ADN, AWK, AYOR, BBR, BOT, CC, CFY, CTN, CYE, DMZ, DYK, EIE, EOS, ETR,
FBOW, FCOL, FOC, FTTT, GOK, GOWI, GTSY, HOAS, IAW, IAY, IB, IDC, IDGI, IDGW,
IDI, IDTT, IQ, IRT, ISBN, IUSS, IW, IYD, JAM, JAS, JFK, JGI, JJA, JW, LMC,
LMK, MMB, MO, NM, NOM, NTN, NW, OAO, PDS, PM, PMFI, PMFJI, PR, RMS, RSI,
SERP, STW, SYS, TCO, TJM, TOC, TOH, TTT, VIP.
2011-02-20 17:29:28 +00:00
jruoho 53ffcb10ff Adjust SYNOPSIS. 2011-02-20 14:36:38 +00:00
jmcneill 30dbe043ba add AR9280 support 2011-02-20 11:22:34 +00:00