Commit Graph

210997 Commits

Author SHA1 Message Date
riz 4ca684e9f6 Don't have pkgin prompt before updating the database. 2012-04-30 19:57:52 +00:00
martin 0aeedd76fe Add missing white spaces at end of line (meaning forced line breaks) 2012-04-30 19:49:26 +00:00
martin 23b152e8d9 Translate enable_binpkg 2012-04-30 19:43:45 +00:00
riz 29b07b45cc Check if the network is up before attempting to install pkgin. If not,
configure it.
2012-04-30 19:05:29 +00:00
christos 748ee23b9d kern/46391: Nat Sloss: ums.c doesn't support digitizers or touchscreens 2012-04-30 17:27:50 +00:00
njoly ef99a623d5 Move module related debug entries to module.mi list to fix MKDEBUG=yes
and MKKMOD=no builds. Add missing k_helper3.debug line.
2012-04-30 13:47:51 +00:00
njoly c865ac5294 Adjust xref for capability database file format. 2012-04-30 11:07:28 +00:00
manu 8658637414 Fix the extattr start fix. Looking up the filesystemroot vnode again
does not seems to be reliable. Instead save it before mount_domount()
sets it to NULL.
2012-04-30 10:05:12 +00:00
manu 74a73d8b5c Fix mount -o extattr : previous patch fixed a panic but caused operation
to happen on the mount point instead of the mounted filesystem.
2012-04-30 03:51:10 +00:00
mrg 1ed31fd325 ensure that the intr lock is held for all audio_clear() callers. 2012-04-30 02:16:46 +00:00
christos 75e68013dd PR/41267: Andrius V: 5.0 RC4 does not detect second CPU in VIA. VIA Eden cpuid
lies about it's ability to do cmpxchg8b. Turn the feature on using the FCR MSR.
Needs pullup to both 5 and 6.
2012-04-30 00:08:03 +00:00
christos 50ec6de2fb Add VIA Eden FCR MSR. 2012-04-30 00:04:31 +00:00
christos 5942983d76 set close on exec for all opened files. 2012-04-29 23:50:22 +00:00
chs 67b37d586b mark all wapbl I/O as BPRIO_TIMECRITICAL.
this is the second part of addressing PR 46325.
2012-04-29 22:55:11 +00:00
chs 8306a9eddf change vflushbuf() to take the full FSYNC_* flags.
translate FSYNC_LAZY into PGO_LAZY for VOP_PUTPAGES() so that
genfs_do_io() can set the appropriate io priority for the I/O.
this is the first part of addressing PR 46325.
2012-04-29 22:53:59 +00:00
christos 66d7693e75 tidy up... 2012-04-29 21:54:51 +00:00
dsl ef15904712 Patch out the 'struct malloc_type' from the isa_dma alloc routines.
All the i386 kernels now build
2012-04-29 21:13:56 +00:00
dsl e05eb71de5 Remove everything to do with 'struct malloc_type' and the malloc link_set.
To make code in 'external' (etc) still compile, MALLOC_DECLARE() still
  has to generate something of type 'struct malloc_type *', with
  normal optimisation gcc generates a compile-time 0.
MALLOC_DEFINE() and friends have no effect.
Fix one or two places where the code would no longer compile.
2012-04-29 20:27:31 +00:00
joerg 346d105dac Update LLVM/Clang snapshot to r155677, bringing in a number of bugfixes. 2012-04-29 19:19:04 +00:00
dsl fc04895e7b Change to consistently use M_FW for all malloc/free.
It probably doesn't matter any more, but the code doesn't appear to
have matched its mallocs and frees - so the stats would have been awol.
2012-04-29 18:31:40 +00:00
dsl dbd0815551 Remove the unused 'struct malloc_type' args to kern_malloc/realloc/free
The M_xxx arg is left on the calls to malloc() and free(),
  maybe they could be converted to an enumeration and just saved in
  the malloc header (for deep diag use).
Remove the malloc_type from mbuf extension.
Fixes rump build as well.
Welcome to 6.99.6
2012-04-29 16:36:53 +00:00
para 308636e770 remove malloc(9) output function from vmstat
it is not required and working any more
2012-04-29 16:23:56 +00:00
phx e1294fc1b4 Add driver for ATAPI disk drives. 2012-04-29 15:59:32 +00:00
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