]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-04-22 Warner LoshTurns out the code improvements I did for the TC5299J...
2009-04-21 Stanislav Sedov- Rename ds1672 and ds133x devices to "ds1672_rtc"...
2009-04-21 Robert WatsonBump __FreeBSD_version to 800082 to reflect the additio...
2009-04-21 Robert WatsonStart to address a number of races relating to use...
2009-04-21 Maksim YevmenkinFix sbappendrecord_locked().
2009-04-21 Robert WatsonAcquire the interface address list lock over some itera...
2009-04-21 Roman DivackyCouple of changes based on feedback
2009-04-21 Marcel MoolenaarLower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually...
2009-04-21 Marcel Moolenaaro Properly set ksym_start & ksym_end when options...
2009-04-21 Bruce M SimpsonBracket struct mfc and struct rtdetq with #ifdef _KERNEL.
2009-04-21 Bruce M Simpsonremove IFF_ASSERTGIANT
2009-04-21 Kevin LoBack out my previous change
2009-04-21 Takanori WatanabeAdd another FTDI serial converter.
2009-04-21 Pyun YongHyeonTo make it easy whether xl(4) missed Tx completion...
2009-04-21 Pyun YongHyeonClear IFF_DRV_OACTIVE flag if one of queued packets...
2009-04-20 Robert WatsonAcquire interfce address list lock while walking the...
2009-04-20 Robert WatsonAcquire address list lock before walking an interface...
2009-04-20 Robert WatsonAssert the interface address list lock in IFP_TO_IA6...
2009-04-20 Robert WatsonPrefer structure fields (ifa_link) to macro aliases...
2009-04-20 Robert WatsonPrefer ifa_link (structure field) to ifa_list (macro...
2009-04-20 Robert WatsonPrefer actual field names (if_addrhead, ifa_link) to...
2009-04-20 Robert WatsonAcquire interface address list lock around access to...
2009-04-20 Robert WatsonUse TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather...
2009-04-20 Robert WatsonPrefer if_addrhead (FreeBSD) to if_addrlist (BSD compat...
2009-04-20 Roman DivackyImplement highlighting of today in month view of cal...
2009-04-20 Kip Macysimplify code by removing bit_fns and replacing with...
2009-04-20 Robert WatsonClose some but not all writer-writer races when maintai...
2009-04-20 Stanislav Sedov- Give a warning and start the oscillator if it was...
2009-04-20 Warner LoshSometimes we can call ed_detach() before the mtx has...
2009-04-20 Ed SchoutenMake mse(4) use si_drv1, instead of using unit numbers.
2009-04-20 Konstantin... Fix typo.
2009-04-20 Antoine Brodinvlan(4) no longer depends on miibus(4).
2009-04-20 Robert WatsonLock interface address lists before iterating over...
2009-04-20 Bjoern A. ZeebConditionally add the interface name and address if...
2009-04-20 Konstantin... In ufs_checkpath(), recheck that '..' still points...
2009-04-20 Robert WatsonIn ip_input(), cache the received mbuf's network interf...
2009-04-20 Konstantin... On the exit of the child process which parent either...
2009-04-20 Edward Tomasz... Adjust route(4) manual page to remove rtm_use field...
2009-04-20 Robert WatsonIn icmp_reflect(), acquire the inteface address list...
2009-04-20 Stanislav Sedov- Unlock softc mutex on failure.
2009-04-20 Robert WatsonDon't conditionally define CACHE_LINE_SHIFT, as we...
2009-04-20 Stanislav Sedov- Properly unlock mutex on failure in channel_trigger...
2009-04-20 Rafal JaworowskiProvide locking for PowerPC interrupt sources config.
2009-04-20 Bjoern A. ZeebWhile we currently still seem to have a gateway address...
2009-04-20 Bjoern A. ZeebBack out r186308:
2009-04-20 Ed SchoutenGet rid of the device index number stored in the sa...
2009-04-20 Robert WatsonPrefer <sys/param.h> to <machine/param.h> for the defin...
2009-04-20 Ollivier RobertMerge r191298 into HEAD.
2009-04-20 Pyun YongHyeonFor RTL8139C+ controllers, have controller handle paddi...
2009-04-20 Alan CoxMFamd64/i386
2009-04-20 Warner LoshCleanup resource allocation code a bit. Store the...
2009-04-19 Ollivier RobertPrevent a buffer overflow in ntpq. Patch taken from...
2009-04-19 Robert WatsonPass int arguments to auditon(2)'s A_GETCOND API rather...
2009-04-19 Robert WatsonTemporarily relax the constraints on argument size...
2009-04-19 Robert WatsonExplicitly include machine/param.h for CACHE_LINE_SIZE.
2009-04-19 Robert WatsonNow that the kernel defines CACHE_LINE_SIZE in machine...
2009-04-19 Robert WatsonLock the interface address list when searching for...
2009-04-19 Robert WatsonIn divert_packet(), lock the interface address list...
2009-04-19 Robert WatsonLock interface address lists in in_pcbladdr() when...
2009-04-19 Robert WatsonProtect against some writer-writer races in in_control...
2009-04-19 Robert WatsonLock the interface address list while building replies to
2009-04-19 Robert WatsonLock interface address list when building a reply to...
2009-04-19 Robert WatsonLock interface address list lock around ifaddr inserts...
2009-04-19 Nathan WhitehornBuild sound modules on PowerPC.
2009-04-19 Robert WatsonLock the interface address list while iterating a netwo...
2009-04-19 Robert WatsonAdd description and cautionary note regarding CACHE_LIN...
2009-04-19 Konstantin... In both pageout oom handler and vm_daemon, acquire...
2009-04-19 Robert WatsonFor each architecture, define CACHE_LINE_SHIFT and...
2009-04-19 Poul-Henning... A script for plucking packages and their runtime depend...
2009-04-19 Robert NolandDon't try to setup interrupts for drivers that don...
2009-04-19 Robert WatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 Robert WatsonVendor import of OpenBSM 1.1, which incorporates the...
2009-04-19 Robert WatsonMerge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:
2009-04-19 Dmitry ChaginRemove support for FUTEX_REQUEUE operation.
2009-04-19 Robert Watsonstruct malloc_type has had a 'magic' field statically...
2009-04-19 Robert WatsonGarbage collect now-unused struct malloc_type fields...
2009-04-19 Edward Tomasz... When allocating 'struct acl' instances, use malloc...
2009-04-19 Marc FonvieilleAdd docs category.
2009-04-19 Bruce M SimpsonNow that IFF_NEEDSGIANT has been removed from the network
2009-04-19 Alan CoxCalling pmap_clear_modify() after calling pmap_remove_w...
2009-04-19 Tim KientzleWhen compiled for the release crunches, be a bit
2009-04-19 Nathan WhitehornFix a typo in the SRR1 comparison for program exception...
2009-04-19 Konstantin... When verifying '..' after VFS_VGET() in ufs_lookup...
2009-04-19 Kip Macy- Allocate a small flowtable in ip_input.c (changeable...
2009-04-19 Kip Macyupdate TODO list
2009-04-19 Kip Macy- put larger flowtable members at the end
2009-04-19 Alan CoxAllow valid pages to be mapped for read access when...
2009-04-19 Kip Macy- Import infrastructure for caching flows as a means...
2009-04-18 Antoine Brodinusbdevs(8) is not obsoleted, just temporarily disconnec...
2009-04-18 Robert WatsonRemove IFF_NEEDSGIANT interface flag: we no longer...
2009-04-18 Robert Watsonifconfig(8) no longer needs to know how to print the...
2009-04-18 Robert WatsonGarbage collect man page reference to IFF_NEEDSGIANT.
2009-04-18 Antoine BrodinAdd more obsolete files, usb related.
2009-04-18 Edward Tomasz... Use acl_alloc() and acl_free() instead of using uma...
2009-04-18 Ulf Lilleengen- Remove assertion of topology lock remaining from...
2009-04-18 Sam LefflerCleanups to prepare this code for wider use (likely...
2009-04-18 Sam Lefflerallow NANO_CFGDIR to be overridden
2009-04-18 Ed SchoutenRemove unused SESUNIT() macro from ses(4).
2009-04-18 Ed SchoutenConvert mlx(4) and mly(4) to si_drv1 instead of dev2unit().
2009-04-18 Tim KientzleRely on OpenSSL bits only if we're building a system...
next