]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-10-30 umeadd ip6addrctl(8) which is a command to configure address
2003-10-30 umeadd destination address selection described in RFC3484.
2003-10-30 iwasakiCosmetic fix on some TIME related columns.
2003-10-30 kanRelock mntvnode_mtx if vget fails in vfs_stdsync. The...
2003-10-30 hartiExplain why the lock-free allocation algorithm is safe...
2003-10-30 iwasakiAdd sysctl MIB and loader tunable `hw.acpi.no_reset_vid...
2003-10-30 umeadd management part of address selection policy describ...
2003-10-30 hartiUse (char *)NULL to terminated to argument list for...
2003-10-30 hartiUse (char *)NULL to terminate the argument list for...
2003-10-30 sosAdd support for the VIA 8237 (both PATA and SATA part).
2003-10-30 phkAdd '#' to the characters VIS_GLOB encodes. This fixes...
2003-10-30 phkUpdate test-case to also fail on filenames containing '#'
2003-10-30 tjrRemove MD bits for unsupported architectures.
2003-10-30 phkUse vis(3) to encode/decode the target for symlinks.
2003-10-30 phkAdd another test-script for mtree(8): Check symlinks...
2003-10-30 tjrAdd regression tests for sgetrune() and sputrune().
2003-10-30 phkFix bug in mtree(8)'s create mode where files or direct...
2003-10-30 phkAdd a test script which Mtree fails.
2003-10-30 hartiReinvent the used-flag for external mbufs. This and...
2003-10-30 phkAdd a new flag to vis(3): VIS_GLOB which encodes the...
2003-10-30 alc - Synchronize access to the swdevt's sw_blist with...
2003-10-30 trhodesIn check.c:
2003-10-30 alc - Synchronize access to swdevhd using sw_dev_mtx.
2003-10-30 trhodesRemove a few unused variables.
2003-10-30 peterMFi386: rev 1.451 (jhb): call pmap_kremove() rather...
2003-10-30 peterMFi386: trap.c rev 1.259: fetch thread mailbox address...
2003-10-30 davidxuTry to fetch thread mailbox address in page fault trap...
2003-10-30 peterOops, forgot to save these in the editor. Add CTASSERT...
2003-10-30 peterAdd CTASSERT()'s to check that the sizes of our replica...
2003-10-29 samavoid recursive lock panic by unlocking before calling...
2003-10-29 samcorrect LOR by using a local variable to hold result
2003-10-29 deischenDon't attempt to destroy the driver mutex when it hasn...
2003-10-29 trhodesstyle(9): sort functions.
2003-10-29 trhodesProperly prototype C function usage().
2003-10-29 njlFix a panic that occurs when resuming. For some reason...
2003-10-29 ruBasic PAM authentication support.
2003-10-29 peterDisclaim ownership of pppd/chat. It is vendor code...
2003-10-29 samPotential fix for races shutting down callouts when...
2003-10-29 samo add locking to protect routing table refcnt manipulations
2003-10-29 samAlways queue looped back packets (rather than potential...
2003-10-29 sammark interrupt handlers MPSAFE
2003-10-29 samAdd a temporary mechanism to disble INTR_MPSAFE from...
2003-10-29 njlAdd a newline even if IAPC_BOOT_ARCH == 0.
2003-10-29 iedowseWhen removing trailing slashes, don't remove the first...
2003-10-29 trhodesBump WARNS level and add a '?' to WARNS=.
2003-10-29 trhodesRemove redundant declaration of the perror() function...
2003-10-29 bdeRemoved mostly-dead code for setting switchtime after...
2003-10-29 hartiAllow sending of more than one raw cell from a single...
2003-10-29 hartiRemove a superfluous ) from the previous commit. This...
2003-10-29 hartiMake the maximum number of pages for external mbufs...
2003-10-29 umeadd ECN support in layer-3.
2003-10-29 simokawaImplement gdb_solib_create_inferior_hook().
2003-10-29 bdeRemoved sched_nest variable in sched_switch(). Context...
2003-10-29 hartiMake the value of the HATM_DEBUG symbol the default...
2003-10-29 hartiInline a function that was called only in one place...
2003-10-29 iwasakiAlphabetical order for ACPI options broken by adding...
2003-10-29 simokawaAllow to specify a character special device as a core...
2003-10-29 hartiWe have some space in the external mbufs so use this...
2003-10-29 hartiDefer allocation of the actual receive mbuf until the...
2003-10-29 hartiGet rid of the mutexes for the exernal buffer free...
2003-10-29 umeip6_savecontrol() argument is redundant
2003-10-29 umehide m_tag, again.
2003-10-29 umeforce commit for adding log for previous commit:
2003-10-29 sheldonhRegen:
2003-10-29 sheldonhUpdate the location of the Hart list.
2003-10-29 tjrRemove __NETBSD_SYSCALLS.
2003-10-29 tjrRemove incomplete support for running FreeBSD userland...
2003-10-29 hartiBuild the NgATM user space SSCOP tool (unless NOATM...
2003-10-29 hartiThis commit was generated by cvs2svn to compensate...
2003-10-29 hartiVirgin import of the NgATM SSCOP tool v0.9.
2003-10-29 mbrDon't pass NULL as an integer.
2003-10-29 mbrDon't compare a char to NULL.
2003-10-29 mbrMake this part identical with NetBSD: Use recvlen inste...
2003-10-29 mbrDon't compare NULL against a character.
2003-10-29 mbrDon't use NULL to compare against a char.
2003-10-29 mbrDon't use NULL to compare against a character.
2003-10-29 alc - Synchronize updates to nswapdev using sw_dev_mtx.
2003-10-29 murrayAdd FreeBSD 4.9 and MacOS 10.3.
2003-10-29 marcelFix the alpha tinderbox. The alpha specific bitops...
2003-10-29 alc - Avoid a race in swaponsomething(): Calculate the...
2003-10-29 samIntroduce the notion of "persistent mbuf tags"; these...
2003-10-29 marcelThis commit was generated by cvs2svn to compensate...
2003-10-29 marcelImport beta6 of libuwx. This release has some minor...
2003-10-29 iwasakiAdd kernel option ACPI_NO_RESET_VIDEO as workaround...
2003-10-29 peter*blush*. stdhash.h != strhash.h
2003-10-28 peterDon peril sensitive (ie: bikeshed sensitive) sunglasses...
2003-10-28 sosCleanup the interrupt code that deals with the busmaste...
2003-10-28 brooksUse VLANNAME instead of "vlan".
2003-10-28 jhbAccording to the submitter, POSIX mandates that all...
2003-10-28 marcelWhen switching the RSE to use the kernel stack as backi...
2003-10-28 sosThis should allow us to boot with DMA enabled on unknow...
2003-10-28 scottlDirectly call the 'reboot' word instead of indirectly...
2003-10-28 umemake sure to accept only IPv6 packet.
2003-10-28 umecleanup use of m_tag.
2003-10-28 umemib name was changed by fixing a spelling.
2003-10-28 samspeedup stream socket recv handling by tracking the...
2003-10-28 tjrCatch up with removal of /usr/bin/svr4.
2003-10-28 jmgtake mux's fix to the next level, scan the names and...
2003-10-28 jeff - Only change the run queue in sched_prio() if the...
2003-10-28 simokawaI wrongly committed an older version.
next