freebsd.git
2015-10-05 kevloRemove the unnecessary cast.
2015-10-05 ngieRevert r288682
2015-10-05 ngieRemove some paths preparing for a re-copy from head
2015-10-05 ngieMerge additional testcases and improvements to bin...
2015-10-04 sbrunoSet correct argemdio addr, comment out arge1 as its...
2015-10-04 andrewWhen trying to execute from a misaligned address raise...
2015-10-04 melifaroInvoke lle_event for new entry iff it has lladdr set.
2015-10-04 pfgBump the stack protector to level "strong".
2015-10-04 kevloReplace M_NOWAIT with M_WAITOK for consistency with...
2015-10-04 kevloFix max TX power settings for RT5390/RT5392.
2015-10-04 kibWhen asserting IL bit in exception syndrome register...
2015-10-04 melifaroSimplify if (lladdr) condition in nd6_cache_lladdr():
2015-10-04 rwatsonAdd missing stack unwind information to several assembl...
2015-10-04 melifaroEliminate nd6_llinfo_settimer(). All consumers were...
2015-10-04 melifaroAdd __noinline attribute to several functions to ease...
2015-10-04 araujoRemove per complete the fec aggregation protocol.
2015-10-04 adriandrm2: a few minor fixes after r280183
2015-10-04 melifaroFix condition for nd6_llinfo_getholdsrc() introduced...
2015-10-04 adrianFix run(4) mbuf queue flushing / freeing.
2015-10-04 adrianRandom zyd(4) fixes to bring TX handling in line with...
2015-10-04 adrianFix to make compile on gcc-4.2.1 (eg mips, sparc64.)
2015-10-04 adrianFix to compile using gcc-4.2 (eg mips, sparc64.)
2015-10-04 sbrunoInitialize fd to -1 so that gcc doesn't emit an unitial...
2015-10-04 pjdAdd a little, but very useful script for use with progr...
2015-10-03 adriannet80211: reduce code duplication in the ieee80211_ioct...
2015-10-03 adrianrum(4): add WME support.
2015-10-03 adrianrun(4): fix WME support (untested).
2015-10-03 markjRevert r288628 and instead fix a discrepancy between...
2015-10-03 adrianrum(4): fix stats interpretation in rum_ratectl_task()
2015-10-03 adrianrum(4): set short/long retry limits
2015-10-03 adrianrum(4): fix sequence number generation.
2015-10-03 adriannet80211: drop ieee80211_beacon_offsets parameter from...
2015-10-03 adriannet80211: drop redundant 3rd parameter from iv_key_set().
2015-10-03 adrianrum(4): drop unused 'node id' parameter.
2015-10-03 adrianrum(4): add support for hardware encryption (WEP, TKIP...
2015-10-03 adrianrum(4): implement iv_update_beacon call (fixes client...
2015-10-03 adrianrum(4): attach rum_update_slot to ic_updateslot.
2015-10-03 bdreweryMake GCC happy
2015-10-03 bdreweryInclude stddef.h for ptrdiff_t
2015-10-03 markjThe return value of posix_fadvise(2) is just an error...
2015-10-03 alcReduce the scope of a variable to the only file where...
2015-10-03 bdreweryStyle fix.
2015-10-03 bdreweryAdd decoding for struct statfs.
2015-10-03 adrianrum(4): split rum_prepare_beacon() into 'alloc' and...
2015-10-03 adrianrum(4): add support for AHDEMO mode.
2015-10-03 adrianrum(4): simplify rum_set_bssid(), rum_set_macaddr(...
2015-10-03 bdreweryMute this cookie as well
2015-10-03 adrianrum(4): do not corrupt MAC address
2015-10-03 adrianrum(4): add error handling for rum_enable_tsf_sync...
2015-10-03 alcPerform a single batched update to the object's paging...
2015-10-03 adrianrum(4): move some code from rum_init() into separate...
2015-10-03 bdreweryRemove redundant COMPAT_32BIT guard on pkgconfig files...
2015-10-03 adrianrum(4): add error handling in initialization path
2015-10-03 bdreweryAvoid make compatibility mode issues with creating...
2015-10-03 adrianrum(4): simplify error handling rum_raw_xmit()
2015-10-03 adrianrum(4): check mbuf size before accessing its contents
2015-10-03 adrianrum(4): add TSF field into radiotap headers
2015-10-03 adrianrun(4): Add initial support for IBSS merge.
2015-10-03 hrsUse getaddrinfo() to fill struct sockaddr_un. It now...
2015-10-03 hrs- Move PF_LOCAL at the end of the array. PF_INET{...
2015-10-03 hrs- Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_t...
2015-10-03 mavRestore original array_rd_sz semantics.
2015-10-03 hrsAdd IFCAP_LINKSTATE support.
2015-10-03 adrianRemove beacon offsets usage from if_rum.
2015-10-03 adrianurtwn(4): fix sequence numbering for QoS frames
2015-10-03 adrianural(4): reduce copy-paste in ural_newstate().
2015-10-03 adrianrum(4): add command queue for running sleepable tasks...
2015-10-03 adrianrum(4): some non-functional changes / cleanup
2015-10-03 melifaroBump number of prefixes in O_IP_<SRC|DST> from 15 to...
2015-10-03 aeAlways detach encap handler when reconfiguring tunnel.
2015-10-03 aeFix possible segmentation fault.
2015-10-03 adriannet80211: add a possibility to retrieve current TX...
2015-10-03 adriannet80211: add new method for ieee80211_cipher (ic_setiv).
2015-10-03 adriannet80211: get rid of tx_phase1_done flag (ieee80211_cry...
2015-10-02 grehanFix post-test typo that snuck in.
2015-10-02 adriannet80211: separate ieee80211_crypto_get_keyid() from...
2015-10-02 grehanSimple sysctl-like firmware query interface. Similar...
2015-10-02 bdreweryAll the games moved to usr.bin/ in r288485.
2015-10-02 bdreweryRemove defunct games removed in r279150.
2015-10-02 bdrewery/usr/src/games was removed in r288485.
2015-10-02 delphijFix a regression with SA-15:24 patch that prevented...
2015-10-02 adrianrum(4): sync rum_enable_tsf(_sync) with run(4).
2015-10-02 adrianrum(4): create few wrappers.
2015-10-02 adrianrum(4): move common part of rum_bbp_write() and rum_bbp...
2015-10-02 adrianrum(4): reduce code duplication.
2015-10-02 kibAdd aarch64 support to truss(1).
2015-10-02 kibDo not set 'flush to zero' VFPSCR_FZ bit by default...
2015-10-02 kibFreeBSD does not support SMP on ARMv5. Since processor...
2015-10-02 emasteAdd debug file extension to kldxref(8) after r288176
2015-10-02 mavDocument CD block size of 2048.
2015-10-02 edMake truss print CloudABI system call names.
2015-10-02 mavSet default block size for CD to expected 2048 bytes.
2015-10-02 cpercivaFinal step of eliminating the "games" distribution...
2015-10-02 phkFail the sbuf if vsnprintf(3) fails.
2015-10-02 araujoThe rpc.yppasswdd has an option to not allow shell...
2015-10-02 bdreweryMETA_MODE: For some reason meta mode cannot generate...
2015-10-02 bdreweryMETA_MODE: Fix stage_links not running in the right...
2015-10-02 adrianFix neeed -> neeeded.
2015-10-02 grehan- Increase the max number of indirect descriptors to...
2015-10-01 bdreweryDon't create cookie until the command is all finished...
next