Commit Graph

185461 Commits

Author SHA1 Message Date
rmind
e6f025f1da Add a small comment on buffer cache locking, fix mark letter b_objlock. 2009-11-11 09:15:42 +00:00
martti
3b9b210da8 I'm no longer going to work on IPF as I'm now using PF on all my hosts
(because NAT works much better for me in PF)...
2009-11-11 09:11:26 +00:00
rmind
66d36229df Sync declarations with reality, bump date. 2009-11-11 08:43:18 +00:00
rmind
484f70316c G/C unused breada() and bdirty(). 2009-11-11 07:22:33 +00:00
kiyohara
5aa041ef68 Include <dev/acpi/acpica.h> instead of <external/intel-public/acpica/ ... >.
Thanks cegger@
2009-11-11 05:19:34 +00:00
macallan
102f601cf9 mention xf86-video-igs 2009-11-10 23:16:20 +00:00
macallan
ded0d8dbcb add entries for the igs driver 2009-11-10 23:14:32 +00:00
macallan
ec3c6449e4 build the igs driver on shark 2009-11-10 23:14:04 +00:00
macallan
509cdfee59 add a mmap() method so the xf86-video-igs driver can map the aperture and
IO space in a sane way.
2009-11-10 22:24:57 +00:00
macallan
293ac096d1 add support for an optional machine-dependent mmap() method, so the bus
backend can do whatever voodoo necessary to the aperture, IO space etc.
Mainly for shark, to get around the weird ARM bus_space.
2009-11-10 22:23:22 +00:00
macallan
8068174863 reachover for the igs driver 2009-11-10 21:44:11 +00:00
macallan
e58b11d12a add igs driver for Xorg 2009-11-10 21:41:31 +00:00
christos
f026e97901 avoid doing extra work by just zeroing/printing real blocksize. 2009-11-10 20:39:36 +00:00
tron
34ce7b691c "cgd.c" doesn't use variable size stack allocations anymore. 2009-11-10 20:24:50 +00:00
christos
6be7b72df0 add a missing c. 2009-11-10 20:24:30 +00:00
christos
189751127b avoid variable array stack allocation by enforcing and allocating always the
maximum.
2009-11-10 20:05:50 +00:00
wiz
193ee60c7d Correct usage for parentheses, and mark up "expression" in more places.
From Bug Hunting in PR 42286.
2009-11-10 18:19:46 +00:00
he
116e5d88b0 Add a zero argument to pmap_kenter_pa() invocations.
According to cegger@ this is the right thing to do for the moment.
2009-11-10 17:37:15 +00:00
pooka
886a3cee40 init uvm readahead 2009-11-10 17:02:36 +00:00
pooka
054e6b6e93 Code which uses pages fetched by the pager needs PGO_SYNCIO for
obvious reasons.
2009-11-10 16:55:12 +00:00
tron
119d5d24b7 Backout the last two revisions because the cause panic on LOCKDEBUG
kernels. Problem reported by David Young.
2009-11-10 16:49:53 +00:00
tnozaki
a316eb20e2 update Unicode 5.2.0 2009-11-10 15:06:06 +00:00
skrll
25edd46c0c Move the kmodule linker script source into sys/modules/xldscripts. It is
not part of binutils and definitely not GPL v3.

Discussed with mrg.
2009-11-10 14:47:52 +00:00
kiyohara
4587969773 Fix build failure.
acpi.h moves to external/intel-public/acpica/dist/include/.
2009-11-10 11:14:48 +00:00
skrll
6b62f81249 Add branding to native tools. Update make dependencies to pick up
changes.
2009-11-10 10:24:50 +00:00
skrll
c213b097cc Re-run mknative to pick up PKGVERSION and REPORT_BUGS_TEXI 2009-11-10 10:18:05 +00:00
snj
9d7eb8e6be Another acknowledgement down (is@). 2009-11-09 20:54:51 +00:00
pooka
644009f9cb Hash out soft interrupts to be a little closer to real softints:
* split them into levels
  * allow only one per level to be active at a time
  * fire softints only when we are unscheduling from a CPU instead
    of immediately in softint_schedule().  this will later morph
    into return from interrupt, but that part isn't done yet.
2009-11-09 19:16:18 +00:00
pooka
19cde6b50d adjust comment for previous 2009-11-09 19:02:49 +00:00
pooka
1029997ffd set LP_INTR for KTHREAD_INTR 2009-11-09 19:00:52 +00:00
pooka
f1be958892 Add scheduling points around the iothread call to biodone() 2009-11-09 18:00:26 +00:00
cegger
a5267c76fd 5.99.22: Added flags argument to pmap_kenter_pa(9).
Pointed out by tnn@
2009-11-09 17:11:29 +00:00
skrll
29d2620fc4 IA64 doesn't have SSP. 2009-11-09 15:58:09 +00:00
njoly
e59aa11092 Obsolete compat libbfd*.a and libbfd.so, following native behaviour. 2009-11-09 15:55:47 +00:00
njoly
3bc05604d9 Regen for NOLINKLIB. 2009-11-09 15:49:35 +00:00
njoly
da3e305b1e - Add external/gpl3/binutils/lib to the directory list.
- libbfd require NOLINKLIB.
2009-11-09 15:46:04 +00:00
is
c4a186ea1c Move to two-clause license. 2009-11-09 15:35:27 +00:00
nakayama
62117cce6e - make this compile on sparc.
- shrink blanks to fit in 80 columns.
2009-11-09 14:35:38 +00:00
skrll
7a915839ac Make lib/csu compile. XXX somewhat bogus. 2009-11-09 14:34:42 +00:00
tnozaki
4c40fc3cdc redo: change _RUNTYPE_SW0 bit, mklocale(1) can't treat SWIDTH0 correctly. 2009-11-09 14:22:31 +00:00
skrll
88855871f7 New binutils seems to want end of functions marked. 2009-11-09 14:22:02 +00:00
tnozaki
80c3941c48 revert previous change. 2009-11-09 14:20:49 +00:00
tnozaki
5ebbcf6e82 change _RUNTYPE_SW0 bit, mklocale(1) can't treat SWIDTH0 correctly. 2009-11-09 14:17:47 +00:00
skrll
15b37f6115 Make this compile. 2009-11-09 14:15:15 +00:00
skrll
1cb5794926 Collect the branding information. 2009-11-09 13:50:41 +00:00
skrll
f875a8ff95 G/C unused sc_memh from dino_softc. 2009-11-09 13:33:08 +00:00
skrll
8e71351ce7 Whitespace. 2009-11-09 13:21:34 +00:00
mrg
3ebc75ef44 update for xorg-server 1.6.5 2009-11-09 07:38:14 +00:00
mrg
94fb0da1b5 update for libpciaccess 0.10.9 2009-11-09 07:24:27 +00:00
mrg
4066af6496 update for xdm 1.1.9 2009-11-09 07:21:17 +00:00