Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-15 | make that 0664 until we find out why umask is not being applied | Todd C. Miller | |
1998-07-15 | open gmon.out mode 0644, not 0666 | Todd C. Miller | |
1998-07-05 | use STDERR_FILENO; kleink | Theo de Raadt | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-01-30 | proto; felix@mamba.pond.sub.org | Theo de Raadt | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-09-05 | protect getenv, do not oflow, fix unused debug; bitblt and deraadt | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-06-18 | use p->hashfraction when doing non-time-critical calculations, rather than | Theo de Raadt | |
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. | |||
1996-03-25 | Protect internal mcount symbol from lint(1) | Thorsten Lockert | |
Use __asm, not asm | |||
1995-12-14 | from cgd@netbsd: | Theo de Raadt | |
kill a gratuitous cast of lowpc to an int Add support for PROFDIR environment variable | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |