Commit Graph

143217 Commits

Author SHA1 Message Date
yamt
fe1aa7db74 vnd_destroy: don't access freed memory. 2006-02-04 10:48:32 +00:00
simonb
a85acbf618 Import FreeBSD i386 TSC timecounter support as of 4th Feb 2006. 2006-02-04 10:47:04 +00:00
skrll
dc3b2a7f32 Put the __RENAME before the __attribute__((__const__)) so gcc can parse
the bswap{16,32} declarations.
2006-02-04 10:34:43 +00:00
he
021927bcf2 Bump SYMTAB_SPACE to make it fit again. 2006-02-04 09:11:32 +00:00
simonb
54939c0bc1 Describe the simonb-timecounters branch. 2006-02-04 08:11:30 +00:00
simonb
769d33c547 Import main FreeBSD timecounter support files as of 4th Feb 2006. 2006-02-04 08:06:23 +00:00
rpaulo
fe78fe0b46 bpfilter doesn't accept count anymore. 2006-02-04 03:48:18 +00:00
rpaulo
ae6add6af0 bpfilter is already supported. 2006-02-04 03:47:41 +00:00
rpaulo
926f98bcbb bpfilter doesn't accept count anymore. 2006-02-04 03:43:24 +00:00
rpaulo
23b8c23173 bpfilter doesn't accept count anymore. 2006-02-04 03:33:20 +00:00
gdamore
9eebd03f2e port-evbmips/31910
Forgot to include this file in the last commit... oops!
2006-02-04 03:33:16 +00:00
rpaulo
806f7632b5 bpfilter doesn't accept count anymore. 2006-02-04 03:29:57 +00:00
rpaulo
dfedc07975 bpfilter doesn't accept count anymore. 2006-02-04 03:18:58 +00:00
gdamore
bfacbb80e4 Provide streaming bus_space methods that don't swap if bus is otherwise
swapped from host byte order.
Closes PR port-mips/31910
Reviewed by <izumi>, <matt>, and <simonb>
2006-02-04 03:18:10 +00:00
rpaulo
e1c6b6ed0f bpfilter doesn't accept count anymore. 2006-02-04 02:53:13 +00:00
rpaulo
df5390003c bpfilter doesn't accept count anymore. 2006-02-04 02:42:27 +00:00
rpaulo
21c1d240bc bpfilter doesn't accept count anymore. 2006-02-04 02:31:12 +00:00
rpaulo
6d1dc467f2 regen 2006-02-04 02:27:23 +00:00
rpaulo
9093dbb4e6 bpfilter doesn't accept count anymore. 2006-02-04 02:25:57 +00:00
rpaulo
cc9f3c8ae6 regen 2006-02-04 02:25:21 +00:00
rpaulo
4866e74b23 bpfilter doesn't accept count anymore. 2006-02-04 02:25:08 +00:00
rpaulo
941a7f6337 There can be as many bpf clones as you want and the kernel doesn't
enforce any number.
2006-02-04 02:20:32 +00:00
uwe
82046cc108 Move __END_DECLS back to the end of declarations.
Fix #endif comment to reflect #if condition.
2006-02-04 01:31:48 +00:00
uwe
47df5bafdd Declare bswapNN as __attribute__((__const__)). 2006-02-04 01:08:30 +00:00
uwe
726372b06a There's no reason to cast the return value of bswapNN to uintNN_t in
one particular place (little endian ntohl &co).
2006-02-04 01:07:20 +00:00
wiz
7bab650194 openssh-4.3 out. 2006-02-04 00:31:23 +00:00
uwe
1e11a37d0c Move #include <machine/bswap.h> back into the same nesting inside ifdefs.
Assembler sources don't care about optimized inline versions of bswap.
Undo the changes to the namespace.
Hi, dsl.
2006-02-04 00:01:36 +00:00
jmmv
62c98fdb8d When booting an i386 kernel with Multiboot, properly detect the boot device
by looking it up in the x86_alldisks table (instead of trying to match it
to 'wd*' manually).

In order to do this, move the cpu_rootconf function from x86 common code
to amd64 and i386 specific one.  This way, i386 can do an extra step (call
the appropriate Multiboot code) in the appropriate place (after
x86_matchbiosdisks and before findroot()).
2006-02-03 23:33:30 +00:00
riz
288025ff2a Bump date, use "file system" consistently, no hyphen in "soft
dependencies", and sort options under -o.
2006-02-03 22:50:21 +00:00
riz
efb16065b2 Note that softdep and async options can't be used together. From
Dheeraj S in PR#32211, wording and formatting changes by me.
2006-02-03 22:34:11 +00:00
dsl
e94b2828f0 The realall and realdepend bit that regenerates tools needs to be marked
.MAKE otherwise the 'make' it runs has its own list of jobs instead of
using the jobserver of the enclosing make.
2006-02-03 22:07:57 +00:00
dsl
801edd9a37 Use uint32_t and uint16_t not in_addr_t and in_port_t 2006-02-03 22:05:21 +00:00
christos
c83a08de97 bump libopcodes 2006-02-03 21:43:30 +00:00
bouyer
aea4d25db5 Split move interrupt-related PCI functions from pci_machdep.c to
pci_intr_machdep.c. In Xen-3 registers access is done the normal way but
interrupts need custom setup. Proposed on port-amd64, port-i386 and
port-xen a week ago.
2006-02-03 19:58:20 +00:00
bouyer
fc23e0389e Change repne to rep for {ins,outs}{b,s,l} as proposed
to port-amd64, port-i386 and port-xen 2 weeks ago. Under Xen-3, a repne won't
loop (only the first value is read/written) while rep works as expected.
Linux and FreeBSD use rep, and documentation suggests that repne should
not be used with ins and outs instructions.
See http://mail-index.netbsd.org/port-xen/2006/01/22/0000.html for
details.
2006-02-03 19:55:58 +00:00
xtraeme
d736d4967d Enable POWERNOW_K7 now that the main problem was fixed. 2006-02-03 17:36:38 +00:00
christos
ea4d395f13 bump libbfd 2006-02-03 16:33:00 +00:00
christos
209def21c7 bump libbfd, libopcodes. 2006-02-03 16:31:59 +00:00
christos
c71e1a889d bump version. 2006-02-03 16:30:13 +00:00
christos
663f146299 bump version! 2006-02-03 16:29:34 +00:00
skrll
f73b0f41ba ns32k binutils mknative output. Hi Simon! 2006-02-03 16:09:16 +00:00
rpaulo
1e167a0ff0 Remove comments stating the the routine in6_cksum() doesn't support
jumbograms. The routine already uses the ``len'' argument and not the
ip6->ip6_plen which would cause problems with jumbograms.

Spotted by JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>.
2006-02-03 14:40:03 +00:00
tsutsui
a1242109f2 Add commented out file-system TMPFS and UDF.
XXX Is it better to make GENERIC really generic and change GENERIC32
XXX to use "no options" and "no makeoptions" features of newer config(1)?
2006-02-03 13:59:18 +00:00
tsutsui
c0bcc1e045 Add commented out UDF file-system entry in GENERIC-like configurations. 2006-02-03 13:52:14 +00:00
tsutsui
e38cc62439 Sync with GENERIC:
> Add commented out UDF file-system entry in all GENERIC configurations.
2006-02-03 13:48:35 +00:00
apb
fd0db8a416 Fix the iso-image action. These changes were accidentally omitted
from the previous commit.
2006-02-03 12:29:41 +00:00
jmmv
0b879f1cfc Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.
2006-02-03 11:08:23 +00:00
jmmv
47d8ee4167 Implement options string parsing of the form 'a=b c=d ...'. This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).
2006-02-03 11:04:46 +00:00
skrll
5bb4d25b69 Fix merge botch. 2006-02-03 09:24:20 +00:00
snj
52d8744177 Fix two spelling errors and a typo. From Chris Tribo in PR misc/32715. 2006-02-03 08:28:39 +00:00