| Commit message (Expand) | Author | Age | Files | Lines |
* | Old stuff laying around: Don't use a function called getstr(), that has | peter | 1998-12-16 | 1 | -1/+1 |
* | Add reminder to return memory allocated by this call. | imp | 1998-12-16 | 1 | -1/+10 |
* | Fix the "Unknown HTTP error" message. | des | 1998-12-15 | 1 | -3/+3 |
* | Reviewed by: JKH | wes | 1998-12-14 | 2 | -87/+217 |
* | Reviewed by: freebsd-current | dillon | 1998-12-14 | 3 | -44/+192 |
* | Commit out caveat about hardlinks to directories since they are | steve | 1998-12-13 | 1 | -27/+27 |
* | PR: docs/9050 | dillon | 1998-12-13 | 1 | -0/+1 |
* | Add required #include references to manual page | dillon | 1998-12-13 | 1 | -0/+2 |
* | oops. Fix indentation of the 'for' loop I just added. | dillon | 1998-12-13 | 1 | -18/+18 |
* | Handle the race condition where vipw may lock a password file which has | dillon | 1998-12-13 | 1 | -6/+22 |
* | Add a simple library for accessing i/o ports and memory on the alpha. | dfr | 1998-12-12 | 6 | -0/+743 |
* | CALL -> PCALL for sigaltstack for libc_r. | jb | 1998-12-10 | 1 | -1/+1 |
* | Don't hide mknod, it doesn't need a wrapper and never has had one. | jb | 1998-12-10 | 3 | -6/+6 |
* | Add missing int to prototypes of mvaddstr and mvaddnstr. | steve | 1998-12-10 | 1 | -2/+2 |
* | Removed unused include of <kvm.h>. It was alarming for libc to apparently | bde | 1998-12-07 | 1 | -3/+1 |
* | Obtained from: "Jan B. Koum " <jkb@best.com> | dillon | 1998-12-01 | 1 | -1/+2 |
* | - Fix modulo bug that was masked by the correct code in libgcc.a which is | nate | 1998-11-30 | 1 | -1/+1 |
* | On the alpha, sizeof(char*) != sizeof(int) which was assumed in | dfr | 1998-11-30 | 1 | -1/+1 |
* | Fixed SUBDIR order. | bde | 1998-11-29 | 1 | -2/+2 |
* | Add support for pthread_mutexattr_settype(). As a side effect of | eivind | 1998-11-28 | 6 | -60/+183 |
* | Enable aio_read(2). | jkoshy | 1998-11-24 | 1 | -2/+2 |
* | Don't mention exit(3) in explanation; _exit(2) is a better choice. | jkoshy | 1998-11-23 | 1 | -2/+2 |
* | Install PAM modules into ${SHLIBDIR}, not ${LIBDIR}. | jdp | 1998-11-22 | 2 | -2/+2 |
* | Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM | jdp | 1998-11-22 | 1 | -2/+0 |
* | Better document the file format, add in support for nested {}'s in multi-line | jkh | 1998-11-22 | 2 | -8/+28 |
* | Make sure libskey is built before libpam. It is required for one of | jdp | 1998-11-20 | 1 | -4/+6 |
* | Fix a couple of typos. | jdp | 1998-11-19 | 1 | -3/+3 |
* | Man page for aio_read(2). | jkoshy | 1998-11-19 | 1 | -0/+189 |
* | Enable the building of libpam. Move libradius and libtacplus up in | jdp | 1998-11-18 | 1 | -5/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r41227, | jdp | 1998-11-18 | 21 | -0/+1631 |
|\ |
|
| * | Build structure for contribified Linux-PAM, plus some home-grown | jdp | 1998-11-18 | 21 | -0/+1631 |
* | | Build structure for contribified Linux-PAM, plus some home-grown | jdp | 1998-11-18 | 1 | -0/+48 |
* | | Add an emply MAIN__() function. This avoid an unresolved reference error | jmz | 1998-11-16 | 2 | -1/+2 |
* | | Update to reflect reality. | nectar | 1998-11-16 | 1 | -4/+4 |
* | | Use snprintf to make sure we don't overflow a buffer. | ken | 1998-11-15 | 1 | -4/+5 |
* | | Fix an error message. (it was using an uninitialized variable) | ken | 1998-11-15 | 1 | -2/+2 |
* | | Interrupt threads waiting in select etc. | jb | 1998-11-15 | 3 | -0/+60 |
* | | Close a window between unlocking a spinlock and changing the thread state. | jb | 1998-11-15 | 12 | -63/+93 |
* | | Enable libradius and libtacplus. | jdp | 1998-11-13 | 1 | -4/+5 |
* | | This commit was generated by cvs2svn to compensate for changes in r41120, | jdp | 1998-11-13 | 6 | -0/+1812 |
|\ \
| |/ |
|
| * | Initial import of TACACS+ client library donated by Juniper Networks, Inc. | jdp | 1998-11-13 | 6 | -0/+1812 |
* | | This commit was generated by cvs2svn to compensate for changes in r41118, | jdp | 1998-11-13 | 6 | -0/+1425 |
|\ \
| |/ |
|
| * | Initial import of RADIUS client library donated by Juniper Networks, Inc. | jdp | 1998-11-13 | 6 | -0/+1425 |
* | Build libmd shared for a.out too. Required for some PAM modules. | jdp | 1998-11-12 | 1 | -4/+1 |
* | Cleanup. Make it compile on alpha. | dima | 1998-11-10 | 1 | -17/+0 |
* | Fix a .Nm -> .Fn fix that was missed in the previous commit. | jkoshy | 1998-11-09 | 1 | -1/+1 |
* | fetch_err.h is a generated file, so don't look for it in ${.CURDIR}. | des | 1998-11-07 | 1 | -2/+2 |
* | Second of a series of cleanups to libfetch. | des | 1998-11-06 | 12 | -231/+569 |
* | Don't call pthread_mutex_lock with _SPINLOCK held. | dt | 1998-11-06 | 3 | -63/+90 |
* | Added info about non-blocking support. | dg | 1998-11-06 | 1 | -1/+15 |