njoly
bd5752189c
Add sleep to the list.
2012-03-30 15:49:24 +00:00
jruoho
47dea51ec6
Add regression tests for PR bin/3914 and PR bin/27140.
2012-03-30 09:27:10 +00:00
chs
6042004c72
adjust amap_cow_now() to make UVM_PAGE_TRKOWN happy.
2012-03-30 02:25:24 +00:00
skrll
2b99c32e34
Remove unnecessary #include
2012-03-29 21:44:10 +00:00
christos
df08f9313b
nbytes is now size_t
2012-03-29 21:21:04 +00:00
christos
ac37e644bb
- elide parameter tags
...
- make argument size_t as appropriate
- add begin/end decls
2012-03-29 21:20:08 +00:00
skrll
c6d197c52c
Use PSW_BITS to decode the bits of the PSW in db_dump_trap
2012-03-29 20:31:49 +00:00
christos
781d83f527
make constant explicitly unsigned
2012-03-29 19:27:05 +00:00
christos
ad6ae348d8
fix lint, should nbytes be changed to size_t to match with the struct passed?
2012-03-29 19:26:21 +00:00
wiz
1bfb052ed2
- improve wording;
...
- replace references to resolver(5) with ones to resolv.conf(5);
- remove references to FreeBSD (which were copied 1:1 from their
man page).
From patch by Bug Hunting.
2012-03-29 18:37:45 +00:00
wiz
e255887aeb
Replace references to resolver(5) with ones to resolv.conf(5).
...
From patch by Bug Hunting.
2012-03-29 18:37:21 +00:00
wiz
cbdb6a1f71
Fix typos; wording.
...
From patch by Bug Hunting.
2012-03-29 18:35:11 +00:00
wiz
18c15574cc
Punctuation.
...
From patch by Bug Hunting.
2012-03-29 18:33:19 +00:00
matt
7940f97404
Add support for PMAP_MINIMALTLB.
2012-03-29 15:49:08 +00:00
matt
f461970939
Add support PMAP_MINIMALTLB option. This changes the default use of TLB1
...
entries to map all of physical memory to using two TLB1 entries, one for
mapping text and one for data. The rest of memory is mapped using the
page table which is updated as needed. This is used to trap memory
corruption issues.
2012-03-29 15:48:20 +00:00
matt
271a309329
Add e500_tlb_minimize prototype.
2012-03-29 15:45:06 +00:00
matt
20e78297f8
Add vsize_t to pmap_md_{un,}map_poolpage.
...
Add pmap_kvptefill prototype.
Slightly change pmap_bootstrap prototype.
2012-03-29 15:44:40 +00:00
matt
1c80450050
Add PMAP_MINIMALTLB defflag
2012-03-29 15:42:59 +00:00
matt
4155ad0c2a
Add ldscript which aligns .data to a 1MB boundary. (used for testing)
2012-03-29 15:42:15 +00:00
matt
54cd1fd467
Fix P2020 GPIO support (which has pins that are input/output instead of just
...
input or output).
2012-03-29 14:47:09 +00:00
christos
4a263fd8ca
PR/46279: Dr. W. Stukenbrock: Off-by-one in buffer length check and make sure
...
that the password fits in the supplied buffer.
2012-03-29 14:43:58 +00:00
christos
b66595809f
The flush function makes the tests fail. So undo it for now until we decide
...
if the tests are wrong or the flushing is wrong.
2012-03-29 14:27:33 +00:00
christos
2ad3ddd659
PR?40728: W. Stukenbrock: Fix various issues with NIS-netgroups in users
...
and groups.
2012-03-29 13:05:10 +00:00
skrll
8cb9ddcae9
Check for HPPA_SID_KERNEL when checking for interrupt in the
...
mutex_enter critical section.
2012-03-29 09:26:24 +00:00
jruoho
2090d7b596
Adjust as per apb@'s suggestion.
2012-03-29 08:56:06 +00:00
macallan
1b769feadc
XXX
...
Don't assume LP64 unless lint itself is built as LP64
On mips64 we default to n32 which produces errors when things like
TARG_LONG_MAX don't fit into a long
A proper fix would be to teach lint about different target ABIs so it can
pick the right parameters, this is just a bandaid to make it slightly less
wrong and allow a mips64 build to complete.
2012-03-29 08:52:31 +00:00
jruoho
06f1efeb34
Few fundamental consistency checks for the abs(3) family.
2012-03-29 06:16:56 +00:00
jruoho
38e01d9198
There was also atoll(3).
2012-03-29 05:56:36 +00:00
jruoho
0d64217da5
Few naive consistency checks for the atoi(3) family.
2012-03-29 05:42:31 +00:00
pgoyette
7035c98bff
Add match for JMB362 (with two SATA ports).
2012-03-29 00:02:41 +00:00
christos
a080d61232
include <limits.h> for CHAR_MIN/CHAR_MAX
2012-03-28 20:11:25 +00:00
christos
537334cc90
add aliases for the protocol format
2012-03-28 17:39:33 +00:00
christos
20331437fc
make CHAR_{MIN,MAX} work for both -fsigned-char and -funsigned-char
2012-03-28 17:04:41 +00:00
christos
7484a2dbbe
- Normalize inclusion protection (remove)
...
- Move CHAR_{MIN,MAX} to a common file.
- Fix broken comments
2012-03-28 17:03:27 +00:00
christos
61a429c0b1
only provide compatibility i/o functions to the ones provided by the caller.
2012-03-28 15:21:11 +00:00
pgoyette
e1ce5b34af
Regen for JMB362
2012-03-28 14:55:22 +00:00
pgoyette
64616916a3
Add JMB 362 (as found on ASUS M5A99X motherboard)
2012-03-28 14:54:15 +00:00
jruoho
9ca3e29208
Apparently there is a CVE coming for the bug, so append that to a comment.
2012-03-28 10:38:00 +00:00
jruoho
53263fa593
Add a small test that checks that random(3) does not always return zero when
...
the RNG is initialized with zero. Prompoted by the recent nasty bug in the
OpenBSD libc.
2012-03-28 10:33:57 +00:00
roy
ff5545ad26
Import dhcpcd-5.5.6
2012-03-28 10:22:46 +00:00
roy
f08761da93
* Fixed a potential segfault with IPv6 option handling
...
* Add a suffix to all our config files so that RA never stamps on IPv4
* All valgrind errors fixed on FreeBSD (with ./configure --debug=YES)
* When started with an interface list, respect that with signal handling
* Fix a potential route table corruption if we failed to add a route
2012-03-28 10:19:31 +00:00
christos
7035527430
disable exact cpu override to fix cross-compiling on linux
2012-03-27 21:56:04 +00:00
roy
f1459dd4ef
Import openresolv-3.5.1
2012-03-27 21:23:45 +00:00
roy
cf0cc01bbe
Import openresolv-3.5.1 to fix resolv_conf_local_only.
2012-03-27 21:21:24 +00:00
christos
52ec92ba25
more cross lint friendlyness
...
XXX: needs more constants converted double/float
2012-03-27 19:24:01 +00:00
jruoho
78d78ed5a9
Fix a regression introduced during the change of the DMI naming conventions
...
(rev. 1.48). Also add a quirk for ASUSTeK's M2A-MX in order to allow
powernow(4) to attach (reported by bouyer@).
2012-03-27 18:37:57 +00:00
jruoho
2e3d44b8f5
Fix another type in the metadata.
2012-03-27 17:57:02 +00:00
bouyer
968c24dd6d
Do not sleep in callout context, this will hang the clock soft interrupt.
...
Should fix PR kern/46217.
2012-03-27 17:48:17 +00:00
christos
b0fe139da0
add funopen2() and friends
2012-03-27 15:07:01 +00:00
christos
0ed4e38b3f
funopen2()
2012-03-27 15:06:01 +00:00