| Commit message (Expand) | Author | Age | Files | Lines |
| * | Declare setproctitle() as printf0-like. | Bruce Evans | 1998-12-16 | 1 | -2/+2 |
| * | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is | Bruce Evans | 1998-12-16 | 2 | -16/+14 |
| * | Implement and document fetchStatFTP. | Dag-Erling Smørgrav | 1998-12-16 | 2 | -49/+132 |
| * | Remove unused header files. Fix a few shadowing bugs. Improve error reporting. | Dag-Erling Smørgrav | 1998-12-16 | 2 | -57/+30 |
| * | Add verbose flag, and support functions. | Dag-Erling Smørgrav | 1998-12-16 | 10 | -59/+109 |
| * | Old stuff laying around: Don't use a function called getstr(), that has | Peter Wemm | 1998-12-16 | 1 | -1/+1 |
| * | Add reminder to return memory allocated by this call. | Warner Losh | 1998-12-16 | 1 | -1/+10 |
| * | Fix the "Unknown HTTP error" message. | Dag-Erling Smørgrav | 1998-12-15 | 1 | -3/+3 |
| * | Reviewed by: JKH | Wes Peters | 1998-12-14 | 2 | -86/+216 |
| * | Reviewed by: freebsd-current | Matthew Dillon | 1998-12-14 | 3 | -44/+192 |
| * | Commit out caveat about hardlinks to directories since they are | Steve Price | 1998-12-13 | 1 | -27/+27 |
| * | PR: docs/9050 | Matthew Dillon | 1998-12-13 | 1 | -0/+1 |
| * | Add required #include references to manual page | Matthew Dillon | 1998-12-13 | 1 | -0/+2 |
| * | oops. Fix indentation of the 'for' loop I just added. | Matthew Dillon | 1998-12-13 | 1 | -18/+18 |
| * | Handle the race condition where vipw may lock a password file which has | Matthew Dillon | 1998-12-13 | 1 | -6/+22 |
| * | Add a simple library for accessing i/o ports and memory on the alpha. | Doug Rabson | 1998-12-12 | 6 | -0/+743 |
| * | CALL -> PCALL for sigaltstack for libc_r. | John Birrell | 1998-12-10 | 1 | -1/+1 |
| * | Don't hide mknod, it doesn't need a wrapper and never has had one. | John Birrell | 1998-12-10 | 3 | -6/+6 |
| * | Add missing int to prototypes of mvaddstr and mvaddnstr. | Steve Price | 1998-12-10 | 1 | -2/+2 |
| * | Removed unused include of <kvm.h>. It was alarming for libc to apparently | Bruce Evans | 1998-12-07 | 1 | -3/+1 |
| * | Obtained from: "Jan B. Koum " <jkb@best.com> | Matthew Dillon | 1998-12-01 | 1 | -1/+2 |
| * | - Fix modulo bug that was masked by the correct code in libgcc.a which is | Nate Williams | 1998-11-30 | 1 | -1/+1 |
| * | On the alpha, sizeof(char*) != sizeof(int) which was assumed in | Doug Rabson | 1998-11-30 | 1 | -1/+1 |
| * | Fixed SUBDIR order. | Bruce Evans | 1998-11-29 | 1 | -2/+2 |
| * | Add support for pthread_mutexattr_settype(). As a side effect of | Eivind Eklund | 1998-11-28 | 6 | -60/+183 |
| * | Enable aio_read(2). | Joseph Koshy | 1998-11-24 | 1 | -2/+2 |
| * | Don't mention exit(3) in explanation; _exit(2) is a better choice. | Joseph Koshy | 1998-11-23 | 1 | -2/+2 |
| * | Install PAM modules into ${SHLIBDIR}, not ${LIBDIR}. | John Polstra | 1998-11-22 | 2 | -2/+2 |
| * | Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM | John Polstra | 1998-11-22 | 1 | -2/+0 |
| * | Better document the file format, add in support for nested {}'s in multi-line | Jordan K. Hubbard | 1998-11-22 | 2 | -8/+28 |
| * | Make sure libskey is built before libpam. It is required for one of | John Polstra | 1998-11-20 | 1 | -4/+6 |
| * | Fix a couple of typos. | John Polstra | 1998-11-19 | 1 | -3/+3 |
| * | Man page for aio_read(2). | Joseph Koshy | 1998-11-19 | 1 | -0/+189 |
| * | Enable the building of libpam. Move libradius and libtacplus up in | John Polstra | 1998-11-18 | 1 | -5/+6 |
| * | Build structure for contribified Linux-PAM, plus some home-grown | John Polstra | 1998-11-18 | 22 | -0/+1679 |
| * | Add an emply MAIN__() function. This avoid an unresolved reference error | Jean-Marc Zucconi | 1998-11-16 | 2 | -1/+2 |
| * | Update to reflect reality. | Jacques Vidrine | 1998-11-16 | 1 | -4/+4 |
| * | Use snprintf to make sure we don't overflow a buffer. | Kenneth D. Merry | 1998-11-15 | 1 | -4/+5 |
| * | Fix an error message. (it was using an uninitialized variable) | Kenneth D. Merry | 1998-11-15 | 1 | -2/+2 |
| * | Interrupt threads waiting in select etc. | John Birrell | 1998-11-15 | 3 | -0/+60 |
| * | Close a window between unlocking a spinlock and changing the thread state. | John Birrell | 1998-11-15 | 12 | -63/+93 |
| * | Enable libradius and libtacplus. | John Polstra | 1998-11-13 | 1 | -4/+5 |
| * | Initial import of TACACS+ client library donated by Juniper Networks, Inc. | John Polstra | 1998-11-13 | 6 | -0/+1812 |
| * | Initial import of RADIUS client library donated by Juniper Networks, Inc. | John Polstra | 1998-11-13 | 6 | -0/+1425 |
| * | Build libmd shared for a.out too. Required for some PAM modules. | John Polstra | 1998-11-12 | 1 | -4/+1 |
| * | Cleanup. Make it compile on alpha. | Dima Ruban | 1998-11-10 | 1 | -17/+0 |
| * | Fix a .Nm -> .Fn fix that was missed in the previous commit. | Joseph Koshy | 1998-11-09 | 1 | -1/+1 |
| * | fetch_err.h is a generated file, so don't look for it in ${.CURDIR}. | Dag-Erling Smørgrav | 1998-11-07 | 1 | -2/+2 |
| * | Second of a series of cleanups to libfetch. | Dag-Erling Smørgrav | 1998-11-06 | 12 | -231/+569 |
| * | Don't call pthread_mutex_lock with _SPINLOCK held. | Dmitrij Tejblum | 1998-11-06 | 3 | -63/+90 |