| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use the right byte order for unaligned stores. <blush>. | jake | 2002-05-13 | 1 | -1/+1 |
* | Fixed CLEANFILES after bsd.lib.mk sweep. | ru | 2002-05-13 | 6 | -0/+12 |
* | Add __divdi3() and __moddi3() to libstand. We will need them for UFS2. | phk | 2002-05-13 | 1 | -0/+48 |
* | MAN[1-9] -> MAN. | ru | 2002-05-13 | 2 | -3/+2 |
* | NOSHARED is meaningless in the bsd.lib.mk context. | ru | 2002-05-13 | 1 | -1/+0 |
* | SOBJS are not used here for a long time, and were just | ru | 2002-05-13 | 6 | -24/+12 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 5 | -10/+0 |
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 7 | -29/+2 |
* | Removed the a.out compatibility cruft. | ru | 2002-05-13 | 5 | -97/+2 |
* | Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to | alfred | 2002-05-13 | 12 | -63/+108 |
* | Handle alignment fault fixups in libc rather than in the kernel. | jake | 2002-05-13 | 5 | -2/+120 |
* | #include <sys/disklabel.h> to get BBSIZE. | phk | 2002-05-12 | 1 | -0/+1 |
* | Retire the bogus uses of the disklabel field d_sbsize and begin to | phk | 2002-05-12 | 2 | -4/+2 |
* | Revert the last change. The corresponding bsd.lib.mk changes were | ru | 2002-05-12 | 6 | -6/+25 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 10 | -62/+22 |
* | Add a prototype for rad_get_vendor_attr(). | brian | 2002-05-12 | 1 | -8/+6 |
* | Don't declare krb5_mcc_ops, it's already declared in <krb5.h> | des | 2002-05-12 | 1 | -2/+0 |
* | s/demon/daemon/ | dd | 2002-05-12 | 1 | -1/+1 |
* | 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 |