]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add the ENTRY/END entries around the exception handlers.
[FreeBSD/FreeBSD.git] / sys /
2015-10-01 andrewAdd the ENTRY/END entries around the exception handlers.
2015-10-01 lwhsuFix `make depend` in sys/modules/otus
2015-09-30 markjAs a step towards the elimination of PG_CACHED pages...
2015-09-30 mavUse proper STAILQ_* macros where possible.
2015-09-30 mavMake pass, sg and targ drivers respect HBA's maxio.
2015-09-30 aeTake extra reference to security policy before calling...
2015-09-30 markjMFV r288408:
2015-09-30 adrianmodify the rssi logic a bit to actually return a useful...
2015-09-30 glebiusWhen processing ICMP need frag message, ignore the...
2015-09-29 adrianFix locking after my EDCA update change.
2015-09-29 jhbUse EFI page size constants instead of hardcoding 4096.
2015-09-29 mavReally implement PREVENT ALLOW MEDIUM REMOVAL command.
2015-09-29 mavDon't report SYNC_NV bit set in SYNCHRONIZE CACHE as...
2015-09-29 mavFix arguments order.
2015-09-29 avgsdt.h: no need for argtype_list_head
2015-09-29 avgsdt: static-ize couple of variables
2015-09-29 avgsdt module does not seem to actually use any symbol...
2015-09-29 avgstd: it is important that func name is never an empty...
2015-09-29 avgsdt: start checking version field when parsing probe...
2015-09-29 avgdtrace_getarg: remove stray return statement on amd64...
2015-09-29 mavReport that we can read all flavours of DVD. Why not?
2015-09-29 mavAdd CD/DVD Capabilities and Mechanical Status Page.
2015-09-29 adrianrsu(4): Add support for 1T2R and 2T2R NICs.
2015-09-29 adrianurtwn driver fixes - missing include, free node referen...
2015-09-29 adrianAdd opt_wlan.h as requirements for the two drivers...
2015-09-29 adrianDefer calling into the driver to update the QOS (WME...
2015-09-29 adrianRemove the references to the TX IC lock - i ended up...
2015-09-28 mavUmplement media load/eject support for removable devices.
2015-09-28 avgdefine aok in libnvpair which is linked to all zfs...
2015-09-28 avgsave some bytes by using more concise SDT_PROBE<n>...
2015-09-28 adrianRemove some debugging that wasn't supposed to be there.
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-28 adrianinclude opt_wlan.h . Tsk adrian.
2015-09-28 adrianif_otus fixes; add fast-frames support.
2015-09-28 adrianMigrate the fast-frames transmit support away from...
2015-09-28 adrianComments, mostly to remind myself of what's going on...
2015-09-28 adrianAbstract out the ampdu TX pps initialisation code so...
2015-09-27 loosSet the #address-cells and #size-cells for the I2C...
2015-09-27 mavAdd to CTL initial support for CDROMs and removable...
2015-09-27 bzFix what looks like a consistent copy&paste error.
2015-09-27 bzCompare the correct variable to see if memory allocatio...
2015-09-27 ngieEnable parallel subdirectory building with sys/modules...
2015-09-27 melifaroEliminate nd6_nud_hint() and its TCP bindings.
2015-09-27 jeff - Collapse vfs_vmio_truncate & vfs_vmio_release into...
2015-09-27 melifarortsock requests for deleting interface address lles...
2015-09-27 adrianTrack the command response code buffer size and verify...
2015-09-26 alcThe conversion of kmem_alloc_attr() from operating...
2015-09-26 markjRemove a check for a condition that is always false...
2015-09-26 adrianFree the TX/RX list buffers /before/ tearing down net80...
2015-09-26 markjFix argument ordering in vn_printf().
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-26 jpaetzelIncrease group limit for kerberized NFSv4
2015-09-26 ianWait up to 10 seconds for late-initializing network...
2015-09-26 mavAllow LOG SENSE command on non-disk devices.
2015-09-26 adrianDon't duplicate checks; net80211 now does this for us.
2015-09-26 mavRemove concept of control device.
2015-09-26 mavMove ioctl frontend defines where they belong.
2015-09-26 mavRemove few more unused variables.
2015-09-26 mavRemove some duplicate, legacy, dead and questionable...
2015-09-26 kibMake the __bitcount*() functions unconditionally availa...
2015-09-26 adrian* Add 11n HT40 support - i needed to send both HTINFO...
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-26 adrianFix a bug in the TX command handling - log when a too...
2015-09-26 adrianAdd an initial driver for the AR9170 series draft-11n...
2015-09-26 adrianUpdate USB device IDs for the upcoming AR9170 support.
2015-09-26 mavPass to sobind() copy of the address, not the original.
2015-09-26 adrianPerform some rather amusing layering violations to...
2015-09-25 bzCompare the newly allocated array elements to NULL...
2015-09-25 mavProperly lock LUN in ctl_failover_lun().
2015-09-25 emasteRemove apostrophe from AP's for consistency (arm64...
2015-09-25 mavFix bit masks changed for the wrong commands in r288221.
2015-09-25 bdreweryMETA_MODE: Remove DEP_MACHINE from Makefile.depend...
2015-09-25 bdreweryMETA_MODE: Remove DEP_RELDIR from Makefile.depend files.
2015-09-25 mavConstify ctl_serialize_table.
2015-09-25 cemsbuf: Process more than one char at a time
2015-09-25 mavRemove some dead code found by Clang analyzer.
2015-09-25 mavRemove stale comments and some excessive empty lines.
2015-09-25 kibUse per-cpu values for base and last in tc_cpu_ticks...
2015-09-25 mavSwitch I/O time accounting from system time to uptime.
2015-09-25 mavCollect DMA statistics on secondary HA node.
2015-09-25 mavMake HA handle datamove and done in a universal way...
2015-09-25 mavRemove some control_softc references.
2015-09-25 delphijMFV r288063: make dataset property de-registration...
2015-09-24 hselaskyImplement support for reading USB quirks from the kerne...
2015-09-24 adrianFix up error path handling after the recent churn.
2015-09-24 emasteInstall kernel debug data under /usr/lib/debug
2015-09-24 mavAllow WRITE SAME with NDOB bit set but without UNMAP.
2015-09-24 mavAdd new report types to REPORT LUNS command.
2015-09-24 mavUpdate WRITE ATOMIC(16) support to sbc4r8 draft.
2015-09-24 mavAdd support for READ BUFFER(16) command.
2015-09-23 cemgeom_dev: Use kenv 'dumpdev' in the same way as rc...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-23 mavSynchronize mode pages between HA peers.
2015-09-23 mavMake HA peers announce their parameters on connect.
2015-09-23 mjgkqueue: simplify kern_kqueue by not refing/unrefing...
2015-09-23 jeff - Fix a nonsense reordering that somehow slipped into...
2015-09-22 jeffSome refactoring of the buf/vm interface.
2015-09-22 emasteAdd pass device to arm64 GENERIC (for smartctl)
2015-09-22 mjgamd64: plug redundant bootAP declaration
2015-09-22 melifaroUse standard lle LLE_EXCLUSIVE request flags instead of
next