| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(I skipped those in contrib/, gnu/ and crypto/)
While I was at it, fixed a lot more found by ispell that I
could identify with certainty to be errors. All of these
were in comments or text, not in actual code.
Suggested by: bde
MFC after: 3 days
Notes:
svn path=/head/; revision=101677
|
|
|
|
| |
Notes:
svn path=/head/; revision=99500
|
|
|
|
|
|
|
| |
pollution from <strings.h>.
Notes:
svn path=/head/; revision=93590
|
|
|
|
|
|
|
|
| |
o register removal
o use new style prototypes and function definitions
Notes:
svn path=/head/; revision=90377
|
|
|
|
|
|
|
| |
PR: docs/30797
Notes:
svn path=/head/; revision=89362
|
|
|
|
| |
Notes:
svn path=/head/; revision=79454
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74814
|
|
|
|
| |
Notes:
svn path=/head/; revision=74529
|
|
|
|
| |
Notes:
svn path=/head/; revision=68949
|
|
|
|
| |
Notes:
svn path=/head/; revision=62983
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
| |
Notes:
svn path=/head/; revision=34670
|
|
|
|
|
|
|
| |
name.
Notes:
svn path=/head/; revision=31404
|
|
|
|
|
|
|
|
|
|
|
|
| |
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
Notes:
svn path=/head/; revision=29574
|
|
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24349
|
|
|
|
| |
Notes:
svn path=/head/; revision=22989
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=21635
|
|
|
|
|
|
|
| |
(Also did some minor cleanups.)
Notes:
svn path=/head/; revision=20387
|
|
|
|
|
|
|
| |
and <err.h>.
Notes:
svn path=/head/; revision=17424
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos in comments in hash.c.
- Remove unneeded and unused member from grouplist struct in hash.h.
(Curiously, the compiler never complained about this even though the
member was of type 'struct grps' which is not defined anywhere in
this program.)
- char ch -> int ch in revnetgroup.c.
- char *argv[0]; -> char *argv[]; also in revnetgroup.c.
- Force the user to specify at least one of the -u or -h flags
and complain if they specify both.
Notes:
svn path=/head/; revision=15754
|
|
program parses the /etc/netgroup file into netgroup.byuser and netgroup.byhost
format for NIS.
I used hash tables to store the initial netgroup data in memory and to
construct the 'reverse' netgroup output. It seems just as fast as the
SunOS revnetgroup, which is surprising considering this is my first
attempt at using hash tables in a real application. :)
Note that I canibalized a large chunk of getnetgrent.c to save myself
from having to write my own netgroup parsing functions.
Notes:
svn path=/cvs2svn/branches/WPAUL/dist/; revision=11814
|