Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-21 | tweak; | Jason McIntyre | |
2006-07-20 | Introduce a new compiler warning, -Wstack-larger-than-N, to report | Miod Vallat | |
functions which are too greedy in stack variables. This is intended to be used for kernel compiles, where this warning will be enabled for a reasonable size (after a few weeks grace period so that people can upgrade their compiler). Please note that this warning relies upon md code, and as such is only available on platforms OpenBSD runs on; also, the stack size being warned on is only the local variables size, regardless of the ABI stack usage requirements and the callee-saved registers; which means a function may be warning-clean yet need more stack space than meets the eye; the actual size being checked on may change to include these extras in the future. | |||
2006-04-11 | minimal documentation for -fstack-protector-all and gcc -E -CC in 2.95.3. | Marc Espie | |
2005-04-27 | All gcc versions disable trampolines by default now. | Miod Vallat | |
2005-02-06 | disallow trampolines by default. okay miod@, jmc@ | Marc Espie | |
2005-01-18 | sentinel is now implemented in gcc 3.3.5; ok miod@ | David Krause | |
2005-01-11 | tweaks; | Jason McIntyre | |
2005-01-11 | be more specific about pp log attempts. | Marc Espie | |
explain about cast used as lvalues. | |||
2005-01-03 | Remove gcc 2.95/x86 specific notes, and mention the implicit | Miod Vallat | |
-fno-zero-initialized-in-bss for gcc 3. | |||
2004-12-31 | gcc 3.3.5; ok espie@ | David Krause | |
2004-12-13 | make hier(7) more visible; | Jason McIntyre | |
tweak some stuff while i'm in here; | |||
2004-09-02 | propolice -> ProPolice | Brad Smith | |
2004-08-26 | - update propolice URL | Miod Vallat | |
- write attribute names with their underscores (as was already the case for __bounded__) for consistency. | |||
2004-08-20 | correct name for usd, and sync somewhat w/ intro.8; | Jason McIntyre | |
2004-07-21 | the argument to most "cd" shell built-ins is optional, so | Jared Yanovich | |
reflect it in SYNOPSIS ok jmc | |||
2004-04-23 | remove note about bounded attribute not being implemented in gcc3 | Anil Madhavapeddy | |
2004-04-16 | list/display fixes, and whitespace; | Jason McIntyre | |
2004-02-21 | +gcc-local, common to both gcc versions. | Marc Espie | |
2004-01-31 | uniform documentation for gcc2 and gcc3. | Marc Espie | |
nits by jmc@, okay deraadt@ | |||
2003-07-28 | attempt to describe CDPATH a little better. note that csh uses cdpath | Ted Unangst | |
instead. ok input jmc@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2001-08-22 | "This section" and variants ==> 'The manual pages in section x' | Heikki Korpela | |
in intro manual pages to hopefully confuse users a little bit less aaron@ ok | |||
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-12-29 | Xr intro(9), too; mpech@prosoft.org.lv | Aaron Campbell | |
2000-10-26 | Some share/man fleshing. | Aaron Campbell | |
2000-03-19 | Various cleanups. | Aaron Campbell | |
1999-06-05 | more .Os cleanup, remove some trailing whitespace, cleanse some .Nm | Aaron Campbell | |
1998-12-16 | even more .Nm fixes | Aaron Campbell | |
1998-11-29 | kill superfluous .Nm macro arguments | Aaron Campbell | |
1998-11-03 | repairs | Aaron Campbell | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1997-06-15 | Mention that cd is a built-in. | Todd C. Miller | |
1997-06-10 | missing comma; josh@quick.net | Theo de Raadt | |
1997-04-12 | a -> an; soil@quick.net | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |