alc
24209e2264
vm_page_zero_idle()'s return value serves no purpose. Eliminate it.
2006-08-21 00:55:05 +00:00
mjacob
40cc07237d
Fix RELENG_4 code version- isp_roles wasn't getting initialized so
...
it ended up defaulting to ISP_ROLE_NONE. My testing hadn't caught it
because I was deliberatly setting role via ioctl.
Thanks to user Toni for lending me an alpha to test this on.
MFC after: 0 days
2006-08-21 00:46:10 +00:00
alc
ce3ad47700
Page flags are reset on (re)allocation. There is no need to clear any
...
flags except for PG_ZERO in vm_page_free_toq().
2006-08-21 00:34:31 +00:00
netchild
b6f1fc8049
Sync the MI parts for amd64 with i386 and remove the corresponding special
...
handling for amd64 in the common code. The MD parts for amd64 are still
outstanding, but at least this fixes some panics on amd64.
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Tested by: bsam
2006-08-20 13:50:27 +00:00
pjd
b61dcb226b
Correct typo in comment.
2006-08-20 10:52:44 +00:00
cperciva
4ec3e871a6
Fix a signedness bug.
...
MFC after: 3 days
Security: Local DoS
2006-08-20 10:29:08 +00:00
ru
22b7409ade
Make the default "init_path" value breakable, so it fits on the
...
screen's width, thus eliminating a groff(1) warning.
Suggested by: marck
2006-08-20 09:31:17 +00:00
netchild
81450589e7
Get rid of some nested includes.
...
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: jhb
2006-08-19 15:13:01 +00:00
ssouhlal
57842c97d3
MALLOC -> malloc and FREE -> free
...
Submitted by: rdivacky
Pointed out by: jhb
2006-08-19 11:54:19 +00:00
ssouhlal
87d8084ec5
ifdef DEBUG a printf
...
Submitted by: rdivacky
2006-08-19 11:07:22 +00:00
julian
2e81f075ec
comply with style police
...
Submitted by: ru
MFC after: 1 month
2006-08-18 22:36:05 +00:00
imp
1eee061e71
Copy powerpc ficl files sysdep files (maybe we need a common one)
2006-08-18 21:41:43 +00:00
imp
b93cd97574
Build at91
2006-08-18 21:37:27 +00:00
imp
98835e6c84
Support compiling as part of world
2006-08-18 20:26:54 +00:00
ru
5e69f4fca8
Add more nForce4 SMBus 2.0 PCI IDs.
2006-08-18 19:56:40 +00:00
brueffer
5642c992cd
Wordsmithing on the ixgb(4) and mxge(4) descriptions.
...
Suggested by: ru (ixgb)
2006-08-18 19:03:28 +00:00
brueffer
ff9270e136
Add more modules, correct alphabetical order.
2006-08-18 17:48:17 +00:00
netchild
97604df17b
Add the new linux files to pc98 too.
2006-08-18 15:46:38 +00:00
gnn
b22d0cad1e
Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.
...
PR: 99779
Submitted by: Jinmei Tatuya
Reviewed by: clement, rwatson
MFC after: 1 week
2006-08-18 14:05:13 +00:00
glebius
04965532cb
bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load().
...
Submitted by: yongari
2006-08-18 13:53:53 +00:00
brueffer
b41a7b9de8
Follow the lead of mxgb(4) and build the module for ixgb(4).
...
Originally it wasn't enabled since the hardware wasn't commonplace,
but as 10GE hardware is becoming more widely used, building the module
by default should be beneficial.
Approved by: rwatson (mentor)
MFC after: 2 weeks
2006-08-18 10:20:15 +00:00
marck
0d5e6d6efe
kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.
...
Touch .Dd.
Pointed out by: ru
MFC after: 1 week
2006-08-18 10:15:01 +00:00
sos
cc4fa44dc4
Update JMicron support to also work with chips where the PATA and SATA
...
parts are on individual PCI functions.
HW donated by: JMicron
2006-08-18 09:56:12 +00:00
marck
908b7097ec
Remove references to NMBCLUSTERS which is obsoleted.
...
PR: 100427
Approved by: maxim
MFC after: 1 week
2006-08-18 08:03:06 +00:00
imp
d22da695ac
Appened ull to a really large integer constant to fix build on i386
2006-08-18 00:01:29 +00:00
imp
db85f415fa
while (0); -> while (0) in multi-line macros
2006-08-17 22:50:33 +00:00
julian
ff9e317817
Allow ipfw to forward to a destination that is specified by a table.
...
for example:
fwd tablearg ip from any to table(1)
where table 1 has entries of the form:
1.1.1.0/24 10.2.3.4
208.23.2.0/24 router2
This allows trivial implementation of a secondary routing table implemented
in the firewall layer.
I expect more work (under discussion with Glebius) to follow this to clean
up some of the messy parts of ipfw related to tables.
Reviewed by: Glebius
MFC after: 1 month
2006-08-17 22:49:50 +00:00
imp
59cd950be1
Don't put a ; after while (0)
...
Submitted by: jmg
2006-08-17 22:42:56 +00:00
netchild
b294020942
- disable some more code when osrelease=2.4.2
...
- protect td->td_proc->p_pid with the proc lock in linux_getpid
in the amd64 (= non i386) case [1]
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: netchild [1]
2006-08-17 21:21:30 +00:00
netchild
5d552cdc47
Move some stuff into headers where they belong.
...
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: jhb, ssouhlal
2006-08-17 21:06:48 +00:00
thompsa
6d9882d3c0
Remove unneeded asserts from bridge_ioctl_* since these are just
...
extensions of bridge_ioctl() which has the correct locking.
2006-08-17 11:16:02 +00:00
thompsa
b9c49f769b
Remove two lock asserts that are unneeded due to subsequent unlocks.
2006-08-17 10:52:36 +00:00
thompsa
92c17ec7e1
Call bridge_span before dropping the lock.
...
MFC after: 5 days
2006-08-17 10:18:31 +00:00
netchild
2e4762bd3c
Initialize the emul sx-lock.
...
Sponsored by: Google SoC 2006
Submitted by: rdivacky
2006-08-17 10:04:49 +00:00
glebius
be3d72f383
Rewrite bge_encap() so that it takes mbuf ** argument. In this case if
...
m_defrag(9) changes pointer we can show this to our caller.
Reviewed by: yongari
2006-08-17 09:53:04 +00:00
netchild
a6834221aa
Fix the DEBUG build:
...
- linux_emul.c [1]
- linux_futex.c [2]
Sponsored by: Google SoC 2006 [1]
Submitted by: rdivacky [1]
netchild [2]
2006-08-17 09:50:30 +00:00
julian
4fb1f1e202
Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it always was
...
in older versions of FreeBSD. This option is pointless as it is needed in just
about every interesting usage of forward that I have ever seen. It doesn't make
the system any safer and just wastes huge amounts of develper time
when the system doesn't behave as expected when code is moved from
4.x to 6.x It doesn't make
the system any safer and just wastes huge amounts of develper time
when the system doesn't behave as expected when code is moved from
4.x to 6.x or 7.x
Reviewed by: glebius
MFC after: 1 week
2006-08-17 00:37:03 +00:00
imp
b3160d204f
MFp4: changes since .s -> .S rename. Use correct header for size
2006-08-17 00:14:32 +00:00
yongari
f9cac16ace
Don't update Rx descriptor status in two different functions.
...
Suggested by: pdeuskar
Reviewed by: pdeuskar
2006-08-16 23:55:34 +00:00
thomas
2f330cd31b
Fix typos in comment.
2006-08-16 23:53:05 +00:00
imp
8fc3a4c4bb
MFp4: First cut at making spi and/or sd card booting work, needs work
2006-08-16 23:39:58 +00:00
imp
06f9bdf49a
MFp4:
...
Tidy up a bit. Make sure that the burned image matches the downloaded
one.
2006-08-16 23:18:07 +00:00
imp
25ea85244a
MFp4:
...
Simplify life a little for such a simple program.
2006-08-16 23:14:52 +00:00
peter
b34fae62b6
Grab two syscall numbers. One is used to emulate functionality that linux
...
has in its procfs (do a readlink of /proc/self/fd/<nn> to find the pathname
that corresponds to a given file descriptor). Valgrind-3.x needs this
functionality. This is a placeholder only at this time.
2006-08-16 22:32:50 +00:00
davidxu
0a118880c8
Change xorq back to xorl.
...
Noticed by: bde
2006-08-16 22:22:28 +00:00
netchild
39fd1c6d47
Style fixes to comments.
...
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: jhb, ssouhlal
2006-08-16 18:54:51 +00:00
guido
fcfb8e5749
Resolve conflicts
...
MFC after: 2 weeks
2006-08-16 12:06:35 +00:00
guido
3a39cf5435
This commit was generated by cvs2svn to compensate for changes in r161351,
...
which included commits to RCS files with non-trunk default branches.
2006-08-16 11:51:32 +00:00
guido
83043906d8
Import IP Filter 4.1.13
2006-08-16 11:51:32 +00:00
maxim
9815f6ee6f
o Re-word a comment.
...
PR: kern/102127
Submitted by: Eric Anderson
2006-08-16 09:34:56 +00:00