tsutsui
0a36a9ab42
Merge local <atari/atari/intr.h> into common <machine/intr.h>.
2009-07-08 12:23:09 +00:00
njoly
b3f068f354
Fix amd64 build with VIDEO_DEBUG.
2009-07-07 21:55:17 +00:00
dyoung
c88ea823f8
At the bottom of vndclear(), clear VNF_CLEARING: it is no longer
...
needed to exclude vndopen(), and it will prevent subsequent opens
if we leave it.
2009-07-07 19:51:22 +00:00
christos
e09097a0e7
simplify previous.
2009-07-07 17:08:19 +00:00
tsutsui
2d065ae111
KNF, ANSIfy, etc.
2009-07-07 16:16:18 +00:00
tsutsui
d41c06b17d
Explicitly initialize the MFP Timer-B for delay(9) from atari_hwinit()
...
rather than using if(!atari_realconfig) in clockmatch().
(I doubt the latter one has actually been called..)
2009-07-07 15:37:02 +00:00
tsutsui
0745bac2ee
Some KNF and cosmetics.
2009-07-07 15:15:35 +00:00
tsutsui
77d3988d38
Add a workaround for annoying
...
"WARNING: negative runtime; monotonic clock has gone backwards"
message. Partially taken from hp300.
2009-07-07 15:15:08 +00:00
christos
e234b387dc
The compatibility call to re-export from sys_mount() calls
...
mountd_set_exports_list, with the mnt_updating mutex held. Account for that
to avoid a locking against myself panic.
2009-07-07 14:09:05 +00:00
joerg
2a64051b50
Be strict on xcurses support:
...
- Do not perform wrapping at all by setting the line flags.
- Do not alter the cursor position, even for mv(w)chgat.
2009-07-07 13:10:02 +00:00
tteras
aab4a00722
From Arnaud Ebalard: Fix possible usage of uninitialized local variable
...
(not sure if any code path triggers this, but this makes compiler happy).
2009-07-07 12:25:22 +00:00
joerg
ba2ae25781
chgat() and friends are in X/Open. Noticed by Thomas Dickey.
2009-07-07 11:53:43 +00:00
tonnerre
e79d7b3f02
Add DOA which is widely used but not in here for some reason.
2009-07-07 10:56:13 +00:00
mbalmer
7e7dd97688
Unify BSL, MLH, and EAP, which are all the same airport.
2009-07-07 10:50:51 +00:00
reinoud
c093c2520a
Replace the old hashtable and sorted list implemenation by a RB-tree.
...
Benefits are significant speed improvements on node creation/insertion while
keeping the lookup times low and still allowing sequential iteration over the
nodes.
2009-07-07 10:23:36 +00:00
joerg
eadfd2731f
Add vw_printw and vw_scanw as mandated by SUSv2's xcurses. Follow
...
ncurses and just make the historic vwprintw and vwscanw functions
aliases, ignoring that they should take a varargs.h va_list argument.
2009-07-07 10:16:52 +00:00
joerg
32e50f68cc
Use __printflike/__scanflike.
2009-07-07 09:58:08 +00:00
cegger
484dd68fe4
regen.
2009-07-07 09:46:25 +00:00
cegger
a240b4e5e6
correct product ids for RD890 chipset
2009-07-07 09:45:45 +00:00
mrg
f0f6e34374
need to link stdResource.c now
2009-07-07 07:58:46 +00:00
mrg
6144dd6ce4
remove libint10 libraries that are not needed for sparc*.
2009-07-07 07:53:38 +00:00
agc
51e16c73a5
Move the null file checks for sign/verify/encrypt/decrypt down into the
...
library itself. Update the regression test script to add some tests.
2009-07-07 01:13:07 +00:00
agc
1eddadf4f7
Add two more items to the TODO list
2009-07-07 01:12:06 +00:00
reinoud
4eb9ccfea3
Re-implement read-modify-write backend strategy. This version is a lot more
...
clean locking-wise and will consume less CPU power on needless moving-around.
2009-07-06 17:13:38 +00:00
reinoud
0a3cb580be
Reduce the number of active ecclines; low memory systems could get into
...
trouble otherwise.
XXX this value should be computed eventually.
2009-07-06 17:08:04 +00:00
reinoud
2f9a24b61c
Make source prettier
2009-07-06 17:06:57 +00:00
christos
48e6aff258
Fix bug introduced in revision 1.174 where a NULL fspec with an MNT_UPDATE
...
command would always return EINVAL. This broke fsck on root, where fsck'ing
a dirty root would always return an error causing rc to resort in a reboot.
2009-07-06 16:07:18 +00:00
joerg
1e5025e496
Add support for the chgat(3) family. It is a useful extension from
...
ncurses, supporting it dramatically reduces the need for ncurses in
pkgsrc.
2009-07-06 15:19:49 +00:00
tsutsui
804d5cbf1a
Fix a botch in RELOC_PA() macro introduced in rev 1.80
...
inside #if defind(M68040) || defined(68060)/#endif block.
Noticed by he@.
2009-07-06 12:55:24 +00:00
mbalmer
b98fada729
No need to set BINDIR here, since ../Makefile.inc has it.
...
Noticed by hannken@eis.cs.tu-bs.de , thx.
2009-07-06 12:47:38 +00:00
joerg
73df1b22f7
Remove unused include.
2009-07-06 12:37:17 +00:00
joerg
ac7c4cf146
Ignore breakpoints in the DSDT even if DDB is present.
...
A new option ACPI_BREAKPOINT reenables them.
2009-07-06 12:36:31 +00:00
njoly
03324155b9
Do initialise the callout when fetching a new request structure from
...
the pool, not when starting the timer. Likewise, destroy the callout
when giving back the item to the pool.
2009-07-06 11:46:49 +00:00
alc
3fb1b3bc21
Add a pmf(9) shutdown hook to acpiec(4) to use polling on shutdown.
...
This fixes DIAGNOSTIC's assertion failure:
cpu_switchto(): switching above IPL_SCHED
during ACPI shutdown.
OK'd by joerg@
2009-07-06 00:54:00 +00:00
alc
6ce0e276a4
Update reference to the Atheros HAL exported headers.
...
`external/isc/atheros_hal/dist', former `contrib/dev/ath/' is now in cpp(1)'s
include path.
Fix build of MERAKI kernel.
2009-07-06 00:43:22 +00:00
perry
eb247ff739
note that the return value of el_gets doesn't remain valid across
...
calls.
2009-07-05 21:55:24 +00:00
mrg
c4166bec0e
fix previous to actually pay attention to the unit number.
...
noted by drochner.
2009-07-05 21:35:16 +00:00
mrg
94a2d1af9e
install geext.h.
2009-07-05 21:30:30 +00:00
spz
1513d3badc
fix break for non-64bit systems due to non-applying macro resp variable
...
having crept in with the last patch.
ok martin, compile tested mbalmer and martin
2009-07-05 11:35:53 +00:00
cegger
598e09136a
pciioctl(), pci_devioctl():
...
simplify implementations of PCI_IOC_BDF_CFGREAD, PCI_IOC_BDF_CFGWRITE,
PCI_IOC_CFGREAD, PCI_IOC_CFGWRITE
No functional changes.
2009-07-04 21:20:56 +00:00
cegger
9b1a101d50
remove useless parenthesis
2009-07-04 21:01:10 +00:00
jakllsch
5b75384146
Further corrections for siisata.
...
Reset ch_status and ch_error at the beginning of any operation.
The chip only writes the RDH FIS to the SRAM when the error bit is
set in a RDH FIS (per the datasheet). Thus, satafis_sdb_parse() is
replaced with satafis_rhd_parse(). A valid FIS type field seems to
not be written to the SRAM, so don't bother checking it for the
correct magic.
Additionally, append 2009 to copyright year set, and remove
obsolete CVS Id lines from when this was in my repository.
2009-07-04 20:57:15 +00:00
jakllsch
464a6f95bf
Remove unused elements from siisata_softc.
...
Clean up siisata pci attachment.
noteable changes:
- Use aprint_*_dev where appropriate.
- Condense board match table and use C99 initializers.
- Use aprint_verbose for extra info.
Also, add 2009 to my copyright, as well as remove my local CVS tags.
2009-07-04 20:36:57 +00:00
cegger
49fc067aae
make functions static
2009-07-04 20:34:23 +00:00
tonnerre
a75354f443
Fix various vulnerabilities in OpenSSL which have not previously been
...
addressed: CVE-2009-1377, CVE-2009-1378, CVE-2009-1379, CVE-2009-1386
and CVE-2009-1387.
Changes deal mostly with size checking of various elements and fixes
to various error paths.
2009-07-04 19:52:10 +00:00
plunky
447afe8d7e
add interpretation of "PNP Information" service class (Device ID profile)
2009-07-04 16:01:15 +00:00
ahoka
39c5e1f59f
Get rid of the DOS line endings in the file.
...
No change of the code intended.
2009-07-04 14:31:38 +00:00
cegger
c9c9fcbb99
remove unused global variable.
2009-07-04 13:54:14 +00:00
cegger
efe8489506
use EXIT_FAILURE in places I missed in previous.
2009-07-04 13:50:08 +00:00
pgoyette
de4ed96bf9
Use a macro to define the conversion between ACPI temperatures and those
...
used by sysmon_envsys(4).
No functional change.
2009-07-04 13:36:49 +00:00