skrll
321d0b6e12
Re-run mknative for branding update.
2009-10-12 12:47:09 +00:00
haad
0d2ae1297e
Finaly fix ptob problem. ptob was defined for amd64 and not for i386, and
...
NetBSD version of ptob is not compatible with Solaris one.
2009-10-12 10:05:29 +00:00
tron
a0aa4993bd
Add "/etc/zfs" directory.
2009-10-12 09:33:34 +00:00
tron
2af3a92c12
Add directory "/etc/zfs".
2009-10-12 08:54:19 +00:00
skrll
699c28bc09
Better branding from mrg
2009-10-12 08:00:41 +00:00
agc
eb8043c766
Add lua language bindings for netpgp
2009-10-12 02:55:46 +00:00
pooka
c8c66517fe
Bump iovec lazy bum magic value to 32: nfsd likes to write mbufs
...
with 17 per chain (previous i'm-too-lazy-for-my-forloop value was
of course 16).
2009-10-12 02:25:44 +00:00
pooka
8ac0fe74d9
add recvmsg and sendmsg to networking rump syscalls
2009-10-11 23:23:09 +00:00
haad
cfd1dcc2c6
Define ptob only if it wasn't defined already in NetBSD headers.
2009-10-11 22:17:57 +00:00
mhitch
8d2f7e8644
Fix DEBUG build - pv_flags does not exist anymore.
2009-10-11 20:37:47 +00:00
skrll
c6a66fb3a3
Re-run mknative to pick NetBSD branding.
2009-10-11 18:18:20 +00:00
pooka
7e9bd843aa
Include host offset in regular etfs read/write operations (I can't
...
imagine it being particularly useful, but let's call file this
under POLA).
2009-10-11 18:12:51 +00:00
pooka
860f5d7238
Support creating file system sockets (non-sockets not supported in
...
VOP_CREATE since I don't want to have to write read/write support
for non-etfs files).
2009-10-11 17:54:22 +00:00
dsl
65dd100015
Check for zero length read here - and return zero.
...
Most times we've come through spec_read() which has already done the test,
but not always (eg pty with ptsfs mounted).
Without this there is a simple local-user panic in ureadc().
Noted Matthew Mondor on tech-kern.
2009-10-11 17:20:48 +00:00
pooka
a5cf1bb4b7
make this compatible with bool.h. no functional change intended.
2009-10-11 16:30:19 +00:00
bsh
0c0e7d064d
add options COMPAT_50 to all evbarm boards.
2009-10-11 16:20:22 +00:00
pooka
2ff8677b99
close rump kernel file descriptors properly
2009-10-11 12:51:58 +00:00
nakayama
e06b352701
Add .cat and .man tag properly to zfs man pages.
2009-10-11 12:47:38 +00:00
pooka
4f5a394d32
Support RUMP_ACTION, i.e. compile-time switch to make this execute
...
rump syscalls to configure raidframe in a rump kernel.
2009-10-11 12:14:05 +00:00
bad
83bbd9b65d
Back out previous. Builds for me and on autobuild cluster.
2009-10-11 12:13:45 +00:00
pooka
fed1ab4ee0
raidframe works well enough now to initialize parity, so install it.
2009-10-11 11:26:40 +00:00
haad
4d85867fc4
Cast physmem to (uint64_t) so it works on a amd64 system with more than 4Gb ram.
...
undef btop if it was already included from other NetBSD header file.
2009-10-11 10:58:06 +00:00
haad
44fda7f84b
undef ptob if it was already defined/included in some NetBSD header file.
2009-10-11 10:56:13 +00:00
haad
38619bb29f
Properly return error when namei_kernel_simple fails.
2009-10-11 10:54:52 +00:00
mlelstv
688e4b57e6
AmigaOS console.device expects a character buffer, not a pointer to an int.
...
This fixes printf() output.
2009-10-11 10:00:10 +00:00
wiz
0bfda1e22c
Sort sections, fix SEE ALSO. End sentence with dot.
2009-10-11 09:25:19 +00:00
mrg
5e3404f76c
update version to today.
2009-10-11 09:17:21 +00:00
sborrill
f549e36e60
Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices.
...
It offer the following subcommands:
list - shows all child codec
get - get a plist of the chosen codec's widget configuration
set - forcibly reconfigure a specified codec from a plist
graph - generate a graphviz file for the specified codec
2009-10-11 08:57:54 +00:00
sborrill
6c11da0940
Add ioctls required by hdaudioctl. This involves some refactoring of the
...
hdaudio_afg ioctl code.
2009-10-11 08:50:11 +00:00
mrg
1a79cac984
libprop minor got bumped. HI BAD!
2009-10-11 08:19:57 +00:00
dsl
270307174b
Fix locking when collecting pt_read and pt_ucntl.
2009-10-11 08:08:32 +00:00
mrg
205ea56f45
avoid an overflow in suffix handling, from Xin LI <delphij@delphij.net>.
2009-10-11 07:09:39 +00:00
mrg
569ceba59d
add "pack" uncompression support, from Xin LI <delphij@delphij.net>
2009-10-11 07:07:54 +00:00
mrg
628b55bb8d
fix support for multi-section bzip2 files, as created by pbzip2.
2009-10-11 05:17:20 +00:00
wiz
8b77bca163
Sort sections. New sentence, new line.
2009-10-11 01:55:28 +00:00
christos
44443bc42e
make this compile again.
2009-10-10 21:27:46 +00:00
bad
133d41423c
Commit changes to header files missed in my previous commit.
...
Implement prop_array_externalize_to_pref(), prop_array_copyin(),
prop_dictionary_externalize_to_pref() and prop_dictionary_copyin()
as discussed in the thread:
http://mail-index.netbsd.org/tech-kern/2009/07/29/msg005594.html
Add prototypes for prop_array_externalize_to_pref() and
prop_dictionary_externalize_to_pref().
2009-10-10 21:26:16 +00:00
pooka
8d38112c32
add some stubs required by raidframe linkage
2009-10-10 21:10:04 +00:00
apb
87272391e8
If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value
...
of X11SRCDIR. If it doesn't exist, then use /usr/xsrc as before.
OK mrg
2009-10-10 19:05:28 +00:00
bad
6947118ad3
Implement prop_array_externalize_to_pref(), prop_array_copyin(),
...
prop_dictionary_externalize_to_pref() and prop_dictionary_copyin()
as discussed in the thread:
http://mail-index.netbsd.org/tech-kern/2009/07/29/msg005594.html
Bump libprop shlib minor.
2009-10-10 18:06:53 +00:00
mbalmer
004f5b88b4
Sassari airport is actually in Alghero.
2009-10-10 17:17:37 +00:00
snj
823426b32c
Adjust bug report URL to reflect htdocs changes.
2009-10-10 14:46:02 +00:00
skrll
f92d679b89
Add some NetBSD branding to binutils.
2009-10-10 10:21:22 +00:00
snj
f01642e2c0
- Don't extract xetc to /, but rather in /.sysinst (like etc) so that we
...
don't blow away existing config files.
- Wait until all sets have been unpacked to run postinstall. Previously
we ran it after extracting etc, which meant that /var/db/obsolete/ was
not fully populated.
2009-10-09 21:11:31 +00:00
njoly
c9e443d2ee
Restrict libzpool_p.a to MKPROFILE=yes builds.
2009-10-09 21:06:01 +00:00
dsl
43682b02ee
If anyone is stupid enough to feed records longer than 8MB into sort, don't
...
sit in an infinite loop, instead eat memory until we have read 8 records.
2009-10-09 20:32:57 +00:00
dsl
41b3ada21c
When we need to merge more than 16 files, do them in a hierarchy.
...
Reduces the amount of data written to temporary files.
The 3-level stack has to do a simple reduce after 4352 input files, for
a normal file sort this is 35GB of data or about 500 million records.
This needs about 50 open fd's - which should be ok.
Clearly the merge sort could process more input files in one go - speeding
up the sort, but at some point the number of input files would exceed
whatever limit was applied.
2009-10-09 20:29:43 +00:00
dsl
768e6fa973
Don't give merge an empty file when we detect EOF with nothing in our
...
buffer.
2009-10-09 20:23:19 +00:00
pooka
977fb405f8
LDADD+= instead of LDADD=
2009-10-09 20:19:44 +00:00
njoly
836ae0cec5
Small typo fix, s/profilb/proflib/.
2009-10-09 16:55:40 +00:00