Commit Graph

195771 Commits

Author SHA1 Message Date
skrll
1892263359 Pull in sys/atomic.h so that hp700 can build - needed for membar_exit. 2010-12-18 14:01:43 +00:00
jym
7fdc4ddf74 Free tables are already zeroed in xen_pmap_bootstrap. No need to
do it a second time in assembly code.
2010-12-18 13:53:34 +00:00
pooka
94e5abaaf2 Disable test cases which have not worked in ages instead of skipping them. 2010-12-18 13:06:51 +00:00
pooka
603f53f8f8 fix the kflag_limits test case and enable it 2010-12-18 12:47:21 +00:00
pooka
5e6a6543ba Don't loop eternally if uiomove() fails eternally (e.g. because
the connection to the client has been severed).
2010-12-18 11:45:09 +00:00
pooka
7e8af32729 test case for PR kern/44251 2010-12-18 09:44:41 +00:00
tsutsui
fd3076d46e Xref module(7). 2010-12-18 09:37:05 +00:00
pooka
eafb3db912 Check that raid1 and raid5 can serve data after a component has
been nuked.
2010-12-18 09:26:57 +00:00
pooka
5a30a389c0 atf-check => atf_check 2010-12-18 08:35:53 +00:00
pooka
c48a04bffd Fix test to use atf_check. My development machine still had
/usr/bin/atf-check installed ....
2010-12-18 08:34:56 +00:00
pooka
a290b96152 Use correct spec_islocked method. 2010-12-18 08:20:12 +00:00
mrg
ffb70ce099 add a bit for MCCR_RAW_EN -- enable read-after-write. 2010-12-18 05:45:43 +00:00
mrg
e2451f1129 allow sparc64 spc_find_ino() to be NULL; schizo doesn't need it. 2010-12-18 05:14:13 +00:00
joerg
16062ee68b Don't force debug build. 2010-12-18 04:31:41 +00:00
joerg
fac9a6645d Don't force debug build. XXX Why does this have NOGCCERROR=1 set? 2010-12-18 04:31:22 +00:00
joerg
d154c9348e Don't force debug build. 2010-12-18 04:27:17 +00:00
joerg
879c335754 Don't assign CFLAGS. Use default WARNS from usr.sbin/Makefile.inc. 2010-12-18 04:25:37 +00:00
joerg
53ec7d85a6 Build xcvs without -g. 2010-12-18 04:23:26 +00:00
rmind
11a35aed4d - Fix a few possible locking issues in execve1() and exit1(). Add a note
that scheduler locks are special in this regard - adaptive locks cannot
  be in the path due to turnstiles.  Randomly spotted/reported by uebayasi@.
- Remove unused lwp_relock() and replace lwp_lock_retry() by simplifying
  lwp_lock() and sleepq_enter() a little.
- Give alllwp its own cache-line and mark lwp_cache pointer as read-mostly.

OK ad@
2010-12-18 01:36:19 +00:00
rmind
0d6d18d2d7 do_posix_fadvise: fix and improve previous change - add a comment with
some rationale and handle few range overflows.

Per report/discussion with yamt@.
2010-12-18 01:18:48 +00:00
rmind
a5d3437d2b mi_switch: remove invalid assert and add a note that preemption/interrupt
may happen while migrating LWP is set.

Reported by Manuel Bouyer.
2010-12-18 01:13:36 +00:00
rmind
628e094cdc NPF checkpoint:
- Add support for session saving/restoring.
- Add packet logging support (can tcpdump a pseudo-interface).
- Support reload without flushing of sessions; rework some locking.
- Revisit session mangement, replace linking with npf_sentry_t entries.
- Add some counters for statistics, using percpu(9).
- Add IP_DF flag cleansing.
- Fix various bugs; misc clean-up.
2010-12-18 01:07:25 +00:00
eeh
3c8b71849f Byebye deadlock. 2010-12-18 00:01:46 +00:00
njoly
53ac8d2f21 Fix typo in cross-refernce. 2010-12-17 23:57:07 +00:00
christos
3a693ad8ca PR/44248: Antti Kantee: Fix multi-threaded localtime hang. 2010-12-17 23:11:57 +00:00
njoly
29263bd796 Add _tcpdump uid/gid checks. 2010-12-17 22:56:22 +00:00
yamt
9ca0d1bba8 new_vmcmd: assertions 2010-12-17 22:35:07 +00:00
yamt
1ad15d6549 - lookup_once: when crossing a mount point, don't keep the parent vnode locked.
ie. don't lock a vnode while holding another vnode which belongs to a
  different filesystem.  otherwise we propagate slowness (or deadness) of a
  filesystem to another via vnode lock chain.
- lookup_parsepath: don't alter vnode states.  let the caller do it instead.
- add comments and assertions.
2010-12-17 22:34:04 +00:00
yamt
ef99b60b5d wrap a long line. 2010-12-17 22:24:11 +00:00
yamt
a46f9dd300 nfs_rcvunlock: don't wake up all waiters. 2010-12-17 22:22:00 +00:00
yamt
56704cd648 realtimerexpire: rename a confusing variable. no functional change.
(now_ms -> now_ns as it hold a nano second value)
2010-12-17 22:08:18 +00:00
yamt
112d262cd3 update some comments 2010-12-17 22:06:31 +00:00
yamt
07928aac69 aio_worker: add an assertion 2010-12-17 22:05:36 +00:00
yamt
6156c347df 0 -> NULL for a pointer 2010-12-17 22:04:42 +00:00
yamt
5d63916ff3 do minimal locking to make assertions like KASSERT(VOP_ISLOCKED(vp)) happy. 2010-12-17 22:03:00 +00:00
yamt
473b1715a5 cosmetics. no functional changes.
- constify
- wrap long lines
- assertions
- comments
2010-12-17 22:00:43 +00:00
njoly
9f266c104e Fix cross-reference, dir(5) -> dirent(3). 2010-12-17 19:20:42 +00:00
phx
c5192b20f5 Set the GPIO to enable AGP configuration space access when attaching gtpci0
and do not reset it again. This keeps AGP devices visible after configure().
Improved the match-function to look for a Discovery controller on the PCI
bus.
2010-12-17 19:18:49 +00:00
pooka
c1e38b8cc4 the setlist joy for a new tp 2010-12-17 19:13:48 +00:00
pooka
afe2ac389d Add an isolated test case for PR lib/44248. 2010-12-17 19:12:30 +00:00
pooka
34fb222dd0 fix editing artifact 2010-12-17 14:51:27 +00:00
pooka
f4f60017b9 * remove #ifdef nonsense (which caused the lossage in the first place)
* make it a DRIVER so that it autoloads when /dev/nsmb is opened
2010-12-17 14:27:34 +00:00
pooka
5b13bc43b2 use aprint 2010-12-17 13:37:37 +00:00
pooka
3a3ba15647 Try to unbreak module a little. It would be really nice to not
utterly break things in the name of modularization, especially if
avoiding breakage takes 2min.
2010-12-17 13:24:45 +00:00
pooka
8fb9443f66 unifdef -D__NetBSD__ 2010-12-17 13:05:29 +00:00
jruoho
2daf152b55 There is no harm to add a manual page for the GNU typeof()-construct, given
that it has already crawled into the source tree.
2010-12-17 12:14:03 +00:00
plunky
804a0485e5 correct the error message (wait3->waitpid) 2010-12-17 11:32:57 +00:00
wiz
1e9e3652c6 Bump date for chroot default. 2010-12-17 10:35:10 +00:00
jruoho
27cfff3b3e Make tcpdump(8) to drop root privileges and chroot(2) by default. 2010-12-17 09:54:27 +00:00
wiz
617acddc41 Remove superfluous Pp. 2010-12-17 08:50:26 +00:00