]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
More attempts to DTRT for the alpha, based on what I now know about boot2.
[FreeBSD/FreeBSD.git] / lib /
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...
1998-09-30 jbMove the cleanup code that frees memory allocated for...
1998-09-30 jbUse snprintf instead of sprintf to avoid long source...
1998-09-30 jbImplementation of an additional state called SIGWAIT...
1998-09-30 jbNULL a pointer after it is freed to avoid trying to...
1998-09-30 jb- Fix the debug macros.
1998-09-30 jbDelete the XXX comments that refer to spinlock recursio...
1998-09-29 jkoshy`kern.maxproc' is not changeable from sysctl(8).
1998-09-29 jkhAllow minigzip to be invoked more like gzip, checking...
1998-09-28 eivindDocument that we will core-dump on getting a NULL pointer.
1998-09-26 desBring the man page more or less up to date with the...
1998-09-26 dfrDon't cast int pointers to long pointers when reading...
1998-09-26 jkh/usr/lib/compat -> /usr/lib/compat/aout
1998-09-26 dfr* Enable old UFS compatibility code for booting from...
1998-09-26 dillon Fixed setting of mp_End in zextendPool(). A case...
1998-09-26 msmithReplace the old and extremely icky Mach/NetBSD allocato...
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-25 obrienApply patch to properly sscanf(3) when there is whitesp...
1998-09-23 dfrUse unsigned chars instead of signed chars when extract...
1998-09-23 dfrUse 8k pagesize on alpha, not 4k.
1998-09-21 jkhInclude "stand.h", not <stand.h>.
1998-09-20 dfrAllocate disk buffers using a custom allocator. The...
1998-09-20 dfrUse a simple version of inet_ntoa(). The libc one...
1998-09-20 alexBack out part of previous commit (even though it's...
1998-09-20 kenChange the devstat generation number from an int to...
1998-09-19 alexCorrectly back out of free if a recursive call into...
1998-09-18 msmithNuke prototype for strerror, consumers get it from...
1998-09-18 msmithPath arguments to *_open functions should be const...
1998-09-18 kenRemove scsi_da.c from the list of things compiled into...
1998-09-18 luoqiSimplify implementation and eliminate a register preser...
1998-09-18 kenFix some error message format problems in checkversion...
1998-09-17 phks/yellow pages/NIS/
1998-09-17 gibbslibscsi is obsoleted by CAM.
1998-09-16 kenFix some Alpha portability problems, and add some belt...
1998-09-16 dfrAdjust the declarations of kvm_read and kvm_write to...
1998-09-16 dfrChange to a code sequence which is more likely to work...
1998-09-16 jkoshySort table and descriptions.
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 impReplace memory leaking instances of realloc with non...
1998-09-16 impo Don't reference non-existant function freealloc.
1998-09-16 impFix style problems noted by Bruce:
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerBump minor version number and add version.c to update...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 dtDon't initialize NIS until it is really necessary....
1998-09-15 phk(this is an extract from src/share/examples/atm/README)
1998-09-15 jkoshyTurn off replies to ICMP echo requests for broadcast...
1998-09-15 gibbsRemove references to the "od" device.
1998-09-15 gibbsHook up libcam and libdevstat.
1998-09-15 phkAdd new files for HARP3
next