martin
4c72c57ec6
Avoid printing values past the end of the buffer, and a size_t underflow.
2012-06-20 08:11:11 +00:00
msaitoh
0a0547f65e
Add the history of wm(4).
2012-06-20 07:42:27 +00:00
wiz
e4417fcdc1
Fix date string (use full month name)
2012-06-20 06:49:33 +00:00
msaitoh
6a1001187e
Modify about PCH*.
...
It seems that 82579 with Intel 7 series chipset is the same as
82579 with Intel 6 series chipset.
2012-06-20 04:57:56 +00:00
christos
8565a6a499
remove dup O_NDELAY.
2012-06-20 01:39:34 +00:00
sjg
d912c0b39e
Add unit-tests for .for
2012-06-19 23:25:53 +00:00
njoly
ce4e7f03e3
Remove extra Ed macro.
2012-06-19 22:12:03 +00:00
hans
f70d5ee4a9
Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all.
2012-06-19 21:48:33 +00:00
njoly
b813bd15cb
Use CTLTYPE_QUAD for uint64_t type in sysctl_createv.
2012-06-19 21:25:26 +00:00
hans
10b3ec2c0b
Add support for the watchdog timer in mvsoctmr.
...
Tested on DreamPlug system.
2012-06-19 16:50:44 +00:00
martin
e564894ae9
assemble_login_parameters() has a strange error reporting convention:
...
errors are positive numbers, so <= 0 is good, not >= ...
This makes CHAP authenticated iscsi logins work.
2012-06-19 14:19:46 +00:00
christos
0787d10414
- fix writev1() to pre-decrement count.
...
- always open ttys with O_NDELAY.
2012-06-19 13:44:35 +00:00
minoura
cb2c856119
Recent sysinst seems to require chroot.
2012-06-19 13:02:47 +00:00
minoura
dc89c93791
The x68k installcd is now bootable.
2012-06-19 13:01:53 +00:00
minoura
6dee0bb877
Add xxboot_?fsv?.
2012-06-19 13:00:55 +00:00
minoura
418201125e
Descend to xxboot.
2012-06-19 12:59:51 +00:00
minoura
be47570cfb
Fix CD support (again!).
2012-06-19 12:59:17 +00:00
tron
997b96c3ed
Postfix 2.8.11 will be in NetBSD 6.0.
2012-06-19 10:05:53 +00:00
skrll
0aaa8eb417
Typos in comments.
2012-06-19 07:15:41 +00:00
plunky
f46033d093
since we seem to have grown a WARNS=5, list it here
2012-06-19 06:20:13 +00:00
dholland
94ccf4d58b
Make WARNS=5 the default here.
2012-06-19 06:10:09 +00:00
dholland
c5642eeaf7
Pass WARNS=5
2012-06-19 06:06:34 +00:00
dholland
277bd0756c
WARNS=5, and make WARNS=5 the default for src/games.
2012-06-19 05:46:08 +00:00
dholland
ccbf74de27
WARNS=5
2012-06-19 05:45:00 +00:00
dholland
c34afa686b
WARNS=5
2012-06-19 05:30:43 +00:00
dholland
16c47bfce7
Typo. Reported by I-forget-who-but-they'd-probably-rather-not-be-credited,
...
during the -6 freeze, and then forgotten until now.
2012-06-19 04:59:19 +00:00
martin
3183166c6c
When issuing a non-dma command, make sure to set the "remaining length of
...
command to be transfered via dma" (sc_cmdlen) to zero upfront, otherwise we
might get confused on command completition interrupt (no dma active but still
data left to transfer).
2012-06-18 21:23:56 +00:00
tron
dd5f61399d
Fix broken IPv6 support. My Mac OS X Lion NFS client now happily
...
talks to my NetBSD 6.0_BETA2 NFS server over IPv6.
2012-06-18 20:30:32 +00:00
christos
dafeb4b2c4
don't call isatty() to the fd before opening it.
2012-06-18 19:17:42 +00:00
joerg
ed93f0e8ac
Update to r158657, which actually has the fix for LVM's uninitialised
...
memory warning.
2012-06-18 15:53:22 +00:00
dsl
bc1656d830
Missed one of the (void *) casts on the args to sysctl_createv().
2012-06-18 06:21:11 +00:00
kiyohara
9aa0a3c613
Fix build failed. s/consinit()/consinit(void)/.
2012-06-18 01:40:55 +00:00
uwe
e431c4fada
Switch sh3 ports to our own csu (USE_COMPILERCRTSTUFF?= no).
2012-06-17 22:59:48 +00:00
wiz
123b56dc76
Initialize two variables for clang.
2012-06-17 20:48:27 +00:00
joerg
50ef070586
Start adding build glue for ASAN parts of compiler-rt.
...
Still missing the platform specific parts.
2012-06-17 18:48:46 +00:00
joerg
42942c4c6c
Update to LLVM/Clang snapshot r158648 to the fix a false warning in LVM.
...
Add build glue for compiler_rt.
2012-06-17 16:51:31 +00:00
chs
bb833a1164
when freeing the DRM_SHM kernel memory that can be mapped by a user process,
...
remove any user mappings before freeing the memory, so that a user process
doesn't have still have access to that physical memory after it's reused.
this really shouldn't be using kernel malloc'd memory at all,
but changing that would be much more involved.
2012-06-17 15:15:34 +00:00
joerg
ce1e6472fd
Including bsd.own.mk twice in a row is a bit too much
2012-06-17 15:12:13 +00:00
martin
3bcdf0bd06
Add support for ext2fs to i386/amd64 ramdisks.
...
This is usefull for setup with various xen hosting providers.
Prompted by Blair Sadewitz.
2012-06-17 14:59:15 +00:00
martin
4d5a9c43e0
Apply upstream revision 175141: setjmp vs. unchanged register values;
...
should fix PR toolchain/45837.
2012-06-17 13:43:30 +00:00
manu
f8e3cc05a1
Fix off-by-one in hexdump display (getextattr -x), which displayed a
...
trailing garbage byte.
2012-06-17 08:09:29 +00:00
joerg
062cd24989
Fix version string returned by clang --version.
...
Integrate the in-tree config file generation with the cross-building
toolchain. Regenerate the files.
Keep version numbers all in one place.
2012-06-17 07:40:25 +00:00
christos
e11304f45e
PR/46608: Jim Bernard: Add xz conversion "X"
2012-06-17 03:52:32 +00:00
isaki
b1d94e60d6
Remove unnecessary checkyesno which I commited before.
...
${rcvar}_start is skipped if rcvar is not set to YES.
Pointed out by joerg@ and tsutsui@.
Should be pulled up to netbsd-6.
2012-06-17 02:13:13 +00:00
dsl
c72955ee27
memseg_baseaddr() is only called from valid_user_selector() and
...
both only locally.
Make static, remove one of the functions, and remove the never-set args.
Code is still very dubious.
2012-06-16 20:47:04 +00:00
dsl
a25c7cabfc
Add explicit (void *) casts for when sysctl_createv() is passed
...
CTLTYPE_INT but the address of a structure (and a function).
2012-06-16 19:54:01 +00:00
joerg
c91e3eb75b
Unbreak compat.
2012-06-16 19:19:14 +00:00
joerg
ee99db43bc
Allow USE_COMPILERCRTSTUFF=yes for platforms that use MACHINE_CPU !=
...
MACHINE_ARCH.
2012-06-16 18:19:39 +00:00
chs
22738551d6
reduce diff to freebsd:
...
rename "xcpu" back to "cpu" now that the conflicting global variable
has been renamed out of the way. this also fixes some cases
where references to the local variable "cpu" had not been renamed
and thus were accidentally referring to the former global "cpu".
2012-06-16 17:31:47 +00:00
chs
4eb0eda427
rename the global variable "cpu" to "cputype" to avoid conflicting with
...
dtrace, which wants to use "cpu" as a local variable.
2012-06-16 17:30:18 +00:00