Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau | |
ok millert@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-01 | add missing enumeration case to select to kill gcc warning | Anil Madhavapeddy | |
millert@ ok | |||
2002-07-06 | KNF | Theo de Raadt | |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-09-11 | repair getgrgid_r() and getgrnam_r() as the standart says; from d@ | Peter Valchev | |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard | |
2000-01-08 | fix sizeof's when aliasing reentrant structures. | David Leonard | |
(this caused group name lookups to fail) | |||
2000-01-06 | use thread-specific storage for the members list | David Leonard | |
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | Todd C. Miller | |
errors reasonably and deal correctly with unsigned quantities. | |||
1998-11-20 | Add 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 | |||
1997-12-19 | gid_t is unsigned | Theo de Raadt | |
1997-07-09 | Clean up some -Wall complaints. | Todd C. Miller | |
1997-01-25 | sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.se | Jason Downs | |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo 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-25 | Prototype internal functions | Thorsten Lockert | |
Do the right thing in presense of __STDC__ | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |