| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add AUTHORS section | phantom | 2003-02-13 | 1 | -0/+6 |
* | Finally! Document all undocumented functions in libc_r. | phantom | 2003-02-13 | 10 | -0/+696 |
* | Break important implementation detail note into IMPLEMENTATION DETAILS | phantom | 2003-02-13 | 1 | -3/+7 |
* | Add cross reference for pthread_attr_get_np() | phantom | 2003-02-13 | 1 | -0/+1 |
* | Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack() | phantom | 2003-02-13 | 1 | -3/+2 |
* | Add appropriate MLINKS for functions documented in libgeom.3 | phantom | 2003-02-13 | 1 | -0/+10 |
* | Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument, | phantom | 2003-02-13 | 1 | -15/+16 |
* | Implement dlinfo() function. | kan | 2003-02-13 | 1 | -0/+8 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 13 | -102/+220 |
* | This manual is called SIGNBIT(3) not FPCLASSIFY(3). | mike | 2003-02-12 | 1 | -1/+1 |
* | Implement C99's signbit() macro. | mike | 2003-02-11 | 4 | -2/+102 |
* | Actually link in the attr_{set,get}stack. | alfred | 2003-02-11 | 3 | -0/+6 |
* | Use pam_get_user(3) instead of pam_get_item(3) where appropriate. | des | 2003-02-10 | 2 | -4/+4 |
* | Add pthread_attr_getstack() and pthread_attr_setstack(). | alfred | 2003-02-10 | 7 | -0/+359 |
* | Handle %%m properly in syslog format string. Previously it would expand | alfred | 2003-02-10 | 1 | -3/+13 |
* | Leak more stuff into libgeom. | phk | 2003-02-10 | 5 | -6/+582 |
* | Complete rewrite of pam_ssh(8). The previous version was becoming hard | des | 2003-02-09 | 4 | -557/+307 |
* | Implement fpclassify(): | mike | 2003-02-08 | 18 | -3/+530 |
* | Lower WARNS to 3 until I track down a way to explain that I know what | phk | 2003-02-08 | 1 | -1/+1 |
* | Include <sys/time.h>, it's not the users problem that we use bintime | phk | 2003-02-08 | 1 | -0/+1 |
* | Hook libgeom in. | phk | 2003-02-08 | 1 | -1/+1 |
* | Add libgeom to the system. | phk | 2003-02-08 | 4 | -0/+362 |
* | Maybe I was a little too fast? Remove debugging code, and commit the | des | 2003-02-06 | 3 | -2/+90 |
* | Fix build error. | nyan | 2003-02-06 | 1 | -1/+0 |
* | Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. The | des | 2003-02-06 | 2 | -1/+119 |
* | Make sure the message is only printed once. | des | 2003-02-06 | 1 | -3/+5 |
* | Don't blame markm for what he didn't do - writing these man pages, for | des | 2003-02-06 | 2 | -6/+2 |
* | Update copyright. | des | 2003-02-06 | 1 | -1/+1 |
* | Add support for escape sequences in the arguments (e.g. %u for user name) | des | 2003-02-06 | 2 | -24/+82 |
* | Export the PAM environment to the child process instead of the "normal" | des | 2003-02-06 | 2 | -3/+12 |
* | The .Fn function. Spelling. | charnier | 2003-02-06 | 2 | -10/+21 |
* | The .Fn function | charnier | 2003-02-06 | 1 | -1/+2 |
* | The .Fn function | charnier | 2003-02-06 | 11 | -29/+58 |
* | The .Fn function | charnier | 2003-02-06 | 10 | -33/+43 |
* | Minimal manual page for pam_kerberosIV(8). | des | 2003-02-06 | 2 | -0/+66 |
* | Fix use of an uninitialized pointer introduced in a previous revision. | mtm | 2003-02-06 | 1 | -0/+1 |
* | Since we drop NSHUFF values now, set default seed to what it becomes | ache | 2003-02-05 | 1 | -3/+3 |
* | Prevent uppercase after .Xr by adding ``The ... utility/system call''. | charnier | 2003-02-05 | 2 | -7/+9 |
* | Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented. | tjr | 2003-02-05 | 1 | -1/+7 |
* | - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel() | jhb | 2003-02-04 | 7 | -21/+18 |
* | Remove mostly unused disk arguments from Fixup_*_Names() functions. | jhb | 2003-02-04 | 1 | -9/+9 |
* | Grammer fix. | mikeh | 2003-02-04 | 1 | -1/+1 |
* | For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}() | ache | 2003-02-04 | 2 | -6/+15 |
* | Park & Miller PRNG can be safely initialized with any value but 0 and stuck | ache | 2003-02-03 | 2 | -2/+8 |
* | Document additional behaviour of this function (see | phantom | 2003-02-03 | 1 | -2/+12 |
* | Improve pthread_attr_get_np() by enabling it to return thread's real stack | phantom | 2003-02-03 | 1 | -1/+9 |
* | In pam_sm_acct_mgmt(), retrieve the cached credentials before trying to | des | 2003-02-03 | 1 | -3/+6 |
* | Whitespace cleanup | des | 2003-02-03 | 1 | -3/+3 |
* | OpenPAMify. | des | 2003-02-02 | 1 | -33/+10 |
* | For some combinations of variable sizes and RAND_MAX value rand_r() | ache | 2003-02-02 | 1 | -2/+4 |