| Commit message (Expand) | Author | Age | Files | Lines |
| * | Undo namespace pollution by prefixing the globals pthread_guard_default and | Alfred Perlstein | 2002-05-15 | 12 | -78/+87 |
| * | Use .rodata section for $FreeBSD$. | David E. O'Brien | 2002-05-15 | 6 | -12/+20 |
| * | I somehow managed to forgot to commit this in my INCS sweep. | Ruslan Ermilov | 2002-05-14 | 1 | -4/+0 |
| * | New cpp(1) doesn't like -I${DESTDIR}/usr/include. | Ruslan Ermilov | 2002-05-14 | 1 | -1/+1 |
| * | Document Q_GETQUOTA returning EINVAL when quotas are not enabled | Peter Pentchev | 2002-05-14 | 1 | -0/+4 |
| * | string cleanup: | Kenneth D. Merry | 2002-05-14 | 1 | -14/+12 |
| * | Use the right byte order for unaligned stores. <blush>. | Jake Burkholder | 2002-05-13 | 1 | -1/+1 |
| * | Fixed CLEANFILES after bsd.lib.mk sweep. | Ruslan Ermilov | 2002-05-13 | 6 | -0/+12 |
| * | Add __divdi3() and __moddi3() to libstand. We will need them for UFS2. | Poul-Henning Kamp | 2002-05-13 | 1 | -0/+48 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2002-05-13 | 2 | -3/+2 |
| * | NOSHARED is meaningless in the bsd.lib.mk context. | Ruslan Ermilov | 2002-05-13 | 1 | -1/+0 |
| * | SOBJS are not used here for a long time, and were just | Ruslan Ermilov | 2002-05-13 | 6 | -24/+12 |
| * | Removed now unused INTERNALSTATICLIB. | Ruslan Ermilov | 2002-05-13 | 5 | -10/+0 |
| * | Major cleanup of bsd.lib.mk. | Ruslan Ermilov | 2002-05-13 | 7 | -29/+2 |
| * | Removed the a.out compatibility cruft. | Ruslan Ermilov | 2002-05-13 | 5 | -97/+2 |
| * | Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to | Alfred Perlstein | 2002-05-13 | 12 | -63/+108 |
| * | Handle alignment fault fixups in libc rather than in the kernel. | Jake Burkholder | 2002-05-13 | 5 | -2/+120 |
| * | #include <sys/disklabel.h> to get BBSIZE. | Poul-Henning Kamp | 2002-05-12 | 1 | -0/+1 |
| * | Retire the bogus uses of the disklabel field d_sbsize and begin to | Poul-Henning Kamp | 2002-05-12 | 2 | -4/+2 |
| * | Revert the last change. The corresponding bsd.lib.mk changes were | Ruslan Ermilov | 2002-05-12 | 6 | -6/+25 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 10 | -62/+22 |
| * | Add a prototype for rad_get_vendor_attr(). | Brian Somers | 2002-05-12 | 1 | -8/+6 |
| * | Don't declare krb5_mcc_ops, it's already declared in <krb5.h> | Dag-Erling Smørgrav | 2002-05-12 | 1 | -2/+0 |
| * | s/demon/daemon/ | Dima Dorfman | 2002-05-12 | 1 | -1/+1 |
| * | Document that <netinet/in.h> can also provide prototypes. Change | Mike Barcroft | 2002-05-11 | 1 | -2/+6 |
| * | Add a support macro to convert the 5-bit packed register field of | Jake Burkholder | 2002-05-11 | 3 | -66/+90 |
| * | We don't need libgnumalloc or libresolv on ELF systems. | David E. O'Brien | 2002-05-11 | 1 | -1/+1 |
| * | Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. | David E. O'Brien | 2002-05-11 | 6 | -25/+6 |
| * | Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread | Alfred Perlstein | 2002-05-11 | 6 | -38/+132 |
| * | Mention the other RAS_PORT_TYPEs from rfc2865 | Brian Somers | 2002-05-11 | 1 | -0/+14 |
| * | Avoid casting a different sized integer to a pointer on LP64 systems. | Peter Wemm | 2002-05-10 | 1 | -1/+1 |
| * | Add rad_get_vendor_attr() for deciphering vendor attributes received | Brian Somers | 2002-05-10 | 2 | -1/+34 |
| * | Use the compiler's crt{begin,end}. | David E. O'Brien | 2002-05-10 | 1 | -2/+1 |
| * | Replace /kernel with /boot/kernel/kernel. | Josef Karthauser | 2002-05-09 | 1 | -1/+1 |
| * | Some updates to mention accept filters and how | Mike Silbersack | 2002-05-08 | 2 | -2/+33 |
| * | If no old_pw was passed to pw_copy, compare just the name. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -1/+2 |
| * | Use libutil and libypclnt for all passwd manipulation and NIS needs. | Dag-Erling Smørgrav | 2002-05-08 | 2 | -22/+41 |
| * | Add passwd manipulation code based on parts of vipw and chpass. | Dag-Erling Smørgrav | 2002-05-08 | 3 | -85/+437 |
| * | Add ypclnt_havepasswd(), and guard against a possible segfault. | Dag-Erling Smørgrav | 2002-05-08 | 2 | -12/+33 |
| * | Add a no_fail option. | Dag-Erling Smørgrav | 2002-05-08 | 2 | -6/+20 |
| * | Add pam_ftpusers(8), which enforces /etc/ftpusers. | Dag-Erling Smørgrav | 2002-05-08 | 4 | -0/+222 |
| * | Fix bug that causes passwd and friends to fail when the user has a '+' in | Dag-Erling Smørgrav | 2002-05-07 | 1 | -0/+3 |
| * | Fix the copyright dates. | David E. O'Brien | 2002-05-07 | 1 | -1/+1 |
| * | Add support for vendor specific RADIUS extensions. | Brian Somers | 2002-05-07 | 5 | -1/+158 |
| * | Use __FBSDID | David E. O'Brien | 2002-05-06 | 1 | -2/+3 |
| * | We typically don't add trailing /'s. | David E. O'Brien | 2002-05-06 | 1 | -1/+1 |
| * | Document the lchflags(2) syscall. | Maxime Henrion | 2002-05-05 | 2 | -1/+14 |
| * | Fix fd leak. Threads people: does the call above to `access' need to be | Garrett Wollman | 2002-05-03 | 1 | -1/+3 |
| * | Make these functions cancellation points like they should be: | Archie Cobbs | 2002-05-02 | 15 | -15/+198 |
| * | Make sure calls to pthread_cancel() do not take effect if the target | Archie Cobbs | 2002-05-02 | 3 | -6/+12 |