]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
2015-10-01 gjbFix the path to the correct u-boot.bin file to write to
2015-10-01 mavMore aggressively fill WUT read pipeline.
2015-10-01 jhbRather than groveling around in a socket address struct...
2015-10-01 jhbThe id_t type used to pass IDs to wait6(2) and procctl...
2015-10-01 jhb- Remove extra integer argument from truncate() and...
2015-10-01 jhbMost error cases in i915_gem_do_execbuffer() jump to...
2015-10-01 markjEnsure that vop_stdadvise() does not call getblk()...
2015-10-01 mavMake zero WUT use WRITE SAME with recently allowed...
2015-10-01 mavImplement SPC-3 exceptions to SPC-2 RESERVE and RELEASE...
2015-10-01 mavUnify PR variable names to reduce confusion.
2015-10-01 andrewAn IPI must be cleared before it is handled otherwise...
2015-10-01 cpercivaDisable suspend when we're shutting down. This solves...
2015-10-01 andrewUse pmap_load more consistently. While here try to...
2015-10-01 andrewPass 8 arguments to makecontext on arm64 as this is...
2015-10-01 andrewAdd the ENTRY/END entries around the exception handlers.
2015-10-01 andrewAlso build ofwdump on arm64.
2015-10-01 andrewUpdate the arm64 ttys file to enable the correct uart...
2015-10-01 lwhsuFix `make depend` in sys/modules/otus
2015-10-01 gjbPartially revert r288433, with a minor change:
2015-10-01 gjbFix FAT_SIZE by removing '-b' argument passing, which was
2015-09-30 bdreweryMETA_MODE: Set HOST_CXX and HOST_CPP and chain them...
2015-09-30 markjAs a step towards the elimination of PG_CACHED pages...
2015-09-30 jilleswordexp: Rewrite to make WRDE_NOCMD reliable.
2015-09-30 bdreweryReplace most of the beforeinstall: hack with FILES...
2015-09-30 bdreweryMETA_MODE: Remove unneeded groff/tmac special GENDIRDEP...
2015-09-30 mavUse proper STAILQ_* macros where possible.
2015-09-30 jhbSeveral changes to truss.
2015-09-30 ngieSkip the B_flag testcase to stop blowing up freebsd...
2015-09-30 gjbInitial attempt to add support for building images for
2015-09-30 mavMake pass, sg and targ drivers respect HBA's maxio.
2015-09-30 bruefferJoin excessive split lines.
next