imp
cad1568d07
Minor tweaks to remove references to files that aren't present in the
...
current FreeBSD/mips source base. Make phases consistent. Remove
comment that's no longer relevant.
2008-08-27 01:41:32 +00:00
imp
9ab732194e
Sort the network options alphabetically. They were mostly
...
alphabetical before.
2008-08-27 01:31:42 +00:00
imp
b2d1d7851c
Remove left-over divot from wi driver cleanup Sam did a while ago.
...
Since Symbol Firmware support was removed, it makes little sense to
have an option to enable loading of Symbol Firmware.
2008-08-27 01:26:14 +00:00
jkim
2efee2eeaa
Add a test case for null filter.
2008-08-26 21:54:47 +00:00
jkim
e41f677c9f
Move empty filter handling to MI source.
...
MFC after: 3 days
2008-08-26 21:06:31 +00:00
jkim
72e5b4d251
Add more test cases for invalid instructions and add comments
...
about bpf_validate(9) issues.
2008-08-26 19:24:58 +00:00
jhb
0044067c33
Disable the code to generate a simple table from the status MSR by default.
...
This can be enabled by setting the 'hw.est.msr_info' tunable to 1.
2008-08-26 17:43:46 +00:00
raj
f016db7e16
Improve kernel stack handling on e500.
...
- Allocate thread0.td_kstack in pmap_bootstrap(), provide guard page
- Switch to thread0.td_kstack as soon as possible i.e. right after return
from e500_init() and before mi_startup() happens
- Clean up temp stack area
- Other minor cosmetics in machdep.c
Obtained from: Semihalf
2008-08-26 17:07:37 +00:00
jkim
e8ca7cbe6f
Revert the previous commit to fix buildworld for now.
...
We have constified 'struct bpf_insn *' for bpf_filter(9) and bpf_validate(9)
since r1.19 but they conflict with pcap.h from libpcap.
2008-08-26 16:12:49 +00:00
rpaulo
08e8549c49
Add ECN stats.
2008-08-26 15:12:29 +00:00
matteo
ccc2330ba7
Implement audible support similar to ping(8) -a option. Since -a was already taken, I chose -e (no real argument for this) but I'm willing to change to a different character if needed/desired.
...
PR: bin/123752 (inspired by)
MFC after: 2 days
2008-08-26 14:34:09 +00:00
matteo
ce7f76ed26
Add geom_journal
...
PR: conf/126829
MFC after: 2 days
2008-08-26 13:27:48 +00:00
kib
05dac85e4b
Implement WNOWAIT flag for wait4(2). It specifies that process whose status
...
is returned shall be kept in the waitable state.
Add WSTOPPED as an alias for WUNTRACED.
Submitted by: Jukka Ukkonen <jau at iki fi>
PR: standards/116221
MFC after: 2 weeks
2008-08-26 12:37:16 +00:00
kib
2d990eae05
When calculating arguments to the interpreter for the shebang script
...
executed by fexecve(2), imgp->args->fname is NULL. Moreover, there is
no way to recover the path to the script being executed.
Do what some other U*ixes do unconditionally, namely supply /dev/fd/n
as the script path when called from fexecve(). Document requirement of
having fdescfs mounted as caveat.
2008-08-26 10:53:32 +00:00
raj
166aba1cac
tsec: Refactor driver's structure.
...
Split the driver into the core functionality part (sys/dev/tsec/if_tsec.c) and
the bus attachment (sys/dev/tsec/if_tsec_ocp.c).
This lets better integrate and maintain the driver in other environments with
different attachment abstractions (there is at least one other FreeBSD port --
MPC83xx -- which uses this TSEC driver, but with different local bus model
i.e. some OF derivative). While there, clean up and fix minor cosmetics.
Obtained from: Semihalf
2008-08-26 10:41:49 +00:00
raj
95151c566b
tsec: Improve and clean up callouts.
...
- eliminate the unused tsec_tick_ch callout
- adjust and fix the main tsec callout handling
- minor naming improvements
Obtained from: Semihalf
2008-08-26 09:38:28 +00:00
imp
7490ae7b0e
MFp4: Sort a couple options alphabetically.
2008-08-26 07:28:27 +00:00
jkim
12fb66e68a
Remove some hacks from regression test since bpf_filter.c builds fine now.
2008-08-26 00:35:04 +00:00
jkim
2663616430
Make sys/net/bpf_filter.c build cleanly on user land.
2008-08-26 00:09:26 +00:00
jkim
a70ab99712
Add a trivial bpf filter benchmark.
2008-08-25 23:36:24 +00:00
jkim
7226acfb72
Use sys/net/bpf_jitter.c instead of rolling our own version
...
since it is compilable on user land now.
2008-08-25 22:45:18 +00:00
jkim
dddb7ff151
Reflect sys/net/bpf_jitter.h changes to regression test.
2008-08-25 21:33:12 +00:00
jkim
e21d933237
Fix a typo in copyrights.
2008-08-25 20:43:13 +00:00
jkim
04660c9464
Embed scratch memory in the filter structure.
...
MFC after: 3 days
2008-08-25 20:39:56 +00:00
des
01bdd42de6
Make obrien happy #2
2008-08-25 16:31:53 +00:00
des
4da9acb2ce
Make obrien happy
2008-08-25 16:28:54 +00:00
jhb
3ed53c265b
Resort a few accessor routines so that they are consistently grouped
...
with 'set_foo/get_foo' adjacent to each other.
2008-08-25 16:16:57 +00:00
jhb
88dd3ad08c
Add more PCI IDs including those for ICH10.
...
PR: kern/126736
Submitted by: Olivier Smedts olivier of gid0 org
MFC after: 1 week
2008-08-25 15:23:54 +00:00
nyan
f65e0abfc0
Add the uart for 2nd CCU support.
2008-08-25 14:52:50 +00:00
nyan
848a954cf4
Add the 2nd CCU and PnP devices support on pc98.
...
Reviewed by: imp
Obtained from: //depot/projects/uart with some fixes
2008-08-25 14:45:24 +00:00
rwatson
acf5da1d35
More fully audit fexecve(2) and its arguments.
...
Obtained from: TrustedBSD Project
Sponsored by: Google, Inc.
2008-08-25 13:50:01 +00:00
dfr
b9dfa1bea1
Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with
...
the other 'struct pmap'.
Pointed out by: kmacy
MFC after: 2 weeks
2008-08-25 09:36:17 +00:00
dfr
1a7416c9dd
Add a missing return statement in nlm4_unlock_msg_4_svc which prevented it
...
from returning a reply message in most cases. This in turn caused
interoperability problems with Mac OS X clients.
PR: 126561
Submitted by: Richard.Conto at gmail.com
MFC after: 1 week
2008-08-25 09:30:27 +00:00
julian
9ddf84d97e
I think we can remove the conditionals for freebsd 2.0 now
2008-08-25 07:33:17 +00:00
kientzle
ecf8b9b5bd
MfP4: Verify correct interaction with umask: Add another
...
file with different permissions and set a non-zero umask
during the actual copy tests. The extra entry increases
the size of the test archives of course, so adjust the
expected sizes.
2008-08-25 06:39:29 +00:00
julian
e951e2f915
another missed V_
2008-08-25 06:09:32 +00:00
kientzle
f8ec8301f6
Alphabetize the list of tests.
2008-08-25 06:08:22 +00:00
julian
39424f3409
Another missed V_ instance
2008-08-25 05:57:56 +00:00
kevlo
de31c28616
Add DWA-110 and DWA-111 to the list of devices supported by rum(4)
2008-08-25 05:51:58 +00:00
julian
06489a5bf1
Another V_ forgotten
2008-08-25 05:49:16 +00:00
julian
64d908d08e
We left out V_static_len from ip_fw2.c
...
(also a whitespace diff that i'd rahter fix her ethan break in the
vimage branch.)
2008-08-25 05:38:18 +00:00
julian
d908a854a8
This instance of ifnet got forgotten.
2008-08-25 05:20:29 +00:00
imp
d72dd62eb2
MFp4: Network Adapter is redundant.
2008-08-25 05:20:17 +00:00
imp
a0398f4b97
MFp4: necessary quirks to get 3c1 not working (still no interrupts)
2008-08-25 04:59:43 +00:00
julian
18137ef251
All opt_x.h includes go at the top of other includes.
2008-08-25 04:55:29 +00:00
imp
e3fb70f7f0
Send the magic unlock packet the linux driver claims to have sniffed
...
to enable line control.
PR: 121184
Submitted by: Andriy Gapon
2008-08-25 02:42:13 +00:00
imp
1d1291394d
Note that most Windows CE phones are supported by this driver.
...
# It would be nice if we had a good way to generate this list from the driver
# list itself, since there's now over 400 listed Ids.
2008-08-25 02:38:28 +00:00
imp
d55da194f1
Greatly expand the devices listed as being supported. This list was
...
taken from PR/121184 which was mechanically generated from similar
lists in the Linux ipaq driver. I then took the numbers we had in
usbdevs and filled in the right symbols and eliminated duplicates.
PR: 121184
2008-08-25 02:36:27 +00:00
imp
b39883e6ae
Sort the list of supported products alphabetically.
2008-08-25 02:06:26 +00:00
imp
6aec221cb4
Update uipaq for FreeBSD's driver:
...
o List all devices FreeBSD supports (more on the way)
o Sort the list of supported devices
o Note this was introduced with FreeBSD 7.0
o Include the FreeBSD configuration synopsis
o Bump the man page date
o Put $FreeBSD$ where all the other usb man pages have it.
And add to build.
2008-08-25 02:05:04 +00:00