]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-03-17 sbrunoReviewed by: scott (scottl@freebsd.org)
2009-03-17 kibSupply AT_EXECPATH auxinfo entry to the interpreter...
2009-03-17 kibAdd AT_EXECPATH ELF auxinfo entry type. The value's...
2009-03-17 kibAdd some definitions for the DT_FLAGS_1 tag flags.
2009-03-17 edwinMFV of tzdata2009c
2009-03-17 kibUse the properly sized types for ELF object header...
2009-03-17 weongyograb NDIS USB lock instead of HAL preemption. This...
2009-03-17 rnolandCast to (unsigned long) to make printf happy on i386
2009-03-17 rnolandAdd support for matching solely on vendor id.
2009-03-17 rnolandImprove the debugging output of drm_mmap
2009-03-17 rnolandAdd list_for_each_prev to our linux compatibility.
2009-03-17 rnolandMinor code cleanup
2009-03-17 rnolandWe can have more than 3 pci resources
2009-03-17 rnolandCast register maps and offsets to vm_offset_t
2009-03-17 rnolandChange the logic around to match ati_pcigart.
2009-03-17 rnolandUse flsl() here rather than ffsl()
2009-03-17 scfRemove the splimp()/splx() calls around the setting...
2009-03-17 thompsaMFp4 //depot/projects/usb 159225,159241,159292
2009-03-17 thompsaMFp4 //depot/projects/usb 159238,159275
2009-03-17 thompsaAdd Supertop IDE adapter and Quickcam entries.
2009-03-17 jkimInitial suspend/resume support for amd64.
2009-03-16 dougbAdd some notes and clarify a few sections:
2009-03-16 pjdDetach GELI providers on shutdown/reboot, which will...
2009-03-16 rnolandUse the right MSI_REARM for RS600.
2009-03-16 gabor- Add Brazilian Portuguese catalog [1]
2009-03-16 avgintpm: minor enhancements
2009-03-16 sam(finally) document -n
2009-03-16 mavRemove CD input hack for ALC268 based Acer systems...
2009-03-16 kibFix two issues with bufdaemon, often causing the proces...
2009-03-16 vanhuAdded DLT_ENC to map list, so it is now possible
2009-03-16 mavFix spelling in message.
2009-03-16 descat(1) compiles fine at WARNS level 6.
2009-03-16 weongyouse usb2_desc_foreach() to iterate the USB config descr...
2009-03-16 rwatsonDefine and use two macros for loopback checksum offload:
2009-03-16 dchaginChase the k8temp->amdtemp rename in NOTES and loader...
2009-03-16 rwatsonif_hwassist should be initialized with CSUM, rather...
2009-03-16 rnolandTeach psm about O_ASYNC
2009-03-16 rnolandGet rid of any remaining PZERO flags in mtx_sleep()
2009-03-16 rnolandFix R600 writeback across suspend/resume.
2009-03-16 dchaginSort include files in the alphabetical order.
2009-03-16 scfAdd the SIOCSIFMTU ioctl handling directly to tap(4...
2009-03-15 impRestore missing OSREL definition that accidetnally...
2009-03-15 jamieDefault to AF_LOCAL instead of AF_INET sockets for...
2009-03-15 rwatsonTeach the loopback interface about checksum generation...
2009-03-15 dchaginIgnore FUTEX_FD op, as it is done by linux.
2009-03-15 dchaginInclude linux_futex.h before linux_emul.h
2009-03-15 rwatsonMention specifically in UPDATING that non-MPSAFE device...
2009-03-15 rwatsonBump __FreeBSD_version for the removal of IFF_NEEDSGIAN...
2009-03-15 rwatsonRemove IFF_NEEDSGIANT, a compatibility infrastructure...
2009-03-15 gabor- Create the buildworld object directories with mtree...
2009-03-15 rwatsonCorrect a number of evolved problems with inp_vflag...
2009-03-15 jeff - Wrap lock profiling state variables in #ifdef LOCK_P...
2009-03-15 jeff - Implement a new mechanism for resetting lock profili...
2009-03-15 impDon't adjust ranges at all for subtractive bridges...
2009-03-15 impGeneralize the workaround for the Hitachi HT-4840-11...
2009-03-15 samno need to for gnu89 any more
2009-03-15 samremove gcc-ism; tsinfo isn't used anyway
2009-03-14 rrsOpps.. I missed a file on the commit :-)
2009-03-14 dasFix build breakage due to the interplay between r189801...
2009-03-14 pjdOops. Correct comment in the LICENSE file.
2009-03-14 pjdRegression tests for mac_portacl(4).
2009-03-14 pjd- Correct logic in if statement - we want to allocate...
2009-03-14 dasNamespace: Defining htonl() and friends here instead...
2009-03-14 dasFix the visibility of several prototypes. Also move...
2009-03-14 dasHide dbopen() in the POSIX namespace, and use standard...
2009-03-14 dasHide numerous BSD extensions in the POSIX namespace.
2009-03-14 dasBump __FreeBSD_version to 800071 for gcc patch to add...
2009-03-14 dasMake gcc use C99 inline semantics in c99 and gnu99...
2009-03-14 dasNamespace: aio_waitcomplete() is a BSD extension.
2009-03-14 dasNamespace: adjtime(), futimes(), futimesat(), lutimes...
2009-03-14 dasNamespace: abort2() is a BSD extension.
2009-03-14 dasNamespace: endpwent, getpwent, and setpwent are XSI...
2009-03-14 dasNamespace: dprintf() and getline() are in P1003.1-2008.
2009-03-14 dasVarious namespace cleanups, including exposing fchmod...
2009-03-14 dasNamespace: preadv() and pwritev() are extensions.
2009-03-14 dasNamespace: vsyslog() is a BSD extension.
2009-03-14 dasNamespace: semsys() and shmsys() aren't standard.
2009-03-14 dasUse namespace visibility macros instead of checking...
2009-03-14 dasNamespace: setgrent() is an XSI extension.
2009-03-14 dasDon't prototype _tolower() and _toupper(). They're...
2009-03-14 dasNamespace: memccpy() and memchr() are XSI, and memrchr...
2009-03-14 dasNamespace: dbm_forder() and dbm_dirfno() are BSD extens...
2009-03-14 dasNamespace: _setjmp() and _longjmp() are XSI extensions.
2009-03-14 dasNamespace: inet_ntoa_r() is a BSD extension.
2009-03-14 dasNamespace: scalb() is withdrawn from POSIX.
2009-03-14 dasMultibyte character support for cal(1).
2009-03-14 dasEliminate __real__ and __imag__ gccisms.
2009-03-14 rdivackySwitch over to gnu99 compilation on default for userland.
2009-03-14 samremove stray ;
2009-03-14 rwatsonRework MAC Framework synchronization in a number of...
2009-03-14 alcMFamd64 r189785
2009-03-14 impTwo fixes:
2009-03-14 rrsFixes several PR-SCTP releated bugs.
2009-03-14 jeff - When a mutex is destroyed while locked we need to...
2009-03-14 jeff - Call lock_profile_release when we're transitioning...
2009-03-14 jeff - Fix an error that occurs when mp_ncpu is an odd...
2009-03-14 alcUpdate the pmap's resident page count when a page table...
2009-03-14 alcCorrect accounting errors in _pmap_allocpte(). Specifi...
2009-03-14 dasr189349 removed mktemp() from the XSI namespace when
2009-03-13 rwatsonDon't suggest mounting procfs in diskless configurations.
next