Commit Graph

193278 Commits

Author SHA1 Message Date
pooka 33e9636157 Move the manpage from the kernel sources into lib, 'cause that's
where it's used.
2010-08-27 08:21:43 +00:00
pooka ad209aacd5 Skip the full test for puffs now that we can (yes, atf issue #53) 2010-08-27 08:15:30 +00:00
pooka 7ab82f967d waiters gonna wait, so call seldestroy to wake them up when we go south 2010-08-27 07:40:01 +00:00
pooka d3df95fde3 Now that atf issue #53 has been fixed, remove the
child-must-dies-before-parent kludge.
2010-08-27 05:34:46 +00:00
jruoho a8cdc50f5d Fix PR kern/43765 from Scott Ellis.
Note that the solution is not optimal. If ichlpcib(4) provides SpeedStep
support, possible I/O resource conflicts may occur with acpicpu(4). Ideally,
as noted for instance in Windows design documents, ichlpcib(4) should never
expose SpeedStep when ACPI is being used. The probability for potential race
conditions is however very small, being limited to few P4-era machines and
being dependent on user actions.
2010-08-27 03:05:26 +00:00
jruoho 9d3272e78a From jmcneill@: fix and rework the obscure _OSC evaluation. 2010-08-27 02:44:05 +00:00
pooka e50b65b297 update a bit 2010-08-26 22:48:36 +00:00
pooka 5cfa84d3e6 print one line of dmesg per cpu present 2010-08-26 19:56:07 +00:00
pooka 1457068cd6 chdir() once per process is enough, no need to do it for every
thread (and doing so would cause occasional failures when some
thread would cd out of the test mountpoint while another thread
was still running in there).
2010-08-26 18:06:44 +00:00
pooka cf1237d3ad setsockopt() wants int instead of size_t. Should fix this on LP64. 2010-08-26 17:24:14 +00:00
dyoung 99289f936d Apparently, you have to #include <sys/param.h>, too, for MAX(). 2010-08-26 16:42:28 +00:00
christos 563a7b4a6a describe new historical license. 2010-08-26 16:33:09 +00:00
christos 76c7995b12 Install in /usr/bin 2010-08-26 16:21:25 +00:00
jmmv 3420de6236 Partially pull up the following revisions that address ticket #53:
996f9c26e07a86607f373c8f0243d57329c11543
    ef98529abaf16e40a2e684496bf3da8f9ff0d09c

These prevent atf-run from stalling/crashing when a subprocess of a test
case stays around after the test case itself exits.

Reported, and verified working, by pooka@.
2010-08-26 15:28:31 +00:00
pooka 26f689f095 Put the workaround for PR kern/43799 into the common nfs unmount routine. 2010-08-26 15:07:16 +00:00
christos 4f4265c457 mention new nawk 2010-08-26 15:01:07 +00:00
christos b318098f2e bye old wpa 2010-08-26 14:59:01 +00:00
christos fdda333719 bye old wpa. 2010-08-26 14:58:29 +00:00
christos 74e4b96653 Unglue awk. 2010-08-26 14:57:47 +00:00
christos 8317f6d887 awk glue 2010-08-26 14:57:15 +00:00
christos 5642d0040b Apply all our changes including newer fixes to WARNS?=4 2010-08-26 14:55:19 +00:00
christos 35f471cb95 imprort latest nawk 2010-08-26 14:53:14 +00:00
jmmv a562507d8f Remove obsolete file. 2010-08-26 14:35:54 +00:00
vanhu 12865805af fix by Sergio.Gelato (at) astro.su.se: duplicate some dynamic values in duprmconf() 2010-08-26 13:31:55 +00:00
manu 516b1c9016 - open the file before doing fsync: glusterfs wants that.
- Automatically call fsync on close for files. If we just close, fsync
will come later and we will have to reopen

- Add a PND_DIRTY flag to keep track of files that really need a sync.
perfuse_node_fsync only calls the FUSE fsync method if there are data
to push.

- Add a PND_OPEN flag to keep track of open files. Checking non NULL
fh is not enough, as some filesystems will always set fh to 0.

- Add a sync diagnostic flag, to watch fsync and dirty flag activity.
Make the fh diagnostic flag more verbose

- Send the fh in setattr (it was hardcoded to 0)

I am now able to build libperfuse in a glusterfs mounted filesystem. Yeah!
2010-08-26 13:29:01 +00:00
jmmv a640e247c5 Note the conversion of the libdes tests to atf. 2010-08-26 13:21:50 +00:00
cegger 0fd1c01632 don't call tsleep() with any mutexes hold 2010-08-26 12:48:19 +00:00
dogcow 319fe84db4 Regen for BCM43xx update. 2010-08-26 10:23:24 +00:00
dogcow 18ae5de59e Add several Broadcom BCM43xx devices. 2010-08-26 10:21:56 +00:00
cegger e6026ef12c fix crash when detaching/re-attaching a cable where three firewire devices are on the bus. 2010-08-26 08:56:15 +00:00
pooka 478209477d include some necessary headers to fix build 2010-08-26 08:19:18 +00:00
cegger 0d3d36a951 - print expected crc when it does not match
- add and print secondary text leaf. This prints the model name of my webcam.
- add csr keys that are printed as 'unknown' otherwise
2010-08-26 07:36:53 +00:00
cegger 3cc4951138 show crom:
Print calculated crc. When crc does not match then print expected crc.
2010-08-26 07:04:04 +00:00
jruoho d439ff278b Use <paths.h>. Remove trailing white space. 2010-08-26 05:25:57 +00:00
sjg 2ff6888cf4 Do not throw a usage message for -i followed by -t
since 'cpio -itv' is a valid command.
2010-08-25 21:36:02 +00:00
christos 7709732cb2 factor out the floppy detection code. 2010-08-25 20:16:48 +00:00
pooka 6ec601c384 * fail with errnos
* in case unmount fails, call rump_pub_vfs_mount_print() to print
  mountpoint status and dump active vnodes.
2010-08-25 18:16:06 +00:00
christos f2b34c1443 Don't LOAD_BACKWARDS for floppies. 2010-08-25 18:11:54 +00:00
pooka 4541e13321 Start many more threads for the renamerace since it seems to catch
more errors.

Add a sleepkludge to deal with NFS's sillyrename brokenness.
2010-08-25 18:11:20 +00:00
jmmv e9e065afc7 The libdes tests have been converted to atf and now live in tests/lib/libdes. 2010-08-25 16:47:43 +00:00
jmmv 66d239c147 Add entries for the libdes tests. 2010-08-25 16:46:48 +00:00
jmmv b283757fe6 Convert the libdes tests to atf. 2010-08-25 16:46:36 +00:00
jmmv 0e3d0af4e3 Add tests dir for libdes. 2010-08-25 16:44:25 +00:00
christos d5a8010acd kill LOAD_MINIMAL. 2010-08-25 16:38:04 +00:00
christos 103e114aab s/LOAD_NOTE/LOAD_BACKWARDS/ 2010-08-25 16:35:57 +00:00
christos bf07f8896d s/LOAD_NOTE/LOAD_BACKWARDS 2010-08-25 16:35:02 +00:00
christos 3ef8f70c7a s/LOAD_NOTE/LOAD_BACKWARDS/ 2010-08-25 16:33:51 +00:00
christos 7720d15c03 use LOAD_BACKWARDS instead of LOAD_NOTE for floppy book. 2010-08-25 16:32:51 +00:00
christos 6b3899fd66 change LOAD_NOTE to LOAD_BACKWARDS 2010-08-25 16:30:44 +00:00
christos bd0a22e5e8 add a LOAD_BACKWARDS flag on sections that might load backwards. 2010-08-25 16:30:01 +00:00