aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Obliterate the new password as well as the old, even if though it's hashed.Dag-Erling Smørgrav2002-04-271-2/+8
* Emulate ldq and stq (load/store long double) instructions. GCC has startedJake Burkholder2002-04-2712-106/+252
* Don't ask root for the old password, except in the NIS case.Dag-Erling Smørgrav2002-04-261-1/+6
* Fix a really dumb bug (missing curly braces around the body of an ifDag-Erling Smørgrav2002-04-261-2/+3
* #include <string.h> instead of <strings.h>Dag-Erling Smørgrav2002-04-251-1/+1
* Constify _malloc_options.Poul-Henning Kamp2002-04-242-3/+3
* Do not +1 with MAXPATHLEN.David E. O'Brien2002-04-231-1/+1
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-224-4/+4
* Implement several of the c99 updates to scanf(3):Bill Fenner2002-04-202-140/+220
* Oops, fix an inverted if test.Dag-Erling Smørgrav2002-04-201-1/+1
* Strip /dev/ from tty name, and clean up the "last login" printout.Dag-Erling Smørgrav2002-04-201-6/+10
* login(3) doesn't care about the controlling terminal any more.Dag-Erling Smørgrav2002-04-201-1/+1
* Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the ttyDag-Erling Smørgrav2002-04-201-3/+9
* Add character translation table between Unix and NetWare accordingBoris Popov2002-04-201-1/+78
* mdoc(7) police: polishing.Ruslan Ermilov2002-04-191-11/+14
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-198-13/+29
* Connect the kenv.2 manpage to the build.Maxime Henrion2002-04-181-1/+1
* Add a manpage for the kenv(2) syscall that Chad David kindlyMaxime Henrion2002-04-181-0/+172
* Back out previous commit, which was not at all approved by the maintainerDag-Erling Smørgrav2002-04-181-21/+32
* This style is *way* outside the relm of any other of our MakefilesDavid E. O'Brien2002-04-181-32/+21
* Removed gratuitous LIBCOMPATDIR assignments.Ruslan Ermilov2002-04-183-6/+0
* This Makefile.inc depended on the (wrong) order of inclusionRuslan Ermilov2002-04-181-1/+2
* Revert previous change. bsd.dep.mk,v 1.31 had a bug that was fixedRuslan Ermilov2002-04-171-2/+2
* Make mppath and masterpasswd pointers instead of arrays, and initializeDag-Erling Smørgrav2002-04-171-2/+4
* Add a missing .El and fix a typo.Dag-Erling Smørgrav2002-04-161-1/+2
* Reflect change in share/mk/bsd.dep.mk,v 1.31.Ruslan Ermilov2002-04-161-2/+2
* Support the snapshot file flag, so that tools like 'ls -ol' workJosef Karthauser2002-04-161-0/+3
* Add a missing cross-ref.Ceri Davies2002-04-161-1/+2
* The GCC developers have made good on their threats against #pragma for 3.1.David E. O'Brien2002-04-155-5/+8
* Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This changeDavid E. O'Brien2002-04-151-21/+32
* ypclnt.h was the correct spelling... we now have yet another specialDavid E. O'Brien2002-04-151-32/+21
* Revert previous commit, it is incorrect.Dag-Erling Smørgrav2002-04-151-1/+1
* Properly spell rpcsvc/ypclnt.h and fix the build.David E. O'Brien2002-04-151-1/+1
* Sync SCM ID comments with libc.David E. O'Brien2002-04-153-21/+27
* Add awareness of an IPv6.Hajimu UMEMOTO2002-04-151-7/+20
* Remove bogus reference to _use_yp.Dag-Erling Smørgrav2002-04-151-9/+1
* Fix incorrect dependency. This should fix the -j build.Dag-Erling Smørgrav2002-04-151-1/+1
* This isn't WARNS ready in the -nostdinc case.Ruslan Ermilov2002-04-151-0/+1
* Throw in NO_WERROR to please the peanut gallery.Dag-Erling Smørgrav2002-04-151-0/+1
* Quoting log message for OpenBSD rev 1.7:Jacques Vidrine2002-04-151-0/+28
* Use PAM_SUCCESS instead of PAM_IGNORE.Dag-Erling Smørgrav2002-04-152-3/+3