tron
ed8d7a6df6
Don't mention "umac-64@openssh.com" MAC algorithm which is not enabled
...
in our SSH client and daemon as it causes crashes on architectures which
strict aligment requirements (e.g. NetBSD/sparc64).
This fixes PR bin/43221 by myself.
2010-04-29 17:56:53 +00:00
jruoho
ec4fdaa41e
It was nice to expect fts(3) to appear in the '88 revision. But perhaps
...
people had too high hopes.
2010-04-29 17:39:03 +00:00
jruoho
934551e44a
No more usleep(3) in POSIX; "use nanosleep(2) instead".
2010-04-29 17:29:56 +00:00
jruoho
6adec4717c
Fix markup.
2010-04-29 17:17:18 +00:00
jruoho
3d0a5d8f1c
Note that also POSIX has deprecated utime(3).
2010-04-29 17:07:00 +00:00
jruoho
648a1295d8
Fix the standards: utimes(2) is still in SUSv4, although marked as legacy.
2010-04-29 17:02:38 +00:00
jruoho
9b64ec26b7
Update this, mechanically, to match the new functions and their prototypes.
...
XXX: Someone more familiar with the code should proofread the page and
evaluate how well it reflects the reality in 2010.
2010-04-29 16:31:11 +00:00
jruoho
c9a477db24
Remove gsignal(9) and kgsignal(). Add links for kpgsignal(9) and kpsignal(9).
2010-04-29 15:57:18 +00:00
jruoho
438f1333d0
Remove gsignal() and kgsignal() that do not prototype anything any more.
2010-04-29 15:24:07 +00:00
jruoho
34f98fcd60
Only use complete prototypes in the SYNOPSIS.
2010-04-29 14:57:55 +00:00
jruoho
3b3385bdaf
Remove sched_psignal(9) and sigmasked(9). From Tetsuya Isaki in PR #40125 .
2010-04-29 14:36:35 +00:00
lukem
9f5405f793
Fix MKDEBUG=yes for libraries on sparc64 for base.
2010-04-29 14:09:10 +00:00
pooka
c5977f038f
devsw_conv is not used outside _KERNEL
2010-04-29 12:32:48 +00:00
jruoho
61564b38a1
Note the ambiguity of the return value in the BUGS section.
...
From Christian Biere <christianbiere@gmx.de> in PR #39392 .
2010-04-29 10:03:12 +00:00
joerg
79b996cbc6
Don't mix opening and closing macros of different types.
2010-04-29 08:35:03 +00:00
jruoho
c25207d763
Note POSIX compliance.
2010-04-29 08:06:21 +00:00
wiz
0c57838d7b
Sort errors.
2010-04-29 07:31:02 +00:00
wiz
3292536e4b
Add punctuation.
2010-04-29 07:27:30 +00:00
wiz
a917229f2a
Improve a sentence.
2010-04-29 07:26:39 +00:00
jruoho
c792ab3e8e
Note that utimes(2) no longer enjoys the blessing of POSIX.
2010-04-29 07:14:35 +00:00
wiz
c80baa2258
Sort options in SYNOPSIS; improve wording.
2010-04-29 07:04:44 +00:00
kiyohara
c9cf6da04a
Call malloc(M_ZERO) instead of malloc() and memset().
2010-04-29 06:56:00 +00:00
jruoho
157d0c3eea
Add some STANDARDS lingo, mainly to note the functions that have been
...
removed from POSIX (2008).
2010-04-29 06:54:26 +00:00
kiyohara
fc309475a3
Remove unnecessary cast.
2010-04-29 06:53:48 +00:00
kiyohara
198c196230
+ Fix typo.
...
+ Call aprint_error_dev() instead of aprint_error().
2010-04-29 06:53:13 +00:00
kiyohara
afe5433875
+ Use structs scsipi_inquiry_data/scsi_sense_data instead of scsi3_inquiry_data/
...
scsi3_sense_data.
+ s/switch()/switch ()/.
+ Change args for printf(). ("FUNCNAME ...") -> ("%s ...\n", __func__, ...)
+ Indent.
+ Remove unnecessary cast.
2010-04-29 06:51:26 +00:00
kiyohara
e8ab763b4b
Adds hw quirk for SUN firewire controllers. From FreeBSD.
...
Thanks for cegger@.
2010-04-29 06:41:27 +00:00
joerg
ee86edd569
Switch to the less restrictive binary detection algorithm from zip 3.0e.
2010-04-29 06:32:19 +00:00
jruoho
c329b28a22
Properly mark the standard that "deprecated" all of these.
2010-04-29 06:07:35 +00:00
jruoho
8cd9bb9479
Note the recent changes.
2010-04-29 05:42:04 +00:00
nonaka
791d1c3f19
fix indent.
2010-04-29 04:12:48 +00:00
nonaka
5ce7c98604
use platid_match().
2010-04-29 01:58:51 +00:00
nonaka
0c580269a9
WS003SH is normally reseted.
2010-04-29 01:54:26 +00:00
dyoung
b57e9ee1ac
Bump kernel version for bus_space_tag_t changes on x86.
2010-04-28 23:46:37 +00:00
chs
b95f5863b7
add byte-swapping so that this works on BE platforms.
...
the logic is based on the current freebsd driver.
fixes PR 42870.
2010-04-28 22:45:27 +00:00
hubertf
cb578cac71
tftpd(8): Add -w so files can be uploaded without requiring them
...
to be created before the upload. See the section on security
considerations before enabling. [hubertf 20100429]
Addresses PR bin/43164.
2010-04-28 22:21:51 +00:00
hubertf
8b155bbbda
Silence for boot -z
2010-04-28 22:08:58 +00:00
dyoung
98aeca954e
To reduce differences between ath(4)'s PCI attachment and its CardBus
...
attachment, delete several unnecessary #includes, re-order subroutines,
move around line breaks, change to different names for the same
constant, et cetera. Comparing this version of if_ath_pci.c with my
uncommitted version of if_ath_cardbus.c, only about five lines are
different.
2010-04-28 22:00:39 +00:00
dyoung
7ce5c4de22
Provide an x86 implementation of pci_chipset_tag_create(9) and
...
pci_chipset_tag_destroy(9).
2010-04-28 21:27:14 +00:00
dyoung
a5b1adfdda
Document pci_chipset_tag_create(9) and pci_chipset_tag_destroy(9).
2010-04-28 21:15:47 +00:00
jruoho
1d40a15cb1
ACPICA 20100428 is out.
2010-04-28 20:34:37 +00:00
dyoung
3f82819ca5
Add data types, function prototypes, and stub implementations
...
for pci_chipset_tag_create() and pci_chipset_tag_destroy(). On
architectures that support it, an MI PCI bus driver can override the
architecture's default pci(9) and pci_intr(9) implementation.
Coming up next: documentation.
After that: x86 implementation.
Last but not least: make cbb(4) use MI PCI overrides.
2010-04-28 20:33:52 +00:00
dyoung
92e85e37ae
#include <sys/bus.h> instead of <machine/bus.h> here to get all of the
...
MI prototypes.
2010-04-28 20:27:36 +00:00
dyoung
07637c55fc
Fix 'tags' target.
2010-04-28 20:22:46 +00:00
dyoung
1211b8aa7f
Cosmetic: delete whitespace at end of line.
2010-04-28 19:51:16 +00:00
jruoho
09b3e2a888
Two small grammar fixes.
2010-04-28 19:47:34 +00:00
dyoung
30b2d68d20
On x86, change the bus_space_tag_t to a pointer to a struct
...
bus_space_tag. For now, bus_space_tag's only member is
bst_type, the type of space, which is either X86_BUS_SPACE_IO
or X86_BUS_SPACE_MEM. In the future, new bus_space_tag members
will refer to override-functions installed by a new function,
bus_space_tag_create(9).
Add pointers to constant struct bus_space_tag, x86_bus_space_io and
x86_bus_space_mem. Use them to replace most uses of X86_BUS_SPACE_IO
and X86_BUS_SPACE_MEM.
Add an x86-specific bus_space_is_equal(9) implementation that compares
the two tags' bst_type.
2010-04-28 19:17:03 +00:00
drochner
d184555b35
rename pollard_pminus1->pollard_rho for consistency
2010-04-28 18:04:31 +00:00
jruoho
7600ada264
Add ASUS CUV4X-D. From Pierre Pronchery in PR #41351 .
2010-04-28 17:52:17 +00:00
joerg
1ccd7466c9
Fix warnings for -DRBSMALL
2010-04-28 17:23:33 +00:00