]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-10-04 Sean BrunoInitialize fd to -1 so that gcc doesn't emit an unitial...
2015-10-04 Pawel Jakub... Add a little, but very useful script for use with progr...
2015-10-03 Adrian Chaddnet80211: reduce code duplication in the ieee80211_ioct...
2015-10-03 Adrian Chaddrum(4): add WME support.
2015-10-03 Adrian Chaddrun(4): fix WME support (untested).
2015-10-03 Mark JohnstonRevert r288628 and instead fix a discrepancy between...
2015-10-03 Adrian Chaddrum(4): fix stats interpretation in rum_ratectl_task()
2015-10-03 Adrian Chaddrum(4): set short/long retry limits
2015-10-03 Adrian Chaddrum(4): fix sequence number generation.
2015-10-03 Adrian Chaddnet80211: drop ieee80211_beacon_offsets parameter from...
2015-10-03 Adrian Chaddnet80211: drop redundant 3rd parameter from iv_key_set().
2015-10-03 Adrian Chaddrum(4): drop unused 'node id' parameter.
2015-10-03 Adrian Chaddrum(4): add support for hardware encryption (WEP, TKIP...
2015-10-03 Adrian Chaddrum(4): implement iv_update_beacon call (fixes client...
2015-10-03 Adrian Chaddrum(4): attach rum_update_slot to ic_updateslot.
2015-10-03 Bryan DreweryMake GCC happy
2015-10-03 Bryan DreweryInclude stddef.h for ptrdiff_t
2015-10-03 Mark JohnstonThe return value of posix_fadvise(2) is just an error...
2015-10-03 Alan CoxReduce the scope of a variable to the only file where...
2015-10-03 Bryan DreweryStyle fix.
2015-10-03 Bryan DreweryAdd decoding for struct statfs.
2015-10-03 Adrian Chaddrum(4): split rum_prepare_beacon() into 'alloc' and...
2015-10-03 Adrian Chaddrum(4): add support for AHDEMO mode.
2015-10-03 Adrian Chaddrum(4): simplify rum_set_bssid(), rum_set_macaddr(...
2015-10-03 Bryan DreweryMute this cookie as well
2015-10-03 Adrian Chaddrum(4): do not corrupt MAC address
2015-10-03 Adrian Chaddrum(4): add error handling for rum_enable_tsf_sync...
2015-10-03 Alan CoxPerform a single batched update to the object's paging...
2015-10-03 Adrian Chaddrum(4): move some code from rum_init() into separate...
2015-10-03 Bryan DreweryRemove redundant COMPAT_32BIT guard on pkgconfig files...
2015-10-03 Adrian Chaddrum(4): add error handling in initialization path
2015-10-03 Bryan DreweryAvoid make compatibility mode issues with creating...
2015-10-03 Adrian Chaddrum(4): simplify error handling rum_raw_xmit()
2015-10-03 Adrian Chaddrum(4): check mbuf size before accessing its contents
2015-10-03 Adrian Chaddrum(4): add TSF field into radiotap headers
2015-10-03 Adrian Chaddrun(4): Add initial support for IBSS merge.
2015-10-03 Hiroki SatoUse getaddrinfo() to fill struct sockaddr_un. It now...
2015-10-03 Hiroki Sato- Move PF_LOCAL at the end of the array. PF_INET{...
2015-10-03 Hiroki Sato- Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_t...
2015-10-03 Alexander MotinRestore original array_rd_sz semantics.
2015-10-03 Hiroki SatoAdd IFCAP_LINKSTATE support.
2015-10-03 Adrian ChaddRemove beacon offsets usage from if_rum.
2015-10-03 Adrian Chaddurtwn(4): fix sequence numbering for QoS frames
2015-10-03 Adrian Chaddural(4): reduce copy-paste in ural_newstate().
2015-10-03 Adrian Chaddrum(4): add command queue for running sleepable tasks...
2015-10-03 Adrian Chaddrum(4): some non-functional changes / cleanup
2015-10-03 Alexander V... Bump number of prefixes in O_IP_<SRC|DST> from 15 to...
2015-10-03 Andrey V. ElsukovAlways detach encap handler when reconfiguring tunnel.
2015-10-03 Andrey V. ElsukovFix possible segmentation fault.
2015-10-03 Adrian Chaddnet80211: add a possibility to retrieve current TX...
2015-10-03 Adrian Chaddnet80211: add new method for ieee80211_cipher (ic_setiv).
2015-10-03 Adrian Chaddnet80211: get rid of tx_phase1_done flag (ieee80211_cry...
2015-10-02 Peter GrehanFix post-test typo that snuck in.
2015-10-02 Adrian Chaddnet80211: separate ieee80211_crypto_get_keyid() from...
2015-10-02 Peter GrehanSimple sysctl-like firmware query interface. Similar...
2015-10-02 Bryan DreweryAll the games moved to usr.bin/ in r288485.
2015-10-02 Bryan DreweryRemove defunct games removed in r279150.
2015-10-02 Bryan Drewery/usr/src/games was removed in r288485.
2015-10-02 Xin LIFix a regression with SA-15:24 patch that prevented...
2015-10-02 Adrian Chaddrum(4): sync rum_enable_tsf(_sync) with run(4).
2015-10-02 Adrian Chaddrum(4): create few wrappers.
2015-10-02 Adrian Chaddrum(4): move common part of rum_bbp_write() and rum_bbp...
2015-10-02 Adrian Chaddrum(4): reduce code duplication.
2015-10-02 Konstantin... Add aarch64 support to truss(1).
2015-10-02 Konstantin... Do not set 'flush to zero' VFPSCR_FZ bit by default...
2015-10-02 Konstantin... FreeBSD does not support SMP on ARMv5. Since processor...
2015-10-02 Ed MasteAdd debug file extension to kldxref(8) after r288176
2015-10-02 Alexander MotinDocument CD block size of 2048.
2015-10-02 Ed SchoutenMake truss print CloudABI system call names.
2015-10-02 Alexander MotinSet default block size for CD to expected 2048 bytes.
2015-10-02 Colin PercivalFinal step of eliminating the "games" distribution...
2015-10-02 Poul-Henning... Fail the sbuf if vsnprintf(3) fails.
2015-10-02 Marcelo AraujoThe rpc.yppasswdd has an option to not allow shell...
2015-10-02 Bryan DreweryMETA_MODE: For some reason meta mode cannot generate...
2015-10-02 Bryan DreweryMETA_MODE: Fix stage_links not running in the right...
2015-10-02 Adrian ChaddFix neeed -> neeeded.
2015-10-02 Peter Grehan- Increase the max number of indirect descriptors to...
2015-10-01 Bryan DreweryDon't create cookie until the command is all finished...
2015-10-01 Glen BarberFix the path to the correct u-boot.bin file to write to
2015-10-01 Alexander MotinMore aggressively fill WUT read pipeline.
2015-10-01 John BaldwinRather than groveling around in a socket address struct...
2015-10-01 John BaldwinThe id_t type used to pass IDs to wait6(2) and procctl...
2015-10-01 John Baldwin- Remove extra integer argument from truncate() and...
2015-10-01 John BaldwinMost error cases in i915_gem_do_execbuffer() jump to...
2015-10-01 Mark JohnstonEnsure that vop_stdadvise() does not call getblk()...
2015-10-01 Alexander MotinMake zero WUT use WRITE SAME with recently allowed...
2015-10-01 Alexander MotinImplement SPC-3 exceptions to SPC-2 RESERVE and RELEASE...
2015-10-01 Alexander MotinUnify PR variable names to reduce confusion.
2015-10-01 Andrew TurnerAn IPI must be cleared before it is handled otherwise...
2015-10-01 Colin PercivalDisable suspend when we're shutting down. This solves...
2015-10-01 Andrew TurnerUse pmap_load more consistently. While here try to...
2015-10-01 Andrew TurnerPass 8 arguments to makecontext on arm64 as this is...
2015-10-01 Andrew TurnerAdd the ENTRY/END entries around the exception handlers.
2015-10-01 Andrew TurnerAlso build ofwdump on arm64.
2015-10-01 Andrew TurnerUpdate the arm64 ttys file to enable the correct uart...
2015-10-01 Li-Wen HsuFix `make depend` in sys/modules/otus
2015-10-01 Glen BarberPartially revert r288433, with a minor change:
2015-10-01 Glen BarberFix FAT_SIZE by removing '-b' argument passing, which was
2015-09-30 Bryan DreweryMETA_MODE: Set HOST_CXX and HOST_CPP and chain them...
2015-09-30 Mark JohnstonAs a step towards the elimination of PG_CACHED pages...
next