]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-12-11 Maksim Yevmenkinhandle "Kana" and "Eisu" keys on Apple Wireless Keyboar...
2014-12-11 Andrey V. ElsukovRemove flags and tunalready arguments from ipsec4_proce...
2014-12-11 Andrey V. ElsukovRemove now unused mtag argument from ipsec*_common_inpu...
2014-12-11 Andrey V. ElsukovRemove code related to PACKET_TAG_IPSEC_IN_CRYPTO_DONE...
2014-12-11 Andrey V. ElsukovRemove unused mtag variable.
2014-12-11 Andrey V. ElsukovMove ip_ipsec_fwd() from ip_input() into ip_forward().
2014-12-11 Andrey V. ElsukovRemove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and...
2014-12-11 Andrey V. ElsukovRemove check for presence of PACKET_TAG_IPSEC_PENDING_T...
2014-12-11 Hans Petter... Make sure callbacks being freed are not pending when the
2014-12-11 Mark JohnstonRevert r275695: nd6_dad_find() was already correct.
2014-12-11 Xin LIMFV r275696: file 5.21.
2014-12-11 Xin LIVendor import of file 5.21.
2014-12-11 Mark JohnstonFix a bug in r266857: nd6_dad_find() must return NULL...
2014-12-10 Enji CooperFix building termcap.db when make obj is run beforehand...
2014-12-10 Enji CooperRemove termcap entry reordering; install the file verba...
2014-12-10 Andreas ToblerFix kernel build for booke.
2014-12-10 Andreas ToblerFix build for powerpc(32|64) kernels.
2014-12-10 Michael TuexenFix a typo reported by Lennart Grahl.
2014-12-10 Edward Tomasz... Add "-media" autofs map, to access data on removable...
2014-12-10 Edward Tomasz... Add fstyp(8). This utility, named after its SVR4 count...
2014-12-10 Roger Pau Monnéxen/intr: balance dynamic interrupts across available...
2014-12-10 Roger Pau Monnéxen: mask event channels while binding them to a vCPU
2014-12-10 Roger Pau Monnéxen: convert the Grant-table code to a NewBus device
2014-12-10 Ruslan Bukino Put () for p to avoid unexpected macro expansion
2014-12-10 Roger Pau Monnéxen: move grant table code
2014-12-10 Xin LIFix multiple vulnerabilities in file(1) and libmagic(3).
2014-12-10 Xin LIIn r268924 __fflush was modified so that when write...
2014-12-10 Ian LeporeFix the watchdog timeout calculation to prevent wrap...
2014-12-10 Dag-Erling... Fix dependency on newvers.sh
2014-12-09 Brad DavisRestructure to make it easier to extend in the future
2014-12-09 Brad DavisAdd some tests for user modification. [1]
2014-12-09 Brad DavisBreak out the tests into a file per command and clean...
2014-12-09 Brad DavisAdd more tests for pw(8) useradd.
2014-12-09 Dimitry AndricAdd llvm patch corresponding to r275633.
2014-12-09 Simon J. Gerraty-u and -U are supposed to affect existing files too.
2014-12-09 Roger Pau Monnéxen: create a new PCI bus override
2014-12-09 Ruslan Bukino Add BERI Virtio Networking Frontend (if_vtbe)
2014-12-09 Mark PeekRename NETGEAR WG111V2_2 to WG111V1_2 to reflect extern...
2014-12-09 Pedro F. Giffuniext2fs: Fix old out-of-bounds access.
2014-12-09 Dmitry ChaginSkip calling CPU_ISSET for NOCPU as a short period...
2014-12-09 Roger Pau Monnéxen: notify ACPI about SCI override
2014-12-09 Andrew TurnerUpdate the virtio driver to work on the ARM AArch64...
2014-12-09 Andrew TurnerInclude sys/kernel.h to pick up the definition of hz...
2014-12-09 Konstantin... Do not call VFS_SYNC() before VFS_UNMOUNT() for forced...
2014-12-09 Konstantin... Apply chunk forgotten in r275620. Remove local variabl...
2014-12-09 Hans Petter... Move OFED init a bit earlier so that PXE boot works.
2014-12-09 Dimitry AndricPull in r223171 from upstream llvm trunk (by Michael...
2014-12-08 Hans Petter... Add port routing support for Wildcat Point.
2014-12-08 Enji CooperAdd makewhatis to ITOOLS if MK_MAN != no
2014-12-08 Sean BrunoAdd -lxo (for df) and -lgpio(for gpioctl) to bsdbox...
2014-12-08 Konstantin... Add functions syncer_suspend() and syncer_resume()...
2014-12-08 Konstantin... When getnewbuf_reuse_bp() is called to reclaim some...
2014-12-08 Konstantin... Current reaction of the nfsd worker threads to any...
2014-12-08 Konstantin... Do some refactoring and minor cleanups of the thread_si...
2014-12-08 Konstantin... Thread waiting for the vfork(2)-ed child to exec or...
2014-12-08 Konstantin... When process is exiting, check for suspension regardless of
2014-12-08 Steve KarglAdjust the |x| small limit from 0x1p-7 to 0x1p-9. ...
2014-12-08 Glen BarberAdjust the 'Relnotes:' search to look for any non-empty
2014-12-08 Pedro F. Giffunipatch(1): avoid line number overflows
2014-12-08 Hans Petter... Add more U3G USB IDs.
2014-12-08 Hans Petter... Add more USB quirks for Western Digital external USB HDD
2014-12-08 Enji CooperBuild gperf with xdev as part of _xb-bootstrap-tools
2014-12-08 Enji CooperBuild gperf with xdev as part of _xb-bootstrap-tools...
2014-12-08 Craig RodriguesUse CURVNET macros inside inet_get_local_port_range...
2014-12-08 Enji CooperSort the MK_CLANG* options (should have done this in...
2014-12-08 Enji CooperMK_CLANG == no should really imply MK_CLANG_IS_CC ...
2014-12-08 Enji CooperPush the build-tools logic down into Makefile.inc1...
2014-12-08 Xin LIUse calloc() instead of malloc() + bzero(). This also...
2014-12-08 Xin LIMFV r275540:
2014-12-08 Mark JohnstonAdd refcounting to IPv6 DAD objects and simplify the...
2014-12-08 Mark JohnstonMFV r272851:
2014-12-08 Mark PeekDocument support for Netgear WG111v1 (rev2)
2014-12-08 Enji CooperMFhead @ r275589
2014-12-08 Enji CooperThe previous commit should have been a logical or not...
2014-12-08 Enji Cooper${CC} --version doesn't need to be queried if both...
2014-12-07 Andrew TurnerFix mrc and mrc2 with APSR_nzcv. Binutils encodes it...
2014-12-07 Zbigniew BodekFix buffer overflow in Marvell PCI/PCIe driver
2014-12-07 Pedro F. GiffuniSmall space changes
2014-12-07 Pedro F. GiffuniPrefer setvbuf() to setlinebuf().
2014-12-07 Xin LIMFV r275537:
2014-12-07 Andriy Gaponremove opensolaris cyclic code, replace with high-preci...
2014-12-07 Andrey V. Elsukovkey_getspacq() returns holding the spacq_lock. Unlock...
2014-12-06 Michael TuexenInclude the received chunk padding when reporting an...
2014-12-06 Baptiste DaroussinFix rendering
2014-12-06 Sean BrunoAdd myself as a ports committer, mentored by bapt/bdrewery.
2014-12-06 Baptiste DaroussinUpdate to reflect the current members of portmgr
2014-12-06 Baptiste Daroussinadd some missing mentor->mentee relationship
2014-12-06 Dominic FandreyAdd mentor information for kami a.k.a. me.
2014-12-06 Alexander MotinCount consecutive read requests as blocking in CTL...
2014-12-06 Michael TuexenFix the support of mapped IPv4 addresses.
2014-12-06 Andrew TurnerApply the same fix in r274697 to the ARM case.
2014-12-06 Andrew TurnerUse the unified syntax when generating assembly for...
2014-12-06 Xin LIMFV r275536:
2014-12-06 Xin LIMFV r275535:
2014-12-06 Xin LIMFV r275534:
2014-12-06 Xin LIMFC r275533:
2014-12-06 Enji Cooper${CC} --version doesn't need to be queried if both...
2014-12-06 Enji CooperFix typos in comments and wrap to <80 columns
2014-12-06 Enji CooperFix typos in comments and wrap to <80 columns
2014-12-06 Craig RodriguesMFp4: @181627
next