Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark _MCOUNT_DECL as __used to prevent gcc4 from optimizing it away when it | 2010-05-09 | 1 | -2/+2 | |
| | | | | | | is only referenced from inline asm. ok jsg@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | deregister & ansify. ok deraad@ marco@ cloder@ | 2005-03-23 | 1 | -8/+8 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -2/+2 | |
| | |||||
* | tabify + trailing blanks | 1997-07-23 | 1 | -3/+2 | |
| | |||||
* | proto; felix@mamba.pond.sub.org | 1997-01-30 | 1 | -1/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | use p->hashfraction when doing non-time-critical calculations, rather than | 1996-06-18 | 1 | -8/+15 | |
| | | | | | | | | | | | using HASHFRACTION directly. in time-critical calculations, if HASHFRACTION is a power of two, check that p->hashfraction == HASHFRACTION and if so do the calculation with the compiled-in value so that the compiler can optimize out (potentially) expensive divisions. if p->hashfraction != HASHFRACTION, actually do the division. This has the result that on machines with slow division, the division can be optimized out of the common case, but that if HASHFRACTION changes from the compiled-in value (for whatever reason), profiling will still work. Changes suggested by Chris Torek. | ||||
* | Protect internal mcount symbol from lint(1) | 1996-03-25 | 1 | -0/+2 | |
| | | | | Use __asm, not asm | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+184 | |