]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Remove kget() feature, which is removed from 5-current kernel.
[FreeBSD/FreeBSD.git] / lib /
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.
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...
next