| Commit message (Expand) | Author | Age | Files | Lines |
* | [This is a null commit to supply the correct log entry] | dfr | 1998-12-23 | 2 | -2/+2 |
* | Implement fpsetmask() and other fp*() functions. Programs should use | dfr | 1998-12-23 | 10 | -33/+61 |
* | Implement and document file list retrieval. | des | 1998-12-21 | 8 | -13/+207 |
* | Added documenation for the existing implementation of asctime_r, | wes | 1998-12-20 | 1 | -0/+35 |
* | Add "fla" to Disk_Names() | phk | 1998-12-19 | 1 | -2/+2 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -3/+5 |
* | Don't specify a language to compile_et. | des | 1998-12-18 | 5 | -12/+12 |
* | Enable building libio on the alpha. | dfr | 1998-12-17 | 1 | -2/+6 |
* | Note that dying on NULL is an implementation detail. | eivind | 1998-12-17 | 1 | -5/+7 |
* | Restore old semantics (broken in rev 1.47's buffer overflow fix). | eivind | 1998-12-17 | 1 | -1/+3 |
* | <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 |