brueffer
9a87c96269
New release notes: vge(4) altq support (+mfc), snd_hda(4) added
...
Updated release notes: KDE updated to 3.5.6, GNOME updated to 2.16.3
Also moved cxgb(4) entry to the right place and fixed another entity.
2007-03-14 22:28:41 +00:00
brueffer
73e0433d63
New release notes: cxgb(4) added.
...
While here, fix an entity.
2007-03-14 21:31:53 +00:00
thompsa
e1cdb72246
Properly move the setting of bstp_linkstate_p to the bridgestp module.
2007-03-14 20:55:51 +00:00
brueffer
3a1f6a52ea
Fix markup and reword a sentence to actually make sense.
2007-03-14 20:09:23 +00:00
njl
db1e4dfa44
Only enter the debugger on a Fatal op if this is a debug build of the
...
acpi module. Also clean up print of args a little.
This was accidentally committed as 1.9.2.3 in the stable branch. Since it
is harmless, I will let the "insta-MFC" stand unless there is a problem.
2007-03-14 19:56:10 +00:00
rwatson
c16242f929
Update a comment: Rather than suggesting suser(), suggest priv(9) for
...
checking privilege.
2007-03-14 19:52:19 +00:00
jhay
04128426ca
Map the second CS of the compact flash too. This allow us access to
...
the alternate status and the control registers. Remove the local
version of ata_reset.
Add support for the ADI Pronghorn Metro boards. They use CS3 and CS4
instead of Avila's CS1 and CS2.
2007-03-14 19:03:07 +00:00
dds
1efdd79a2b
Rename sed.test to multitest.t to comply with the naming scheme of
...
the regression suite.
2007-03-14 18:58:59 +00:00
dds
fa18fedd4d
Repo-copy from sed.test to comply with the naming scheme of
...
the regression suite.
Copied-by: simon@
2007-03-14 18:55:31 +00:00
kmacy
5319b6e2b1
Disable linking in of firmware on ia64 to avoid build failures from a
...
broken ld.
2007-03-14 18:20:36 +00:00
jhay
b4e3b47a91
Map the second CS of the compact flash too. This allow us access to
...
the alternate status and the control registers. Remove the local
version of ata_reset.
Add support for the ADI Pronghorn Metro boards. They use CS3 and CS4
instead of Avila's CS1 and CS2.
OKed by: sam, cognet
2007-03-14 18:05:04 +00:00
julian
20a6b768be
fix braino in markup.
2007-03-14 17:33:16 +00:00
kmacy
9670a35463
#define L1_CACHE_BYTES for non-x86
2007-03-14 16:18:51 +00:00
kmacy
08b5519b43
define prefetch as a no-op macro for non-x86 arches
2007-03-14 16:05:39 +00:00
yar
f78c9d73a4
Let vlan_ioctl() pass some work on to ether_ioctl()
...
and so reduce code duplication a bit.
2007-03-14 14:38:04 +00:00
dds
940ef56355
Test files repo-copied into tools/regression/usr.bin/sed and integrated
...
into the regression testing framework.
2007-03-14 13:43:32 +00:00
dds
645a28e4a7
Reinstate error-testing regression tests.
2007-03-14 13:38:23 +00:00
bms
243428b8ef
Remove obsolete polling members from documentation for struct ifnet.
...
Submitted by: Aniruddha Bohra
MFC after: 5 days
2007-03-14 13:19:50 +00:00
pjd
b8cb05ecd8
Don't deny mounting for jailed processes immediately, allow
...
prison_priv_check() to decide what to do.
This change is suppose not to change current (security) behaviour
in any way.
Reviewed by: rwatson
2007-03-14 13:09:59 +00:00
dds
8b96b52324
Integrate the tests I wrote in 1992 with our current regression
...
testing framework and protocol.
2007-03-14 13:05:45 +00:00
pjd
aa74bb6d55
White space nits.
2007-03-14 12:54:10 +00:00
dds
5cf28df574
Reference results for sed.test (to be renamed into multitest.t).
...
I have verified these with GNU sed 4.1.5 (and in some cases with Solaris
sed) and they are identical, with the following exceptions:
5.3: The result is unspecified and BSD sed behaves differently.
6.3: GNU sed gets it wrong
7.1: GNU sed gets it wrong
7.8: BSD sed gets it wrong
2007-03-14 12:46:22 +00:00
dds
9c03e05508
- Uncomment tests that were commented out
...
- Update platform-conditional tests to reflect current reality
- Fix conditional for test 7.8: it is the fault of BSD sed
2007-03-14 11:03:00 +00:00
brueffer
9de660bf0f
Autogenerate the hardware list for cxgb(4).
2007-03-14 10:52:01 +00:00
dds
30069ea03b
- It looks like BSD and GNU sed can nowadays pass two more tests.
...
- Test 7.8 fails for GNU sed not BSD.
2007-03-14 10:10:10 +00:00
dds
b84f63b98d
Use another non-printing test; address 0 now has a special meaning in GNU sed.
2007-03-14 09:47:00 +00:00
dds
ce4d03f3c9
Document a procedure for testing individual binaries under development.
2007-03-14 09:33:13 +00:00
dds
dc4c910402
Update tests to reflect the state of the art of sed in HEAD and
...
GNU sed 4.1.5.
Almost all of the tests that were skipped for BSD or GNU sed
now appear to work.
2007-03-14 09:05:41 +00:00
kib
3f7d43feef
Implement fine-grained locking for UFS quotas.
...
Each struct dquot gets dq_lock mutex to protect dq_flags and to interlock
with DQ_LOCK. qhash, dqfreelist and dq.dq_cnt are protected by global
dqhlock mutex.
i_dquot array for inode is protected by lockmgr' vnode lock, corresponding
assert added to the dqget(). Access to struct ufsmount quota-related fields
(um_quotas and um_qflags) is protected by um_lock.
Tested by: Peter Holm
Reviewed by: tegge
Approved by: re (kensmith)
This work were not possible without enormous amount of help given by
Tor Egge and Peter Holm. Tor reviewed each version of patch, pointed out
numerous errors and provided invaluable suggestions. Peter did tireless
testing of the patch as it was developed.
2007-03-14 08:54:08 +00:00
kib
104c10948a
Call getinoquota() before allocating new block for the directory to properly
...
account for block allocation.
Tested by: Peter Holm
Reviewed by: tegge
Approved by: re (kensmith)
2007-03-14 08:50:27 +00:00
kib
5db0b75a18
Remove unneeded getinoquota() call in the ufs_access().
...
Tested by: Peter Holm
Reviewed by: tegge
Approved by: re (kensmith)
2007-03-14 08:48:57 +00:00
kib
1a473e3ed5
Busy filesystem around call of VFS_QUOTACTL() vfs op.
...
Tested by: Peter Holm
Reviewed by: tegge
Approved by: re (kensmith)
2007-03-14 08:45:55 +00:00
brueffer
9f07de3caa
Add missing punctuation.
2007-03-14 08:03:20 +00:00
kmacy
a331dd52f8
play it safe for now and go back to kicking off tx cleaning from the tx path
2007-03-14 07:57:59 +00:00
dds
c76b994837
Add sed math regression test.
2007-03-14 07:55:05 +00:00
dds
1d2563afd9
Add Towers of Hanoi regression test.
2007-03-14 07:52:38 +00:00
kmacy
12b5a0eec5
fix wording blunder
2007-03-14 07:49:45 +00:00
brueffer
44d987c83a
Various fixes, also the driver can be compiled into the kernel now.
2007-03-14 07:46:57 +00:00
dds
e5d2075300
Repo-copy from usr.bin/sed/TEST for integration with the regression suite.
...
Copied-by: simon@
2007-03-14 07:40:44 +00:00
cperciva
83a1ac8fb2
Reduce the risk of inducing heart attacks, by printing the right path when
...
complaining about lstat(2) failing. It's a bit scary to find the message
tar: /: Cannot stat: No such file or directory
printed while doing a backup.
MFC after: 1 week
2007-03-14 07:30:51 +00:00
dds
a9474579c0
Add missing newline to correct failure of the regression test.
...
According to IEEE Std 1003.1, 2004 "Whenever the pattern space is
written to standard output or a named file, sed shall immediately
follow it with a <newline>."
An attempt at the same correction might have been made with r1.3,
which is however identical with r1.2.
2007-03-14 07:01:49 +00:00
kmacy
258a7dc1bc
Add support for statically compiling cxgb into the kernel
2007-03-14 06:57:26 +00:00
kmacy
5917aa4330
no-op cxgb_config.h for the module compilation case
2007-03-14 06:41:34 +00:00
kmacy
8ee973ffa9
#define memory barrier macros for the non-i386 && non-amd64 case
2007-03-14 06:40:46 +00:00
kmacy
d1f948fe66
remove unused code for recycling descriptors
...
kick tx cleaner from credit update function
2007-03-14 06:36:58 +00:00
kmacy
98a2d252b3
add cxgb_config.h to define values that are defined in the Makefile when compiled as a
...
module
move prefetch out of cxgb_sge.c into header under arch conditional compilation
2007-03-14 06:35:38 +00:00
kmacy
d784e1ab37
move taskqueue_enqueue of tx clean operation out of the start path
2007-03-14 06:34:10 +00:00
kmacy
9273d036f8
make desc_reclaimable macro safe to arbitrary arguments
2007-03-14 06:33:28 +00:00
julian
0f2fe5a5dd
More suggestions from pjd.
2007-03-14 06:27:02 +00:00
julian
3abc629530
Some comments from pjd
2007-03-14 06:12:36 +00:00