tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
chpass
/
at
jcs
8 files
Makefile
I forgot that chpass(1) and passwd(1) reach-around into libc for getpwent.c (isn't it horrible), and therefore lack visibility of the the libc-internal __hash_open() function. Use -DFORCE_DBOPEN in chpass/Makefile and passwd/Makefile and adjust getpwent.c to use the external visible interface. Is there a better way?
2 years ago
chpass.1
man pages: add missing commas between subordinate and main clauses
4 years ago
chpass.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
chpass.h
remove duplicate prototype
1 year ago
edit.c
Replace use of the old BSD st_*timespec members in struct stat with the POSIX-standard st_*tim members.
2 years ago
field.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
table.c
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
16 years ago
util.c
tzfile.h is an internal header that should never have been installed. What's worse, the tzfile.h that gets installed is over 20 years old and doesn't match the real tzfile.h in libc/time. This makes the tree safe for /usr/include/tzfile.h removal. The TM_YEAR_BASE define has been moved to time.h temporarily until its usage is replaced by 1900 in the tree. Actual removal of tzfile.h is pending a ports build. Based on a diff from deraadt@
11 years ago