| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add auto-fill-on-delete. When deleting an 'A'uto created partition | Matthew Dillon | 2001-12-09 | 2 | -17/+38 |
| * | Back out previous commit. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -2/+1 |
| * | Don't build with NDEBUG. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -3/+0 |
| * | Conditionalize some debugging code that didn't use the DEBUG macro. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -8/+10 |
| * | Introduce a fetchDebug global. Change the DEBUG macro so it only runs the | Dag-Erling Smørgrav | 2001-12-09 | 3 | -1/+5 |
| * | Start using .St macro for POSIX.1-2001. | Ruslan Ermilov | 2001-12-08 | 2 | -4/+3 |
| * | mdoc(7) police: sort xrefs. | Ruslan Ermilov | 2001-12-08 | 1 | -5/+5 |
| * | Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e. | Maxim Sobolev | 2001-12-08 | 1 | -1/+1 |
| * | Get rid of unused anymore file! Alpha works fine with our strtod() now. | Alexey Zelkin | 2001-12-07 | 1 | -2496/+0 |
| * | Return 'c' back to signed due to potential comparison problems | Andrey A. Chernov | 2001-12-07 | 6 | -60/+72 |
| * | Fix a typo. | Ruslan Ermilov | 2001-12-07 | 1 | -1/+1 |
| * | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | Alexey Zelkin | 2001-12-07 | 1 | -3/+3 |
| * | Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include. | Dag-Erling Smørgrav | 2001-12-07 | 1 | -1/+2 |
| * | Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be | Wes Peters | 2001-12-07 | 2 | -6/+32 |
| * | Remove blank line. | Bill Fenner | 2001-12-07 | 1 | -1/+0 |
| * | Now that _pam_init_handlers() works as intended, it seems clear that we | Dag-Erling Smørgrav | 2001-12-07 | 1 | -1/+1 |
| * | We need pam_client.h from libpamc. This unbreaks world | Dag-Erling Smørgrav | 2001-12-06 | 1 | -0/+6 |
| * | New, improved, more Posix-compliant strerror_r implementation, | Wes Peters | 2001-12-06 | 2 | -71/+77 |
| * | Define PAM_READ_BOTH_CONFS. We can now have both /etc/pam.d and | Dag-Erling Smørgrav | 2001-12-05 | 1 | -1/+1 |
| * | Clarify ' ' space issue | Andrey A. Chernov | 2001-12-05 | 2 | -2/+3 |
| * | Install the correct version of pam_misc.h. | Dag-Erling Smørgrav | 2001-12-05 | 1 | -1/+1 |
| * | Add dummy functions for all module types. These dummies return PAM_IGNORE | Dag-Erling Smørgrav | 2001-12-05 | 9 | -6/+542 |
| * | Connect the man page to the build. | Dag-Erling Smørgrav | 2001-12-05 | 1 | -0/+1 |
| * | Add a pam_self authentication module that succeeds if and only if the local | Dag-Erling Smørgrav | 2001-12-05 | 4 | -0/+257 |
| * | mdoc(7) police: markup the previous delta. | Ruslan Ermilov | 2001-12-04 | 1 | -1/+3 |
| * | Correct some egregious style bugs. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -13/+21 |
| * | Add a missing error check. This fixes a bug that would cause pwd_mkdb to | Dag-Erling Smørgrav | 2001-12-04 | 1 | -1/+2 |
| * | Properly handle being redirected to an FTP URL. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -1/+10 |
| * | Add prototype for _ftp_request(). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -4/+8 |
| * | Reorganize to reduce code duplication. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -64/+32 |
| * | Fix typos getpeerid -> getpeereid. | Anton Berezin | 2001-12-02 | 1 | -2/+2 |
| * | Use __FBSDID(). Also do a bit of cosmetic #if and header-order | Mark Murray | 2001-12-02 | 1 | -1/+4 |
| * | Use the merged strtod.c everywhere. This has been tested on alpha and | Peter Wemm | 2001-12-02 | 1 | -10/+1 |
| * | Remove specific reference to ASCII space (' '), it is true for localized | Andrey A. Chernov | 2001-12-02 | 1 | -1/+1 |
| * | Make it works for non ASCII compatible encodings too. | Andrey A. Chernov | 2001-12-02 | 6 | -42/+42 |
| * | Style fixups. | Mark Murray | 2001-12-01 | 1 | -10/+10 |
| * | WARNS=2 fixes. | Mark Murray | 2001-12-01 | 1 | -16/+11 |
| * | Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN). | Joseph Koshy | 2001-12-01 | 2 | -0/+12 |
| * | o Stop abusing MD headers with non-MD types. | Mike Barcroft | 2001-12-01 | 2 | -9/+14 |
| * | Merge the (in)complete ANSIfication work from src/crypto/telnet. | Mark Murray | 2001-11-30 | 1 | -8/+0 |
| * | Invoke the new 'unifdef:' target, and make this lib a complete subset | Mark Murray | 2001-11-30 | 4 | -58/+51 |
| * | Diff-reduce WRT src/secure/*telnet*/Makefile. | Mark Murray | 2001-11-30 | 1 | -5/+18 |
| * | Merge NetBSD's changes from netbsd_strtod.c in preparation of | Alexey Zelkin | 2001-11-30 | 1 | -47/+54 |
| * | Back out my 'fix', resid is different for strategy than for write | Alfred Perlstein | 2001-11-30 | 1 | -2/+2 |
| * | Implement several of the c99 updates to printf(3): | Bill Fenner | 2001-11-30 | 2 | -211/+458 |
| * | Make the same fix for writes to RAW objects. | Alfred Perlstein | 2001-11-30 | 1 | -2/+2 |
| * | write should return the number of bytes written, not 0 on success. | Alfred Perlstein | 2001-11-30 | 1 | -1/+1 |
| * | Clarify isblank range | Andrey A. Chernov | 2001-11-30 | 1 | -0/+14 |
| * | Clarify valid isspace() range | Andrey A. Chernov | 2001-11-30 | 1 | -8/+10 |
| * | Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last | Brian Feldman | 2001-11-29 | 1 | -0/+8 |