| Commit message (Expand) | Author | Age | Files | Lines |
| * | Grow RSYSCALL. | David E. O'Brien | 2002-05-15 | 1 | -0/+4 |
| * | Our default syscall.S is identical to what was explicitly being done for | David E. O'Brien | 2002-05-15 | 4 | -67/+2 |
| * | Blah, fix stupid syntax error. | David E. O'Brien | 2002-05-15 | 1 | -1/+1 |
| * | host-network order conversion routines. | David E. O'Brien | 2002-05-15 | 5 | -0/+158 |
| * | Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) | David E. O'Brien | 2002-05-15 | 1 | -1/+2 |
| * | Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) | David E. O'Brien | 2002-05-15 | 1 | -1/+2 |
| * | PowerPC does not have profile support yet. | David E. O'Brien | 2002-05-15 | 1 | -0/+2 |
| * | Beginnings of syscall bits for PowerPC. These are no doubtedly wrong, | David E. O'Brien | 2002-05-15 | 1 | -0/+43 |
| * | Clarify that the value of getc() etc. is an unsigned char converted | Tony Finch | 2002-05-15 | 1 | -0/+4 |
| * | `all-man' now creates manpages in the -DNOMANCOMPRESS case too. | Ruslan Ermilov | 2002-05-15 | 2 | -2/+0 |
| * | Stub out _kvm_mdopen, we don't the same constants as NetBSD | David E. O'Brien | 2002-05-15 | 1 | -0/+2 |
| * | Add a PowerPC machdep for kvm. | David E. O'Brien | 2002-05-15 | 1 | -0/+101 |
| * | 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 |