Age | Commit message (Collapse) | Author |
|
makes pledge much simpler.
from jan stary
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
ok guenther@
|
|
|
|
Patch submitted by Ricardo Mestre <serial@helheim.mooo.com>
ok semarie@
|
|
^Z, or open up another terminal if there is something else to do.
ok deraadt
|
|
ok semarie@
|
|
it is libcurses program: at init it needs "stdio rpath getpw tty", and after
drop to just "stdio tty". "tty" is needed at end for restoring the tty.
initial patch from doug@
ok doug@ deraadt@
|
|
|
|
|
|
|
|
* lots of foo(str) --> foo("%s", str) transformations
* one totally insane foo(fmt, ap) --> vfoo(fmt, ap) conversion: how did
this ever work?
* prefer const char[] over char* for static format strings, as it lets
gcc check the format and eliminates an unnecessary pointer
ok beck@
|
|
ok beck@
|
|
ok beck@
|
|
* Whitespace is allowed between -D and the variable name.
* Each -D option only takes one single assignment.
* Drop excessive .Sm macro.
|
|
|
|
|
|
|
|
|
|
|
|
and few disambiguisations suggested by cc(1)
- parentheses around && within ||
- explicit braces to avoid ambiguous 'else'
ok doug@
|