summaryrefslogtreecommitdiff
path: root/lib/libc/yp
AgeCommit message (Collapse)Author
2000-03-15implimented -> implementedTodd T. Fries
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-11-30fix include list; dogcow@redback.comTheo de Raadt
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-02-27make function names the correct caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-01-20for yp_match() and yp_next(), do not permit keys longer than YPMAXRECORDTheo de Raadt
1997-06-13null/NUL; lukemTheo de Raadt
1997-04-29possible buf oflowTheo de Raadt
1997-02-05that cannot be rightTheo de Raadt
1997-01-28encourage a few more udp whacks at the serverTheo de Raadt
1996-12-28an entire an entireJason Downs
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-12-03never bitch about first failureTheo de Raadt
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-05check for port 20Theo de Raadt
1996-07-01update rcsidTheo de Raadt
1996-07-01streamline, check portsTheo de Raadt
1996-05-22repair return values, more checkingTheo de Raadt
1996-04-25NIS+ in YP compatibility mode does not support a working yp_order(). amdTheo de Raadt
wants one so it can flush it's cache intelligently. Here's a working compromise... solution worked out by matthieu@laas.fr and I.
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely.
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1996-03-09From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-25fix accidental free() of unallocated objectTheo de Raadt
1995-10-24new email address :-)Theo de Raadt
never forget to call _yp_unbind() if we need to bail out
1995-10-18initial import of NetBSD treeTheo de Raadt