]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
This commit was generated by cvs2svn to compensate for changes in r96364,
[FreeBSD/FreeBSD.git] / lib /
2002-05-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-10 Peter WemmAvoid casting a different sized integer to a pointer...
2002-05-10 David E. O'BrienBmake bits for Gcc 3.1.
2002-05-10 Brian SomersAdd rad_get_vendor_attr() for deciphering vendor attrib...
2002-05-10 David E. O'BrienUse the compiler's crt{begin,end}.
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-09 Josef KarthauserReplace /kernel with /boot/kernel/kernel.
2002-05-08 Mike SilbersackSome updates to mention accept filters and how
2002-05-08 Dag-Erling SmørgravIf no old_pw was passed to pw_copy, compare just the...
2002-05-08 Dag-Erling SmørgravUse libutil and libypclnt for all passwd manipulation...
2002-05-08 Dag-Erling SmørgravAdd passwd manipulation code based on parts of vipw...
2002-05-08 Dag-Erling SmørgravAdd ypclnt_havepasswd(), and guard against a possible...
2002-05-08 Dag-Erling SmørgravAdd a no_fail option.
2002-05-08 Dag-Erling SmørgravAdd pam_ftpusers(8), which enforces /etc/ftpusers.
2002-05-07 Dag-Erling SmørgravFix bug that causes passwd and friends to fail when...
2002-05-07 David E. O'BrienFix the copyright dates.
2002-05-07 Brian SomersAdd support for vendor specific RADIUS extensions.
2002-05-06 David E. O'BrienUse __FBSDID
2002-05-06 David E. O'BrienWe typically don't add trailing /'s.
2002-05-05 Maxime HenrionDocument the lchflags(2) syscall.
2002-05-03 Garrett WollmanFix fd leak. Threads people: does the call above to...
2002-05-03 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-02 Archie CobbsMake these functions cancellation points like they...
2002-05-02 Archie CobbsMake sure calls to pthread_cancel() do not take effect...
2002-05-02 Dag-Erling SmørgravAdd openpam_nullconv.c to SRCS.
2002-05-02 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-29 Jake BurkholderInstall the libc signal trampoline on startup.
2002-04-29 Jake BurkholderAdd an alternate signal trampoline to libc; add a wrapp...
2002-04-29 Bruce EvansRemoved "-fkeep-inline-functions" from CFLAGS, since...
2002-04-28 Dag-Erling SmørgravSpell void * as void * rather than caddr_t. This is...
2002-04-28 Jake BurkholderAdd code to emulate arithmetic, comparison and conversi...
2002-04-27 Dag-Erling SmørgravObliterate the new password as well as the old, even...
2002-04-27 Jake BurkholderEmulate ldq and stq (load/store long double) instructio...
2002-04-27 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-27 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-26 Dag-Erling SmørgravDon't ask root for the old password, except in the...
2002-04-26 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2002-04-26 Dag-Erling SmørgravFix a really dumb bug (missing curly braces around...
2002-04-25 Dag-Erling Smørgrav#include <string.h> instead of <strings.h>
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-25 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-04-24 Poul-Henning KampConstify _malloc_options.
2002-04-23 David E. O'BrienDo not +1 with MAXPATHLEN.
2002-04-22 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-04-22 Dag-Erling SmørgravUsage style sweep: spell "usage" with a small 'u'.
2002-04-20 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-04-20 Bill FennerImplement several of the c99 updates to scanf(3):
2002-04-20 Dag-Erling SmørgravOops, fix an inverted if test.
2002-04-20 Dag-Erling SmørgravStrip /dev/ from tty name, and clean up the "last login...
2002-04-20 Dag-Erling Smørgravlogin(3) doesn't care about the controlling terminal...
2002-04-20 Dag-Erling SmørgravFix for the sshd(8) utmp problem. Previously, login...
2002-04-20 Boris PopovAdd character translation table between Unix and NetWar...
2002-04-19 Ruslan Ermilovmdoc(7) police: polishing.
2002-04-19 SUZUKI Shinsukejust merged cosmetic changes from KAME to ease sync...
2002-04-18 Maxime HenrionConnect the kenv.2 manpage to the build.
2002-04-18 Maxime HenrionAdd a manpage for the kenv(2) syscall that Chad David...
2002-04-18 Dag-Erling SmørgravBack out previous commit, which was not at all approved...
2002-04-18 David E. O'BrienThis style is *way* outside the relm of any other of...
2002-04-18 Ruslan ErmilovRemoved gratuitous LIBCOMPATDIR assignments.
2002-04-18 Ruslan ErmilovThis Makefile.inc depended on the (wrong) order of...
2002-04-17 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-17 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-17 Ruslan ErmilovRevert previous change. bsd.dep.mk,v 1.31 had a bug...
2002-04-17 Dag-Erling SmørgravMake mppath and masterpasswd pointers instead of arrays...
2002-04-16 Dag-Erling SmørgravAdd a missing .El and fix a typo.
2002-04-16 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-16 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-16 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-16 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-16 Ruslan ErmilovReflect change in share/mk/bsd.dep.mk,v 1.31.
2002-04-16 Josef KarthauserSupport the snapshot file flag, so that tools like...
2002-04-16 Ceri DaviesAdd a missing cross-ref.
2002-04-15 David E. O'BrienThe GCC developers have made good on their threats...
2002-04-15 David E. O'BrienBack out rev 1.6 -- I was in the wrong dir during a...
2002-04-15 David E. O'Brienypclnt.h was the correct spelling... we now have yet...
2002-04-15 Dag-Erling SmørgravRevert previous commit, it is incorrect.
2002-04-15 David E. O'BrienProperly spell rpcsvc/ypclnt.h and fix the build.
2002-04-15 David E. O'BrienSync SCM ID comments with libc.
2002-04-15 Hajimu UMEMOTOAdd awareness of an IPv6.
2002-04-15 Dag-Erling SmørgravRemove bogus reference to _use_yp.
2002-04-15 Dag-Erling SmørgravFix incorrect dependency. This should fix the -j build.
2002-04-15 Ruslan ErmilovThis isn't WARNS ready in the -nostdinc case.
2002-04-15 Dag-Erling SmørgravThrow in NO_WERROR to please the peanut gallery.
2002-04-15 Jacques VidrineQuoting log message for OpenBSD rev 1.7:
2002-04-15 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-15 Dag-Erling SmørgravUse PAM_SUCCESS instead of PAM_IGNORE.
2002-04-15 Dag-Erling SmørgravWhitespace nits.
2002-04-15 Dag-Erling SmørgravAdd a manual page based on Solar Designer's README.
2002-04-15 Dag-Erling Smørgravpam_passwdqc depends on libcrypt.
2002-04-15 Dag-Erling SmørgravPrompt for new password during update phase, not during...
2002-04-15 Dag-Erling SmørgravDike out most of the NIS code and replace it with calls...
2002-04-15 Dag-Erling SmørgravAdd a missing generated file.
2002-04-15 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-15 Dag-Erling SmørgravMissed a spot in previous commit.
2002-04-14 Dag-Erling Smørgravpam_passwdqc builds now.
2002-04-14 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-04-14 Dag-Erling SmørgravConnect libypclnt to the build.
next