Commit Graph

9312 Commits

Author SHA1 Message Date
rumble 14b3937642 s/BUGS/CAVEATS/ - The Challenge-S slot restrictions are a hardware design
decision, not an unplanned misfeature.
2006-07-21 10:00:11 +00:00
wiz d88803d5d9 Use standard section headers. Make HTML-ready. 2006-07-20 18:50:46 +00:00
wiz 6d489fb77f New sentence, new line. Uppercase Ethernet. Use Xr for cross
references.
2006-07-20 18:48:45 +00:00
elad 0553a6cee4 add caveats section mentioning that kpi routines can result in a call to
VOP_GETATTR() and note this should be considered when using the interface.
also say this limitation is planned on being removed.
2006-07-20 18:47:22 +00:00
elad 5fed711bc8 add note about how listeners should not sleep. 2006-07-20 18:40:28 +00:00
rumble fe2d2e401d Mention Challenge-S systems where appropriate. 2006-07-20 13:23:29 +00:00
rumble c870f3705b Note that on Challenge-S only one DMA-capable adapter may inhabit a GIO
slot. Explain further that which slot may be inhabited depends on the
adapter in question.
2006-07-20 13:07:16 +00:00
jnemeth f4f7b6192c PR/34028 -- add TBH to be honest 2006-07-18 09:33:50 +00:00
elad e93bf9ef64 correct documentation wrt/KAUTH_PROCESS_CANSEE. 2006-07-17 17:17:58 +00:00
ad 70611312d6 Sync with reality. 2006-07-17 15:14:14 +00:00
elad d9a7152c3e add KAUTH_GENERIC_CANSEE, which is like the KAUTH_PROCESS_CANSEE, only
for two kauth_cred_t rather than kauth_cred_t and struct proc *.

advise against using it in the man-page; it should be used only in cases
where we either don't have an object-specific op or when we can't easily
use one.
2006-07-16 20:10:11 +00:00
elad 9be7229906 expose less api; prompted by yamt@. 2006-07-16 19:37:55 +00:00
tnozaki 309c4c3cc7 corrrect invalid charset mask. 2006-07-16 10:42:26 +00:00
rillig 566c2a43ba Added an explicit statement about the differences between the user-space
snprintf and the kernel snprintf.
2006-07-16 08:25:07 +00:00
tnozaki 41efa2e2cd 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
2006-07-16 06:13:29 +00:00
elad f8b95e308b sync examples with reality.. oops. 2006-07-15 07:19:51 +00:00
wiz f475f1e3d6 Use Dv for defined values. Update history, this KPI appeared in 4.0.
Some other minor fixes.
2006-07-14 22:12:16 +00:00
wiz 3d46a8c2b5 Drop trailing whitespace. 2006-07-14 22:05:57 +00:00
elad e18158212d kauth(9) will be in netbsd 4.0. 2006-07-14 21:58:46 +00:00
peter 669a86ac31 MKPAM default is "yes". 2006-07-14 21:37:10 +00:00
elad b5d09ef065 okay, since there was no way to divide this to two commits, here it goes..
introduce fileassoc(9), a kernel interface for associating meta-data with
files using in-kernel memory. this is very similar to what we had in
veriexec till now, only abstracted so it can be used more easily by more
consumers.

this also prompted the redesign of the interface, making it work on vnodes
and mounts and not directly on devices and inodes. internally, we still
use file-id but that's gonna change soon... the interface will remain
consistent.

as a result, veriexec went under some heavy changes to conform to the new
interface. since we no longer use device numbers to identify file-systems,
the veriexec sysctl stuff changed too: kern.veriexec.count.dev_N is now
kern.veriexec.tableN.* where 'N' is NOT the device number but rather a
way to distinguish several mounts.

also worth noting is the plugging of unmount/delete operations
wrt/fileassoc and veriexec.

tons of input from yamt@, wrstuden@, martin@, and christos@.
2006-07-14 18:41:40 +00:00
yamt 164d1b4197 fix a typo. 2006-07-14 15:49:58 +00:00
wiz 74f3446a06 Add two entries for SCM. Sort. 2006-07-14 13:54:50 +00:00
tnozaki 3ce59d0949 ISO-8859-7:1987 -> ISO-8859-7:2003 2006-07-12 16:56:35 +00:00
jschauma 1a55271438 revert previous: as pointed out by tsutsui@, we're talking about
MACHINE_ARCH, not MACHINE, so x86_64 should be noted, not amd64.
2006-07-11 16:22:23 +00:00
jschauma 2b6f56fbdc use 'amd64' instead of 'x86_64' to avoid confusing new users of amd64
who are not aware that it used to be called x86_64.
2006-07-11 15:43:38 +00:00
wiz 85172e5f7e Bump date for previous, formatting nit.
Fix typo (I think).
2006-07-09 09:24:44 +00:00
wiz e3fc3c2ffa Remove trailing space. 2006-07-09 09:21:35 +00:00
tsutsui fb2badbe15 - add a reference to RFC 1144
- put an author's name of RFC 1055
2006-07-09 02:30:50 +00:00
tsutsui d901da2e66 Use spelling Jacobson rather than Jacobsen, as per RFC 1144.
(I guess it's oe umlaut so both may be okay)
2006-07-08 20:51:35 +00:00
tsutsui 835463e99a Misc fixes for sl(4) and slattach(8) man pages:
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
  specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
  (rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs

Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.
2006-07-08 17:22:14 +00:00
skrll 849f87f3e9 Some section 9 man page edits:
- Update ctxsw(9) to reflect reality a little better
	- chooselwp doesn't exist in the kernel so remove the man page.
	- Remove the references to chooseproc which existed briefly.
2006-07-08 17:17:30 +00:00
christos 022420c883 PR/33672: Hauke Fath: sl(4) manpage does not document link[0-2] 2006-07-08 16:36:53 +00:00
matt 49decd4131 Switch vax to GCC 4 2006-07-08 00:32:08 +00:00
wiz 7affbf72ab Bump date for previous.
Remove superfluous word.
2006-07-06 06:20:52 +00:00
nisimura 000497ee3b Fix a spell error and mention to UDP4CSUM HW bug which is common
among KSZ8842 and KS8695P.
2006-07-06 03:00:25 +00:00
wiz ba0c83431c Bump date for previous. 2006-07-05 16:45:00 +00:00
wiz 8df51986ae End sentence with a dot. 2006-07-05 16:44:54 +00:00
tnozaki d1116a2478 fix wrong alias, s/iso646-gb/iso646-cn/ is correct. 2006-07-05 15:31:50 +00:00
tnozaki 2a35d342e7 added fallback U+2015 -> 1-1-29. 2006-07-05 15:27:53 +00:00
martin 63ab94f2a7 Add man page for ugensa 2006-07-05 10:17:20 +00:00
wiz f0acf8b126 Bump date for previous. 2006-07-02 01:36:24 +00:00
wiz b74d2650ce New sentence, new line. Various other fixes. 2006-07-02 01:34:33 +00:00
mrg 252f1af0f5 -std=gnu99 can be applied with GCC>=3, not MACHINE != vax. 2006-07-01 06:02:51 +00:00
mrg 878c667fb1 vax needs NOPIC for >= GCC3 not just == GCC3. 2006-07-01 06:02:01 +00:00
xtraeme 40a89559d7 Enable kse(4). 2006-06-30 23:12:48 +00:00
wiz d45f9162e9 Sort sections. New sentence, new line. English improvements. 2006-06-30 21:25:59 +00:00
nisimura 4a671d8f4a Have kse(4) man page. 2006-06-30 17:27:11 +00:00
wiz 717d3757fa Split [] expression for better grepability. 2006-06-30 17:19:18 +00:00
xtraeme 93a63d1398 Mention IT8211. 2006-06-30 17:02:53 +00:00