]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-11-06 Devin TeskeAdd support for dereferencing SRV records via f_host_lo...
2013-11-06 Adrian ChaddDon't return ENOBUFS if the transmit path handles the...
2013-11-06 Nathan WhitehornAdd definition for the Atheros 8021 gigabit PHY.
2013-11-06 Justin HibbitsMake the powerpc dumpsys() more consistent with the...
2013-11-06 Glen BarberSwitch to using pkg(8) for the doc install in bsdinstal...
2013-11-06 Hans Petter... Implement a working write region function to speed...
2013-11-06 Nathan WhitehornAn addendum: it is possible, though of questionable...
2013-11-06 Nathan WhitehornDo not panic if pmap_mincore() is called. This prevents...
2013-11-06 Nathan WhitehornMake OF_nextprop() work correctly for FDT by using...
2013-11-06 Hans Petter... Check for "ieee80211_vap_setup()" failure in all USB...
2013-11-06 Aleksandr RybalkoSwitch allwinner A10/A20 and rockchip ports to use...
2013-11-06 Aleksandr RybalkoSwitch to use common ARMv6/v7 bus_space tag.
2013-11-06 Aleksandr RybalkoAdd common bus_space tag definition shared for most...
2013-11-06 Gleb SmirnoffFix my braino in r257692. For SIOCG*ADDR we don't need...
2013-11-06 Pawel Jakub... - Remove mac_get_fd/mac_set_fd - those are not syscalls...
2013-11-06 Warner LoshRemove the gross hack for the Octeon Simple Executive...
2013-11-06 Glen BarberRevert r257730:
2013-11-06 Glen BarberRevert r257691, r257645:
2013-11-06 Kevin LoReading the RT2860_ASIC_VER_ID register is not needed...
2013-11-06 Nathan WhitehornFix build on GCC.
2013-11-06 Ian LeporeDo not build aicasm with the cross-tools/kernel-toolcha...
2013-11-06 Peter GrehanAdd the VM name to the process name with setproctitle().
2013-11-05 Glen BarberFix .Dd after r257646.
2013-11-05 John BaldwinDon't explicitly invoke ifn_start on new child interfac...
2013-11-05 Gleb SmirnoffFix build.
2013-11-05 Hans Petter... Protect the "ratectl_ch" callout in the "run" driver...
2013-11-05 Gleb SmirnoffFix fallout from r257223. Since pf_test_state_icmp...
2013-11-05 Sergey KandaurovClean up -Wtautological-compare -Wformat warnings.
2013-11-05 Gleb SmirnoffAxe IFF_SMART.
2013-11-05 David ChisnallWhen writing DTS to a file, don't write some of it...
2013-11-05 Nathan WhitehornTeach nexus(4) about Open Firmware (e.g. FDT) on ARM...
2013-11-05 Bryan DreweryRemove condition which can never be true as the previou...
2013-11-05 Gleb SmirnoffAxe IFF_SMART. Fortunately this layering violating...
2013-11-05 Gleb SmirnoffDrop support for historic ioctls and also undefine...
2013-11-05 Oleg Bulyzhin- Fix link loss on vlan reconfiguration.
2013-11-05 Gleb SmirnoffRemove remnants of BIND from /etc, since there is no...
2013-11-05 Gleb Smirnoffnetinet code no longer uses IFA_RTSELF.
2013-11-05 Gleb SmirnoffRewrite in_control(), so that it is comprehendable...
2013-11-05 Dimitry AndricFix libgcc build with gcc after r257645, by using ...
2013-11-05 Gleb SmirnoffIn complemence to ifa_add_loopback_route() and ifa_del_...
2013-11-05 Gleb SmirnoffRemove net.link.ether.inet.useloopback sysctl tunable...
2013-11-05 Gleb SmirnoffAdd required kernel option.
2013-11-05 Edwin GroothuisMFV of 255902, tzdata2013f
2013-11-05 Konstantin... Do not coalesce if the swap object belongs to tmpfs...
2013-11-05 Mark JohnstonUse suword32 and suword64 instead of copyout(9). This...
2013-11-05 Ian LeporeRemove local devmap code and use the essentially identi...
2013-11-05 Ian LeporeStyle and comment tweaks, no functional changes.
2013-11-05 Ian LeporeAdd new helper routines for arm static device mapping...
2013-11-05 Ian LeporeMake PTE_DEVICE a synonym for PTE_NOCACHE on armv4...
2013-11-05 Mark JohnstonAdd myself to the calendar.
2013-11-05 Mark JohnstonModify the libproc breakpoint add/remove functions...
2013-11-05 Ian LeporeCall initarm_lastaddr() later in the init sequence...
2013-11-05 Bryan DreweryUse proper capitalization for FreeBSD.org
2013-11-05 Bryan DreweryEnable fingerprint checking as the currently known
2013-11-05 Luigi Rizzoremove some test code.
2013-11-05 Luigi Rizzofix a bug when a device has 1 tx (or rx) queue and...
2013-11-05 Luigi Rizzocheck errors on return from netmap_attach()
2013-11-04 Luigi Rizzobmake does not have a -v option so remove it
2013-11-04 Neel NatuRemove the 'vdev' abstraction that was meant to sit...
2013-11-04 Ian LeporeMove remaining code and data related to static device...
2013-11-04 Dimitry AndricFor C++ programs, don't emit any explicit dependency...
2013-11-04 Sean BrunoQuiesce warning assigning to void * from const ctf_head...
2013-11-04 Joel Dahlmdoc: remove EOL whitespace.
2013-11-04 Joel DahlRemove superfluous paragraph macro and add missing...
2013-11-04 Navdeep Parharcxgbe(4): Exclude MPS_RPLC_MAP_CTL (0x11114) from the...
2013-11-04 Devin TeskeDefer loading of kernel and modules if the beastie...
2013-11-04 Ian LeporeThis files should have been included in r257648.
2013-11-04 Ian LeporeBegin reducing code duplication in arm pmap.c and pmap...
2013-11-04 Sean Brunospelling in comments fixup
2013-11-04 Eitan AdlerUse OpenBSD's revamped description of strlcpy and strlcat.
2013-11-04 Sean BrunoQuiesce warning around gcc_assert() for an inline macro...
2013-11-04 Gleb SmirnoffDocument RB_FOREACH_SAFE() and RB_FOREACH_REVERSE_SAFE().
2013-11-04 Sean BrunoQuiesce warning about unused argument in call to rl_mes...
2013-11-04 Glen BarberWhen building the textproc/docproj port, the ports...
2013-11-04 Ian LeporeRemove the duplicated implementations of some bus_space...
2013-11-04 Sean BrunoQuiesce warning regarding %llf which has no effect.
2013-11-04 Ian LeporeRework the aicasm build machinery so that it gets built...
2013-11-04 Hiroki SatoFix EUC ESDB and JIS CS-mapper. This also fixes an...
2013-11-04 Pawel Jakub... - Add manual pages for capability rights (rights(4...
2013-11-04 Julio MerinoAdd myself to the committers-src list and to the calendar.
2013-11-04 Gleb SmirnoffCode logic of handling PFTM_PURGE into pf_find_state().
2013-11-04 Gleb SmirnoffRemove unused PFTM_UNTIL_PACKET const.
2013-11-04 Adrian ChaddAdd Bluetooth/PAN (personal area networking) commands.
2013-11-04 Adrian ChaddAdd device ids for the Centrino 2x00 devices.
2013-11-04 Adrian ChaddRemove trailing whitespace.
2013-11-04 Ian LeporeProperly quote the included filename, now that it has...
2013-11-04 Ian LeporeRename WANDBOARD-COMMON to WANDBOARD.common and adjust...
2013-11-04 Mark JohnstonInitialize the struct tm before handing it to strptime(3).
2013-11-03 Rick MacklemDuring code inspection, I spotted that there was a...
2013-11-03 Jilles Tjoelkerkqueue: Change error for kqueues rlimit from EMFILE...
2013-11-03 Ian LeporeComments and style(9) only, no functional changes.
2013-11-03 Hans Petter... Add description of two EHCI PCI IDs.
2013-11-03 Sean BrunoThis library uses macros to define fprintf behvavior...
2013-11-03 Sean BrunoUpdate libreadline with vendor patches 8-13 as fetched...
2013-11-03 Peter WemmRemove the WITH_LIBICONV_COMPAT hack that seems to...
2013-11-03 Pawel Jakub... Correct alignment.
2013-11-03 Ed SchoutenRemove utxrm(8). This command has been superseded by...
2013-11-03 Michael TuexenUnlock the lock before destroying it.
2013-11-02 Ian LeporeBugfix: the attach routine needs to use the same table...
2013-11-02 Ian LeporeAdd a missing register definition.
next