]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-09-02 maximo csup(1) does not have -g flag. Remove it from the...
2010-09-02 thompsaReduce the need to accesss struct usb_device by providi...
2010-09-02 thompsaAdd support for power mode filtering as some USB hardwa...
2010-09-02 thompsaChange argument for usbd_get_dma_delay() from USB bus...
2010-09-02 thompsaFix setting of the rx_max and tx_max variables. If...
2010-09-02 thompsaFix UMS_BUTTON_MAX define name
2010-09-02 thompsaFix build breakage from r212127
2010-09-02 thompsaAdd GPIO programming for more PHY hardware.
2010-09-02 thompsaAdd support for extra buttons on the Kensington Slimbla...
2010-09-02 thompsaSilence debug error by default.
2010-09-02 thompsaWe need to grab a node reference count to vap->iv_bss...
2010-09-02 rmacklemModify pxe.c to use the version of nfs_getrootfh()...
2010-09-02 rmacklemModify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.
2010-09-02 yongariFix stupid error in r212109 which didn't swap DMA maps...
2010-09-01 rmacklemModify nfs_diskless.c to recognize the environment...
2010-09-01 thompsaAdd missing MODULE_VERSION() definitions, this resolves...
2010-09-01 yongariMove sis_reset() to sis_initl(). This ensures driver...
2010-09-01 yongariAvoid controller reinitialization which could be trigge...
2010-09-01 yongariDo not reinitialize controller whenever promiscuous...
2010-09-01 yongariReport result of link state change to caller. Previousl...
2010-09-01 yongariOverhaul link state change handling. Previously sis...
2010-09-01 mdfFix a bug with sched_affinity() where it checks td_pinn...
2010-09-01 yongaris/u_intXX_t/uintXX_t/g
2010-09-01 mlaierrmlock(9) two additions and one change/fix:
2010-09-01 yongaribus_dma(9) cleanup.
2010-09-01 yongariNuke unnecessary return at the end of function.
2010-09-01 yongaristyle(9) - space after keywords.
2010-09-01 yongariRemove leading and trailing white spaces.
2010-09-01 jchandraUpdates for the RMI MIPS platform code
2010-09-01 emasteAdd a sysctl knob to accept input packets on any link...
2010-09-01 tuexenFix a bug which results in peer IPv4 addresses a.b...
2010-09-01 dimUse a cleaner expression to retrieve the memory size...
2010-09-01 emasteAs long as we are going to panic anyway, there's no...
2010-09-01 davidxuRemove incorrect comments, also make sure signal is
2010-09-01 maximo Sync the man page with the reality: nfs/ includes
2010-09-01 rpauloMake the /dev/dtrace/helper node have the mode 0660...
2010-09-01 rpauloInclude <sys/sdt.h> on a generated header.
2010-09-01 edRemove reference to device minor numbers in psm(4)...
2010-09-01 maximo List MOUNTVER and SCHED classes. X-ref gsched(8...
2010-09-01 davidxuIn function __pthread_cxa_finalize(), also make code...
2010-09-01 mavIncrease device reset timeout from 10 to 15 seconds...
2010-09-01 lulf- Remove duplicate comment.
2010-09-01 davidxupthread_atfork should acquire writer lock and protect...
2010-09-01 davidxuChange atfork lock from mutex to rwlock, also make...
2010-09-01 davidxuAdd signal handler wrapper, the reason to add it becaus...
2010-09-01 davidxurescure comments from RELENG_4.
2010-08-31 jamieWhitespace and comment fixes.
2010-08-31 jamieDon't over-allocate array values in jailparam_export.
2010-08-31 jamieMake it clear in the example that jailparam_export...
2010-08-31 yongariRemove unnecessary atomic operation in bge_poll. bge...
2010-08-31 jkimMake sure the interrupt entry point is within the video...
2010-08-31 yongaribge_txeof() already checks whether it has to free trans...
2010-08-31 pjdEliminate confusing while () loop. In the first version...
2010-08-31 delphijFor consistency, change all 'i386' and MACHINE_ARCH...
2010-08-31 yongariHandle PAE case correctly. You cannot effectively speci...
2010-08-31 dimAvoid directly manipulating a NULL pointer (which could...
2010-08-31 mdfHave memguard(9) crash with an easier-to-debug message...
2010-08-31 dimAlways compile pc98 boot2 with gcc instead of clang...
2010-08-31 yongariSplit common parent DMA tag into ring DMA tag and TX...
2010-08-31 dimUse a more robust way to substitute gcc for clang,...
2010-08-31 mdfThe realloc case for memguard(9) will copy too many...
2010-08-31 nwhitehornRestructure how reset and poweroff are handled on Power...
2010-08-31 nwhitehornRemove some code made obsolete by the powerpc64 import.
2010-08-31 pjdInclude process PID in log messages.
2010-08-31 pjdCorrect error message.
2010-08-31 pjdWhen upgrading a pool which contain root file system...
2010-08-31 pjdForgot to add event.c and event.h in r212038.
2010-08-31 kevloFor consistency, cast result of getpid() to long
2010-08-31 davidxuIf a process is being debugged, skips job control cause...
2010-08-31 pjdMask only those signals that we want to handle.
2010-08-31 jchandraAdd the workaround for 4xx lite boards after it was...
2010-08-31 nwhitehornMissed one place the SLB lock should be held in r211967.
2010-08-31 rmacklemAdd a null_remove() function to nullfs, so that the...
2010-08-30 pjdBecause it is very hard to make fork(2) from threaded...
2010-08-30 pjdWe only want to know if descriptors are ready for reading.
2010-08-30 pjdWhen someone gives NULL as data, assume this is because...
2010-08-30 edwinFor calendars which don't match the solar-based Gregori...
2010-08-30 pjdUse pjdlog_exit() before fork().
2010-08-30 pjdConstify arguments we can constify.
2010-08-30 edwinUse basename(3) to determine the name of the program.
2010-08-30 nwhitehornUse MACHINE_ARCH instead of MACHINE as the directory...
2010-08-30 delphijDrain watchdog callouts before detaching. This prevent...
2010-08-30 dimAdd myself to calendars.freebsd.
2010-08-30 jkimSave MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly...
2010-08-30 dimAdd myself to committers-src.dot.
2010-08-30 delphijVendor update to version 3.80.06.003 to fix a panic...
2010-08-30 rpauloWhen DTrace is enabled, make sure we don't overwrite...
2010-08-30 jhexecve(2) has a special check for file permissions...
2010-08-30 kibRegen
2010-08-30 kibMake the syscalls reserved for AFS usable by OpenAFS...
2010-08-30 jchandraMove debug.h to the the rge driver directory. rge.c...
2010-08-30 jchandraClean up header files in RMI platform code (sys/mips...
2010-08-30 maximo Some programs could send broadcast/multicast traffic...
2010-08-30 jchandraRemove misleading comment in pte.h. MIPS PTE entries...
2010-08-30 maximMake flags in usage() and SYNOPSYS more style(9)-ish.
2010-08-30 pjdExecute hook when connection between the nodes is estab...
2010-08-30 pjdExecute hook when split-brain is detected.
2010-08-30 pjdUse sigtimedwait(2) for signals handling in primary...
2010-08-29 pjd- Move functionality responsible for checking one conne...
2010-08-29 jillesCorrect value for _POSIX_AIO_LISTIO_MAX in <limits.h>.
next