rmind
419f3b11a1
ip_input: move lookup for fragment queue a little bit further. OK matt@.
2010-07-09 18:42:46 +00:00
jruoho
b46f888960
Add a compatibility note. Also some minor improvements.
2010-07-09 18:16:31 +00:00
jruoho
be670be457
Update ERRORS, tidy SEE ALSO.
2010-07-09 18:07:20 +00:00
jruoho
267d79598f
Rearrange, reword, clarify. Remove duplicate paragraphs and recurring
...
sentences. Update the ERRORS to reflect reality in NetBSD.
2010-07-09 18:01:53 +00:00
jruoho
bc665d2683
Re-add EINVAL for pthread_condattr_destroy(3) (misread the pthread__error()).
2010-07-09 17:54:08 +00:00
jruoho
e328c0292c
Note also alignment via mmap(2), as done in NetBSD.
2010-07-09 17:15:59 +00:00
jruoho
c42287d313
As per (now closed) PR lib/43581, add a note about unsupported modifications
...
to the red zone size.
2010-07-09 17:03:04 +00:00
jruoho
dd981aaaa6
Remove error conditions. Add CAVEATS to note the questionable value of the
...
functions in NetBSD, which does not support additional condition attributes.
Note that these do not conform to SUSv4, where two additional attributes are
mandated.
2010-07-09 16:54:30 +00:00
chs
e725f3a49a
note compat_linux update.
2010-07-09 16:54:05 +00:00
agc
9569eb3a26
be a bit less typedef-happy when it's not needed - no functional change
2010-07-09 15:12:06 +00:00
christos
7c27588142
make sparc64 search for sparc man pages for now. It might be better in
...
the long run to choose a different name for shared drivers though. Fixes
PR/18273.
2010-07-09 15:08:09 +00:00
agc
49d2b5257a
minor clean up after ourselves - free a compiled regexp
2010-07-09 14:45:43 +00:00
njoly
14f486761f
Get rid of home made filesystem type strings and use MOUNT_xxx ones
...
instead. While here provide some macros which do test for a specific
type.
2010-07-09 14:30:53 +00:00
njoly
136ff61968
Pass down the filesystem type to the test funtion to allow fs-specific
...
callpoints.
Adjust t_rmdirrace by moving LFS test specific code from common/lfs.c,
and do skip sysvbfs which does not support rmdir(2).
from pooka.
2010-07-09 14:16:05 +00:00
jruoho
4ec5f0283b
Use .Ss for non-standard subtitle.
2010-07-09 12:00:38 +00:00
kiyohara
3b82565500
s/mkuboot/mkubootimage/ in usage().
2010-07-09 11:36:42 +00:00
jruoho
10bc8c491b
Rewrite this for clarity. Also remove AUTHORS; someone was proud enough to
...
put himself as the author, even though the page was directly cut-and-pasted
from the Open Group's specification.
2010-07-09 11:03:26 +00:00
jruoho
70d17355ab
Add missing prototypes. Noted by wiz@ -- thanks.
2010-07-09 10:55:57 +00:00
wiz
83d2a68694
Mark up NULL.
2010-07-09 10:55:11 +00:00
wiz
f42b354e7d
Mark up NULL, remove double space.
2010-07-09 10:49:48 +00:00
wiz
2fb2239c33
Add missing word.
2010-07-09 10:45:36 +00:00
jruoho
379ef6d482
Fix the return values; pthread_resume_np() may fail with ESRCH. In addition,
...
some improvements to markup and wording.
2010-07-09 09:18:45 +00:00
jruoho
6f7f6ed0ba
Add the last compatibility note for the NetBSD extensions.
2010-07-09 09:10:34 +00:00
jruoho
9c4ae7f5c2
Update conformance to the 2001 revision.
2010-07-09 08:51:28 +00:00
wiz
b4d7d4fbfb
Sort errors.
2010-07-09 08:32:39 +00:00
wiz
c351e7655b
Remove empty line.
2010-07-09 08:31:35 +00:00
hannken
11163f82c2
nfs_unmount(): No need to take a second reference for the root node.
...
nfs_root(): Replace vget() with vref()/vn_lock(), this node already
has a reference.
2010-07-09 08:25:57 +00:00
jruoho
6aa4892177
Rationalize by moving
...
pthread_key_delete(3) to pthread_key_create(3); and
pthread_setspecific(3) to pthread_getspecific(3)
2010-07-09 08:22:04 +00:00
hannken
7296ba383a
Replace vget() with vref()/vn_lock(), this node already has a reference.
2010-07-09 08:10:50 +00:00
jruoho
3cc3be4df9
Rationalize by moving
...
pthread_attr_setname_np(3) to pthread_attr_getname_np(3); and
pthread_setname_np(3) to pthread_getname_np(3).
2010-07-09 07:31:01 +00:00
enami
4964ac468f
Line up total numbers again.
2010-07-09 07:04:30 +00:00
agc
1223862bd3
update version in generated config.h file to 20100707
2010-07-09 05:37:30 +00:00
agc
275353f256
minor changes to the ssh host key test invocations
2010-07-09 05:36:28 +00:00
agc
520c968fd9
Changes to 3.99.7/20100701
...
+ recognise ascii-armoured encrypted messages properly, in memory and
in files
+ print error message and exit for now when trying to encrypt with a DSA key
+ fix bug reported by dyoung when trying to print out the encryption key
fingerprint
2010-07-09 05:35:34 +00:00
jruoho
950e52c1c6
Ups. pthread_barrierattr_destroy(3) may fail with EINVAL.
2010-07-08 23:27:50 +00:00
pgoyette
bdf3e0ffb7
Add additional chip IDs, and be more specific about which revs we match.
...
From Guenter Roeck on a Linux mailing list.
2010-07-08 23:27:17 +00:00
jruoho
16fcf35f93
Cleanup errors; no error returns are defined in NetBSD. (The error codes
...
should be audited, and tested, for all pthread functions. Also the used
separation between "shall fail" and "may fail" should probably be removed.)
2010-07-08 23:23:37 +00:00
rmind
21b26eb64e
sel_do_scan: do not bother to assert for SEL_SCANNING state before blocking,
...
as it might also be SEL_BLOCKING due to spurious wake-ups. That has no harm.
2010-07-08 23:15:23 +00:00
jruoho
8fe295c535
.Xr instaed of .Fn for pthread_mutex_init(3), update the error codes,
...
cleanup STANDARDS, etc.
2010-07-08 22:46:34 +00:00
jruoho
ec0cdba3c9
Group also pthread_attr_getschedparam(3) and pthread_attr_getschedpolicy(3),
...
as these two pages fit well together.
2010-07-08 22:19:26 +00:00
tron
7739d1fed5
Add directories for "x86" manual page category.
2010-07-08 22:01:34 +00:00
jruoho
290a8eeeb6
Add some remarks and clarifications, simplify RETURN VALUES, grammar, etc.
2010-07-08 21:48:07 +00:00
tron
7714b84ee7
Add HTML version of ballon(4).
2010-07-08 21:43:58 +00:00
wiz
0ce392a24d
Add comma in enumeration, remove Xr to itself from SEE ALSO.
2010-07-08 21:35:09 +00:00
wiz
5a5247a953
Add comma in enumeration, sort errors.
2010-07-08 21:34:22 +00:00
wiz
75c6ae8ffe
Sort errors.
2010-07-08 21:34:06 +00:00
wiz
2376f0c4a6
Add comma in enumeration, sort errors.
2010-07-08 21:33:38 +00:00
wiz
d035cbb653
New sentence, new line. Remove trailing whitespace. Other minor fixes.
2010-07-08 21:33:02 +00:00
rmind
9444f6bd91
Add missing sys/param.h
2010-07-08 21:16:44 +00:00
jruoho
acb018ea1d
Split long lines, .Dv NULL, note pthread_barrierattr_init(3).
2010-07-08 20:59:43 +00:00