]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Rewrite buffer handling code a bit to handle large values.
[FreeBSD/FreeBSD.git] / lib /
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.
2001-11-20 greenIntroduce readpassphrase(3), a superset of getpass...
2001-11-20 rumdoc(7) police: minor markup and spelling fixes.
2001-11-20 rumdoc(7) police: sort xrefs.
2001-11-20 rumdoc(7) police: consistently use the .Ux macro.
2001-11-20 rumdoc(7) police: remove whitespace at EOL.
2001-11-20 jhbInclude sys/param.h instead of sys/types.h to get the...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-19 rwatsono Cleanup of includes: user.h may be a catch-all, but...
2001-11-19 rwatson#include <sys/user.h> rather than individually includin...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-19 jakeActually build new files.
2001-11-18 jakelibkvm for sparc64. Only works for kernel memory so...
2001-11-18 jakeNeed .type and .size here too.
2001-11-18 jakeAdd more libc stuff.
2001-11-18 jakeCatch up to jmpbuf changes. Define offsets used from...
2001-11-18 jakeRemove fork and vfork wrappers. The kernel does the...
2001-11-18 jakeAdd .type and .size pseudo-ops to system call macros...
2001-11-18 iedowseRemove a sentence from the BUGS section that claims...
2001-11-17 deischenFix pthread_join so that it works if the target thread...
2001-11-17 phkIf 'VX' is given, realloc(foo,0) will bail, it shouldn't.
2001-11-16 phkCorrectly call THREAD_UNLOCK() if the recursive call...
2001-11-16 ddCreate link from directory.3 to readdir_r.3.
2001-11-16 rwatsono Reflect repo-copy of extattr.[c3] from libutil to...
2001-11-16 rwatsono Document 'nocheckmail' login capability.
2001-11-16 rwatsonAlthough the 'bool' type is referenced in the list...
2001-11-15 mikeo Implement imaxabs(), imaxdiv(), llabs(), lldiv().
2001-11-14 murrayCross-reference the fdopen and fileno manpages.
2001-11-13 jhbCleanups after previous change:
2001-11-13 jhbThe kernel already fixes up %eax for parents that retur...
2001-11-11 matusitaOne more fix for sysinstall/libdisk to create a device...
2001-11-11 gshapiroFix NO_SENDMAIL knob. When FreeBSD's old BSD version...
2001-11-11 bdeFixed namespace pollution related to `err' in libc...
2001-11-10 desIncrement the loop counter.
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-09 ru- Put missing prototype for rcmd() in <unistd.h>.
2001-11-09 dcsThe algorithm that computes the tables used in the...
2001-11-09 peterNote that the manpage is incorrect about the vector...
2001-11-08 peterThis commit was generated by cvs2svn to compensate...
2001-11-08 peterkern.ps_arg_max_cache is a long, not an int. I believe...
2001-11-07 obrienFix vendor ID's.
2001-11-07 obrienrcsid[]->__FBSDID
2001-11-07 fennerDon't ignore unknown characters. The previous code...
2001-11-06 jhb- Change the f_isdir field of struct file to be a flags...
2001-11-06 jhb- Add a simple SUSP parser.
2001-11-06 jhbSwitch to using ANSI function declarations and add...
2001-11-05 dwmaloneAdd a note explaining why CLOCKS_PER_SEC isn't 1000000.
2001-11-05 jhb- There is no such thing as a socket structure. socket...
2001-11-05 dwmalonegamma(x) actually returns \log(|\Gamma(x)|), so correct...
2001-11-05 murrayDescribe handling of NULLs passed to pthread_setcancels...
2001-11-05 ddDocument ENETDOWN.
2001-11-05 ddmalloc and calloc do not free memory.
2001-11-04 ddMark up NULL in .Dv.
2001-11-04 peterMake strtod.c work on Alpha as well. strtod.c has...
2001-11-04 peterSlightly closer to netbsd_strtod.c:
2001-11-03 dfrImplement fpsetmask() and fpgetmask().
2001-11-03 briancmott@scientech.com -> cm@linktel.net
2001-11-03 peterDo not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB...
2001-11-03 peterPut in an attempt at stack trace/unwind records.
2001-11-03 peterDo not ``build'' (ie remove, and put in stub libraries...
2001-11-03 peterDont fail if ${DESTDIR}${LIBDIR}/ or any of its compone...
2001-11-03 peterDont fail if the intermediate directories in ${DESTDIR...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 phkphkmalloc->evilchecks++;
next