aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use the right byte order for unaligned stores. <blush>.Jake Burkholder2002-05-131-1/+1
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-136-0/+12
* Add __divdi3() and __moddi3() to libstand. We will need them for UFS2.Poul-Henning Kamp2002-05-131-0/+48
* MAN[1-9] -> MAN.Ruslan Ermilov2002-05-132-3/+2
* NOSHARED is meaningless in the bsd.lib.mk context.Ruslan Ermilov2002-05-131-1/+0
* SOBJS are not used here for a long time, and were justRuslan Ermilov2002-05-136-24/+12
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-135-10/+0
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-137-29/+2
* Removed the a.out compatibility cruft.Ruslan Ermilov2002-05-135-97/+2
* Don't use PAGE_SIZE in userland, instead use getpagesize(), this is toAlfred Perlstein2002-05-1312-63/+108
* Handle alignment fault fixups in libc rather than in the kernel.Jake Burkholder2002-05-135-2/+120
* #include <sys/disklabel.h> to get BBSIZE.Poul-Henning Kamp2002-05-121-0/+1
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-122-4/+2
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-126-6/+25
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-1210-62/+22
* Add a prototype for rad_get_vendor_attr().Brian Somers2002-05-121-8/+6
* Don't declare krb5_mcc_ops, it's already declared in <krb5.h>Dag-Erling Smørgrav2002-05-121-2/+0
* s/demon/daemon/Dima Dorfman2002-05-121-1/+1
* Document that <netinet/in.h> can also provide prototypes. ChangeMike Barcroft2002-05-111-2/+6
* Add a support macro to convert the 5-bit packed register field ofJake Burkholder2002-05-113-66/+90
* We don't need libgnumalloc or libresolv on ELF systems.David E. O'Brien2002-05-111-1/+1
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien2002-05-116-25/+6
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadAlfred Perlstein2002-05-116-38/+132
* Mention the other RAS_PORT_TYPEs from rfc2865Brian Somers2002-05-111-0/+14
* Avoid casting a different sized integer to a pointer on LP64 systems.Peter Wemm2002-05-101-1/+1
* Add rad_get_vendor_attr() for deciphering vendor attributes receivedBrian Somers2002-05-102-1/+34
* Use the compiler's crt{begin,end}.David E. O'Brien2002-05-101-2/+1
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-1/+1
* Some updates to mention accept filters and howMike Silbersack2002-05-082-2/+33
* If no old_pw was passed to pw_copy, compare just the name.Dag-Erling Smørgrav2002-05-081-1/+2
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-082-22/+41
* Add passwd manipulation code based on parts of vipw and chpass.Dag-Erling Smørgrav2002-05-083-86/+438
* Add ypclnt_havepasswd(), and guard against a possible segfault.Dag-Erling Smørgrav2002-05-082-12/+33
* Add a no_fail option.Dag-Erling Smørgrav2002-05-082-6/+20
* Add pam_ftpusers(8), which enforces /etc/ftpusers.Dag-Erling Smørgrav2002-05-084-0/+222
* Fix bug that causes passwd and friends to fail when the user has a '+' inDag-Erling Smørgrav2002-05-071-0/+3
* Fix the copyright dates.David E. O'Brien2002-05-071-1/+1
* Add support for vendor specific RADIUS extensions.Brian Somers2002-05-075-1/+158
* Use __FBSDIDDavid E. O'Brien2002-05-061-2/+3
* We typically don't add trailing /'s.David E. O'Brien2002-05-061-1/+1
* Document the lchflags(2) syscall.Maxime Henrion2002-05-052-1/+14
* Fix fd leak. Threads people: does the call above to `access' need to beGarrett Wollman2002-05-031-1/+3
* Make these functions cancellation points like they should be:Archie Cobbs2002-05-0215-15/+198
* Make sure calls to pthread_cancel() do not take effect if the targetArchie Cobbs2002-05-023-6/+12
* Add openpam_nullconv.c to SRCS.Dag-Erling Smørgrav2002-05-021-0/+1
* Install the libc signal trampoline on startup.Jake Burkholder2002-04-291-0/+2
* Add an alternate signal trampoline to libc; add a wrapper for the sigtrampJake Burkholder2002-04-294-2/+96
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectBruce Evans2002-04-292-2/+2
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-2815-117/+122
* Add code to emulate arithmetic, comparison and conversion operationsJake Burkholder2002-04-282-1/+136