]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Sync with sys/i386/conf/GENERIC revision 1.131.
[FreeBSD/FreeBSD.git] / lib /
1998-11-13 jdpEnable libradius and libtacplus.
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpInitial import of TACACS+ client library donated by...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpInitial import of RADIUS client library donated by...
1998-11-12 jdpBuild libmd shared for a.out too. Required for some...
1998-11-10 dimaCleanup. Make it compile on alpha.
1998-11-09 jkoshyFix a .Nm -> .Fn fix that was missed in the previous...
1998-11-07 desfetch_err.h is a generated file, so don't look for...
1998-11-06 desSecond of a series of cleanups to libfetch.
1998-11-06 dtDon't call pthread_mutex_lock with _SPINLOCK held.
1998-11-06 dgAdded info about non-blocking support.
1998-11-06 jkoshyUpdate manual page to reflect changes in rev 1.12 of
1998-11-05 desFirst of a series of cleanups to libfetch. Changed...
1998-11-05 dgAdded a manual page for sendfile(2).
1998-11-04 peterRemove stray .endif from previous commit (I hope this...
1998-11-04 rnordierInclude mergesort() in description of errors.
1998-11-04 rnordierDrop unused labels.
1998-11-04 rnordierHandle a zero elements argument.
1998-11-04 msmithDon't need this one anymore.
1998-11-04 msmithWell I never. Seems like _setjmp()/_longjmp() are...
1998-11-04 msmithImprove the quality of isspace() to match expectations...
1998-11-04 msmithDon't try to build (nonexistent) Alpha setjmp until...
1998-11-04 msmithMove setjmp/longjmp implementations here from libc...
1998-11-03 peterA feeble attempt at kld compatability. The mount_...
1998-11-01 msmithAdd:
1998-10-31 msmithAdd a new field to the devsw structure; dv_print, to...
1998-10-30 jmzTypo.
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-29 msmithPrevent buffer overflow in getpwnam()
1998-10-29 rnordierClarify processing of the string argument by psignal().
1998-10-29 rnordier(Whoops: make it better instead of worse this time...
1998-10-29 rnordierClarify processing of the string argument by perror().
1998-10-29 rnordierCheck for a zero-length as well as a NULL string argument.
1998-10-29 rnordierThe man page implies that the string argument to psigna...
1998-10-28 jdpHandle ELF symbols better. This fixes "vmstat -i"...
1998-10-27 msmithFixes for handling 'wfd' (and any other disk with a...
1998-10-26 fenner(`'): and (`'); -> (`:') and (`;')
1998-10-26 obrienBogon I somehow inserted between compiling and commiting...
1998-10-26 obrienQuiet many compiler warnings. Still fails -Wconversion...
1998-10-25 obrienSlight style police.
1998-10-25 achefix unsigned overflow
1998-10-21 dimaFix types.
1998-10-20 peterRevert last change. mkstemp() wasn't to blame, it...
1998-10-20 peterStop mk*temp() from being pathologically stupid in...
1998-10-20 desSince vfork() was changed to fork(), we have to pass...
1998-10-19 dfrImplement a hook to allow us to reclaim the memory...
1998-10-17 obrienTo clarify last commit, msmith says:
1998-10-16 msmithReduce the sbrk() increment from 64K to 4K. There...
1998-10-15 desFix style issues in execl(), and make execle() vfork...
1998-10-15 msmithConform to POSIX and close any copies of popen() descri...
1998-10-14 kenFix a couple of potential buffer overrun cases.
1998-10-14 desCorrect braino in previous commit. I get the pointy...
1998-10-14 desMake execl() vfork()-safe. This should fix potential...
1998-10-14 jkhcorrect prototype.
1998-10-14 kenAdd man pages for many of the functions in the CAM...
1998-10-13 bdeUpdated library order and comments about it. This...
1998-10-13 desCalls one or more of malloc(), warn(), err(), syslog...
1998-10-12 kenAdd a "dummy light" (actually two dummy lights) to...
1998-10-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-12 desAvoid the "Cannot allocate memory" problem that appears...
1998-10-12 kenFix a curses bug exposed by the ":numbers" display...
1998-10-11 jdpEliminate nested comment warning.
1998-10-11 bdeFixed removing of obsolete shared libraries:
1998-10-11 peterAvoid the need for calling functions that malloc after...
1998-10-11 peterlibopie also depends on libmd. Programs using libopie...
1998-10-11 peterlibf2c.so.* depends on libm.so. I'm not sure that...
1998-10-11 peterlibatm uses libmd; add it to the dependency list so...
1998-10-11 peterDeal with /usr/lib/compat/aout, and that we've been...
1998-10-11 peterDon't build elf libresolv.so*, no elf freebsd binaries...
1998-10-11 peterDon't install an elf libgnumalloc.so* in /usr/lib/compa...
1998-10-11 peterDon't install an elf liby.so[.2] in /usr/lib/compat...
1998-10-10 bdevfork -> fork. The child calls execl() which calls...
1998-10-10 eivindRemove the description of EBADF (that's an implementati...
1998-10-09 dtFix some bugs in pthread scheduler:
1998-10-09 jkhNow take stdio.h out of files that don't require it.
1998-10-09 jkhUpdate docs to match interface change.
1998-10-09 jkho move path in libutil.h to paths.h
1998-10-09 jkhTake the path spec back out.
1998-10-09 jkhAll these have to include stdio.h now.
1998-10-08 jkhremove stdio.h include; I forgot Bruce's cardinal rule...
1998-10-08 jkhAdd some rudimentary documentation for my new functions.
1998-10-08 jkhCorrect a build error that got past my build test somehow.
1998-10-07 jkhAdd a simple mechanism for reading property lists from...
1998-10-07 msmithAdd strcasecmp source file required for dosfs operation.
1998-10-07 julianFix a memory leak
1998-10-06 msmithEnable the DOS filesystem. This allows reading from...
1998-10-06 dfrTeach libdisk about alpha boot blocks.
1998-10-05 dfr64bit portability fixes.
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-04 msmithDon't build with -g.
1998-10-03 eivindprogram written under FreeBSD -> programs written under...
1998-10-01 msmithPrune unused zalloc components as recommended by Matt...
1998-10-01 jkhAdd libdisk back to alpha build.
1998-09-30 jkhEliminate unaligned access on Alpha and also neaten...
1998-09-30 dtDebug when an environment variable set, no when it...
1998-09-30 jbRevise test code for sigwait and add test code for...
1998-09-30 jbRevise test code for sigwait and add test code for...
1998-09-30 jbFix a comment.
1998-09-30 jbCosmetic cleansing. This code requires extra work to...
next