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
pooka
68c5575108
Start cleaner without the sleep(1) hack now that it's possible.
2009-10-09 16:38:21 +00:00
njoly
e85582ef93
+ {zfs,zpool,ztest,zdb}.debug
2009-10-09 16:38:01 +00:00
pooka
476b5ba667
Expose a separate mount and run interface for those servers which
...
want to perform actions after mounting.
2009-10-09 16:37:30 +00:00
pooka
494379efaf
Attempt to recover slightly more gracefully if the kernel socket is shutdown.
2009-10-09 16:35:17 +00:00
tsutsui
0b175ba43d
Add ${DISTRIBDIR}/common/termcap (which superseded local one) to IMAGEDEPENDS.
2009-10-09 15:59:27 +00:00
tsutsui
5a95051509
Replace references to local and now no-longer-existing termcap files
...
with references to ${DISTRIBDIR}/common/termcap.
2009-10-09 15:56:25 +00:00
pooka
d4069e2c5e
Provide an interface for reboot.
2009-10-09 14:41:36 +00:00
pooka
d3da4377ca
regen
2009-10-09 14:32:07 +00:00
pooka
4dd39169ff
namespace RB_ from reboot.h
2009-10-09 14:31:47 +00:00
tron
974700b523
Add './usr/lib/libzpool_p.a' to 'comp-zfs-proflib'.
2009-10-09 13:44:59 +00:00
plunky
7583393055
handle device page timeout value as LE
2009-10-09 12:58:28 +00:00
haad
3cfb1f5f16
Add entries for pool_cache_invalidate_local manpages. (hi jym@)
2009-10-09 09:34:22 +00:00
wiz
8675862f76
gdb-7.0 out.
2009-10-09 09:22:08 +00:00
agc
0aa9bcca65
Add some checks for return value from allocation routines
2009-10-09 06:02:55 +00:00
haad
5054c08e3a
Fix sets files for MKZFS enabled builds move debuging libs to proper place
...
and add html flags for html manpages.
Patch received from Pierre Allegraud and reviewed by me.
2009-10-09 00:48:33 +00:00
haad
3b6a60fe7d
Enable MKZFS for i386 and amd64 so zfs tools and modules will be included in
...
a daily builds and anyone can test zfs for NetBSD easier.
2009-10-09 00:26:53 +00:00
wiz
6a3270412c
Bump date for new pool_cache_invalidate_local().
2009-10-08 23:15:26 +00:00
jym
31629a1342
Add pool_cache_invalidate_local() to the pool_cache(9) API, to permit
...
per-CPU objects invalidation when cached in the pool cache.
See http://mail-index.netbsd.org/tech-kern/2009/10/05/msg006206.html .
Reviewed by bouyer@. Thanks!
2009-10-08 21:54:45 +00:00
pooka
4515588628
Fix the "dne" handling and chmod behaviour properly: values of dne
...
need to be on a stack instead of being a single variable since
directories are processed depth-first. Otherwise dne randomly
depends on the previously processed entry.
This fixes both chmod of non-created directories (they used to be
chmod'd even when not created if their last child element did not
exist in the target subtree) and a "foo exists" bug exposed by my
last commit which removed directory sorting.
all regression tests passed
2009-10-08 20:36:41 +00:00
plunky
d8166becbf
use the bt_dev(3) api instead of rolling our own inquiry and
...
request functions
2009-10-08 19:50:03 +00:00
plunky
7efcafc964
fiddle with printing of "Class of Device" values
...
- pass the class of device octet stream to the function
- only print where the format is known (we only know format #0 )
- use language from the Baseband Assigned numbers document
- use bit numbers from the Baseband Assigned numbers document
- add Health device major class
(only these changes this time :)
2009-10-08 19:31:41 +00:00