Commit Graph

210294 Commits

Author SHA1 Message Date
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
christos
de001ba2a5 - widen the internal read and write calls to match the syscalls
- add funopen2() which provides access to flush() and the wider calls.
- make use of the new flush call in fmemopen()
2012-03-27 15:05:42 +00:00
jruoho
63dad69a2e Fix typo. 2012-03-27 12:32:47 +00:00
jruoho
4f5cd33ee1 Mark the failing tests as broken. XXX: If no one is willing to maintain
the ipf tests, these should be removed.
2012-03-27 09:27:33 +00:00
jruoho
651e2c6948 Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841. 2012-03-27 08:16:33 +00:00
njoly
015162ac4e Adjust the memset size to not override the nul byte at the end of buffer
array.
2012-03-27 07:54:58 +00:00
jruoho
1e806afd68 Append a case for (fixed) PR bin/25899. From Min Sik Kim. 2012-03-27 07:39:00 +00:00
jruoho
32204f9f4d Add a check for old PR bin/2486. 2012-03-27 07:23:06 +00:00
plunky
baa0e1c58b add details of pcc 2012-03-27 07:09:03 +00:00
plunky
e3dce4cb15 note pcc upgrade 2012-03-27 07:07:46 +00:00
joerg
13a266b186 Use :Q for quoting. Execute shell script using the host shell. 2012-03-27 00:36:06 +00:00
wiz
ecd0670167 Remove unnecessary Ns; fix formatting nit. 2012-03-26 22:06:04 +00:00
macallan
e05df72103 correctly draw alpha fonts with an uneven number of pixels per characters
radeon is weird how it handles leftovers
2012-03-26 21:59:01 +00:00
mrg
568410ae67 deal with PR#46232: ensure locking around audio_clear() is handled
consistently and avoid locking against self.
2012-03-26 18:26:10 +00:00
hannken
68e229c7e8 When backed by a sparse file limit the number of pending requests.
Should fix PR #45829: "writing to vnd on sparse file blocks on pager_map"
where the pager_map gets exhausted by requests enqueued on a vnd
device and the device worker thread blocks on putpages() needing the map.

While here always sync the underlying vnode before calling biodone().

XXX: vnd should be converted to mutex/condvar.
2012-03-26 16:28:08 +00:00
njoly
22d3abd7be Now that permissions for msdos have been fixed, kill times() special
case which was wrong.
2012-03-26 15:13:20 +00:00
njoly
346de04ed8 Initialise permissions mask to a sensible value (0755).
While here convert leading spaces to tabs.
2012-03-26 15:10:26 +00:00
roy
dc2b68efce Import openresolv-3.5.0 2012-03-26 14:50:12 +00:00
roy
3ea18e4c78 Sync 2012-03-26 14:43:01 +00:00
roy
333b300105 Import openresolv-3.5.0 with the following changes:
* Added resolv_conf_local_only which defaults to true.
  This means that if you configure a local nameserver we don't add
  any other nameservers to resolv.conf to avoid duplicate queries.
* Add domain_blacklist and name_server_blacklist variables.
  We default name_server_blacklist to 0.0.0.0 to handle some faulty
  routers.
* Add .Lk macro to URLs.
* Fix IPv6 parsing on domains which include an IPv4 server for dnsmasq.
2012-03-26 14:41:33 +00:00
plunky
5b72322c69 update for pcc-20120325 2012-03-26 14:31:12 +00:00
plunky
b0dc17edf5 resolve merge conflicts 2012-03-26 14:30:46 +00:00
plunky
f48728536a Update to pcc-20120325
The full changelog is at

 http://pcc.ludd.ltu.se/fisheye/changelog/~date=2012-03-25T06%3A00%3A00/pcc

and includes some bug and documentation fixes.

The siginifcant improvements were that the __returns_twice__ attribute is
now accepted, and a problem parsing attributes on parameters of function
prototypes was fixed.

(both of these issues caused problems compiling with the NetBSD headers)
2012-03-26 14:26:07 +00:00
wiz
eb52893a29 Fix wrong variable in snprintf. From Henning Petersen in PR 46259,
ok manu@
2012-03-26 11:03:43 +00:00
mrg
9a1921b3ca don't use mutex_spin*() on an IPL_NONE mutex. fixes PR#46120. 2012-03-26 06:49:15 +00:00
wiz
43a44d853f From patch by Bug Hunting:
- bump the manpage's date (because of the next change);
- note that cp(1) does not preserve hard links (even with `-R'),
  and refer to pax(1) there as well as in the `SEE ALSO' section
  for such functionality (this change is based upon a similar note
  in FreeBSD's version of the manpage);
- change a wording, for more overall consistency.
2012-03-25 22:37:08 +00:00
christos
9bd5031289 cast RHS of >>= operation to unsigned int 2012-03-25 19:53:41 +00:00