freebsd.git
2014-12-06 delphijMFV r260710 + 275532:
2014-12-06 npcxgbe(4): Allow for different pad and pack boundaries...
2014-12-05 pfgUpdate OpenBSD CVS revision for our r255232.
2014-12-05 delphijUse %d instead of %u for error number. This way we...
2014-12-05 andrewSwitch to a .cpu directive. These will work when clang...
2014-12-05 andrewSwitch to an armv6k cpu, without this clang 3.5 complai...
2014-12-05 andrewPlace the literal pool after a RET otherwise clang...
2014-12-05 andrewSet the alignment to 4-bytes after a string as clang...
2014-12-05 andrewUse the unified syntax in a few more assembly files
2014-12-05 andrewAdd missing END macros to some of the xscale functions.
2014-12-05 karglUpdate the constants associated with the evaluation...
2014-12-05 delphijFix a regression introduced in r274337 (large block...
2014-12-05 jhbAlways ignore the deprecated MAP_RENAME and MAP_NORESER...
2014-12-05 kibWhen the last reference on the vnode' vm object is...
2014-12-05 mavIn addition to r275481 allow threshold notifications...
2014-12-05 traszMove iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsi...
2014-12-05 hselaskyOptimise bit searching loop by using the ffs() function.
2014-12-05 hselaskyDefine the ffs() function in the USB bootloader's globa...
2014-12-05 mavAvoid unneeded malloc/memcpy/free if there is no metada...
2014-12-04 tuexenThis is the SCTP specific companion of
2014-12-04 mavDocument r275481 changes.
2014-12-04 mavAdd to CTL support for threshold notifications for...
2014-12-04 bruefferAdd MLINKs for all functions described in the libxo...
2014-12-04 mavSwap resource count scopes for used/available space.
2014-12-04 dimPull in r174303 from upstream gcc trunk (by Jason Merrill):
2014-12-04 karglFix a 20+ year bug by using an appropriate constant for
2014-12-04 mavDecode some binary fields of Intel metadata.
2014-12-04 mavAdd GET LBA STATUS command support to CTL.
2014-12-04 aeFix style(9) and remove m_freem(NULL).
2014-12-03 sbrunoSwitch is an 8316, so make the comments say that.
2014-12-03 impConst poison in a few places to ensure we don't modify...
2014-12-03 hselaskyOptimise the bit searching loops, by quickly skipping...
2014-12-03 hselaskyWorkaround for possible bug in the SAF1761 chip. Wait...
2014-12-03 sbrunoThere is only one argemdio device on this board.
2014-12-03 bruefferAdd libcuse and libxo.
2014-12-03 sbrunoAssign argemdio0 to the correct base address and assign...
2014-12-03 mavIncrease CTL ports limit from 128 to 256 and LUNs limit...
2014-12-03 jhbRevert device_getenv_int() for now as it duplicates...
2014-12-03 mavUnify function names after r275458.
2014-12-03 mavDo not pre-allocate UNIT ATTENTIONs storage for every...
2014-12-03 emasteIncrease BERI loader section alignment to 16
2014-12-03 mavRemove some unused code.
2014-12-03 mavDo not corrupt the listen string when parsing it.
2014-12-03 mavDo not pre-allocate reservation keys memory for every...
2014-12-03 mavPlug memory leaks on UNMAP and XCOPY with invalid param...
2014-12-03 aeRemove __P() macro.
2014-12-03 aeANSIfy function declarations.
2014-12-03 rpauloSwitch gpioctl(8) to LIBADD.
2014-12-03 delphijAdd sleep(1) to /rescue. This adds 664 bytes to the...
2014-12-03 impRemove unused PCMCIA_CARD* macros.
2014-12-02 baptRevert r274953, r274934
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 jfvRevert r275136, it was not approved, it was sloppy...
2014-12-02 emastelibelf: Fix cross-endian ELF note file / memory conversion
2014-12-02 tuexenDo the renaming of sb_cc to sb_ccc in a way with less...
2014-12-02 gnnThis configuration file removes several debugging optio...
2014-12-02 rpaulogpioctl: don't print the command line arguments.
2014-12-02 andrewSwitch to unified syntax so these can be built with...
2014-12-02 andrewUse the APSR_nzcv format of mrc. The clang integrated...
2014-12-02 andrewFix the name of the coprocessor to include the "p"...
2014-12-02 andrewAllow the UAL APSR_nzcv format for the mrc and mrc2...
2014-12-02 jhbThe runtime linker needs to include a path to itself...
2014-12-02 nyanMFi386: r275305 (by rdivacky)
2014-12-02 hselaskyAdd missing Makefile defines so that the program in...
2014-12-02 mavConvert persis_offset from global variable to softc...
2014-12-02 mavReduce code duplication by creating ctl_set_res_ua...
2014-12-02 mavRemoved unused variable and unify some names.
2014-12-02 avgzfs_putpages: actually update mtime and ctime
2014-12-02 traszFix null pointer dereference.
2014-12-02 baptImport CVS version of mandoc as of 20141201
2014-12-02 rpauloFix an off-by-one in gpio_pin_list().
2014-12-02 rpauloRewrite parts of gpioctl(8) to use the gpio(3) library.
2014-12-02 aeRemove unneded check. No need to do m_pullup to the...
2014-12-02 aeRemove unneded check. No need to do m_pullup to the...
2014-12-02 aeRemove route chaching support from ipsec code. It isn...
2014-12-02 aeRemove unused structure declarations.
2014-12-02 aeRemove unused declartations.
2014-12-02 emasteRegenerate src.conf(5) after r275373
2014-12-02 emasteAdd elfcopy and man page to OptionalObsoleteFiles
2014-12-02 dimLet GNU ld be less obscure about missing symbols and...
2014-12-02 baptSync the svn template with the one from ports
2014-12-01 phkMake this work with pkgng, and allow PORTS_OPTS to...
2014-12-01 andrewUse the floating-point instruction on ARMv7 as the...
2014-12-01 andrewSet the correct architecture when targeting ARMv7
2014-12-01 andrewPull in the NetBSD global offset table handling code...
2014-12-01 delphijFix inverted logic introduced in r272154.
2014-12-01 rpauloAllow multiple devices to mmap. It's impossible to...
2014-12-01 mavDocument ISP 2532 support and hint.isp.0.vports tunable.
2014-12-01 emasteBuild infrastructure for elftoolchain tools
2014-12-01 kibDisable recursion for the process spinlock.
2014-12-01 emasteTrack libarchive API change
2014-12-01 emasteTemporarily disable non-FreeBSD NT_ note types
2014-12-01 emasteFix elftoolchain tools in-tree build
2014-12-01 mavWhen passing LUN IDs through treat ASCII values as...
2014-12-01 dimPull in r209785 from upstream libc++ trunk (by Marshall...
2014-12-01 mavMove ctlfe_onoffline() out of lock to let it sleep...
2014-12-01 desDisable the vxlan code until the people reponsible...
2014-12-01 desThe early-late divider was originally set to mountcritl...
2014-12-01 desAllow load_rc_config to be called without a service...
2014-12-01 hselaskyStart process of removing the use of the deprecated...
next