193261 Commits

Author SHA1 Message Date
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
christos
26c8040050 Try to detect if we are doing a floppy boot from the device name and if
we are, load the minimal set to avoid backwards seeks.
2010-08-25 16:24:45 +00:00
christos
f2af08161f Add a new LOAD_MINIMAL flag to avoid loading sections that might seek backwards
and are not really needed like the note and the symbol section.
2010-08-25 16:23:23 +00:00
reed
fa29eada2b mail(8) is no longer in /bin.
(Trivia: this sentence is from the 4.0BSD from 1980.)
2010-08-25 15:38:44 +00:00
reed
db8c589cdc For MLINKS description, remove sentence saying they
are soft-linked (as it is not accurate).
2010-08-25 15:24:29 +00:00
reed
75d9fdeb7e Add copyright and license.
I reported this in October 2009 and it was fixed upstream.
http://github.com/heimdal/heimdal/commits/master/kpasswd/kpasswdd.8
2010-08-25 15:08:22 +00:00
rmind
4b1626426c Mention mips64 support (from the first branch merge) by matt@,
so details wont be forgotten in the release notes.
2010-08-25 14:57:26 +00:00
rmind
493e7c3124 Note some recent changes. 2010-08-25 14:02:51 +00:00
pooka
aeb7e802ec I'm not even going to describe this change. I'll just say that
churn creates interesting code.

Fixes open(O_CREAT|O_TRUNC) on at least tmpfs and nfs to not fail
with ENOENT due to a racy removal of the newly created file.

Caught, as most bugs these days are, by a test run.
2010-08-25 13:51:50 +00:00
tsutsui
cd398ae4e9 If firmware_load() returns ENOENT (i.e. No such file or directory),
explicitly mention that firmware file is not in the default distribution.
2010-08-25 12:43:56 +00:00
manu
a18d4c5a69 perfused(8) creates a /dev/fuse socket and performs PUFFS to FUSE relaying.
This is still a work in progress.
2010-08-25 07:18:01 +00:00
manu
7b1d1ee680 libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
FUSE filesystem must be patched to #include <perfuse.h> in the source
files that open /dev/fuse and perform the mount(2) system call. The
FUSE filesystem must be linked with -lperfuse.

libperfuse(3) implements the FUSE kernel interface, on which libfuse or
any FUSE filesystem that opens /dev/fuse directly can be used.

For now, an external daemon called perfused(8) is used. This may change
in the future.
2010-08-25 07:16:00 +00:00
jnemeth
3a12eae410 note that MODULE_CLASS_SECMODEL is also automatically deregistered when being unloaded 2010-08-25 06:45:35 +00:00
jruoho
cff1577a2c Add definitions for Intel Digital Thermal Sensor and Power Management, at
CPUID Fn0000_0006, %eax, %ecx. Use these instead of magic numbers.
2010-08-25 05:07:43 +00:00
jruoho
38451663e8 There is nothing particularly interesting for users in:
acpicpu0 at acpi0 (CPU0)
ACPI: Dynamic OEM Table Load:
Table [SSDT](id 00EB) - 13 Objects with 0 Devices 1 Methods 0 Regions
ACPI: Dynamic OEM Table Load:
: ACPI CPU

Thus, use ACPI_DEBUG_PRINT() instead of ACPI_INFO() when a table is loaded
dynamically.
2010-08-25 04:58:59 +00:00
rmind
574e8cee41 Use own IPv4 reassembly queue entry structure and leave struct ipqent only
for TCP.  Now both struct ipfr_qent, struct ipfr_queue and hashed fragment
queue are abstracted and no longer public.
2010-08-25 00:05:14 +00:00
rmind
3b6fdb92e5 Move npf.conf(5-8) into the correct section, hence npf.conf(5). 2010-08-24 23:55:04 +00:00
pgoyette
658930c423 Replace a couple uses of '$@' with '$*'
In statusmsg2() make the msg variable local.

More thanks to Robert Elz.
2010-08-24 20:52:31 +00:00