]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-04-22 Warner LoshA couple of older Melco cards that missed the transitio...
2009-04-22 Warner LoshA couple of older Melco cards that missed the transitio...
2009-04-22 Nathan WhitehornAdd bm(4) to the built-in ethernet devices list.
2009-04-22 Warner LoshAdd Billionton LNT10TB
2009-04-22 Warner LoshAdd Billionton LNT-10TB variant
2009-04-22 Maksim YevmenkinBump __FreeBSD_version. Add UPDATING entry about low...
2009-04-22 Maksim YevmenkinImplement low-level Bluetooth HCI API.
2009-04-22 Rafal JaworowskiProvide manual page for the tsec(4) device driver.
2009-04-22 Warner LoshAdd a few more models of AMBICOM cards from data from...
2009-04-22 Warner LoshAdd AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610...
2009-04-22 Warner LoshThese were a placeholder and don't belong here. Remove...
2009-04-22 Colin PercivalDon't leak information via uninitialized space in db...
2009-04-22 Rafal JaworowskiEliminate redundant setting of HID0_EMCP.
2009-04-22 Rafal JaworowskiMinor style consistency fix.
2009-04-22 Rafal JaworowskiProvide cpu_throw() for Book-E. Adjust cpu_switch(...
2009-04-22 Rafal JaworowskiCentralize setting HID0/1 for E500. Rename HID defines...
2009-04-22 Edward Tomasz... Turns out rtm_use does still exist, just under differen...
2009-04-22 Warner LoshKill stray bootverbose debug tool.
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...
next