]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Fix the RSSI calculation.
[FreeBSD/FreeBSD.git] / sys / sys /
2013-06-28 davide- Trim an unused and bogus Makefile for mount_smbfs.
2013-06-28 jeff - Add a general purpose resource allocator, vmem,...
2013-06-27 jhbMake detaching drivers from PCI devices more robust...
2013-06-25 jhbSeveral improvements to rmlock(9). Many of these are...
2013-06-18 lstewartAdd new FOREACH_FROM variants of the queue(3) FOREACH...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 theravenRename a parameter in sys/time.h so that you don't...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-16 edMove _Atomic() into <sys/cdefs.h>.
2013-06-15 lstewartNow that the necessary infrastructure is in place to...
2013-06-15 lstewartInternalise handling of virtualised hook points inside
2013-06-14 lstewartAdd support for non-virtualised hhook points, which...
2013-06-13 jeff - Add a BIT_FFS() macro and use it to replace cpusetff...
2013-06-13 edMinor improvements to <stdatomic.h>.
2013-06-13 lstewartRemove some duplicate code by making KHELP_DECLARE_MOD...
2013-06-13 kevloAdd PF_IEEE80211 definition.
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-10 marcelRevert r251590. It unexpectedly broke the build and...
2013-06-09 marcelAdd vfs_mounted and vfs_unmounted events so that compon...
2013-06-09 edFix the way atomic_is_lock_free() is defined for Clang.
2013-06-08 glebiusaio_mlock() added:
2013-06-08 glebius Add new system call - aio_mlock(). The name speaks...
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-03 edAdd ATOMIC_*_LOCK_FREE constants.
2013-06-03 dasBump __FreeBSD_version for the addition of the followin...
2013-06-01 edMove <stdatomic.h> into sys/sys/.
2013-06-01 jhbRemove an unused macro we originally got from BSD/OS.
2013-05-31 jeff - Convert the bufobj lock to rwlock.
2013-05-30 markjAdd macros which allow one to define SDT probes with...
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-28 kibThe getcontext() from the __fillcontextx() call in the
2013-05-25 edFix <uchar.h> in for C++11.
2013-05-21 edAdd proper prerequisites for even two more headers.
2013-05-21 edAdd <uchar.h>.
2013-05-21 jkimConnect flex 2.5.37 to the build and bump __FreeBSD_ver...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 kibRegenerate.
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-20 julianRemove accidentally included line..
2013-05-19 pjdProtect SDT_PROBE() with do { } while (0) loop.
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-19 edRemove lint case for _Thread_local.
2013-05-16 julianFix cut-n-paste error.
2013-05-16 julianFinally change the mbuf to have its own fib field inste...
2013-05-13 edRework the way C11 keywords are defined.
2013-05-13 attilioo Add accessor functions to add and remove pages from...
2013-05-12 jeff - pctrie really only requires two byte alignment so...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-12 jeff - Add a new general purpose path-compressed radix...
2013-05-11 kib- Fix nullfs vnode reference leak in nullfs_reclaim_low...
2013-05-09 marcelAdd option WITNESS_NO_VNODE to suppress printing LORs...
2013-05-09 attilioGeneralize the bitset operations, present in cpuset...
2013-05-06 andreBack out r249318, r249320 and r249327 due to a heisenbu...
2013-05-04 pluknetPOSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD...
2013-05-03 jhbSimilar to 233760 and 236717, export some more useful...
2013-05-01 jillesBump __FreeBSD_version for accept4() and pipe2().
2013-05-01 jillesRegenerate files for pipe2().
2013-05-01 jillesRegenerate files for accept4().
2013-05-01 jillesAdd accept4() system call.
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-26 adrianBump FreeBSD_version after glebius' changes.
2013-04-26 smhAdded Dataset Management defines to be used by TRIM...
2013-04-25 smhAdds Host Protected Area (HPA) support for ATA disks...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-19 kenUpdate chio(1) and ch(4) to support reporting element...
2013-04-19 acheAttempt to mitigate poor initialization of arc4 by...
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-16 trocinyAdd a new set of notes to a process core dump to store...
2013-04-14 trocinySimilarly to proc_getargv() and proc_getenvv(), export...
2013-04-14 trocinyRe-factor the code to provide kern_proc_filedesc_out...
2013-04-14 mjgAdd fdallocn function and use it when passing fds over...
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 trocinyAdd sbuf_start_section() and sbuf_end_section() functio...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-10 glebiusFix build.
2013-04-09 edAdd static/const keywords to the arrays.
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 glebiusMerge from projects/counters: counter(9).
2013-04-08 glebiusMerge from projects/counters:
2013-04-06 mmMFV r248217:
2013-04-06 glebiusMove CRITICAL_ASSERT() macro to systm.h, where the...
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 smhAdds security options to camcontrol this includes the...
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-04 rpauloRemove a comment about devices being able to specify...
2013-04-02 sjgUpdate to bmake-20130330
2013-04-02 mdfRegen.
2013-04-02 mdfFix return type of extattr_set_* and fix rmextattr...
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-31 jillesRename do_pipe() to kern_pipe2() and declare it properly.
2013-03-30 jillesImprove namespacing in <sys/socket.h>:
2013-03-29 jimharrisAdd bus_dmamap_load_bio for non-CAM disk drivers that...
2013-03-28 sbrunoUpdate hwpmc to support Haswell class processors.
2013-03-27 kibAdd dev_strategy_csw() function, which is similar to...
2013-03-26 kanDo not pass unmapped buffers to drivers that cannot...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
next