Commit Graph

178530 Commits

Author SHA1 Message Date
joerg 1cc1109801 Specify width for tag list. 2009-03-10 20:23:47 +00:00
bouyer f5f016d356 More i386PAE fixes:
- x86_round_page, x86_trunc_page, x86_btop and x86_ptob macros are used with
  physical addresses; cast to paddr_t instead of u_long. Issue pointed out
  by jym@
- machine_to_phys_mapping[] is a long. This is fine as it holds page
  frame numbers (and this fits in a 32bit int as physical addresses are
  only 36bits), but cast to paddr_t before << PAGE_SHIFT
- xen_start_info.store_mfn is a long; cast it to paddr_t before << PAGE_SHIFT.
  should fix issue pointed out by cegger@
2009-03-10 20:05:30 +00:00
joerg aea22a43d4 Specify width for tag list. 2009-03-10 19:54:43 +00:00
joerg 4154d53ea2 Use item list instead of tag list 2009-03-10 19:36:33 +00:00
joerg 442e8df612 Use item list as no tag is present. Fix markup for item. 2009-03-10 19:34:18 +00:00
bouyer f6fc3b0ebe physical addresses may not fit in u_long, use paddr_t 2009-03-10 18:56:18 +00:00
bouyer 5d84b92a6d When ioapic is used, for ISA interrupts, reuse the legacy ISA interrupt
number instead of allocating a new one. Force allocating a new interrupt number
for PCI devices, as the number stored in the PCI interrupt register
may be wrong.
This should help using a pciide controller in compat mode or ISA devices
in a non-0 domain.
2009-03-10 17:21:57 +00:00
bouyer e50e3a5ff8 Make sure xenkernfs_init() is called for XEN2 too. 2009-03-10 17:17:30 +00:00
msaitoh 3589a8fdf0 some bug fixes
- Set the flag to use multicast filter...
   Without this flag and with a shared hub, the MAC gets ALL packets and the
   packets will be forwarded if the forwarding is enabled. It results in DUP!

 - Workaround for "Non-Intel XScale Technology Eratta" No. 29.
   AA:BB:CC:DD:EE:xF's packet (the 2nd nibble from LSB is the same as the
   MAC's one) had matched the filter (both unicast and multicast).

 - Check if too {short,long} frame.

 - Add the MD hook to get MAC address
2009-03-10 17:09:48 +00:00
mrg 0f95b6d897 fix build libX11 1.2. 2009-03-10 16:36:07 +00:00
joerg fdf2963413 Explicitly escape -- as it is not an argment to the Cm macro. 2009-03-10 15:14:28 +00:00
yamt a2c6dc3301 tprof modules. 2009-03-10 14:59:19 +00:00
yamt 625056c471 enable tprof modules. 2009-03-10 14:56:30 +00:00
yamt 324183902f add makefiles for tprof drivers. 2009-03-10 14:49:49 +00:00
yamt e1b625b4bc - adapt to MODULAR.
- some preparations to have more backends.
- add some comments.
2009-03-10 14:45:02 +00:00
msaitoh 8586a84598 some bugfixes
- Fix incorrect memset from FreeBSD CVS rev. 1.10 (SVN rev 183886)

 - Fix the bus_dmamap_create() call to prevent extra npe_defrag() call.
   Fixed by Hikaru Abe.

 - Add missing bpf_mtap() call in RX.

 - Add ETHERCAP_VLAN_MTU flag
2009-03-10 14:42:31 +00:00
joerg 048b505ac7 Don't use .Xo/.Xc to workaround ancient macro argument limit. 2009-03-10 14:18:52 +00:00
joerg 7e69823738 Don't workaround ancient macro argumentent limitation with .Xo/.Xc. 2009-03-10 13:57:08 +00:00
joerg cbebb4f578 Don't break scope for .Oo/.Oc to workaround ancient argument limit. 2009-03-10 13:46:43 +00:00
joerg fda71aab5e Remove use of .Xo/.Xc to workaround argument number limit. 2009-03-10 13:44:02 +00:00
joerg c33b9a443e Remove redundant .Xo / .Xc scope. 2009-03-10 13:34:45 +00:00
joerg bea55cbff7 Fix markup. 2009-03-10 13:23:39 +00:00
joerg 51fed7bd6c Add missing .Os. 2009-03-10 13:21:52 +00:00
joerg 9d4bdfc640 Use MAP_FAILED and NULL. 2009-03-10 13:15:40 +00:00
joerg 0d16285a6e Avoid .br, use .An for authors as suggested by wiz. 2009-03-10 11:56:48 +00:00
mlelstv 046c06b035 Make curlwp accesses conditional on wether the data structures
have been initialized. Fixes PR kern/38599.
2009-03-10 10:48:09 +00:00
joerg 14c36f5de7 Instead of .Xo + .Fo and .Fc / .Xc, just use .Fn. We don't want to
support a troff with macro argument limit. OK wiz.
2009-03-10 10:30:28 +00:00
mrg 2297c9ea68 add the new Xi manuals. 2009-03-10 04:55:00 +00:00
mrg f7cb1d15ed build property.c, and the new Xi manuals. 2009-03-10 04:50:24 +00:00
mrg ad766d0b53 add tags.c, hash.c, and the new path to the app-defaults. 2009-03-10 03:55:59 +00:00
msaitoh 9d35632b3f add an entry for 82567LF-3.
fix the register access for ICH10DO.
2009-03-10 03:41:50 +00:00
msaitoh 76b6d5d63e regen 2009-03-10 03:31:36 +00:00
msaitoh 9036c274a6 add i82567LF-3 LAN Controller 2009-03-10 03:30:55 +00:00
nonaka 9e67917078 remove "#define PGALLOC_VERBOSE". 2009-03-10 03:27:24 +00:00
uwe 8e426102cf Add -lprop to the LIBS line so that ifconfig will link. 2009-03-10 02:11:57 +00:00
joerg d23bde9aff Replace .br and .sp with .Pp for vertical spacing. 2009-03-10 01:53:30 +00:00
joerg 0c588b7da9 Import pkg_install-20090309:
Fix double free in pkg_info.
2009-03-10 00:48:40 +00:00
joerg 8a90f43fbf Import libfetch-2.23:
Don't leak file descriptors when iterating local directories or checking
for if-modified-since on local files.
2009-03-10 00:44:15 +00:00
jakllsch 46fa0abcaf sizeof(time_t) is no longer the same as the sizeof(uint32_t)
that RFC 868 specifies.

no functional change intended.
2009-03-10 00:26:20 +00:00
wiz f435a83b12 Fix order in preamble. 2009-03-09 23:01:08 +00:00
njoly 90a93774af In vmstat display, increase software interrupt count output from 5 to
6 columns.
2009-03-09 19:48:02 +00:00
joerg 997634fe14 Fix preamble to match order set out by mdoc(7). Discussed with wiz. 2009-03-09 19:24:26 +00:00
joerg 2f76a3340f Fix preamble order. Escape OS to not conflict with macro of the same
name.
2009-03-09 18:42:55 +00:00
joerg d8c6fac718 Examples should be correct, so fix the order of the preamble to follow
the rules set in mdoc(7).
2009-03-09 18:13:24 +00:00
plunky 87310a6a9c ifreqalias (non existent) -> ifaliasreq (the real deal) 2009-03-09 18:09:39 +00:00
joerg 7d909153f2 Escape OS to avoid conflict with macro of same name. 2009-03-09 17:58:20 +00:00
joerg cfac7cbf5d Reorder .Bl and .Pp so make it clear that the space goes before the
list.
2009-03-09 17:29:25 +00:00
joerg 7f7a616578 .br -> .Pp, the former is not a mdoc(7) macro. 2009-03-09 17:28:12 +00:00
joerg dff8e10393 .br -> .Pp, the former is not mdoc markup 2009-03-09 17:17:02 +00:00
uebayasi 7c002f258b KNF. ANSI'fy. 2009-03-09 16:19:22 +00:00