| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Update manual page to reflect changes in rev 1.12 of | jkoshy | 1998-11-06 | 1 | -3/+6 |
* | First of a series of cleanups to libfetch. Changed files, in | des | 1998-11-05 | 9 | -153/+260 |
* | Added a manual page for sendfile(2). | dg | 1998-11-05 | 2 | -2/+139 |
* | Remove stray .endif from previous commit (I hope this is right) | peter | 1998-11-04 | 1 | -2/+1 |
* | Include mergesort() in description of errors. | rnordier | 1998-11-04 | 1 | -1/+3 |
* | Drop unused labels. | rnordier | 1998-11-04 | 1 | -2/+2 |
* | Handle a zero elements argument. | rnordier | 1998-11-04 | 1 | -0/+3 |
* | Don't need this one anymore. | msmith | 1998-11-04 | 1 | -81/+0 |
* | Well I never. Seems like _setjmp()/_longjmp() are just what the doctor | msmith | 1998-11-04 | 3 | -8/+16 |
* | Improve the quality of isspace() to match expectations. This should make | msmith | 1998-11-04 | 1 | -2/+2 |
* | Don't try to build (nonexistent) Alpha setjmp until we have one. | msmith | 1998-11-04 | 1 | -1/+3 |
* | Move setjmp/longjmp implementations here from libc; no signal handling | msmith | 1998-11-04 | 4 | -4/+504 |
* | A feeble attempt at kld compatability. The mount_* programs assume that | peter | 1998-11-03 | 1 | -1/+10 |
* | Add: | msmith | 1998-11-01 | 5 | -10/+73 |
* | Add a new field to the devsw structure; dv_print, to print all valid units | msmith | 1998-10-31 | 3 | -2/+19 |
* | Typo. | jmz | 1998-10-30 | 1 | -1/+1 |