sjg
b4a3c0bec3
fflush stdout, before writing to stderr.
2010-04-29 23:12:21 +00:00
pooka
e8ae82c755
p2k asserts get upset if VOP_ISLOCKED() doesn't reflect lock status.
...
So let genfs do its thing.
2010-04-29 22:45:40 +00:00
pooka
cf3a71d4a7
Add rump_au-naturel, which instead of mounting a file system inside
...
the rump kernel just attaches to / in said rump kernel instance.
This is mostly useful in case wanting to see what nodes components
create (see Makefile).
not built without manual intervention
2010-04-29 22:42:48 +00:00
chs
d178bb14d6
regen
2010-04-29 22:42:27 +00:00
chs
7654d6d482
enable TMPFS in all GENERICs that have MFS enabled.
2010-04-29 22:40:48 +00:00
pooka
30df4c9f8c
If vfstype is MOUNT_RUMPFS, assume we don't actually want to mount
...
a file system, but attach to the root in the fs namespace of a rump
kernel.
2010-04-29 22:34:21 +00:00
pooka
cea04129a0
add simple VOP_READDIR for rumpfs
2010-04-29 22:32:49 +00:00
wiz
55767fc891
Wording.
2010-04-29 21:34:04 +00:00
hubertf
81fae5271a
Rename -w to -c by popular demand
...
(allow file 'c'reation - 'w'riting was always available, with some twist;
plus there's already such a feature elsewhere, so let's try to not
diverge needlessly)
2010-04-29 20:13:46 +00:00
wiz
45d13a5b07
Fix date strings.
2010-04-29 18:14:09 +00:00
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