christos
b3030fe685
need to include in fb.
2011-05-23 02:48:48 +00:00
christos
4c91249bf3
fix name
2011-05-22 16:08:48 +00:00
plunky
1c3db706be
provide endian information to libpcc
...
(shame this doesn't use the same TARGET_XXX_ENDIAN
definition as the rest of the sources)
2011-05-22 12:01:26 +00:00
plunky
e73fc4c682
let external.h be built as a side effect of external.c, as
...
listing it explicitly means that mkext is run concurrently
twice when MAKE_JOBS > 1
2011-05-22 11:53:46 +00:00
tsutsui
6bab75db1a
Rename xorg.conf in the xserver set to xorg.conf.sample to avoid
...
overwriting a possibly modified user config file. Suggested by jmmv@.
2011-05-21 11:38:52 +00:00
tsutsui
8e8df817c6
Add RCSId.
2011-05-20 16:35:38 +00:00
plunky
762c58f13a
simplify PCC inclusion; MKPCCDMDS is not really required
2011-05-20 16:02:21 +00:00
joerg
7fb15e5d28
Update LLVM/Clang snapshot to create the correct relocation when memory
...
locations are used as immediates on AMD64.
2011-05-20 13:40:04 +00:00
tsutsui
2d893f8c1e
Add sample xorg.conf file for zaurus.
2011-05-20 08:40:04 +00:00
msaitoh
56f5ce9baa
Add support for 6050(6250 and 6150) and 6005(6205).
...
TODO: update iwn.4 manpage.
2011-05-20 01:59:14 +00:00
joerg
7845a1c161
Update LLVM/clang snapshot for support of -Wa,--fatal-warnings in the
...
integrated assembler
2011-05-19 21:06:01 +00:00
plunky
72323ee0ff
add -Dlseek64=lseek to fix the build in geode_msr.c
2011-05-18 20:55:09 +00:00
macallan
feea15727f
wsfb is no longer borked
2011-05-17 22:29:06 +00:00
joerg
d14e81e4ad
Update to LLVM/Clang revision 131404. This includes the fix for asm labels
...
on builtins (broke longjmp usage) and a better cross-compiling support
in combination with -m32/-m64.
Update configuration to include /usr/include/clang-3.0 in the search
path.
2011-05-16 19:27:47 +00:00
christos
5717128087
- turn on maintainer mode
...
- disable rules on doc
- regen
2011-05-16 00:23:20 +00:00
christos
77f7462f16
Disable wsfb, uses old loader api that does not exist anymore
2011-05-15 23:42:01 +00:00
christos
4a966d7fec
Add include path
2011-05-15 22:55:01 +00:00
christos
475b6e36c5
Add HAVE_TERMCAP_H
2011-05-15 21:35:58 +00:00
christos
e3c101ef06
Add -DHAVE_UNISTD_H
2011-05-15 21:32:47 +00:00
christos
10bda8c1e8
Add defines to get the proper prototypes in place.
2011-05-15 21:25:33 +00:00
christos
dc8891d19c
add HAVE_VASPRINTF so that we use it.
2011-05-15 21:19:20 +00:00
christos
cc7fbb210a
repeat; fix same mistake from libXaw that broke wide build.
2011-05-15 21:09:30 +00:00
christos
aa795f85d1
fix wide char support; don't use the wrong macro names.
2011-05-15 21:05:12 +00:00
christos
4e14e91053
fix missing prototypes.
2011-05-15 18:33:33 +00:00
christos
72b8fabea7
Add missing prototype.
2011-05-15 17:52:41 +00:00
christos
2c52b012a9
missing string.h
2011-05-15 01:16:29 +00:00
christos
3326babf00
copy from misc directory
2011-05-15 01:13:29 +00:00
joerg
4e20b7f563
Provide correct builtin search path for amd64's -m32 mode.
2011-05-14 22:27:58 +00:00
christos
5d62bbf09c
remove dup code.
2011-05-13 21:15:34 +00:00
christos
2344ff9853
resolve conflicts
2011-05-13 01:52:12 +00:00
christos
5ccaa8c050
from ftp.astron.com.
...
- many security related fixes
- no MAXPATHLEN limits
- fixed missing text specification on ascii magic
- new ``pascal'' style string formats
- whitespace comparison fix
- more magic
2011-05-12 20:46:28 +00:00
joerg
46f5119e40
Update LLVM and Clang snapshot
2011-05-12 14:56:22 +00:00
tron
72a05cf740
Import Postfix 2.8.3:
...
Postfix releases 2.8.3, 2.7.4, 2.6.10 and 2.5.13 are available. These contain
a fix for CVE-2011-1720 which affects Postfix SMTP server configurations that
use Cyrus SASL authentication. Besides full releases, patches are available
for Postfix 1.1 and later.
This defect was introduced with the Postfix SASL patch, and is present in all
Postfix versions where the command "postconf mail_release_date" reports a
value of 20000314 (March 14, 2000) or greater.
Note: CVE-2011-1720 does not affect Postfix SMTP servers that use Dovecot
SASL authentication. It also does not affect the common Postfix SMTP server
configurations that use only Cyrus SASL mechanisms PLAIN and LOGIN.
More details will be available at http://www.postfix.org/CVE-2011-1720.html .
2011-05-11 09:10:01 +00:00
taca
0b00ab0979
Apply fix by BIND 9.8.0-P1: https://www.isc.org/CVE-2011-1907 .
2011-05-06 15:28:19 +00:00
christos
da96ddd961
PR/44928: Henning Petersen: Remove missing include dirs in Makefile.inc
2011-05-02 19:04:54 +00:00
tron
09880ffbca
Remove (off by default) option to build Postfix with Cyrus SASL support.
...
As "libsasl" integration can now be considered stable it is no longer
necessary to suppor this hack.
2011-04-29 15:21:44 +00:00
plunky
03a0366bc0
build mkext with the same flags as ccom (lack of -DGCC_COMPAT in
...
particular, but add -Dos_ and -Dmach_ just in case)
2011-04-29 08:33:02 +00:00
macallan
86df5467cf
only default to wskbd where we used to do so with Xorg -configure and where
...
we know the kbd driver has a translation map
2011-04-28 23:28:11 +00:00
rjs
bb870dae98
Add cache module to the build.
...
Fixes PR/42809.
2011-04-23 15:26:05 +00:00
adam
6eea015c15
Added postgresql-license
2011-04-22 08:19:25 +00:00
drochner
eefdc5052a
fix V->version flag
2011-04-20 10:10:32 +00:00
christos
305cf7b18b
PR/44876: Aleksey Cheusov: awk: incorrect return value of function srand()
...
Make it return the value of the previous random seed as the standard mandates.
2011-04-18 15:23:28 +00:00
martin
518b4814dd
Hint from dsl: make sure to have the /etc/protocols file already open
...
before doing a chroot() if run as root. Easily done by a setprotoent(1)
call. This is a better (less intrusive) fix for PR bin/44721.
2011-04-17 11:45:40 +00:00
joerg
032ce801a7
Really apply roff.c 1.134 for the conditional stack fix
2011-04-15 22:05:51 +00:00
mrg
905b08a092
regenerate for mipsy mips
2011-04-15 21:25:05 +00:00
joerg
873b4d7d94
Install clang's MD headers into /usr/include/clang-3.0 similar to GCC.
2011-04-15 19:31:06 +00:00
matt
d8543ba5b8
Add bfd_mach_mips_xlr (this is easier than running mknative-binutils and
...
achieves the same result but it is a hack).
2011-04-15 17:57:39 +00:00
joerg
a5447c9e30
Deal with two cases of name shadowing
2011-04-15 15:50:28 +00:00
joerg
78bc4f7461
Update build glue for mdocml 1.11.1.
2011-04-15 14:36:28 +00:00
joerg
9c655dd9de
Merge for mdocml-1.11.1
2011-04-15 13:47:17 +00:00