| Commit message (Expand) | Author | Age | Files | Lines |
* | _C_LABEL -> CNAME | benno | 2002-05-17 | 1 | -14/+14 |
* | Flesh this out, based on the NetBSD version. | benno | 2002-05-17 | 1 | -10/+41 |
* | Grow RSYSCALL. | obrien | 2002-05-15 | 1 | -0/+4 |
* | Our default syscall.S is identical to what was explicitly being done for | obrien | 2002-05-15 | 4 | -67/+2 |
* | Blah, fix stupid syntax error. | obrien | 2002-05-15 | 1 | -1/+1 |
* | host-network order conversion routines. | obrien | 2002-05-15 | 5 | -0/+158 |
* | Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) | obrien | 2002-05-15 | 1 | -1/+2 |
* | Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) | obrien | 2002-05-15 | 1 | -1/+2 |
* | PowerPC does not have profile support yet. | obrien | 2002-05-15 | 1 | -0/+2 |
* | Beginnings of syscall bits for PowerPC. These are no doubtedly wrong, | obrien | 2002-05-15 | 1 | -0/+43 |
* | Clarify that the value of getc() etc. is an unsigned char converted | fanf | 2002-05-15 | 1 | -0/+4 |
* | `all-man' now creates manpages in the -DNOMANCOMPRESS case too. | ru | 2002-05-15 | 2 | -2/+0 |
* | Stub out _kvm_mdopen, we don't the same constants as NetBSD | obrien | 2002-05-15 | 1 | -0/+2 |
* | Add a PowerPC machdep for kvm. | obrien | 2002-05-15 | 1 | -0/+101 |
* | Undo namespace pollution by prefixing the globals pthread_guard_default and | alfred | 2002-05-15 | 12 | -78/+87 |
* | Use .rodata section for $FreeBSD$. | obrien | 2002-05-15 | 6 | -12/+20 |
* | I somehow managed to forgot to commit this in my INCS sweep. | ru | 2002-05-14 | 1 | -4/+0 |
* | New cpp(1) doesn't like -I${DESTDIR}/usr/include. | ru | 2002-05-14 | 1 | -1/+1 |
* | Document Q_GETQUOTA returning EINVAL when quotas are not enabled | roam | 2002-05-14 | 1 | -0/+4 |
* | string cleanup: | ken | 2002-05-14 | 1 | -14/+12 |
* | 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 |