Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-13 | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | |
affected files | |||
2003-11-06 | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | |
2003-10-10 | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | |
reentrant, since there was still a shared static value. indent stuff, | |||
2002-09-10 | Fix some locking problems noted by Manuel. __getgrent() was always | Eric Andersen | |
called under lock, but the callers did not share the same locks... -Erik | |||
2002-08-18 | Yet more rework to make __getgrent and the functions that use it | Eric Andersen | |
reentrant... -Erik | |||
2002-06-12 | Silence warnings, clean things up. | Eric Andersen | |
-Erik | |||
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | |
This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | |||
2000-10-07 | Formatting update | Eric Andersen | |
2000-05-14 | Initial revision | Erik Andersen | |