summaryrefslogtreecommitdiffstats
path: root/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* f_bavail has been 64bits for some time now so revert 1.12.fgsch2013-10-241-2/+0
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-242-2/+2
* fix a few obvious .Ar markup errors (unfortunately, there are many more)schwarze2013-10-191-10/+10
* Depending on wether the kernel has been compiled with or withoutbluhm2013-10-191-0/+1
* Merge binutils 2.15 einfo() buffering change to binutils-2.17.millert2013-10-091-0/+4
* Make stderr buffered in einfo(). Speeds up display of error messagesmillert2013-09-301-0/+4
* gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextramiod2013-09-051-1/+1
* Explicitely define USE_GAS for OpenBSD targets; the configure machinery inmiod2013-09-051-0/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-139-12/+12
* A few fixes from Tim Mcintosh:miod2013-08-111-6/+49
* Remove an optimizer workaround for alpha/gcc2 although it was beingbrad2013-08-081-5/+1
* ino_t will never be smaller than 32 bits again; prep for when it's 64 bits.guenther2013-08-081-5/+5
* Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther2013-08-082-4/+4
* don't warn on missing newline at eofjsg2013-08-073-7/+0
* Remove gcc 2.95 from the tree. One of the least bogus compiler we had (althoughmiod2013-08-065869-1523173/+0
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-064-22/+10
* Switch vax to gcc 3.3.6.miod2013-08-063-6/+15
* One major difference between gcc 2.95 and gcc 3, is that the latter comesmiod2013-08-062-0/+6
* Use proper types for device and inode numbersguenther2013-08-051-3/+3
* Fix attribute((init_priority)) on sparc and sparc64.kettenis2013-07-302-0/+8
* Register GDB_OSABI_OPENBSD_ELF as well.miod2013-07-131-0/+2
* In Perl_upg_version(), do not compare double against 10e50 on vax, for thismiod2013-07-131-0/+4
* ELF configuration for gcc3 on vax.miod2013-07-113-5/+99
* Put the a.out as and ld to rest in the Attic, finally!miod2013-07-05247-97951/+0
* ELF_TOOLCHAIN bye bye.miod2013-07-054-55/+3
* VAX ELF toolchain, using `%' as the register prefix. Heavily based uponmiod2013-07-0516-137/+261
* Add support for the GCC binary integer constants extension.jsg2013-07-044-6/+87
* add support for %td for ptrdiff_t in kernel printfsf2013-07-031-3/+4
* Unbreak "make includes" with an empty /usr/include by creating the 'objc'mpi2013-07-011-1/+3
* exists() calls in make are expensive so switch to test(1) and use the shellrobert2013-06-211-5/+4
* Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTmiod2013-06-201-2/+2
* don't link to hx509, pthread and ntlm related librariesrobert2013-06-191-1/+1
* Shuffle library link order to appease the static arch deities.miod2013-06-181-1/+1
* link to the new kerberos librariesrobert2013-06-171-1/+1
* Update to sendmail-8.14.7jca2013-06-1237-252/+520
* Disable a broken optimization in try_combine(); GCC PR #34628.miod2013-06-061-0/+2
* classify_integer(): test whether the value can be built using the `set'miod2013-06-042-41/+67
* Add "length" attribute to "weird" class instructions of small length: usermiod2013-06-042-22/+32
* Do not feed UTF-8 input into mandoc or nroffschwarze2013-06-041-1/+8
* avoid rebuilding server.c and client.c in the install targetrobert2013-06-031-2/+2
* Only produce UTF-8 output if the user's locale asks for it.schwarze2013-06-031-1/+1
* backport commitid support from newer CVS (with a different random idjcs2013-06-039-1/+91
* Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlikemiod2013-05-181-1/+2
* Replace strcpy() calls with strlcpy() to avoid triggering warnings whenmiod2013-05-181-2/+2
* Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.miod2013-05-182-1/+89
* Don't reject '++' and '--' in expressions. Some versions of gcc emit these.kettenis2013-05-171-6/+9
* make sure the linear ordering matches what makedoc actually does, otherwiseespie2013-05-141-3/+3
* Allow gdb on m88k to fetch symbols from shared libraries when debuggingmiod2013-05-094-2/+87
* Define WINT_TYPE as well.miod2013-05-091-0/+3
* Define LOCAL_ALIGNMENT as well.miod2013-05-091-0/+3