Commit Graph

211124 Commits

Author SHA1 Message Date
rmind
e206fc57e3 Fix RUMP build. 2012-04-29 14:00:15 +00:00
skrll
f4018eb894 Add mudflag debug files. 2012-04-29 13:59:06 +00:00
joerg
17770eb834 usage is dead. name_len should be read as unsigned byte. 2012-04-29 13:32:21 +00:00
tsutsui
a88b57b624 xcom on x68k is gone. 2012-04-29 07:51:47 +00:00
tsutsui
f51be08dcd Add x68k's com(4) attachments to SYNOPSIS.
XXX: needs more MD ones
2012-04-29 07:27:19 +00:00
tsutsui
0ffe024507 Update entries for proper PSX16550 com port device names. 2012-04-29 07:21:10 +00:00
tsutsui
058310c688 Create ttyC0 and ttyC1 for PSX16550 com ports. 2012-04-29 07:19:08 +00:00
tsutsui
231b9114f6 Finally switch PSX16550 fast serial board driver to using MI com(4) driver.
Based on isaki@'s patch and debugged by both isaki@ and tsutsui@.

PSX16550 specific hardware infomation is taken from Human68k's PSXIO driver:
http://retropc.net/x68000/software/hardware/psx16550/

XXX1: TL16C550C seems to have some timing critical issue around THRE interrupt
XXX2: auto hardware flow control of TL16C550 is not implemented in MI com(4)
2012-04-29 07:17:11 +00:00
christos
6d6339ce42 document _machine 2012-04-29 03:46:43 +00:00
rmind
911cbc2790 G/C kern_malloc_stdtype.c 2012-04-29 02:29:41 +00:00
wiz
e8c42d35c6 Add some noreturn attributes for clang. 2012-04-29 01:26:56 +00:00
rmind
4b760398c3 Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move
to kmem(9).  Note: kmem(9) has debugging facilities under DEBUG/DIAGNOSTIC.
However, expensive kmguard and debug_freecheck have to be enabled manually.
2012-04-28 23:03:39 +00:00
christos
bc2122f164 cosmetic only: __func__, vnode_t 2012-04-28 20:15:07 +00:00
christos
ee12655fb3 Fixes from get/putpages from rmind.
In grab vnode, share the lock of the coda vnode with the underlying vnode,
so that the locking protocol works.
2012-04-28 20:01:09 +00:00
stacktic
645f62c493 Fixed build with locks_up.c 2012-04-28 18:04:02 +00:00
manu
57f4d08bde Do not use vp after mount_domount() call as it sets it to NULL on success.
This fixes a panic when starting extended attributes.
2012-04-28 17:30:19 +00:00
wiz
0d8b40f040 Fix logical errors (&& instead of & in a few places). 2012-04-28 17:27:08 +00:00
dogcow
d5de483ef7 As this code is used by tools, and thus needs to be portable,
eliminate all the mucking around for an undocumented, seemingly
unused field and use 0.
2012-04-27 20:58:54 +00:00
drochner
d4145bf15d minor mostly cosmetical fixes: use designated type for device major
numbers, typo in comment, misuse of minor()
(the latter one is not cosmetical, but would only affect systems
with more than 256 disk wedges)
2012-04-27 18:15:55 +00:00
drochner
937cb76bdb fix access permission check which got broken by some kauth rework
in March, affected mostly systems with NFS root fs
2012-04-27 18:12:01 +00:00
tls
011988ad52 Add new "SendVersionFirst" option to OpenSSH client. This option makes
the client send its version string first if it is configured to speak
v2 only (the old hack of waiting to see the server version is only
really useful if you might be speaking v1 to some servers).  The option
is on by default but can be disabled from the config file.

This aligns the OpenSSH client behavior with most other implementations
and eliminates a major source of connection delays and failures when
speaking SSH through particularly stupid proxies, of which, sadly, there
are many.

This change has also been submitted to OpenSSH as their bug #1999.
2012-04-27 15:45:37 +00:00
martin
7d5d727b0f Make it compilable without envsys 2012-04-27 09:30:13 +00:00
wiz
70c9435fd5 Sync usage with SYNOPSIS. 2012-04-27 06:30:48 +00:00
jruoho
06ade55260 Remove the upper limit for the number of T-states. 2012-04-27 04:38:24 +00:00
jruoho
92fc4fb961 Revert previous. Revision 1.79 was right; Qemu does not implement _PIC. 2012-04-27 04:32:27 +00:00
christos
15053c8b40 add specs to automagically add the mudflap libraries when -fmudflap{,th} 2012-04-27 00:57:44 +00:00
nisimura
fce167a595 Comment improvement. altboot(8) is now aware of the disk removal
for mirrored drive configuration.
2012-04-27 00:35:43 +00:00
christos
27e3db30d5 Add FREAD for the benefit of kauth! 2012-04-26 23:34:09 +00:00
he
b7d0263700 Add the sdtemp and dbcool modules for the non-default powerpc variants. 2012-04-26 22:09:53 +00:00
christos
ed9eb31642 support the LOG_CONS/LOG_NDELAY. 2012-04-26 21:11:24 +00:00
phx
6bff4e7743 Multiple boot devices and/or paths may be specified, which are booted one
after another until success. When no boot device is specified altboot tries
to boot from all disk devices with a valid NetBSD disklabel, starting with
unit 0.
2012-04-26 19:59:36 +00:00
gdt
8e0aa55040 Use RX_PAGES for rx_bd_chain_{,r}seq.
Before, TX_PAGES was used, but no harm was done because TX_PAGES ==
RX_PAGES == 2.  Found by Frank Kastenholz of BBN.
2012-04-26 17:43:02 +00:00
christos
a28e849d3a remove multiple definitions. 2012-04-26 17:18:33 +00:00
jruoho
be7a751ab1 Based on PR kern/44069, revert revision 1.79.
XXX: The actual problem related to Qemu/KVM is yet to be determined.
2012-04-26 10:15:42 +00:00
bsh
61933e7c11 fix the clock frequency for delay().
from Kenichi Hashimoto.
2012-04-26 06:51:05 +00:00
christos
5deb5aa698 use modern shell constructs 2012-04-26 03:16:13 +00:00
christos
704aca390d re-arrange things so that vcoda does not depend on coda. 2012-04-26 03:04:54 +00:00
christos
f7b1fda082 split the coda module in a device one, and a vfs one so that it works. 2012-04-26 03:03:53 +00:00
christos
44e0e5da1d add vcoda module 2012-04-26 03:00:21 +00:00
jschauma
f25e87abc8 allow multiple '-f acronyms' arguments to be given, which makes this behave
more consistently with ACRONYMSDB, which may also point to multiple files
2012-04-26 01:55:14 +00:00
macallan
342b9fca4a report power button events to sysmon
also send pwm events for volume control keys directly with
options KBD_HIJACK_VOLUME_BUTTONS
so they work in X as well
2012-04-26 00:50:10 +00:00
enami
3cdda33922 Store allocated lwpctl state in the thread actually forked,
which is the only thread lives in the child process.

The problem originally reported here:
  https://bugs.ruby-lang.org/issues/6341
2012-04-26 00:21:44 +00:00
martin
ac1de44af3 "errs" might be clobbered by longjmp, so declare it volatile. 2012-04-25 22:35:00 +00:00
martin
17e3f19e99 Fix 32bit build 2012-04-25 19:58:07 +00:00
christos
3d8af4cc0a Fix wrong loop index leading to infinite loop
ifdef(`FOO',
# FOO
)
XXX: Pullup to 6.
2012-04-25 18:23:58 +00:00
christos
f9d287c05c forgot the %s for the error 2012-04-25 18:07:45 +00:00
christos
1ce3b4a502 - don't declare victory when there are errors.
- better error messages.
2012-04-25 17:33:49 +00:00
riz
a1da65bdfb Change root's default shell to /bin/sh, to provide a default which
has command line editing, tab completion, and other features users
have come to expect from a modern OS.

Discussed on current-users approximately two weeks ago.  Should be
pulled up for NetBSD 6.0.
2012-04-25 16:11:26 +00:00
pgoyette
c30f8ca413 Actually create the if_axe module - driver was modularized a while ago. 2012-04-25 13:55:17 +00:00
wiz
45963a2707 Update OpenSSH and Postfix entries
Capitalize latter.

Patch from Bug Hunting.
2012-04-25 12:22:48 +00:00