Commit Graph

210264 Commits

Author SHA1 Message Date
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
christos
9c9d360d27 - change from size_t to unsigned int because we don't need the extra width
- cast to unsigned int results of quad ops
2012-03-25 19:53:18 +00:00
christos
9c65f155f8 PR/43597 was fixed 2012-03-25 18:50:19 +00:00
christos
1cd38287c6 PR/43597: Don't break from parsing word tokens in we are in double quotes.
Fixes: sh -c 'echo "${foo:="first-word"} second-word"'
2012-03-25 18:49:13 +00:00
christos
ec4d512c60 ksh trap has been fixed. 2012-03-25 17:30:59 +00:00
christos
bc5ad24935 PR/6764: Charles M. Hannum: `trap 0' does not work in ksh subshells. When
subshells exit normally, use unwind(LEXIT) instead of unwind(LLEAVE) so that
traps get executed.
2012-03-25 17:23:48 +00:00
christos
ea65e6a5bc PR/41558 has been fixed. 2012-03-25 16:31:51 +00:00
christos
a105f91c05 PR/41558: Stathis Kamperis: Treat a backslash followed by NUL as NUL, instead
of a backslash if FNM_NOESCAPE is not set. According to TOG: a backslash in
a pattern followed by any other character, will match that second character
in the string.
2012-03-25 16:31:23 +00:00
christos
14758c77e1 PR/41061 fixed 2012-03-25 16:10:13 +00:00
christos
cd4f9f6dc5 PR/41061: Steven Drake: mtree -d complains about extra symlinks 2012-03-25 16:07:04 +00:00
nakayama
c2aa90f24b Redo previous. Print register as a hexadecimal. 2012-03-25 15:40:32 +00:00
martin
c61dd382be Make 32bit kernels compilable 2012-03-25 13:44:04 +00:00
nonaka
8ec4451998 fix style. 2012-03-25 10:01:06 +00:00
martin
d6ad405412 PRIu64 is not the right format string for unsigned long long. 2012-03-25 09:50:45 +00:00
martin
997712ca59 Redo rev 1.154 by using an explicit MKSHNOECHO that does not output anything. 2012-03-25 09:15:20 +00:00
martin
bb4ba021f4 Make explicitly clear that we mean raw I/O on device passthru, not just
generic passthru.
2012-03-25 08:48:40 +00:00
wiz
fd09849b4f Fix Dd argument, add serial comma, capitalize NetBSD. 2012-03-25 08:45:02 +00:00
wiz
a426452f1d Bump date for previous. 2012-03-25 08:42:21 +00:00
joerg
010e9a3d31 Be UTF8 clean. 2012-03-25 08:17:54 +00:00
joerg
0e8643658c Don't pass assembler flags to genassym, it doesn't compile. 2012-03-25 06:55:19 +00:00
joerg
b753e46cc9 Use array access 2012-03-25 06:54:04 +00:00
dholland
75549012e9 fix non-PAM build 2012-03-25 05:55:07 +00:00
christos
52485d00ca use check_eq instead of require. 2012-03-25 04:11:42 +00:00
mrg
61c995fb7c replace splhigh() usage with an IPL_HIGH mutex. 2012-03-25 03:51:33 +00:00
mrg
529bbcf93d - save the "version#" in the softc, we will want it later
- enable some more things in the schizo CSR:
	- tomatillo: DMA arbitration enable:
	- tomatillo: prefetch read multiple / one / line
	- schizo: enable parking unless "no-bus-parking" is set
	- schizo: enable streaming buffer interrupts
	- schizo: enable bus arbitration for schizo, not these reseved
	  bits for tomatillo

partly from and entirely inspired by freebsd schizo_attach().
2012-03-25 03:13:08 +00:00
mrg
853fd126df reduce the #ifdef DEBUG usage by using the optimiser. 2012-03-25 02:31:00 +00:00
uebayasi
f464a5fd74 Don't print blank lines when !CTFCONVERT. 2012-03-25 01:56:02 +00:00
mrg
96a847205b print %i7 for data faults 2012-03-25 01:41:03 +00:00
nonaka
1d153dde62 Mention about urtwn(4). 2012-03-25 00:16:30 +00:00
nonaka
db4c04c984 Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices. 2012-03-25 00:11:16 +00:00
christos
0b08384416 byte swap the inet6 ports. 2012-03-24 21:51:23 +00:00