]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-09-17 John BaldwinOnly include parent directory Makefile.inc if it exists...
2002-09-17 Bruce EvansFixed unsorting of SRCS.
2002-09-17 Hajimu UMEMOTO- increment interface output counter. sync w/ netbsd...
2002-09-17 Katsushi KobayashiFirewire device support for Apple eMac with PPC kernel.
2002-09-17 Sheldon HearnRegen:
2002-09-17 Poul-Henning... Add /dev/soekris-errled device to control the Error...
2002-09-17 Maxim SobolevRemove __RCSID().
2002-09-17 Maxim KonovalovFix vsnprintf(3) memory leak for size == 0.
2002-09-17 Maxim KonovalovExplicitly clear M_FRAG flag on a mbuf with the last...
2002-09-17 Maxim KonovalovIn rare cases when there is no room for ip options...
2002-09-17 Maxim SobolevDon't reference cpu_fxsr unless CPU_ENABLE_SSE is defin...
2002-09-17 Hajimu UMEMOTOreject private IPv4 addrs
2002-09-17 Hajimu UMEMOTO- reject SIOCSIFADDR if embedded address is in private...
2002-09-17 Bruce EvansRe-axe.
2002-09-17 Bruce EvansMake `as' compile before it is axed. It still uses...
2002-09-17 Bruce EvansUn-axe this so that it can be fixed before it is axed.
2002-09-17 Peter WemmThe previous commit also removed the addition of userla...
2002-09-17 Peter WemmMake netatm/spans compile in the kernel without dependi...
2002-09-17 Don LewisUpdate man page to reflect current implementation.
2002-09-17 Don LewisFix a hard sentence break.
2002-09-17 Peter WemmAdd stub function for cpu_set_upcall_kse()
2002-09-17 Peter Wemm#if 0 out the following functions:
2002-09-17 Peter WemmMake this compile after the last kse commit.
2002-09-17 Peter WemmArgh. I've been reading makefiles for too long. Chang...
2002-09-17 Peter WemmStub out the calls to get_mcontext and set_mcontext...
2002-09-17 Peter WemmAdd i386 to the list of architectures that libc_r is...
2002-09-17 Peter WemmIt seems I accidently committed a change that removed...
2002-09-17 Peter WemmBandaid to stop failing on non-i386 platforms.
2002-09-17 Bill FennerMake _fetch_connect() always set the error code.
2002-09-17 Mike BarcroftInclude <sys/types.h> directly rather than depending...
2002-09-17 Mike Barcroftpid_t will be shared with at least <fcntl.h>.
2002-09-17 Alexander KabaevBmake bits for GCC 3.2.1-prerelease libstdc++.
2002-09-17 Alexander KabaevMerge FreeBSD modifications into gcc 3.2.1-prerelease:
2002-09-17 Alexander KabaevMerge FreeBSD modifications into gcc 3.2.1-prerelease:
2002-09-17 Alexander KabaevUse the stock 3.2.1-prerelease file.
2002-09-17 Alexander KabaevMerge FreeBSD modifications into gcc 3.2.1-prerelease:
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevGcc 3.2.1-prerelease libf2c bits from the FSF anoncvs...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevGcc 3.2.1-prerelease C++ support bits from the FSF...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevGcc 3.2.1-prerelease from the FSF anoncvs repo gcc...
2002-09-17 Jennifer YangTempary fix for inet6. The final fix is to change in6_p...
2002-09-17 Jonathan MiniUse a weak symbol for signalcontext().
2002-09-17 Jonathan MiniAdd signalcontext(), which adds a signal frame to a...
2002-09-17 Juli MallettConglomerate printing of ps_pgtok'd data into a PLONG...
2002-09-17 David E. O... BANG! BANG! BANG! Put these bits out of their misery.
2002-09-17 Peter WemmInitiate deorbit burn for the i386-only a.out related...
2002-09-17 David E. O... Disable building of the a.out gas and ld. They will...
2002-09-16 Bruce A. MahNew release note: SA-02:39.
2002-09-16 Bill FennerFix documentation of clnt_control()'s CL{GET|SET}_...
2002-09-16 Bill Fennerxids are u_int32_ts, which are not necessarily the...
2002-09-16 Jacques VidrineUpdate build infrastructure after import of Heimdal...
2002-09-16 Jacques VidrineResolve conflicts.
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 Jacques VidrineImport of Heimdal Kerberos from KTH repository circa...
2002-09-16 Juli MallettPerform keyword.c:1.27 properly, implement -orss in...
2002-09-16 Juli MallettRemove some NOTINUSE stuff. Good housekeeping.
2002-09-16 Nate LawsonStart new sentence with newline.
2002-09-16 Jonathan MiniMake libpthread KSE aware.
2002-09-16 Mike BarcroftDon't depend on <sys/types.h> pollution in <fcntl.h...
2002-09-16 Jonathan MiniMechanically change all libc_r references to libpthread.
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniAdd kernel support needed for the KSE-aware libpthread:
2002-09-16 Jonathan MiniSave and restore FPU state properly in ucontext_t's.
2002-09-16 Jonathan MiniAdd signalcontext(), which lays down a signal frame...
2002-09-16 Poul-Henning... Add a cast to make this file compile in userland on...
2002-09-16 Nate LawsonUpdate man page for enum -> const char * change for...
2002-09-16 Poul-Henning... I forgot fsdb was still sharing files with fsck.
2002-09-16 Hajimu UMEMOTOAllocate 64K recieve buffer for DNS responses.
2002-09-16 Takanori WatanabeAdd sleep state explanation.
2002-09-16 Tim J. RobbinsConvert eight space indents to tabs in the "*" format...
2002-09-16 Poul-Henning... Add a source file where EXTATTR checks will happen...
2002-09-16 Boris PopovReserve a transport parameter name and number for Darwin.
2002-09-16 Boris PopovImplement support for mixed case passwords.
2002-09-16 Boris PopovAdd support for large readx and writex functions if...
2002-09-16 Bruce EvansInclude include "opt_atalk.h" so that the NETATALK...
2002-09-16 Bruce EvansBacked out revs 1.32-1.33. The problem has been fixed...
2002-09-16 Poul-Henning... Pick up modules from the compile directory instead...
2002-09-16 Boris PopovEnable browsing of NetApp servers (use ascii mode).
2002-09-16 Søren SchmidtFix the clockprobe test on the Sil 680
2002-09-16 Boris PopovAdd more constants for future use in kernel and userland.
2002-09-16 Jonathan MiniMake the changes needed for libpthread to compile in...
2002-09-16 Mike BarcroftDon't depend on <sys/types.h> pollution in <fcntl.h...
2002-09-16 Yoshihiro TakahashiDon't build unneeded modules for pc98.
2002-09-16 Bruce EvansFixed messes involving $FreeBSD$ starting with one...
2002-09-16 Yoshihiro TakahashiMerged from sys/isa/fd.c revisions 1.234, 1.235 and...
2002-09-16 Yoshihiro TakahashiMFi386: revision 1.178.
2002-09-16 Mike BarcroftDon't depend on <sys/types.h> pollution in <fcntl.h>.
2002-09-16 Yoshihiro TakahashiMFi386: revisions 1.417 and 1.418.
2002-09-16 Yoshihiro TakahashiMerged from sys/dev/sio/sio.c revision 1.378.
2002-09-16 Yoshihiro TakahashiMerged from sys/isa/syscons_isa.c revision 1.18.
2002-09-16 David E. O... Update for version 3.39.
2002-09-16 David E. O... Update for 3.39.
2002-09-16 David E. O... Make current.
2002-09-16 David E. O... This commit was generated by cvs2svn to compensate...
2002-09-16 David E. O... Virgin import of Christos Zoulas's FILE 3.39.
next