drochner
d18545dea2
pull in upstream rev. 191413 to fix integer overflow in objalloc_alloc
...
(CVE-2012-3509)
2012-10-25 17:00:16 +00:00
martin
2900740595
Make warnings non fatal for older gcc versions - I couldn't figure out how to
...
shut up gcc when compiling for vax. Feel free to fix differently if you
find a better solution.
2012-10-25 15:14:36 +00:00
tsutsui
213ea85b98
Make the default choice of "Install from" menu to use the sets
...
in the default file system (assuming which come with the CD/USB image)
and skip distmedium menu if the root file system is not md(4).
Also change "CD-ROM / DVD" menu option accordingly on ports which
have install images. PR/47038
XXX: still no responsible maintainer of non-en translations
2012-10-25 15:05:22 +00:00
martin
a5430d17c3
Revert previous - casting to long is a bad idea, as the value will overflow.
...
Pointed out by apb.
2012-10-25 15:04:05 +00:00
martin
f5962309a9
Add a few casts to avoid (IMHO bogus) gcc warnings breaking the vax build.
2012-10-25 13:14:32 +00:00
msaitoh
a9ceb4700c
Move the prototype definition of ether_input() from if.h to if_ether.h.
2012-10-25 11:53:14 +00:00
msaitoh
11dd166429
Add 1000baseT-FDX.
2012-10-25 10:59:43 +00:00
christos
81f024e94e
rename ptyfs_flag -> ptyfs_status to avoid confusion with ptyfs_flags
2012-10-24 23:36:15 +00:00
wiz
76b8df0e8c
Whitespace improvements.
2012-10-24 22:56:27 +00:00
christos
429bc5b7d7
explain a bit more what's wrong with alloca(3)
2012-10-24 22:25:49 +00:00
christos
97d3085eb3
Add a warning when we are using the libc version of alloca(3).
2012-10-24 22:10:52 +00:00
skrll
312162546c
Remove unnecessary cast.
...
From chuq (I think)
2012-10-24 21:45:09 +00:00
skrll
0ba600c8bd
Compare pointer against NULL not 0.
2012-10-24 21:31:06 +00:00
apb
410421ee21
Avoid using glob patterns that might match enough files to give
...
"Arg list too long" errors. Change the "find" command to use
"-exec ... +" instead of "-exec ... \;" to make it more efficient.
2012-10-24 21:23:55 +00:00
skrll
975e296a40
Add the ifls register.
2012-10-24 21:23:45 +00:00
joerg
570a37472e
Remove alloca when we get a chance to avoid issues like PR lib/47120.
...
With an modern optimising compiler, backend integration is necessary as
soon as frame pointers are optional.
2012-10-24 20:14:55 +00:00
riz
4f04915409
Add some missing NetBSD releases: 4.0.1, 5.0.1, 5.0.2 and 5.1.2.
2012-10-24 19:33:04 +00:00
riz
cae18824ce
Re-add a line from NetBSD 0.8 to FreeBSD 1.0, which got lost in the
...
last commit. From the original commit log of rev 1.33:
revision 1.33
date: 2006/03/02 16:21:53; author: tls; state: Exp; lines: +3 -3
Add line from NetBSD 0.8 to FreeBSD 1.0, reflecting the fact that the
patchkit maintainers were provided with a prerelease snapshot of NetBSD,
changes from which they integrated into their working tree, well prior
to their announcement of the FreeBSD project. Per personal communications
with Charles Hannum and Chris Demetriou. This line is in at least one
other published version of this chart, but seems to never have been in
the version in our repository (unfortunately, cvs diff on ascii art is
not very helpful).
2012-10-24 19:14:26 +00:00
royger
cbd5ff4886
xen: don't use grants 0-8
...
Not all grants from the first frame can be used, grants from 0 to 8
(both included) are reserved for external tools. Using this grants
caused system crashes and fs corruption.
Closes PR port-xen/47057 and port-xen/47056
Reviewed by bouyer@
2012-10-24 13:07:46 +00:00
tsutsui
82c859d266
Remove useless md_may_remove_boot_medium messages. PR/47039
2012-10-24 11:36:02 +00:00
pgoyette
93d803dab3
Note that -d, -r, and -t are mutually exclusive and only the last one
...
is used.
While here, alphabetize the other list of r/d/t flags.
2012-10-24 02:46:25 +00:00
enami
78b4053513
The id chgrp command is required to change is not uid but gid.
2012-10-24 01:12:51 +00:00
christos
0b25fef287
remove error(1) output.
2012-10-24 00:30:52 +00:00
christos
eb32eb3957
update for tzcode2012g
2012-10-24 00:12:08 +00:00
christos
fb0d3fd558
apply 2012g via patch
2012-10-24 00:10:03 +00:00
christos
0966ff043a
fix the mystery of the bad directory times.
2012-10-23 23:31:00 +00:00
matt
6e8d5de6cc
Support a MEMSIZE option
2012-10-23 23:16:05 +00:00
matt
4c081d1236
Add MEMSIZE as an option.
2012-10-23 23:13:20 +00:00
matt
9c56f67ee2
When allocating the kernel virtual addresses, make sure to match the
...
color of the user addresses.
2012-10-23 22:50:00 +00:00
wiz
ee9b5a26a5
Add --date and --reference to SYNOPSIS.
2012-10-23 20:44:22 +00:00
christos
968ce182a5
- use {g,s}etprogname()
...
- fix usage
2012-10-23 17:55:46 +00:00
wiz
2690e9488f
+ ly
2012-10-23 17:30:59 +00:00
dyoung
9496624c30
Run $(TOOL_CTAGS) instead of ctags: sometimes it's better than the host's
...
native ctags, and it's nice to have consistent ctags from one host to another.
2012-10-23 16:08:12 +00:00
christos
722882388a
allow non-command keysyms to be mapped as commands (experimental)
2012-10-23 15:30:45 +00:00
macallan
98249f3c06
make anti-aliased character drawing work on hardware where stride != width * bytes per pixel
2012-10-23 15:12:59 +00:00
skrll
4b8894bd4b
Correct inverted boolean logic for the coherent flag introduced in r1.61
...
Fixes slow nfs seen by msaitoh@
2012-10-23 12:23:20 +00:00
macallan
56d117046e
support anti-aliased fonts
2012-10-23 11:53:18 +00:00
christos
2b7d68ecf8
- remove obsolete = { syntac
...
- print context for yyerror()
- add a production to clarify a syntax error
2012-10-23 01:59:18 +00:00
pgoyette
8955665a05
Note that -d flag also precludes historical usage.
2012-10-22 22:59:33 +00:00
christos
730c385f2b
Recognize --date and --reference like gnu.
2012-10-22 21:51:58 +00:00
christos
3a1d62f3bf
This move is taking too long :-) make the file re-appear to fix the build.
2012-10-22 21:21:07 +00:00
christos
c8bd03f1a4
support --reference=rfile
2012-10-22 18:02:26 +00:00
christos
c8bb8a7a53
fix argument parsing.
2012-10-22 18:00:46 +00:00
christos
bc8069542c
add --reference=rfile
2012-10-22 17:47:06 +00:00
jakllsch
855ce55c8b
Work around missing __BUS_SPACE_HAS_STREAM_METHODS on some ports.
2012-10-22 16:43:05 +00:00
matt
64683924bd
Switch to ARM_VECTORS_HIGH
2012-10-22 15:43:32 +00:00
matt
f81200e3b1
Only call cpu_{,s}dcache_inv_range if len > 0
2012-10-22 15:01:18 +00:00
jakllsch
133b402371
Attribute "The STAR WARS Song" to "Weird Al" Yankovic under the proper title,
...
"Yoda". Correct said lyrics.
Correct lyrics to "Weird Al" Yankovic's "One Of Those Days".
2012-10-22 14:33:27 +00:00
christos
f8f2550e7b
define __alignof() in terms of __alignof__ if it is available.
2012-10-22 14:00:07 +00:00
drochner
1bbaa05cd5
mention "discard" (ATA "TRIM") support
2012-10-22 10:37:44 +00:00