summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | format first.
* Remove local malloc prototypes, which are incorrect and conflict withkan2004-07-284-7/+0
| | | | both GCC builtin and system declared ones.
* Do not predeclare __inline functions, this makes no sense and generateskan2004-07-281-2/+2
| | | | a warning with gcc 3.4.x.
* Introduce SYSCTL_CHILDREN_SET macro which can be used in place ofkan2004-07-281-0/+2
| | | | cast as a value.
* Emply __used attribute to prevent compiler from removing unreferencedkan2004-07-281-1/+1
| | | | | | static symbols. This wasn't a problem with previous GCC releases, but unit-at-a-time mode of GCC 3.4.2 prevents linker set components from being emitted at all.
* Introduce __used attribute which serves as logical conuterpart ofkan2004-07-281-0/+2
| | | | preexisting __unused.
* 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
| | | | declaring it as u_short * and casting it back to uchar * all over the place.
* 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
| | | | as lvalues. I meant to replace a bogus function cast with less bogus one.
* 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
| | | | | inode field based on UFS version. Use DIP ro read values and DIP_SET to modify them throughout FFS code base.
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
| | | | 16bit locations.
* Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for thatdavidxu2004-07-281-1/+1
| | | | purpose.
* 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
| | | | GCC 3.4.2 issues warning about that.
* Name non-physical devices.ps2004-07-281-1/+1
|
* Initialize s variable early to shut up GCC warnings.kan2004-07-284-14/+31
| | | | | | | Do not declare inline functions without body as this is useless in general and generates a warning with GCC 3.4.x. Glanced over by: dhartmei
* Allow for aggressive function inlining. This might have to be fine-tunedkan2004-07-281-1/+3
| | | | later.
* 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
| | | | predefined symbols on all SPARC platforms and FreeBSD follows the crowd.
* 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
| | | | GCC 3.4.3-prerelease sources.
* Merge FreeBSD changes into GCC 3.4.2-prerelease:kan2004-07-281-55/+30
| | | | 1.2 Printf format errors fixes.
* 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
| | | | 1.2 Tweaks to make this file live beside our hacked config.
* Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZEkan2004-07-281-601/+271
| | | | overridable from the command line).
* 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
| | | | 1.8 Change symbol values to match freebsd.h.
* Update MI config bits for GCC 3.4.2-prerelease.kan2004-07-281-7/+4
|
OpenPOWER on IntegriCloud