| Commit message (Expand) | Author | Age | Files | Lines |
* | <sys/types.h> isn't a prerequisite for <kvm.h>. | bde | 1998-12-16 | 1 | -1/+0 |
* | The previous commit was bogus. <stdlib.h> was never a prerequisite | bde | 1998-12-16 | 1 | -2/+0 |
* | Declare size_t and ssize_t if they are not already declared, so that | bde | 1998-12-16 | 1 | -6/+15 |
* | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This | bde | 1998-12-16 | 1 | -17/+12 |
* | Declare setproctitle() as printf0-like. | bde | 1998-12-16 | 1 | -2/+2 |
* | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is | bde | 1998-12-16 | 2 | -16/+14 |
* | Implement and document fetchStatFTP. | des | 1998-12-16 | 2 | -49/+132 |
* | Remove unused header files. Fix a few shadowing bugs. Improve error reporting. | des | 1998-12-16 | 2 | -57/+30 |
* | Add verbose flag, and support functions. | des | 1998-12-16 | 10 | -59/+109 |
* | 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 |