]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
More "const" poisoning, and only use NO_WERROR if we're bootstrapping.
[FreeBSD/FreeBSD.git] / lib /
2001-12-12 alfredFix a number of subtle and evil bugs in the libc_r...
2001-12-11 phantomAdd my e-mail to copyrights
2001-12-11 phantom* Add my e-mail to copyrights
2001-12-11 phantomFix grouping string handling
2001-12-11 jhbWe support writing to at least one filesystem now.
2001-12-11 jhbAdd support for overwriting the existing contents of...
2001-12-10 dwmaloneStyle improvements recommended by Bruce as a follow...
2001-12-09 dillonAdd auto-fill-on-delete. When deleting an 'A'uto creat...
2001-12-09 desBack out previous commit.
2001-12-09 desDon't build with NDEBUG.
2001-12-09 desConditionalize some debugging code that didn't use...
2001-12-09 desIntroduce a fetchDebug global. Change the DEBUG macro...
2001-12-08 ruStart using .St macro for POSIX.1-2001.
2001-12-08 rumdoc(7) police: sort xrefs.
2001-12-08 sobomaxPrevent infinite loop, when kevent(2) is called wihout...
2001-12-07 phantomGet rid of unused anymore file! Alpha works fine with...
2001-12-07 acheReturn 'c' back to signed due to potential comparison...
2001-12-07 ruFix a typo.
2001-12-07 phantom* localeconv() usage is not FLOATING_POINT specific...
2001-12-07 desGet pam_mod_misc.h from .CURDIR rather than .OBJDIR...
2001-12-07 wesMake strerror and strerror_r use sys_errlist[0] for...
2001-12-07 fennerRemove blank line.
2001-12-07 desNow that _pam_init_handlers() works as intended, it...
2001-12-06 desWe need pam_client.h from libpamc. This unbreaks world
2001-12-06 wesNew, improved, more Posix-compliant strerror_r implemen...
2001-12-05 desDefine PAM_READ_BOTH_CONFS. We can now have both ...
2001-12-05 acheClarify ' ' space issue
2001-12-05 desInstall the correct version of pam_misc.h.
2001-12-05 desAdd dummy functions for all module types. These dummie...
2001-12-05 desConnect the man page to the build.
2001-12-05 desAdd a pam_self authentication module that succeeds...
2001-12-04 rumdoc(7) police: markup the previous delta.
2001-12-04 desCorrect some egregious style bugs.
2001-12-04 desAdd a missing error check. This fixes a bug that would...
2001-12-04 desProperly handle being redirected to an FTP URL.
2001-12-04 desAdd prototype for _ftp_request().
2001-12-04 desReorganize to reduce code duplication.
2001-12-02 tobezFix typos getpeerid -> getpeereid.
2001-12-02 markmUse __FBSDID(). Also do a bit of cosmetic #if and heade...
2001-12-02 peterUse the merged strtod.c everywhere. This has been...
2001-12-02 acheRemove specific reference to ASCII space (' '), it...
2001-12-02 acheMake it works for non ASCII compatible encodings too.
2001-12-01 markmStyle fixups.
2001-12-01 markmWARNS=2 fixes.
2001-12-01 jkoshyAdd support for sysconf(_SC_NPROCESSORS_CONF) and sysco...
2001-12-01 mikeo Stop abusing MD headers with non-MD types.
2001-11-30 markmMerge the (in)complete ANSIfication work from src/crypt...
2001-11-30 markmInvoke the new 'unifdef:' target, and make this lib...
2001-11-30 markmDiff-reduce WRT src/secure/*telnet*/Makefile.
2001-11-30 phantomMerge NetBSD's changes from netbsd_strtod.c in preparat...
2001-11-30 alfredBack out my 'fix', resid is different for strategy...
2001-11-30 fennerImplement several of the c99 updates to printf(3):
2001-11-30 alfredMake the same fix for writes to RAW objects.
2001-11-30 alfredwrite should return the number of bytes written, not...
2001-11-30 acheClarify isblank range
2001-11-30 acheClarify valid isspace() range
2001-11-29 greenFix pam_ssh by adding an IPv4or6 (evidently, this was...
2001-11-29 acheClarify that is[x]digit() class is the same in any...
2001-11-29 cjcDuh. Back out most of my previous commit. It was mostly...
2001-11-29 greenBump p1003.1-90 to p1003.1-96.
2001-11-29 gshapirorename() can't guarantee "to" always exists if it didn...
2001-11-29 acheBack out national digits support, POSIX explicetely...
2001-11-29 cjcAfter the long explanaition of how the inet_* functions...
2001-11-28 tobezDo not write warning messages on stderr - a caller...
2001-11-28 desMdoc police.
2001-11-28 rumdoc(7) police: fix one pam_unix(8) left-over, sort...
2001-11-28 acheDon't ever assume that isdigit() is always subset of...
2001-11-28 acheFix typo
2001-11-28 acheUse stricter tests to disallow national digits > 9
2001-11-28 acheAllow national (non-ASCII) digits
2001-11-28 msmithThis commit was generated by cvs2svn to compensate...
2001-11-28 acheAllow national (non-ASCII) digits
2001-11-28 fennerImplement strtoimax() and strtoumax()
2001-11-28 fennerAlso mention "long long" in synopsis.
2001-11-28 jwdReturn a more meaningful errno when the length of the...
2001-11-28 fennerBase 36 is allowed.
2001-11-28 achePut back base > 35 check. If someone dislike it, plese...
2001-11-28 acheAdd atoll(3) to conform POSIX and C99
2001-11-28 acheUnderstand national (non-ASCII) digits now
2001-11-27 jhbUse 'mov' instead of 'lea' for setting the syscall...
2001-11-27 desAdd a pam_set_item(3) man page with an MLINK to pam_get...
2001-11-27 ruWhen servicing an internal FTP server, punch ipfirewall...
2001-11-27 wesMust link strerror manpage to strerror_r.
2001-11-27 wesAdd strerror_r function per Posix prototype.
2001-11-27 desCreate a pam_ssh(8) man page, based on a repo-copy...
2001-11-27 desDocument the local_pass and nis_pass options, add a...
2001-11-24 ddSpelling police: sucessful -> successful.
2001-11-24 rus/processes/files/ inherited from kvm_getprocs(3).
2001-11-24 keramidaBe more explicit about the fact that realloc() might...
2001-11-22 rumdoc(7) police: markup cleanup.
2001-11-22 rumdoc(7) police: add missing comma.
2001-11-21 fjoefix compilation (include -> #include)
2001-11-21 rumdoc(7) police: fixed typos and minor markup nits.
2001-11-21 rumdoc(7) police: markup nit in the actual rev. 1.13...
2001-11-21 rumdoc(7) police: restore all FreeBSD fixes to this file...
2001-11-21 rumdoc(7) police: general cleanup.
2001-11-21 greenShould also include namespace.h
2001-11-21 greenChange certain syscalls from x to _x.
2001-11-21 ruGrammar nit.
2001-11-20 rumdoc(7) police: fixed bugs from rev. 1.15.
next