| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures. | obrien | 2002-04-09 | 1 | -2/+2 |
* | -ltermcap is spelled -lncurses nowadays. | ru | 2002-04-09 | 1 | -2/+2 |
* | No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. | ru | 2002-04-09 | 2 | -4/+0 |
* | Return correct number of total bits set in all fd_set's. | asmodai | 2002-04-09 | 3 | -27/+54 |
* | Break the sparc64 build. I expect those that complained about this commit | obrien | 2002-04-09 | 1 | -2/+0 |
* | Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, | jake | 2002-04-09 | 1 | -1/+1 |
* | sparc64 grew _setjmp/_longjmp. | obrien | 2002-04-08 | 1 | -2/+0 |
* | Use -ffreestanding. | obrien | 2002-04-08 | 1 | -3/+1 |
* | For now we are using our old crt{begin,end}. | obrien | 2002-04-08 | 1 | -3/+3 |
* | Remove debugging code that was inadvertantly brought in by previous commit. | des | 2002-04-08 | 1 | -1/+0 |
* | Use OpenPAM's credential switching functions. | des | 2002-04-08 | 1 | -10/+9 |
* | Add new files and man pages from OpenPAM Cinchona. | des | 2002-04-08 | 1 | -0/+6 |
* | Remove commented-out WARNS thingy. | des | 2002-04-08 | 1 | -1/+0 |
* | Align for const poisoning in -lutil. | ru | 2002-04-08 | 1 | -3/+3 |
* | Const poisoning. | ru | 2002-04-08 | 6 | -28/+26 |
* | Catch up with const'ification of <sys/disklabel.h> and quelch warnings. | phk | 2002-04-08 | 1 | -18/+13 |
* | Fix style of ether_ntoa(). | ru | 2002-04-08 | 1 | -3/+3 |
* | Reorganize pam_sm_authenticate() to reduce code duplication. | des | 2002-04-07 | 1 | -59/+22 |
* | Fix bug in previous commit that passed the wrong default value to | des | 2002-04-07 | 1 | -6/+8 |
* | Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification. | asmodai | 2002-04-07 | 1 | -0/+6 |
* | This one needs NO_WERROR too. | des | 2002-04-07 | 1 | -0/+1 |
* | Fix (for the second time) kvm_getprocs() for the case where no | dd | 2002-04-07 | 1 | -0/+26 |
* | Turn on NO_WERROR due to namespace pollution in krb5 headers. | des | 2002-04-07 | 1 | -0/+1 |
* | Aggressive cleanup of warnings + authtok-related code in preparation for | des | 2002-04-06 | 8 | -150/+112 |
* | Disconnect pam_passwdqc for now, it has some issues that need resolving. | des | 2002-04-06 | 1 | -0/+1 |
* | Fix some style issues, a const warning, and abuse of PAM_ABORT. | des | 2002-04-06 | 1 | -11/+15 |
* | Polish previous revision. | ru | 2002-04-06 | 1 | -1/+1 |
* | Fix ether_ntoa() to generate the %02x format people expect, instead of %x, | dillon | 2002-04-06 | 1 | -2/+3 |
* | htonl() and ntohl() operate on unsinged types, so they must zero-extend, | tmm | 2002-04-06 | 2 | -2/+2 |
* | Remove some duplicate free()s and add some that were missing. | des | 2002-04-05 | 1 | -21/+9 |
* | pam_get_pass() -> pam_get_authtok() | des | 2002-04-05 | 1 | -1/+1 |
* | Upgrade to something quite close, but not identical, to version 1.6 of | des | 2002-04-04 | 2 | -400/+442 |
* | Add pam_passwdqc to the build. | des | 2002-04-04 | 2 | -0/+14 |
* | Initial deorbit burn for the undocumented and unused d_boot[01] | phk | 2002-04-03 | 1 | -5/+0 |
* | When _kevent() returns with errno = EINTR and timeout is not | ume | 2002-04-01 | 1 | -4/+3 |
* | Work around a gcc bug which causes zlib to dump core in certain | kris | 2002-03-31 | 1 | -2/+7 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 32 | -79/+113 |
* | Install libusbhid, and use it instead of libusb. | joe | 2002-03-28 | 2 | -2/+2 |
* | Update the documentation to reflect the change from libusb to libusbhid. | joe | 2002-03-28 | 3 | -221/+11 |
* | Finish the libusb.h -> libusbhid.h migration. | joe | 2002-03-28 | 6 | -8/+8 |
* | Rename libusb.h to libusbhid.h, via a repocopy. | joe | 2002-03-28 | 2 | -102/+1 |
* | Follow NetBSD and rename libusb to libusbhid. | joe | 2002-03-27 | 9 | -1176/+1 |
* | Embellish more. | obrien | 2002-03-26 | 1 | -1/+1 |
* | Embellish the comment. | obrien | 2002-03-26 | 1 | -2/+4 |
* | Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. | bde | 2002-03-26 | 6 | -24/+42 |
* | Fixed some bugs in the description of plain gamma() (and gammaf()). | bde | 2002-03-26 | 1 | -19/+19 |
* | Fixed some minor style bugs. | bde | 2002-03-26 | 1 | -2/+2 |
* | Fixed some style bugs in the removal of __P(()). Some function parameter | bde | 2002-03-26 | 1 | -1/+1 |
* | Fix grammer in comment. | phk | 2002-03-25 | 1 | -1/+1 |
* | Modernize my email address. | phk | 2002-03-25 | 3 | -4/+4 |