freebsd-dev/usr.sbin/config
Ed Schouten 0732dbfff5 Improve portability of config(8).
- Use strlen(dp->d_name) instead of the unportable dp->d_namlen. Rename
  i to len to make it slightly more descriptive and prevent negative
  indexing of the array.
- Replace index() by strchr().

This supposedly fixes compilation on GNU systems.

Submitted by:	Robert Millan <rmh debian org> (original patch)
MFC after:	3 weeks
2011-07-03 20:59:57 +00:00
..
config.5 mdoc: drop redundant .Pp calls, kill EOL whitespace 2010-10-09 11:43:00 +00:00
config.8 Enhance config to handle MACHINEs with multiple architectures: 2010-07-13 04:08:08 +00:00
config.h - Merge changes to the base system to support OFED. These include 2011-03-21 09:40:01 +00:00
config.y Remove the advertising clause from UCB copyrighted files in usr.sbin. This 2010-12-11 09:38:12 +00:00
configvers.h Generate MACHINE= and MACHINE_ARCH= lines based on the machine 2011-02-11 06:35:53 +00:00
kernconf.tmpl Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some 2007-05-16 16:08:04 +00:00
lang.l Don't generate input() since it's not used. 2010-11-22 14:16:22 +00:00
main.c Improve portability of config(8). 2011-07-03 20:59:57 +00:00
Makefile The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00
mkheaders.c Clean some code that became obfuscated over the years: 2005-11-25 22:25:34 +00:00
mkmakefile.c - Merge changes to the base system to support OFED. These include 2011-03-21 09:40:01 +00:00
mkoptions.c Turns out that it is a bad idea to have a missing compat option be a 2010-08-15 08:44:32 +00:00