1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
OpenBSD
Go to file
schwarze 90fd17c2a2 Simplify the part of args() that is handling .Bl -column phrases:
Delete manual "Ta" handling because macro handling should
not be done in an argument parser but should be left to the
macro parsers, which exist anyway and work well.
No functional change, minus 40 lines of code.

Confusing and redundant code found while investigating
an old bug report from tim@.
2015-10-15 22:45:07 +00:00
bin Remove an unused included header (sys/stat.h). 2015-10-15 20:01:53 +00:00
distrib Use MI installboot instead of disklabel -B to install boot blocks. 2015-10-15 19:28:31 +00:00
etc no mail for _rebound. deraadt 2015-10-15 21:25:44 +00:00
games Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
gnu Correct handling of enum attributes with g++ 2015-10-07 10:26:23 +00:00
include tame -> pledge. 2015-10-09 01:26:40 +00:00
lib Don't Xr flock, since that is not the locking method used. 2015-10-15 19:35:24 +00:00
libexec Pledge login_token with "stdio rpath wpath cpath fattr getpw tty". 2015-10-15 20:14:23 +00:00
regress bugfix: add ${.CURDIR} to deal with obj symlinks 2015-10-14 13:23:25 +00:00
sbin Remove disklabel -B (NUMBOOT) support. All the platforms which used to need 2015-10-15 19:31:15 +00:00
share add missing comma and missing range restriction, found by smilint 2015-10-15 19:18:01 +00:00
sys When using a pf rule with both nat-to and rdr-to, it could happen 2015-10-15 19:48:44 +00:00
usr.bin Simplify the part of args() that is handling .Bl -column phrases: 2015-10-15 22:45:07 +00:00
usr.sbin it is perhaps better style to not call close() on -1, even if harmless 2015-10-15 22:21:28 +00:00
Makefile must make obj in etc as well; the etc.*/Makefile stubs depend upon it. 2015-08-23 14:22:56 +00:00
Makefile.cross Use target BSDOBJDIR when cross-compiling libraries 2015-06-05 21:48:35 +00:00