| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a fetchDebug global. Change the DEBUG macro so it only runs the | des | 2001-12-09 | 3 | -1/+5 |
* | Start using .St macro for POSIX.1-2001. | ru | 2001-12-08 | 2 | -4/+3 |
* | mdoc(7) police: sort xrefs. | ru | 2001-12-08 | 1 | -5/+5 |
* | Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e. | sobomax | 2001-12-08 | 1 | -1/+1 |
* | Get rid of unused anymore file! Alpha works fine with our strtod() now. | phantom | 2001-12-07 | 1 | -2496/+0 |
* | Return 'c' back to signed due to potential comparison problems | ache | 2001-12-07 | 6 | -60/+72 |
* | Fix a typo. | ru | 2001-12-07 | 1 | -1/+1 |
* | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | phantom | 2001-12-07 | 1 | -3/+3 |
* | Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include. | des | 2001-12-07 | 1 | -1/+2 |
* | Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be | wes | 2001-12-07 | 2 | -6/+32 |
* | Remove blank line. | fenner | 2001-12-07 | 1 | -1/+0 |
* | Now that _pam_init_handlers() works as intended, it seems clear that we | des | 2001-12-07 | 1 | -1/+1 |
* | We need pam_client.h from libpamc. This unbreaks world | des | 2001-12-06 | 1 | -0/+6 |
* | New, improved, more Posix-compliant strerror_r implementation, | wes | 2001-12-06 | 2 | -72/+78 |
* | Define PAM_READ_BOTH_CONFS. We can now have both /etc/pam.d and | des | 2001-12-05 | 1 | -1/+1 |
* | Clarify ' ' space issue | ache | 2001-12-05 | 2 | -2/+3 |
* | Install the correct version of pam_misc.h. | des | 2001-12-05 | 1 | -1/+1 |
* | Add dummy functions for all module types. These dummies return PAM_IGNORE | des | 2001-12-05 | 9 | -6/+542 |
* | Connect the man page to the build. | des | 2001-12-05 | 1 | -0/+1 |
* | Add a pam_self authentication module that succeeds if and only if the local | des | 2001-12-05 | 4 | -0/+257 |
* | mdoc(7) police: markup the previous delta. | ru | 2001-12-04 | 1 | -1/+3 |
* | Correct some egregious style bugs. | des | 2001-12-04 | 1 | -13/+21 |
* | Add a missing error check. This fixes a bug that would cause pwd_mkdb to | des | 2001-12-04 | 1 | -1/+2 |
* | Properly handle being redirected to an FTP URL. | des | 2001-12-04 | 1 | -1/+10 |
* | Add prototype for _ftp_request(). | des | 2001-12-04 | 1 | -4/+8 |
* | Reorganize to reduce code duplication. | des | 2001-12-04 | 1 | -64/+32 |
* | Fix typos getpeerid -> getpeereid. | tobez | 2001-12-02 | 1 | -2/+2 |
* | Use __FBSDID(). Also do a bit of cosmetic #if and header-order | markm | 2001-12-02 | 1 | -1/+4 |
* | Use the merged strtod.c everywhere. This has been tested on alpha and | peter | 2001-12-02 | 1 | -10/+1 |
* | Remove specific reference to ASCII space (' '), it is true for localized | ache | 2001-12-02 | 1 | -1/+1 |
* | Make it works for non ASCII compatible encodings too. | ache | 2001-12-02 | 6 | -42/+42 |
* | Style fixups. | markm | 2001-12-01 | 1 | -10/+10 |
* | WARNS=2 fixes. | markm | 2001-12-01 | 1 | -16/+11 |
* | Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN). | jkoshy | 2001-12-01 | 2 | -0/+12 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 2 | -9/+14 |
* | Merge the (in)complete ANSIfication work from src/crypto/telnet. | markm | 2001-11-30 | 1 | -8/+0 |
* | Invoke the new 'unifdef:' target, and make this lib a complete subset | markm | 2001-11-30 | 4 | -58/+51 |
* | Diff-reduce WRT src/secure/*telnet*/Makefile. | markm | 2001-11-30 | 1 | -5/+18 |
* | Merge NetBSD's changes from netbsd_strtod.c in preparation of | phantom | 2001-11-30 | 1 | -47/+54 |
* | Back out my 'fix', resid is different for strategy than for write | alfred | 2001-11-30 | 1 | -2/+2 |
* | Implement several of the c99 updates to printf(3): | fenner | 2001-11-30 | 2 | -211/+458 |
* | Make the same fix for writes to RAW objects. | alfred | 2001-11-30 | 1 | -2/+2 |
* | write should return the number of bytes written, not 0 on success. | alfred | 2001-11-30 | 1 | -1/+1 |
* | Clarify isblank range | ache | 2001-11-30 | 1 | -0/+14 |
* | Clarify valid isspace() range | ache | 2001-11-30 | 1 | -8/+10 |
* | Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last | green | 2001-11-29 | 1 | -0/+8 |
* | Clarify that is[x]digit() class is the same in any locale | ache | 2001-11-29 | 2 | -17/+18 |
* | Duh. Back out most of my previous commit. It was mostly covered in the | cjc | 2001-11-29 | 1 | -9/+1 |
* | Bump p1003.1-90 to p1003.1-96. | green | 2001-11-29 | 1 | -1/+1 |
* | rename() can't guarantee "to" always exists if it didn't exist in the first | gshapiro | 2001-11-29 | 1 | -1/+3 |