summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the EINVAL description again - it turns out that EINVALroam2002-05-171-3/+4
* _C_LABEL -> CNAMEbenno2002-05-171-14/+14
* Flesh this out, based on the NetBSD version.benno2002-05-171-10/+41
* Grow RSYSCALL.obrien2002-05-151-0/+4
* Our default syscall.S is identical to what was explicitly being done forobrien2002-05-154-67/+2
* Blah, fix stupid syntax error.obrien2002-05-151-1/+1
* host-network order conversion routines.obrien2002-05-155-0/+158
* Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)obrien2002-05-151-1/+2
* Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)obrien2002-05-151-1/+2
* PowerPC does not have profile support yet.obrien2002-05-151-0/+2
* Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,obrien2002-05-151-0/+43
* Clarify that the value of getc() etc. is an unsigned char convertedfanf2002-05-151-0/+4
* `all-man' now creates manpages in the -DNOMANCOMPRESS case too.ru2002-05-152-2/+0
* Stub out _kvm_mdopen, we don't the same constants as NetBSDobrien2002-05-151-0/+2
* Add a PowerPC machdep for kvm.obrien2002-05-151-0/+101
* Undo namespace pollution by prefixing the globals pthread_guard_default andalfred2002-05-1512-78/+87
* Use .rodata section for $FreeBSD$.obrien2002-05-156-12/+20
* I somehow managed to forgot to commit this in my INCS sweep.ru2002-05-141-4/+0
* New cpp(1) doesn't like -I${DESTDIR}/usr/include.ru2002-05-141-1/+1
* Document Q_GETQUOTA returning EINVAL when quotas are not enabledroam2002-05-141-0/+4
* string cleanup:ken2002-05-141-14/+12
* Use the right byte order for unaligned stores. <blush>.jake2002-05-131-1/+1
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-136-0/+12
* Add __divdi3() and __moddi3() to libstand. We will need them for UFS2.phk2002-05-131-0/+48
* MAN[1-9] -> MAN.ru2002-05-132-3/+2
* NOSHARED is meaningless in the bsd.lib.mk context.ru2002-05-131-1/+0
* SOBJS are not used here for a long time, and were justru2002-05-136-24/+12
* Removed now unused INTERNALSTATICLIB.ru2002-05-135-10/+0
* Major cleanup of bsd.lib.mk.ru2002-05-137-29/+2
* Removed the a.out compatibility cruft.ru2002-05-135-97/+2
* Don't use PAGE_SIZE in userland, instead use getpagesize(), this is toalfred2002-05-1312-63/+108
* Handle alignment fault fixups in libc rather than in the kernel.jake2002-05-135-2/+120
* #include <sys/disklabel.h> to get BBSIZE.phk2002-05-121-0/+1
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-122-4/+2
* Revert the last change. The corresponding bsd.lib.mk changes wereru2002-05-126-6/+25
* Added new bsd.incs.mk which handles installing of header filesru2002-05-1210-62/+22
* Add a prototype for rad_get_vendor_attr().brian2002-05-121-8/+6
* Don't declare krb5_mcc_ops, it's already declared in <krb5.h>des2002-05-121-2/+0
* s/demon/daemon/dd2002-05-121-1/+1
* Document that <netinet/in.h> can also provide prototypes. Changemike2002-05-111-2/+6
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-113-66/+90
* We don't need libgnumalloc or libresolv on ELF systems.obrien2002-05-111-1/+1
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.obrien2002-05-116-25/+6
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadalfred2002-05-116-38/+132
* Mention the other RAS_PORT_TYPEs from rfc2865brian2002-05-111-0/+14
* Avoid casting a different sized integer to a pointer on LP64 systems.peter2002-05-101-1/+1
* Add rad_get_vendor_attr() for deciphering vendor attributes receivedbrian2002-05-102-1/+34
* Use the compiler's crt{begin,end}.obrien2002-05-101-2/+1
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-1/+1
* Some updates to mention accept filters and howsilby2002-05-082-2/+33
OpenPOWER on IntegriCloud