]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-05-23 Hans Petter... Implement ror32() in the LinuxKPI.
2016-05-23 Hans Petter... Define more copy to/from userspace functions in the...
2016-05-23 Kristof Provostpf: Fix ICMP translation
2016-05-23 Hans Petter... Add more printf() related functions to the LinuxKPI.
2016-05-23 Hans Petter... Set an invalid IRQ number when no PCI IRQ is available...
2016-05-23 Hans Petter... Add more ktime related functions to the LinuxKPI.
2016-05-23 Hans Petter... Implement "kref_put_mutex()" for the LinuxKPI.
2016-05-23 Hans Petter... Add more list_xxx() functions to the LinuxKPI.
2016-05-23 Hans Petter... Make header file standalone by including definitions...
2016-05-23 Hans Petter... Implement "_outb()" to the LinuxKPI for i386 and amd64...
2016-05-23 Hans Petter... Add support for "cdev_add_ext()" to the LinuxKPI.
2016-05-23 Hans Petter... Add more GFP related defines to the LinuxKPI.
2016-05-23 Hans Petter... Add support for atomic_long_inc_not_zero() to the LinuxKPI.
2016-05-23 Hans Petter... Add support for atomic_long_inc_not_zero() to the LinuxKPI.
2016-05-23 Hans Petter... Use DELAY() instead of _sleep() when SCHEDULER_STOPPED...
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Move IDT vector to vmbus_softc
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Get rid of vmbus_devp
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Declare Synic message and event w/ proper...
2016-05-23 Sepherosa Ziehauhyperv: Move Hypercall setup to an early place.
2016-05-23 Sepherosa Ziehauhyperv/hn: Use hyperv busdma(9) helper.
2016-05-23 Sepherosa Ziehauhyperv: Add helpers for busdma(9) operation
2016-05-23 Adrian Chadd[siba] update device ids.
2016-05-23 Sepherosa Ziehauhyperv: Move guest id setup to early place
2016-05-23 Adrian Chadd[bwn] convert another PHY-N workaround to the freebsd...
2016-05-23 Ian LeporeAdd a note on how to update a self-hosted armv6hf syste...
2016-05-23 Adrian Chadd[nvram2env] fix nvram2env to scan all of memory, not...
2016-05-23 Adrian Chadd[bhnd] Add support for querying the attachment type...
2016-05-23 Adrian Chadd[ixl] fix build for RSS.
2016-05-23 Adrian Chadd[bhnd] Fix DEFINE_CLASS_(2|3) multiple inheritance...
2016-05-23 Don LewisHopefully fix Coverity CID 1008328 (Out-of-bounds write...
2016-05-22 Konstantin... Mark swap-related proc sysctls as not requiring Giant.
2016-05-22 Konstantin... Replace hand-made exclusive lock, protecting against...
2016-05-22 Ian LeporeRestore the translation of armv6hf->arm when generating...
2016-05-22 Allan Judebsdinstall/zfsboot GPT+BIOS+GELI installs now make...
2016-05-22 Pedro F. Giffunignugrep: Update the configuration.
2016-05-22 Andriy Voskoboinykurtwn: cleanup some unused code in urtwn_tx_data().
2016-05-22 Andriy Voskoboinykurtwn: setup per-frame retry limit.
2016-05-22 Konstantin... Remove false claim. Giant is dropped by mi_startup...
2016-05-22 Dmitry ChaginConvert proto family in both directions. The linux...
2016-05-22 Enji CooperWrap EXPAND(..) macro with a do-while(0) loop and put...
2016-05-22 Dmitry ChaginRemove a now unused global declaration of some sysentve...
2016-05-22 Enji CooperFix humanized decoding of struct stat with respect...
2016-05-22 Konstantin... Remove drop/reacquire of Giant around geom calls for...
2016-05-22 Allan JudeFix default ZFS layout to work better by default with...
2016-05-22 Andrey A. ChernovImprove panic message by specifying on which cpu it...
2016-05-22 Kevin Loarc4random() returns 0 to (2**32)−1, use an alternative...
2016-05-22 Pedro F. Giffunindis(4): Undo unneeded workarounds in ndis' rand().
2016-05-22 Luiz Otavio... Fix the deciKelvin to Celsius conversion in kernel.
2016-05-22 Jilles Tjoelkervfork(2): Mention some risks of calling vfork() from...
2016-05-22 Baptiste DaroussinFix typo introduced by me (not the submitter) when...
2016-05-22 Baptiste DaroussinFix typos in the comments
2016-05-22 Baptiste DaroussinFix typo in comments for the zfsboot script
2016-05-22 Dmitry ChaginAdd a missing errno translation for SO_ERROR optname.
2016-05-22 Dmitry ChaginAdd macro to convert errno and use it when appropriate.
2016-05-22 Dmitry ChaginFor future use move futex timeout code to the separate...
2016-05-22 Dmitry ChaginDue to lack the priority propagation feature replace...
2016-05-22 Dmitry ChaginAdd my copyright as I rewrote most of the futex code...
2016-05-22 Dmitry ChaginMinor style(9) cleanup, no functional changes.
2016-05-22 Svatopluk KrausINTRNG - implement pic_post_filter method. This method...
2016-05-22 Svatopluk KrausFix some format strings to make them either correct...
2016-05-22 Andrew TurnerStop dereferencing _end in crt1.c. This was only needed...
2016-05-22 Andrey A. Chernov1) POSIX prohibits printing errors to stderr here and...
2016-05-22 Enji CooperSilence top(1) compiler warnings
2016-05-22 Luiz Otavio... Remove a couple of extra blank lines.
2016-05-22 Luiz Otavio... Sort and remove a couple of unnecessary headers.
2016-05-22 Luiz Otavio... Get rid of two consumers of gpiobus acquire/release.
2016-05-22 Luiz Otavio... Use a better prefix for defines, return BUS_PROBE_DEFAU...
2016-05-22 Luiz Otavio... Fix probe routine to return BUS_PROBE_DEFAULT instead...
2016-05-22 Enji Coopernis_rpcent: don't leak resultbuf from yp_first(..)...
2016-05-22 Enji CooperCall endnetconfig on nc_handle sooner to avoid leaking...
2016-05-22 Enji Coopergetnetid(..): consistently fclose fd at the end of...
2016-05-22 Enji CooperDon't leak `handle` if svc_tp_create(..) succeeds and...
2016-05-22 Enji CooperDon't leak `tmp` if `p->nc_lookups` can't be malloced
2016-05-22 Pedro F. Giffunindis(4): adjustments for our random() specific impleme...
2016-05-21 Andriy Voskoboinyknet80211: send RTM_IEEE80211_SCAN event when scan was...
2016-05-21 Alan CoxWhen descending a shadow chain of objects, it makes...
2016-05-21 Pedro F. Giffunilibc/regex: fix two buffer underruns.
2016-05-21 Pedro F. Giffunindis(4): Avoid overflow.
2016-05-21 Pedro F. Giffunindis(4): Better mimic the behavior of rand() on Windows.
2016-05-21 Ian LeporeAdjust _ALIGNBYTES to the proper value for arm and...
2016-05-21 Ed Masteelftoolchain: backwards compatability for ELFOSABI_CLOU...
2016-05-21 Andriy Gaponfix loss of taskqueue wakeups (introduced in r300113)
2016-05-21 Konstantin... Same as for UFS, remove drop/reacquire of Giant, and...
2016-05-21 Edward Tomasz... Properly reset session state when using proxy and fail_...
2016-05-21 Edward Tomasz... Provide a way for ICL modules to declare they support...
2016-05-21 Edward Tomasz... Pass maxtags value to the ICL module. iSER needs it.
2016-05-21 Konstantin... Stop dropping and reacquiring Giant around geom calls...
2016-05-21 Konstantin... Remove zero assignments in the cdev allocator. cdp...
2016-05-21 Konstantin... Improve handling of rdev->si_mountpt on mount and unmou...
2016-05-21 Dmitry ChaginRegen after r300359 (struct l_sched_param removal).
2016-05-21 Dmitry ChaginCorrect an argument param of linux_sched_* system calls...
2016-05-21 Alan SomersBetter document security_show_{success,info,badconfig...
2016-05-21 Bryan DreweryRegenerate
2016-05-21 Bryan DreweryOpportunistically skip building a cross-compiler with...
2016-05-21 Bryan DreweryAdd FREEBSD_CC_VERSION which will be used to define...
2016-05-21 Bryan DreweryEnable external compiler logic if both bootstrap compil...
2016-05-21 Bryan DreweryFetch the __FreeBSD_cc_version as COMPILER_FREEBSD_VERSION.
2016-05-21 Bryan DreweryAuto determine X_COMPILER_TYPE/X_COMPILER_VERSION if...
2016-05-21 Bryan DreweryEnable and utilize WITHOUT_CROSS_COMPILER logic for...
2016-05-21 Bryan DreweryMove external toolchain support earlier.
next