]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Eliminate a stale and a duplicated comment.
[FreeBSD/FreeBSD.git] / sys /
2012-10-05 alcEliminate a stale and a duplicated comment.
2012-10-05 yongariAPE firmware touches EMAC Mode and TX/RX MAC Mode regis...
2012-10-05 yongariDon't touch EMAC Mode and TX/RX MAC Mode register when...
2012-10-04 adrianImplement the quarter rate fractional channel programmi...
2012-10-04 tijlDefine clang feature test macro __has_extension. It...
2012-10-04 thompsaRemove the M_NOWAIT from bridge_rtable_init as it isn...
2012-10-04 pfgrpc: convert all uid and gid variables to u_int.
2012-10-03 adrianPause and unpause the software queues for a given node...
2012-10-03 emasteCast through void * to silence compiler warning
2012-10-03 aeReplace all references to loader_callbacks_v1 with...
2012-10-03 edFix faulty error code handling in read(2) on TTYs.
2012-10-03 mavFix build without `options ATA_CAM`, broken by r241144.
2012-10-03 alcReimplement pmap_qremove() using the new TLB invalidati...
2012-10-03 alcTidy up a bit:
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-10-02 kenAdd casts to unbreak the i386 PAE build for the mps...
2012-10-02 mavImplement SATA revision (speed) control for legacy...
2012-10-02 pfglibtirpc: be sure to free cl_netid and cl_tp
2012-10-02 pfgRPC: Convert all uid and gid variables of the type...
2012-10-02 wollmanFix spelling of the function name in two assertion...
2012-10-02 adrianMigrate the power-save functions to be overridable...
2012-10-02 glebiusTo reduce volume of pfsync traffic:
2012-10-02 jhbRename the module for 'device enc' to "if_enc" to avoid...
2012-10-02 glebius There is a complex race in in_pcblookup_hash() and...
2012-10-02 hselaskyStyle.
2012-10-02 hselaskyRemove unused field.
2012-10-02 alcIntroduce a new TLB invalidation function for efficient...
2012-10-02 eadlerProvide a generic way to disable devices at boot time
2012-10-01 kenAdd the mps(4) driver to the i386 GENERIC config file...
2012-10-01 kientzleSupport kernel options from ubldr.
2012-10-01 rmacklemAttila Bogar and Herbert Poeckl both reported similar...
2012-10-01 pjd- Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat...
2012-10-01 hselaskyInherit USB mode from RootHUB port where the USB device...
2012-10-01 andrewRemove unused variables from the OMAP ehci code.
2012-10-01 andrewFix the clobber list on the atomic operators that do...
2012-09-30 hselaskyThe USB Bluetooth driver should only grab its own inter...
2012-09-30 kevloAdd missing header needed by free(9).
2012-09-30 aeFix the style.
2012-09-30 aeRemember the file format of the last loaded module...
2012-09-30 aeReduce the number of attempts to detect proper kld...
2012-09-30 kevloRemove an unneeded NULL check after M_WAITOK.
2012-09-30 kevloFree result of device_get_children(9).
2012-09-30 aeFix disk_cleanup() to work without DISK_DEBUG too.
2012-09-30 alcStop calling pmap_remove_write() from pmap_remove_all...
2012-09-29 alcEliminate an unused declaration.
2012-09-29 glebiusClear and re-setup all function pointers that glue...
2012-09-29 glebiusSimplify send out queue code:
2012-09-29 alcEliminate unused variables.
2012-09-29 alcAdd support for mincore(). Specifically, this is an...
2012-09-29 aeAlmost each time when loader opens a file, this leads...
2012-09-29 kevloIf devclass_get_devices(9) returns success but a count...
2012-09-29 kevloRemove unused variables.
2012-09-29 aeDisable splitfs support, since we aren't support floppi...
2012-09-29 alcUpdate a comment to reflect recent locking changes.
2012-09-29 glebiuscarp_send_ad() should never return without rescheduling...
2012-09-28 glebiusSimplify and somewhat redesign interaction between...
2012-09-28 glebiusThe drbr(9) API appeared to be so unclear, that most...
2012-09-28 hselaskyMake sure we don't leak a mbuf in a fail case.
2012-09-28 hselaskyRemove some trailing bytes which are not part of the...
2012-09-28 hselaskyCorrect NYET handling. Remove superfluous transfer...
2012-09-28 mavChange queue overflow checks from DIAGNOSTIC+panic...
2012-09-28 jhb- Re-shuffle the <machine/pc/bios.h> headers to move...
2012-09-28 kibFix the mis-handling of the VV_TEXT on the nullfs vnodes.
2012-09-28 aeMake the loader a bit smarter, when it tries to open...
2012-09-28 pjdRemove the topology lock from disk_gone(), it might...
2012-09-28 alcEliminate a stale comment. It describes another use...
2012-09-27 mdfFix up kernel sources to be ready for a 64-bit ino_t.
2012-09-27 rstoneEnsure that all cases that enqueue a netgraph item...
2012-09-27 pfgComplete revert of r239963:
2012-09-27 fjoeFix pseudo checksum calculation.
2012-09-27 pjdRevert r240931, as the previous comment was actually...
2012-09-27 hselaskyMake sure the "wMaxPacketSize" limitations are respected.
2012-09-27 hselaskyMake sure we record NAK tokens in the TD structure...
2012-09-27 trocinyKernel and modules have "set_vnet" linker set, where...
2012-09-27 traszRemove useless NULL checks after M_WAITOK allocations.
2012-09-27 glebiusFix zillions of style(9) and spacing bugs introduced...
2012-09-27 glebiusFix several build failures for !COMPAT_FREEBSD32 and
2012-09-27 glebiusFix bug in TCP_KEEPCNT setting, which slipped in in...
2012-09-27 adrianTrack the last ANI TX/RX sample correctly.
2012-09-27 alcImplementing pmap_kextract(va) as pmap_extract(kernel_p...
2012-09-27 sobomaxAdd 32-bit ABI compat shims. Those are necessary for...
2012-09-26 glebius- In the bridge_enqueue() do success/error accounting for
2012-09-26 hselaskyMake sure the DWC OTG host mode channels are given...
2012-09-26 jhbMerge similar fixes from 223198 from igb to ixgbe:
2012-09-26 jimharrisCreate led(4) device nodes mapped to isci(4) SGPIO...
2012-09-26 jhbRemove FreeBSD 4.x compat shims. Verified by md5.
2012-09-26 jhbGrab the mfi_config_lock while performing a MFI_DCMD_CF...
2012-09-26 andrewCreate the new initarm_ functions to reduce the diff...
2012-09-26 mmMerge recent vendor changes in ZFS.
2012-09-26 andrewUse arm_dump_avail_init to build the dump_avail array
2012-09-26 andrewStart to clean up the lpc initarm as it also uses FDT.
2012-09-26 kibMake the updates of the tid ring buffer' head and tail...
2012-09-26 traszFix panic in CTL caused by trying to free invalid point...
2012-09-26 adrianMap the non-QoS TID to the voice queue, in order to...
2012-09-26 emasteCorrect misspelling in debug output.
2012-09-25 emasteRevert part of an earlier patch attempt that snuck...
2012-09-25 pjdFix freebsd32_kmq_timedreceive() and freebsd32_kmq_time...
2012-09-25 rayAdd more SPI flash IDs.
2012-09-25 emasteAvoid INVARIANTS panic destroying an in-use tap(4)
2012-09-25 pjdvn_write() always expects FOF_OFFSET flag, which is...
next