| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that <netinet/in.h> can also provide prototypes. Change | mike | 2002-05-11 | 1 | -2/+6 |
* | Add a support macro to convert the 5-bit packed register field of | jake | 2002-05-11 | 3 | -66/+90 |
* | We don't need libgnumalloc or libresolv on ELF systems. | obrien | 2002-05-11 | 1 | -1/+1 |
* | Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. | obrien | 2002-05-11 | 6 | -25/+6 |
* | Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread | alfred | 2002-05-11 | 6 | -38/+132 |
* | Mention the other RAS_PORT_TYPEs from rfc2865 | brian | 2002-05-11 | 1 | -0/+14 |
* | Avoid casting a different sized integer to a pointer on LP64 systems. | peter | 2002-05-10 | 1 | -1/+1 |
* | Add rad_get_vendor_attr() for deciphering vendor attributes received | brian | 2002-05-10 | 2 | -1/+34 |
* | Use the compiler's crt{begin,end}. | obrien | 2002-05-10 | 1 | -2/+1 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -1/+1 |
* | Some updates to mention accept filters and how | silby | 2002-05-08 | 2 | -2/+33 |
* | If no old_pw was passed to pw_copy, compare just the name. | des | 2002-05-08 | 1 | -1/+2 |
* | Use libutil and libypclnt for all passwd manipulation and NIS needs. | des | 2002-05-08 | 2 | -22/+41 |
* | Add passwd manipulation code based on parts of vipw and chpass. | des | 2002-05-08 | 3 | -86/+438 |
* | Add ypclnt_havepasswd(), and guard against a possible segfault. | des | 2002-05-08 | 2 | -12/+33 |
* | Add a no_fail option. | des | 2002-05-08 | 2 | -6/+20 |
* | Add pam_ftpusers(8), which enforces /etc/ftpusers. | des | 2002-05-08 | 4 | -0/+222 |
* | Fix bug that causes passwd and friends to fail when the user has a '+' in | des | 2002-05-07 | 1 | -0/+3 |
* | Fix the copyright dates. | obrien | 2002-05-07 | 1 | -1/+1 |
* | Add support for vendor specific RADIUS extensions. | brian | 2002-05-07 | 5 | -1/+158 |
* | Use __FBSDID | obrien | 2002-05-06 | 1 | -2/+3 |
* | We typically don't add trailing /'s. | obrien | 2002-05-06 | 1 | -1/+1 |
* | Document the lchflags(2) syscall. | mux | 2002-05-05 | 2 | -1/+14 |
* | Fix fd leak. Threads people: does the call above to `access' need to be | wollman | 2002-05-03 | 1 | -1/+3 |
* | Make these functions cancellation points like they should be: | archie | 2002-05-02 | 15 | -15/+198 |
* | Make sure calls to pthread_cancel() do not take effect if the target | archie | 2002-05-02 | 3 | -6/+12 |
* | Add openpam_nullconv.c to SRCS. | des | 2002-05-02 | 1 | -0/+1 |
* | Install the libc signal trampoline on startup. | jake | 2002-04-29 | 1 | -0/+2 |
* | Add an alternate signal trampoline to libc; add a wrapper for the sigtramp | jake | 2002-04-29 | 4 | -2/+96 |
* | Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect | bde | 2002-04-29 | 2 | -2/+2 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 15 | -117/+122 |
* | Add code to emulate arithmetic, comparison and conversion operations | jake | 2002-04-28 | 2 | -1/+136 |
* | Obliterate the new password as well as the old, even if though it's hashed. | des | 2002-04-27 | 1 | -2/+8 |
* | Emulate ldq and stq (load/store long double) instructions. GCC has started | jake | 2002-04-27 | 12 | -106/+252 |
* | Don't ask root for the old password, except in the NIS case. | des | 2002-04-26 | 1 | -1/+6 |
* | Fix a really dumb bug (missing curly braces around the body of an if | des | 2002-04-26 | 1 | -2/+3 |
* | #include <string.h> instead of <strings.h> | des | 2002-04-25 | 1 | -1/+1 |
* | Constify _malloc_options. | phk | 2002-04-24 | 2 | -3/+3 |
* | Do not +1 with MAXPATHLEN. | obrien | 2002-04-23 | 1 | -1/+1 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 4 | -4/+4 |
* | Implement several of the c99 updates to scanf(3): | fenner | 2002-04-20 | 2 | -140/+220 |
* | Oops, fix an inverted if test. | des | 2002-04-20 | 1 | -1/+1 |
* | Strip /dev/ from tty name, and clean up the "last login" printout. | des | 2002-04-20 | 1 | -6/+10 |
* | login(3) doesn't care about the controlling terminal any more. | des | 2002-04-20 | 1 | -1/+1 |
* | Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the tty | des | 2002-04-20 | 1 | -3/+9 |
* | Add character translation table between Unix and NetWare according | bp | 2002-04-20 | 1 | -1/+78 |
* | mdoc(7) police: polishing. | ru | 2002-04-19 | 1 | -11/+14 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 8 | -13/+29 |
* | Connect the kenv.2 manpage to the build. | mux | 2002-04-18 | 1 | -1/+1 |
* | Add a manpage for the kenv(2) syscall that Chad David kindly | mux | 2002-04-18 | 1 | -0/+172 |