summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move __iniline function definition before its first usage in the file.kan2004-07-281-8/+7
* Temporarily disable kernbb utility. It has to learn about new gcov datakan2004-07-281-1/+0
* Remove local malloc prototypes, which are incorrect and conflict withkan2004-07-284-7/+0
* Do not predeclare __inline functions, this makes no sense and generateskan2004-07-281-2/+2
* Introduce SYSCTL_CHILDREN_SET macro which can be used in place ofkan2004-07-281-0/+2
* Emply __used attribute to prevent compiler from removing unreferencedkan2004-07-281-1/+1
* Introduce __used attribute which serves as logical conuterpart ofkan2004-07-281-0/+2
* Introduce SLOT_SET macro and use it in place of casts as lvalues.kan2004-07-283-12/+16
* Avoid casts as lvalues.kan2004-07-2811-24/+37
* Avoid casts as lvalues. Declare local variable as u_char * instead ofkan2004-07-281-6/+6
* Initialize ; variable eraly to shut up GCC warning.kan2004-07-281-0/+1
* Forced commit to note that prevois commit has nothing to do with castskan2004-07-280-0/+0
* Avoid casts as lvalues.kan2004-07-283-7/+6
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-2811-109/+120
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
* Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for thatdavidxu2004-07-281-1/+1
* Avoid casts as lvalues.kan2004-07-283-4/+4
* Avoid casts as lvalues.kan2004-07-286-17/+33
* Make __packed attribute apply to structs themselves, not their typedefs.kan2004-07-281-14/+17
* Name non-physical devices.ps2004-07-281-1/+1
* Initialize s variable early to shut up GCC warnings.kan2004-07-284-14/+31
* Allow for aggressive function inlining. This might have to be fine-tunedkan2004-07-281-1/+3
* Avoid casts as lvalues.kan2004-07-282-2/+2
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-282-8/+0
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.kan2004-07-282-1/+2
* Avoid casts as lvalues.kan2004-07-282-4/+11
* Downgrade WARNS level until GCC 3.4.2 warning have been fixed.kan2004-07-281-1/+1
* Work around known GCC 3.4.x problem and use ANSI prototype for dremf().kan2004-07-281-2/+2
* Downgrade WARNS level for GCC 3.4.2.kan2004-07-283-2/+3
* Avoid casts as lvalues.kan2004-07-281-2/+2
* Downgrage WARNS level for GCC 3.4.x.kan2004-07-281-1/+1
* Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc tokan2004-07-281-9/+0
* s/round/fpround/ to avoid naming clash with GCC builtin function.kan2004-07-281-8/+8
* Add NO_WERROR here. Binutils as does not compile cleanly with GCC 3.4.x.kan2004-07-281-0/+1
* Add missing () to function invocation.kan2004-07-281-1/+1
* Do not use casts as lvalues.kan2004-07-282-2/+4
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-2826-1216/+1348
* We generate this file from config.h automatically.kan2004-07-281-1227/+0
* Merge rev. 1.2 (allow profiling of FORTRAN77 programs) infokan2004-07-281-31/+23
* Merge FreeBSD changes into GCC 3.4.2-prerelease:kan2004-07-281-55/+30
* Use stock version of this file now.kan2004-07-281-5697/+1493
* Update sparc64 MD bits to GCC 3.4.2-prerelease.kan2004-07-281-21/+13
* Merge FreeBSD changes into GCC 3.4.2-prerelease:kan2004-07-281-16/+6
* Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZEkan2004-07-281-601/+271
* Merge r1.11 (-mno-align-long-strings).kan2004-07-281-1845/+3132
* Update Amd64 MD bits for GCC 3.4.2-prerelease.kan2004-07-281-6/+9
* Update i386 MD bits for GCC 3.4.2-prerelease.kan2004-07-281-7/+12
* Update Alpha config MD bits for GCC 3.4.2-prerelease.kan2004-07-281-10/+13
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-43/+30
* Update MI config bits for GCC 3.4.2-prerelease.kan2004-07-281-7/+4
OpenPOWER on IntegriCloud