Age | Commit message (Collapse) | Author | Files | Lines |
|
permanently by replacing printf() on systems that don't have a C99
printf lib
(This used to be commit eacb5357c347255817a0a47abe7dadfaf24301fa)
|
|
(This used to be commit db694a7c82e4b5071aa7f609de6ecde90a8d42dd)
|
|
(This used to be commit e251c211f7fa67e2e32d684f10a742b496913284)
|
|
(This used to be commit 8cc456e6dcb348375dbded0de1a0c07ea6bf8ff9)
|
|
(This used to be commit 0e1d4be23ab807b17959e09dffbaf9c8c8dd048e)
|
|
places to avoid a #ifdef
(This used to be commit 095b8057740a4bb207e24e4c63a2dcb53521a72f)
|
|
(This used to be commit f3b24ea48a70268be5a3af601b5bb923d446c5d5)
|
|
(This used to be commit e98e0a28a0cb79e272c0caa0bcb3b5fb6bf3a17b)
|
|
honor the MMAP_BLACKLIST
(This used to be commit c2f2dbb5d1c082ee1391908073336a9dfc10f712)
|
|
flag. Unfortunately that flag conflicts with the -AC99 flag, and we
get lots of breakage.
This is a trick to force off the -Ae option
(This used to be commit eb93fb8e54c46df35904e03870063c4532599442)
|
|
(This used to be commit 45a3a6a566de020578c24feb5788367efd685f29)
|
|
(This used to be commit 6ff100b26698a50ba79b587a687cc0d440f73b55)
|
|
(This used to be commit 81230464600bd3a2bb283303b2b9c71f6409675b)
|
|
(This used to be commit b2bba4e7261e4daf2be44110c454eb0e217836ca)
|
|
it's the broken BSD make again where we endup with this:
... -c torture/libnet/libnet_rpc.c -o libnet/libnet_rpc.o
metze
(This used to be commit 97d73452c55c7110f25687d33e026f326a43b03c)
|
|
(This used to be commit 08562d6ebe6b2c48026f0d1e97ec4dd8ea215b2c)
|
|
(This used to be commit 86ef345cbf98e38b4e135cf52761c7268b608313)
|
|
(This used to be commit 449fab2c264aa50601f9a2d3310f1910ba97706b)
|
|
(This used to be commit 41cb3a9258012e628a2d87959cc066f6c5d92255)
|
|
library. Even though we don't like to that library, it gets loaded via
nss-ldap, which means nss-ldap calls into the samba ldap lib with the
wrong parameters, and crashes.
We really need to use a completely different namespace in libcli/ldap/
(This used to be commit c440e0eed9afae5fe69995a7416971e7c8560779)
|
|
metze
(This used to be commit fa060ff7a6bcbfbdd8cbb08af44dc462d3d289a7)
|
|
metze
(This used to be commit 13f54d8fa73a2a53dee4911ee65de1debffb76ce)
|
|
(This used to be commit d082a3c5f5785e9d7775d94542ce9cc8ef098f63)
|
|
metze
(This used to be commit 82bf7013058caa25a62cde98e4c68083952b0f88)
|
|
emacs compile mode (hint, paste to a file, and compile as "cat
filename").
This allowed me to fix nearly all the warnings for a IA_64 SuSE build
very quickly.
(This used to be commit eba6c84efff735bb0ca941ac4b755ce2b0591667)
|
|
(This used to be commit 95878272cdb20d20c0866fdee35081ae63afa64e)
|
|
(This used to be commit dee6551dc36789506a59bcd3242f208d5bfd5d6f)
|
|
so that older autoconf versions still work
metze
(This used to be commit 43970e6d081e56837e38856a9d05c8b9c303955e)
|
|
(This used to be commit 46ab2b9971c100afa2ed2cb8da0390cfaa9b7032)
|
|
If this works well, we can remove our own test
(This used to be commit b4b028e65e242b0fa1d74454bfa0b292917088eb)
|
|
needed on AIX 5.2 for C99 structures
(This used to be commit 2dc9239a3621f48fbb410a60fee61d70f85ada91)
|
|
(This used to be commit ce5b1b8c09a9fe07fb953e7ad6bef204f98918aa)
|
|
(This used to be commit 007da6115a4af137cfb774c35767a9073130e4bf)
|
|
of sendfile()
(This used to be commit 3e0f262b384b73183452aefabca93c01d53387a8)
|
|
(This used to be commit 03f9c67c066d772d9a544f1183fbee609ab8137b)
|
|
generation for smbreadline.d. The problem was caused by
extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build
using lib/smbreadline/smbreadline.o, which means cflags.pl didn't
match the target.
Hopefully the workaround can be removed when metze or jelmer wake up
and give me a hint on how to make SMB_SUBSYSTEM() not add the ./
prefix :-)
(This used to be commit 826cd304a7cf54ab60ea41b6ecf00ca7b89f2b39)
|
|
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
|
|
(This used to be commit 77c442cd469ba881215e025c87ce632c876eb617)
|
|
What we want to do here is to just make sure res is freed.
Well let's just do so explicitly, the steal cofused me
initially while reading the code. This way it is clear
what we want to do.
Simo.
(This used to be commit 30a26a501fef939991a2e998003c5a43fd5cb67e)
|
|
correct memory context).
Andrew Bartlett
(This used to be commit b4f234e507fa94e9600c362fb6edb704d299cfce)
|
|
(This used to be commit 320003127690ab98fc2185f0eb528a778cae2740)
|
|
(This used to be commit d853dcfda771888f80a80e14ffabb1c0e58a340e)
|
|
(This used to be commit 50318dc55ed5eb70adb02a5680498fad3c3e590d)
|
|
C99 initialisers without any flags, but if you don't give it -AC99
then it dies when those initialisers are very complex
(This used to be commit 46f72d7e3f285d08a043b4e8551f22c4dffe65e5)
|
|
always at it as first private dependencies
metze
(This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
|
|
must be a pretty old readline lib!
(This used to be commit ba901e6820c02bc696c0bd3e9e0788801fd0795b)
|
|
this should help with coreserverbuild (Mac OS X)
(This used to be commit b0efbdfa98cfda87a78874c2a71a52cc091e4021)
|
|
(This used to be commit 6a48f75eaef031538c3e5b98d8672919bba7c409)
|
|
(This used to be commit dd7af58b83815620114795aa49bc30b2440bd81b)
|
|
- also specify USE_HOSTCC = YES on binaries that use HOSTCC
I also disable autodependecies as this change let make run forever,
I hopefully fix that tomorrow
metze
(This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
|