wiz
198f608b4a
Bump date for previous.
2010-03-20 11:24:29 +00:00
wiz
4911578c38
New sentence, new line.
2010-03-20 11:23:37 +00:00
wiz
b6fd2b0fef
Sort SEE ALSO. New sentence, new line.
2010-03-20 11:18:59 +00:00
wiz
9e91ee2313
Serial comma; prepare for HTML-output.
2010-03-20 11:18:43 +00:00
jruoho
5f9d70bc72
Add the (ACM) journal where this appeared. Fix URL.
2010-03-20 10:26:06 +00:00
jruoho
260563ef8c
Note also here that this is a legacy daemon that is more or less deprecated.
2010-03-20 09:22:37 +00:00
jruoho
7e4def2e7d
Add a note that APM was deprecated by the PC manufacturers in about 1996.
...
Mention the APM emulation layer of ACPI. In addition, some small fixes.
2010-03-20 07:59:44 +00:00
mrg
c8c2757eb3
don't pass "maxaddr" as a boundary in bus_dmamap_create() like rev 1.8
...
did for _alloc().
2010-03-20 02:53:35 +00:00
pgoyette
9a70d7bce8
Fix the dbcool_{get,set}_limits() routines to properly deal with min/max
...
values on temp limits. The actual ranges for temp limits varies if the
chip is running in "extended temperature" mode, so we need to handle this
difference, too.
Verified on my home machine which runs in extended-temp mode and by
njoly@ on a machine which does runs in the older 2s-complement mode.
2010-03-20 02:42:19 +00:00
uwe
2ff643e1f6
Move openssl to the front of SUBDIR list and add .WAIT after it since
...
both netpgp and openssh depend on it. This should fix intermittent
failures of parallel builds (as seen e.g. on the autobuild cluster).
2010-03-20 02:07:33 +00:00
christos
b691db097d
more debugging compilation fixes.
2010-03-20 01:52:16 +00:00
christos
7fa75c35d6
fix debugging code.
2010-03-20 01:47:12 +00:00
christos
6d16572ef4
minimize ifdefs and avoid duplicated code.
2010-03-20 01:45:30 +00:00
dyoung
1d2aca0728
Add PCI_BAR(n) for the nth Base Address Register.
2010-03-20 00:23:41 +00:00
dyoung
061b0589a4
Add a prototype for pci_mmio_range_infer() that will infer the
...
range of memory forwarded by the host chipset to PCI.
2010-03-20 00:02:59 +00:00
dyoung
76d5da9433
Cosmetic: abbreviate: use pc' instead of
pci_chipset_tag'.
2010-03-19 23:27:12 +00:00
christos
3e2a63c711
- Make maximum memory limits for various things #define constants and use the
...
consistently across the code.
- Re-do note parsing code to read the section headers instead of the program
headers because the new binutils merge all the note sections in one program
header. This fixes all the pax note parsing which has been broken for all
binaries built with the new binutils.
- Add diagnostics to the note parsing code to detect malformed binaries.
- Allocate and free note scratch space only once, not once per note.
2010-03-19 22:08:13 +00:00
roy
51085124f6
Use the gcc directive to disable SSP warnings.
2010-03-19 20:53:50 +00:00
joerg
229d59407c
Fix set for tparm.html.
2010-03-19 20:31:50 +00:00
joerg
cd786ea4c3
Add man page for fast_divide32.
2010-03-19 20:11:21 +00:00
jruoho
b6acde9650
Bump date for the previous commit.
2010-03-19 20:07:00 +00:00
jruoho
54a337108a
Some cosmetic modifications, including removal of white space.
2010-03-19 19:36:27 +00:00
jruoho
b1f54665b4
Document some missing options. Fixes my own PR # 41913.
2010-03-19 19:17:54 +00:00
joerg
1b51c5fb09
Apply the equivalent of r426 and r427 from openpam repository:
...
Fix doc: pam_strerror() ignores pamh.
Portability tip.
2010-03-19 18:26:14 +00:00
joerg
bf23d3125d
Apply r432 from openpam repository:
...
pam_end() already contains a NULL check, and it is not unreasonable to
call it with a NULL pamh in a cleanup / error-handling situation. Remove
OPENPAM_NONNULL, which may cause gcc to optimize away the NULL check.
2010-03-19 18:16:14 +00:00
joerg
ec66a10c91
Namespace protection for mi_vector_hash.
2010-03-19 18:11:30 +00:00
dyoung
8149351614
First draft of a manual page for Matt Thomas' red-black trees. Please
...
review for correctness.
2010-03-19 18:02:22 +00:00
joerg
7780b0a4a4
Add functions for replacing runtime invariant 32bit unsigned divisions
...
with simpler full width multiplications and shifts + adds. The main
operations are generally at least 50% faster when serialised and often
better for parallelism as well.
2010-03-19 16:48:55 +00:00
pooka
23d5534a55
Avoid known unknown if the kernel presents us with an unknown
...
unknown for module class and/or source.
related to PR kern/43014
2010-03-19 16:25:33 +00:00
tsutsui
8058413106
Replace some magic numbers with macro. Tested on SMC_TT on atari.
2010-03-19 15:59:22 +00:00
tsutsui
3b71237085
Misc KNF.
2010-03-19 14:57:52 +00:00
tsutsui
e875fdc857
No need to override mem_ring value in ne2000_ipkdb_attach()
...
since a wrong calculation in dp8390_ipkdb_attach() was fixed.
2010-03-19 14:26:37 +00:00
tsutsui
829582d74c
ANSI'fy, misc KNF.
2010-03-19 14:20:56 +00:00
skrll
5b65f3319f
(re-)run gcc mknative for powerpc64.
...
Fixes PR/43008.
2010-03-19 14:01:57 +00:00
tsutsui
65fc75c7f3
u_intN_t -> uintN_t
2010-03-19 10:54:00 +00:00
tsutsui
60ea12aae5
bus_space_write_region_N() should also take a const buffer.
2010-03-19 10:45:09 +00:00
wiz
598aaef034
Remove trailing whitespace. Use Nm instead of Xr to itself.
2010-03-19 08:37:16 +00:00
he
b7401550b9
Constify the buffer pointer argument of the _bus_space_write_multi_<n>
...
inline functions, so that this builds again. (Otherwise, ne2000.c driver
would now fail to build.)
2010-03-19 08:28:44 +00:00
skrll
6fdbb020e1
Fix PMAPDEBUG build for previous.
2010-03-19 07:35:29 +00:00
skrll
dfb62ec228
Not all PA CPUs have the U-bit (uncacheable) for non-IO memory. In fact
...
most don't. Deal with non-equivalent aliases by removing and flushing the
managed mappings, and flushing the unmanaged mappings.
When flushing caches/TLB flush the cache before purging the TLB just in
case the flush enters the mapping into the TLB.
2010-03-19 07:29:44 +00:00
cnst
452f47d91d
document aiboost(4) removal and replacement with aibs(4) in doc/CHANGES
2010-03-19 04:19:28 +00:00
cnst
deaf16ef51
Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4).
...
http://mail-index.netbsd.org/tech-kern/2010/03/06/msg007458.html
Reviewed by <pgoyette>, <cegger>, <jruoho>, <tech-kern>.
2010-03-19 04:04:27 +00:00
pgoyette
03645b1cba
Document the new sysmon_envsys_sensor_event() function.
2010-03-19 02:20:44 +00:00
pgoyette
3a92a7609d
Modify previous commit. The routine to deliver events is intended to be
...
exported to device drivers, so rename it and move the declaration to
<dev/sysmon/sysmonvar.h>
2010-03-19 02:19:13 +00:00
cnst
291f4cc576
support W83667HG (0xa5) in wbsio(4); its hw mon is already supported by lm(4) as W83627DHG (0xc1)
2010-03-19 02:17:41 +00:00
dyoung
d2f2daad71
Remove superfluous cast (device_t to device_t).
2010-03-19 01:44:05 +00:00
dyoung
f4de9422d8
Use Cardbus_intr_disestablish() instead of cardbus_intr_disestablish().
...
Get rid of a (short) staircase in ex_cardbus_detach().
2010-03-19 01:34:46 +00:00
dyoung
cc222cba88
Don't pick up the network-interface, ethernet, and 802.11-related
...
definitions by chance (or by the bus-specific front-end #including them!).
#include them here, instead.
2010-03-19 01:32:30 +00:00
dyoung
1d4183c115
Don't pick up the <sys/sysctl.h> definitions by chance,
...
but #include here.
2010-03-19 01:31:11 +00:00
pgoyette
4e3cadf247
Separate event delivery from polling and limit evaluation in
...
sme_events_worker().
Provide a wrapper that can be called from sensor drivers' interrupt
routines to find and deliver a specific event.
XXX Actually updating sensor drivers (and their parent devices) to
XXX have interrupts is a future enhancement. This is simply an
XXX enabler.
2010-03-19 01:16:44 +00:00