Commit Graph

194093 Commits

Author SHA1 Message Date
wiz
ecad7beb9c Bump date. 2010-10-25 07:37:11 +00:00
wiz
329476bc01 Nit-picks. 2010-10-25 07:36:45 +00:00
wiz
3dfc23e926 Bump date. 2010-10-25 07:34:30 +00:00
jruoho
6f8ac939ae Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.
2010-10-25 06:40:32 +00:00
jruoho
9ae31c4896 AEAP, ATEOTD, CU, DND, EOM, FNO, GBTW, GFU, GJ,
GL, HF, IYKWIM, JFTR, KOS, PPL, TTYS, WTG, YGM.
2010-10-25 06:14:10 +00:00
wiz
7baeb17787 Fix typo. 2010-10-24 23:38:06 +00:00
dholland
6d14a316d9 Mention err/warn. Note that they're generally preferred to perror().
Might want to strengthen the wording.
2010-10-24 23:10:51 +00:00
dholland
1a6b596853 +YAWPFAPR (you are welcome; please file a problem report) 2010-10-24 22:37:35 +00:00
dholland
a58da75ef7 +CG (center of gravity) 2010-10-24 22:36:41 +00:00
christos
2c07b62e1d add zlib 2010-10-24 19:23:22 +00:00
jmcneill
b70feaec53 build acpiwmi as a module on x86 2010-10-24 18:29:33 +00:00
jmcneill
9750ca2f9c add support for building as a module 2010-10-24 18:26:29 +00:00
tron
1dc4fb4ea1 Double the size of the allocate environment vector when we resize it.
This should speed up extending the environment via setenv(3).
2010-10-24 17:53:27 +00:00
tron
410614d6b3 Replace _FPOS_OVERFLOW() macro with a static inline function called
__fpos_overflow() that doesn't cause any lint warnings.
2010-10-24 17:44:32 +00:00
christos
d37d98d5b7 reflect current reality. 2010-10-24 16:46:38 +00:00
jmcneill
abee62ef8f build wmi drivers as modules on x86 2010-10-24 16:31:35 +00:00
jmcneill
4e44999554 add support for building as modules 2010-10-24 16:25:31 +00:00
jmcneill
5991cdfeba add rescan support 2010-10-24 15:07:20 +00:00
tsutsui
68cd53d20c - make local functions/variables static
- export more cons(9) functions in pvrvar.h
2010-10-24 13:34:27 +00:00
pgoyette
c829d16824 Due to timing discrepancies desribed in PR kern/43997, tickle the
watchdog just a little bit sooner.  This maintains the spirit of the
test while avoiding the actual bug.  This can be reverted once (if)
the PR is fixed.
2010-10-24 13:16:12 +00:00
pgoyette
7127b715c2 Add a third test-case to verify that disarming of the watchdog works. 2010-10-24 13:11:41 +00:00
jruoho
8df7e989f6 Add wmimsi(4). 2010-10-24 09:27:45 +00:00
jruoho
6abecfc925 Link wmimsi(4) to acpiwmi(4). 2010-10-24 08:57:57 +00:00
jruoho
117351d1b6 Add acpiwmi(4) mappings for MSI laptops.
XXX: It may be necessary to fix PR # 43659 before this works on all models.
2010-10-24 08:54:14 +00:00
jruoho
777b76157e Note acpivga(4). Small nits in SEE ALSO. 2010-10-24 08:31:49 +00:00
jruoho
c99562cb83 Simplify acpi_enter_sleep_state() and guard it against NULL pointer
dereferences. Try to avoid referencing the global acpi_softc, which should
really be static or at least internal to acpi(4).
2010-10-24 07:53:04 +00:00
jruoho
e7043d3268 Catch-up with code changes. 2010-10-24 06:57:04 +00:00
jruoho
710a5b33d7 More TLAs and couple of FLAs: ARAT, CG, CHAP, CMOS, CPL, DEP, DL, DMI, DOS,
DPL, DRM, DSP, DTL, ECL, FFT, FG, GEM, ILP, ILP, IPS, KMS, LE, MIB, MIF,
MLC, NTP, OAEP, PAP, PCB, PDN, PKCS, PPU, PV, PVG, RC, RPL, RSA, RTL, SLC,
SLI, SMBIOS, SMI, TMO, TS, TSP, TTL, TTM, VA, VHDCI, VLIW.
2010-10-24 06:35:00 +00:00
christos
f70a466a92 fix fd leak found by Igor Zinovik 2010-10-23 23:27:40 +00:00
haad
1a571ae457 Add old file describing locking schema used in dm driver. 2010-10-23 21:18:54 +00:00
tsutsui
bd3d0ec2b5 Reorder SUBDIR entries to make this more maintainable/readable:
- put xf86-input drivers first then xf86-video
 - put x86 (i386/amd64) first then other ${MACHINE}s in alphabetical order

XXX1: is it better to use Makefile.${MACHINE} (or something else)?
XXX2: should all ports include xf86-video-wsfb unconditionally?
XXX3: should we have common definitions for MI PCI video drivers?
2010-10-23 15:27:50 +00:00
tsutsui
c9ebdd5ea9 Remove dup xf86-video-cirrus for cats. 2010-10-23 15:16:04 +00:00
tsutsui
6fb1c3ebb4 Use simple .if/.endif statements rather than .if/.elif/.elif/.../.endif
to specify ${MACHINE} specific video drivers since it isn't a good idea
to add new ports at the end of statements.
2010-10-23 14:48:17 +00:00
stacktic
7bede9ad38 Do not return -1 on _kvm_read when all the requested data could be read (fix bin/38648) 2010-10-23 14:34:12 +00:00
christos
3dbfe3dd7e tell lint to shut up. 2010-10-23 14:12:50 +00:00
pooka
1b3fe95df5 Revert 1.2 apart from incorrect comment. the devattach() routine
is of course still used by kernel&config pseudodev.

pointed out by jakllsch
2010-10-23 11:24:16 +00:00
pgoyette
4e92d558ef The sysctl used to control panic-vs-reboot is in the hw tree, not in
machdep.
2010-10-23 03:27:03 +00:00
christos
13fa4dc134 not that it can happen, but make the test more robust. 2010-10-22 22:00:32 +00:00
christos
ec053f73a0 implement EOVERFLOW 2010-10-22 21:29:45 +00:00
christos
603e33ef32 Fix return value documentation. Add EOVERFLOW for ftell, but not for fseek. 2010-10-22 21:29:31 +00:00
pooka
efab5715bc Disable mmap path. With the current vnode locking scheme it has
a very annoying property: if the source media is slow (like a slow
network), the target file will be locked for the duration of the
entire max 8MB write and cause processes attempting to e.g. stat()
it to "tstile" (for several minutes in the worst case).  Revisit
this if/when vnode locking gets a little smarter.

chs ok (although he would rather see vnode locking improvements,
but that's a slightly larger project)
2010-10-22 17:56:06 +00:00
yhardy
acec8b0574 Fix pkg-config substitution for glu 2010-10-22 16:48:38 +00:00
tteras
0a922db186 Change Linux Netlink address monitoring to monitor local route changes.
This works around a kernel bug, and slightly improves behaviour on some
special cases.
2010-10-22 06:26:26 +00:00
christos
203850f0b2 - simple fseek->fseeko conversion. probably needs more work.
- use a constant instead of sprinkling 2048 everywhere.
2010-10-22 00:49:15 +00:00
yamt
0356d9d499 Xosyscall: sync with Xsyscall. 2010-10-21 11:43:22 +00:00
yamt
0320f1268a Xsyscall: remove a stale comment. 2010-10-21 11:42:26 +00:00
yamt
ce54ddc1de Xsyscall: remove an unused label. 2010-10-21 11:41:31 +00:00
yamt
cc2d727ec3 Xsyscall: save %es before enabling interrupts. otherwise it can be
clobbered by preemption.  PR/43903.
2010-10-21 11:39:45 +00:00
yamt
c97e27eb0e cpu_setmcontext: add a comment 2010-10-21 11:28:34 +00:00
yamt
f34d0e9eb1 cpu_fsgs_zero: clear %fs and %gs even in the case of !PK_32. 2010-10-21 11:27:46 +00:00