]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-11-27 dasAxe a.out core dump support. Neither older gdb binarie...
2004-11-27 dasRemove a.out support from gcore(1).
2004-11-27 dasAxe the semblance of support for PECOFF and Linux a...
2004-11-26 njlTemporarily disable programming IRQ links on resume...
2004-11-26 bzWith mii.h rev 1.4 changes to BMSR_MEDIAMASK merged...
2004-11-26 phkEliminate MNT_NODEV usage, it doesn't have any meaning...
2004-11-26 brooksAllow the gif module to be built without IPv6 support...
2004-11-26 rwatsonImplement parts of the TCP_INFO socket option as found...
2004-11-26 simonAdd Intel RAID Controller SRCS16 and SRCU42X to the...
2004-11-26 hartiRemove unused file.
2004-11-26 cognetRemove useless casts.
2004-11-26 simonWITNESS_DDB is now called WITNESS_KDB.
2004-11-26 leImplement 'setstate' to allow setting the state of...
2004-11-26 hartiStyle: prototypes, un-register and remove some empty...
2004-11-26 leImplement checkparity/rebuildparity.
2004-11-26 phkIgnore MNT_NODEV option, it is implicit in choice of...
2004-11-26 phkIgnore MNT_NODEV, it is implicit in choice of filesyste...
2004-11-26 phkEliminate null_open() and use instead null_bypass().
2004-11-26 phkFix LOR.
2004-11-25 silbyFix a problem where our TCP stack would ignore RST...
2004-11-25 delphijAvoid comparing pointer against a numerical value by...
2004-11-25 phkAdd first cut at dethaumagizing UFS mounting.
2004-11-25 phkAdd a convenience function for building nmount iov...
2004-11-25 phkFix bug: don't let "synco" match "sync"
2004-11-25 hartiForced commit to note that the previous raised WARNS...
2004-11-25 hartiInclude sys/sysctl.h on all architectures not only...
2004-11-25 phkAllow a filesystem to have both old and new mount metho...
2004-11-25 scottlDon't use PAGE_SIZE to calculate controller-specific...
2004-11-25 phkRegen.
2004-11-25 phkMark mount, unmount and nmount MPSAFE
2004-11-25 phkAssert Giant held in vfs_domount() and vfs_dounmount()
2004-11-25 hartiAdd some regression tests for the .SHELL target. I...
2004-11-25 hartiFix a very long-standing error in handling .SHELL targe...
2004-11-25 phkIntegrate the relevant bits of vfs_rootmountalloc(...
2004-11-25 maximIncrease a socket receive buffer size. This helps...
2004-11-25 phkUse system wide no-op vfs_start function.
2004-11-25 peterRemove the build32.sh hack, it is now slightly broken...
2004-11-25 brooksRemove a duplicate line from an apparent merge error...
2004-11-24 jmallettGentle code cleanup for the maximum make(1) level foo...
2004-11-24 bruefferMLINK vge.4 to if_vge.4
2004-11-24 bruefferXref polling.4 and bump .Dd
2004-11-24 delphijTry to close a potential, but serious race in our VM...
2004-11-24 bruefferNote that 4.11 will be the first 4.x based release...
2004-11-24 mlaierTeach periodic(8) security output to display informatio...
2004-11-24 rwatsonLink critical_enter.9 to critical.9 to make it easier...
2004-11-24 impo Report charge/discharge rate and remaining capacity...
2004-11-24 jhb- If the COMSPEED is set to 0, then don't try to initia...
2004-11-24 impphk jumped the gun and posted what looks like a prelimi...
2004-11-24 jhbFix comments for serial I/O function prototypes that...
2004-11-24 pjdCorrect mutexes names in comment.
2004-11-24 phkDump current status of battery as well.
2004-11-24 sosReturn ATA register values in the request struct when...
2004-11-24 muxFix a typo in an error message.
2004-11-24 dhartmeifix a bug that leads to a crash when binat rules of...
2004-11-23 rwatsonIn tcp_reass(), assert the inpcb lock on the passed...
2004-11-23 rwatsonAssign if_broadcastaddr to NULL not 0 in if_attach().
2004-11-23 rwatsonWhen printing a stack trace for a thread, also print...
2004-11-23 rwatsonWhen printing information on the current thread, such...
2004-11-23 wollmanAdd a `-m month' flag to provide a more convenient...
2004-11-23 jhb- Remove some no longer used constants.
2004-11-23 jhbRework the ACPI PCI link code.
2004-11-23 rwatsonCorrect a bug introduced in sys_pipe.c:1.179: in pipe_i...
2004-11-23 jhbFix a cpuid mismatch from the recent cpuid rototill...
2004-11-23 muxImplement per-jail fstab(5) files. Here's a rc.conf...
2004-11-23 marcelThis file was repocopied to src/sys/boot/ia64/efi.
2004-11-23 rwatsontcp_timewait() performs multiple non-atomic reads on...
2004-11-23 rwatsonDe-spl tcp_slowtimo; tcp_maxidle assignment is subject...
2004-11-23 cognetImplement a dummy atomic_cmpset_32(). It should be...
2004-11-23 cognetEnable interrupts as soon as the pending interrupts...
2004-11-23 cognetUse ns8250.
2004-11-23 rwatsonAssert the inpcb lock in tcp_twstart(), which does...
2004-11-23 rwatsonAssert inpcb lock in tcp_quench(), tcp_drop_syn_sent...
2004-11-23 rwatsonAssert the tcbinfo write lock in tcp_new_isn(), as...
2004-11-23 glebiusAdd missed 'the'.
2004-11-23 glebiusDocument new changes:
2004-11-23 pjd- Add missing Giant drop before acquiring the topology...
2004-11-23 simonBump documentation date for last commit, before I get...
2004-11-23 simonAdd Dell PERC 4e/Di and Dell PERC 4e/Si to the list...
2004-11-23 glebiusNetgraph flow control: change interface status when...
2004-11-23 glebiusIntroduce new failure detection algorithm, called NG_ON...
2004-11-23 glebiuso Use ng_timeout() instead of timeout(9).
2004-11-23 ruHopefully fix the "aicasm" build-tool issue when using...
2004-11-23 marcelUnhook the loader subdirectory. The ia64 EFI loader...
2004-11-23 marcelHookup the efi subdirectory.
2004-11-23 marcelThis file was repocopied from src/sys/boot/efi/loader.
2004-11-23 marcelVisit the efi subdirectory before we visit the machine...
2004-11-23 marcelThis file was repocopied from src/sys/boot/efi/arch...
2004-11-23 marcelThis file was repocopied from src/sys/boot/efi/loader.
2004-11-23 impIt appears that 'kbd' device has never been used and...
2004-11-22 cognetAdd arm/mem.c.
2004-11-22 joerg[Sorry, forgot to commit my source changes in my previo...
2004-11-22 joergDocument all options and general usage.
2004-11-22 hartiGet rid of the shell table sentinel. It isn't needed...
2004-11-22 joergFix the abuse of Ar macros for designating flag options...
2004-11-22 rwatsonRemove "Unlocked read" annotations associated with...
2004-11-22 yarWhen looking for a virtual host to handle the connection,
2004-11-22 yarCalling pam_chauthtok() isn't really needed since
2004-11-22 yarDon't log the chroot dir on every command since it...
2004-11-22 yarAlways log remote IP.
2004-11-22 yarTreat host name buffers consistently.
next