]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-01-13 gonzo- Do not enumerate PCIe bus on CN56XX Pass 1 devices...
2012-01-12 ghelmerMove struct pidfh definition into pidfile.c, and leave...
2012-01-12 jhibbitsAdd PWM monitoring sysctl to G4 MDD (Windtunnel) fan...
2012-01-12 kenFix building ctlstat with clang.
2012-01-12 kenSilence some unnecessary verbosity.
2012-01-12 hselasky- Try to fix support for USB 3.0 HUBs.
2012-01-12 pfgStyle cleanups for printf.
2012-01-12 rwatsonClarify throughout the vlan(4) code the difference...
2012-01-12 edAdd SPARC64 version of div/mod written in assembly.
2012-01-12 luigiclear the pointer after freeing the mbuf. Without that, we
2012-01-12 luigifix the initialization of the rings when netmap is...
2012-01-12 edAdd a workaround to prevent endless recursion in compil...
2012-01-12 ghelmerFix disorder in MAN and MLINKS lists.
2012-01-12 ghelmerMore prototype formatting fixes, struct member formatti...
2012-01-12 ghelmerpidfile_open() no longer uses fcntl() to set the close...
2012-01-12 rearc.d: document 'quiet' prefix and fix dhclient/devd...
2012-01-12 wollmanUse a reasonable-sized buffer when formatting error...
2012-01-12 kenFix a race condition in CAM peripheral free handling...
2012-01-12 kenAdd the CAM Target Layer (CTL).
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 ghelmerFix prototype formatting (indentation, long lines,...
2012-01-11 ghelmerFix namespace issues with prototype parameter names.
2012-01-11 ghelmerFix forward structure declaration and prototype disorder.
2012-01-11 truckmanPass the arguments to mtx_init() in the correct order...
2012-01-11 jkimImport ACPICA 20120111.
2012-01-11 pfgReplace GPL'd headers in the emu10kx snd driver code.
2012-01-11 pfgFix an inconsistency that crept in while replacing...
2012-01-11 bruefferAdd hpt27xx to the hardware notes,
2012-01-11 glebiusRedo r226660:
2012-01-11 adrianBring over a tool to create and destroy wtap instances.
2012-01-11 kibAdd PCI Id for the AMT SOL UART on 5 series Intel chipsets.
2012-01-11 adrianIntroduce wtap, the beginnings of a net80211 wlan simul...
2012-01-11 adrianAdd the ability to kick an existing mesh node without...
2012-01-11 nwhitehornAdd a memory barrier to bus_dmamap_sync(), as should...
2012-01-11 ghelmerjilles pointed out that O_CLOEXEC could be used in...
2012-01-11 gnnFix for PR 138526.
2012-01-11 glebiusFix some spacing in code under __FreeBSD__.
2012-01-11 glebiusAdd necessary locking in pfsync_in_ureq().
2012-01-11 glebiusMove PF_LOCK_ASSERT() under __FreeBSD__.
2012-01-11 glebiusMerge from OpenBSD:
2012-01-11 glebiusWhen running with INVARIANTS the mutex(9) code does...
2012-01-11 rmacklemjwd@ reported via email that the "CacheSize" field...
2012-01-11 adrianAdd the MCS radiotype entry.
2012-01-11 pjdConstify arguments.
2012-01-11 adrianRe-enable the PHY radar error frames if sc_dodfs is...
2012-01-11 adrianstyle(9) changes. This shouldn't change functionality.
2012-01-10 adrianAdd in the vendor extension bit in the radiotap header.
2012-01-10 luigiother simplifications in the internal interfaces to the
2012-01-10 pjd- Fix a bug where pidfile was removed in SIGHUP when...
2012-01-10 pjdFor functions that return -1 on failure check exactly...
2012-01-10 pjdDon't touch pidfiles when running in foreground. Before...
2012-01-10 ghelmerAdd link for pidfile_fileno.3 to pidfile.3 - thanks...
2012-01-10 ghelmerStyle fixes courtesy of pjd.
2012-01-10 ghelmerDocument that pidfile_open() now sets the FD_CLOEXEC...
2012-01-10 yongaristyle. No functional changes.
2012-01-10 luigismall code cleanup in preparation for future modificati...
2012-01-10 ghelmerRevert unintentional commit of changes to getnetgrent.c.
2012-01-10 ghelmerAdd pidfile_fileno() to obtain the file descriptor...
2012-01-10 ghelmerSet the FD_CLOEXEC flag on the open pidfile file descri...
2012-01-10 kibChange the type of the paging_in_progress refcounter...
2012-01-10 syrinxImplement an option to execute SNMP walks using GETBULK...
2012-01-10 melifaroAdd setsockopt(2) example to ng_ksocket(4).
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerSilence bogus warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 lstewartConsumers of bpfdetach() expect it to remove all bpf_if...
2012-01-09 jkimEnable hardware RNG for VIA Nano processors.
2012-01-09 jimharrisAdd support for >2TB disks in GEOM RAID for Intel metad...
2012-01-09 pluknetGet rid of a spurious warning on the console when booti...
2012-01-09 jhbConvert the per-interface address list lock from a...
2012-01-09 glebiusCan't pass MSIZE to m_cljget(), an mbuf can't be attach...
2012-01-09 avgenable stop_scheduler_on_panic by default
2012-01-09 glebiusBackout of backout: we need SI_SUB_PROTO_DOMAIN for...
2012-01-09 glebiusRevert sub argument of MODULE_DECLARE back to r226532.
2012-01-09 glebiusIn FreeBSD we determine presence of pfsync(4) at run...
2012-01-09 glebiusBunch of fixes to pfsync(4) module load/unload:
2012-01-09 glebiuso Fix panic on module unload, that happened due to...
2012-01-09 edAdd aligned_alloc(3).
2012-01-09 wblockWhitespace-only fix. Translators, please feel free...
2012-01-09 wblockClarity improvements.
2012-01-09 eadlerX11BASE has been deprecated for a long time and will...
2012-01-08 kibAvoid LOR between vfs_busy() lock and covered vnode...
2012-01-08 dougbThere is no longer a need to abstract ${rcvar_manpage...
2012-01-08 alcCorrect an error of omission in the implementation...
2012-01-08 hrsFix a typo. (s/nessesary/necessary/)
2012-01-08 glebiusMake it possible to use alternative source hardware...
2012-01-08 glebiusProvide IA_MASKSIN() macro similar to IA_SIN() and...
2012-01-08 glebiusCopy ifa->if_data to ifam->ifam_data. This was forgotte...
next