]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-03-02 samdon't need these any more; we are now using a combined...
2009-03-02 samupdate to 0.6.8
2009-03-02 sambring in local changes for:
2009-03-02 samconnect vendor wpa area to contrib
2009-03-02 samremove
2009-03-01 mavGive controller a chance to issue Soft Reset clear...
2009-03-01 samremove unused bits
2009-03-01 samimport wpa_supplicant+hostapd 0.6.8
2009-03-01 dasUse C99-style initializers. No functional change.
2009-03-01 impAdd verbage about needing to remap libusb-0.1 to libusb...
2009-03-01 edHide __restrict from lint, just like we do with other...
2009-03-01 mavComment out enabling FIS Based Switching inside ata_ahc...
2009-03-01 luigiremove duplicate entries for isa and npx, they are
2009-03-01 sosRemove self.
2009-03-01 dchaginFix range-check error introduced in r182292. Also do...
2009-03-01 rwatsonNote that network device driver modules need rebuilding.
2009-03-01 rwatsonDo a bit of struct ifnet cleanup in preparation for...
2009-03-01 bzAdd size-guards evaluated at compile-time to the main...
2009-03-01 bzAdd the infrastructure and expected sizeof() values...
2009-03-01 edImprove my previous changes to the TTY code: also remov...
2009-03-01 bzAdd the new compile-time assertion macro CTASSERT_EQUAL().
2009-03-01 samuse ansi prototypes
2009-03-01 rafan- Remove kH (kp_kll) from screen. It has the identical...
2009-03-01 dasFix a typo in the previous commit.
2009-03-01 delphijAdd a missing .El.
2009-03-01 delphij"-isoC-99" should be spelled without 'c'.
2009-03-01 bmsIn sys/tree.h:
2009-02-28 rwatsonRemove unreachable code for generating RST segments...
2009-02-28 mavRevert my ata_identify()/ata_reinit() related changes...
2009-02-28 thompsaMove the NORELEASE check to after the recurse count...
2009-02-28 thompsaA couple of style nits in the last commit
2009-02-28 thompsa- Remove the usb interface number from the device nodes...
2009-02-28 edAdd memmove() to the kernel, making the kernel compile...
2009-02-28 edFix compilation of newkey(8) with WITHOUT_NIS=yes.
2009-02-28 dasUse getline() instead of fgets(). This enables nl(1...
2009-02-28 edReplace bcopy() calls inside the TTY layer with memcpy...
2009-02-28 mavRework device probing by moving ata_getparam() call...
2009-02-28 rwatsonRemove PRIV_ROOT -- all system privileges must now...
2009-02-28 edFix compilation of fstat.
2009-02-28 edAdd missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.
2009-02-28 dasTests for getdelim().
2009-02-28 dasAdd a file containing tests for simple format specifiers.
2009-02-28 dasTests for wcscasecmp(), wcsnlen(), and stpncpy().
2009-02-28 dasMake `less -R' not crash all the time.
2009-02-28 dasReplace a dozen lines of code with a call to strnlen...
2009-02-28 dasAdd restrict qualifiers.
2009-02-28 das- Add getdelim(), getline(), stpncpy(), strnlen(),...
2009-02-28 dasDefine a macro for POSIX.1-2008 here until a future...
2009-02-28 dasAdd visibility constants for POSIX.1-2008.
2009-02-28 dasAdd restrict qualifiers to the parameters to strlcpy...
2009-02-28 dasMark memmem() __pure.
2009-02-28 dasMake sure %zd treats negative arguments properly on...
2009-02-28 rnolandInitialize the vblank structures at load time. Previou...
2009-02-27 rnolandAdd a tuneable to allow disabling msi on drm at runtime.
2009-02-27 mavCopy/paste bug fix for previos commit.
2009-02-27 impMove to new usb stack that puts the front-end bus attac...
2009-02-27 thompsaChange the last references to PRIV_ROOT. /dev/usb used...
2009-02-27 thompsaRemove ic_update_mcast calls that are not implemented.
2009-02-27 thompsaPartial sync to //depot/projects/usb
2009-02-27 rrsFix the add stream feature of strm-reset to really...
2009-02-27 jhb- Hold a reference on the cdev a filesystem is mounted...
2009-02-27 mavMerge rev. 188615, 188812 changes from old-USB to USB2...
2009-02-27 samreally enable usb1
2009-02-27 davidch- Update copyright to 2009.
2009-02-27 samo enable PREEMPTION
2009-02-27 samo add -HEAD to avoid build conflicts
2009-02-27 samadd -HEAD to avoid build conflicts
2009-02-27 thompsaMake a note about USB /dev changes.
2009-02-27 avgnewfs_msdos: allow to work with media that doesn't...
2009-02-27 avgudf_readatoffset: return correct size and data pointer...
2009-02-27 thompsaChange USB over to make_dev() for all device nodes...
2009-02-27 edRemove empty directory structure.
2009-02-27 thompsaFix HID_COMPAT7 handling around the USB_GET_REPORT_DESC...
2009-02-27 bzFor all files including net/vnet.h directly include...
2009-02-27 bzMove the include of vinet.h further up before the ipfil...
2009-02-27 edRemove redundant code in printf() and vprintf().
2009-02-27 bzShuffle the vimage.h includes or add where missing.
2009-02-27 edRevert previous commit to subr_prf.c and make it more...
2009-02-27 rajPrefer register usage style to be more consistent with...
2009-02-27 rajMake Book-E debug register state part of the PCB context.
2009-02-27 rnolandFix up some ioctl permissions issues long overlooked.
2009-02-27 samfix build
2009-02-27 samfix build
2009-02-27 rpauloReplace clone_setcallback() with a new function clone_s...
2009-02-26 mavRollback rev. 189093.
2009-02-26 mavUnhide IDENTIFY command timeouts when verbose messages...
2009-02-26 mavRestore mtx_lock() call on ata_timeout(), dropped ...
2009-02-26 edRename all symbols in libmp(3) to mp_*, just like Solaris.
2009-02-26 mavRemove direct ata_completed() call options from ata_fin...
2009-02-26 edFix LLVM compiler errors related to K&R declarations...
2009-02-26 thompsaAllow the old usb stack to compile by adding the approp...
2009-02-26 edUse ANSI function declarations in librpcsvc.
2009-02-26 mavAdd MSI blacklisting support.
2009-02-26 samuse mii instead of miibus to not pull in useless phy...
2009-02-26 samadd updatep[12] that grok the partitioning we use and...
2009-02-26 avgudf_readatoffset: read through directory vnode, do...
2009-02-26 attilio[1] When showing threads, the thread name just appears...
2009-02-26 rdivackyAdd a missing parameter to ruserpass(). According to...
2009-02-26 edRemove unneeded pointer `ndp'.
2009-02-26 edRemove even more unneeded variable assignments.
next