]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2)
[FreeBSD/FreeBSD.git] / sys /
2015-08-08 jhibbitsCorrect return type of booke_init() prototype.
2015-08-08 zbbTreat internal bridge as subtractive on ThunderX ARM64
2015-08-08 mariusFix compilation after r286458.
2015-08-08 mariusFix compilation after r286457 w/o INVARIANTS or INVARIA...
2015-08-08 zbbAdd support for external PCIe (PEM) on Cavium's ThunderX
2015-08-08 rpauloBuild the iwm and iwmfw modules by default on x86.
2015-08-08 rpauloiwm: use the proper include path for iwm headers.
2015-08-08 rpaulosys/conf/files: add iwm and iwmfw.
2015-08-08 zbbAdd Ethernet and block device drivers to ARM64 GENERIC
2015-08-08 rpauloAdd nodevice iwmfw to WITHOUT_SOURCELESS_UCODE.
2015-08-08 rpaulosys/conf/options: add IWM_DEBUG.
2015-08-08 zbbIntroduce support for internal PCIe for Cavium's ThunderX
2015-08-08 ianProvide the tty-layer mutex when initializing the pps...
2015-08-08 rpauloiwm: fix a KASSERT: s/ds_size/ds_len/.
2015-08-08 melifaroMFP r274295:
2015-08-08 melifaroMFP r274553:
2015-08-08 melifaroSimplify ip[6] simploop:
2015-08-08 melifaroAdd const-qualifiers for source mbuf argument in m_dup...
2015-08-08 mavDisable 32-bit PIO for 6Gbit/s Intel SATA controllers.
2015-08-08 mavDon't panic if disk lost TRIM support due to switching...
2015-08-08 pjdEnable BIO_DELETE passthru in GELI, so TRIM/UNMAP can...
2015-08-08 jchFix a kernel assertion issue introduced with r286227:
2015-08-08 rpauloiwmfw: fix the path to the firmware file.
2015-08-08 rpauloImport OpenBSD's iwm WiFi driver for Intel 3160/7260...
2015-08-08 adrianRevert the wifi ifnet changes until things are more...
2015-08-07 ianOnly process the PPS event types currently enabled...
2015-08-07 ianRFC 2783 requires a status of ETIMEDOUT, not EWOULDBLOC...
2015-08-07 markjipv4_is_zeronet() and ipv4_is_loopback() expect an...
2015-08-07 glebiusFix mtx_assert() argument.
2015-08-07 mavAdd unmapped I/O support to ata(4) driver.
2015-08-07 mavAdd more ifdefs to fix build with GCC after r286406.
2015-08-07 glebiusFix !MWL_DEBUG build.
2015-08-07 glebiusChange KPI of how device drivers that provide wireless...
2015-08-07 andrewAttach dwmmc to the ofwbus, som devicetrees place it...
2015-08-07 andrewStop including machine/fdt.h, it's unneeded, and purpos...
2015-08-07 araujoWrap some unused functions with notyet, it is necessary...
2015-08-07 kibMinor style cleanup of the code surrounding r286404.
2015-08-07 kibThe condition to use direct processing for the unmapped...
2015-08-07 kibRemove unused i386 header privatespace.h. For the...
2015-08-06 alcIntroduce a sysctl for reporting the number of fully...
2015-08-06 ianReturn the current ftdi bitbang mode with the UFTDIIOC_...
2015-08-06 ianAdd support to the uftdi driver for reading and writing...
2015-08-06 kibFormally pair store_rel(&smp_started) with load_acq...
2015-08-06 pjdAfter crypto_dispatch() bio might be already delivered...
2015-08-06 jhbRemove some more vestiges of the Xen PV domu support...
2015-08-06 jhbThe changes that introduced fo_mmap() treated all chara...
2015-08-06 allanjudeRemove guards around overwriting loader.rc and menu.rc
2015-08-06 ngieMake some debug printf's into DPRINTF's to reduce noise...
2015-08-06 andrewFill in dump_avail based on the physical memory from...
2015-08-06 glebiusMake it compilable. No idea if it works.
2015-08-06 edAdd file_open(): the underlying system call of openat().
2015-08-05 cemnfsclient: Protest loudly when GETATTR responses are...
2015-08-05 mavPass SYNCHRONIZE CACHE command parameters to backends.
2015-08-05 mavRelax serialization of SYNCHRONIZE CACHE commands.
2015-08-05 adrianAdd a hack-around to this fatal taskqueue running whils...
2015-08-05 adrianAdd a missing method - ath_hal_settsf64().
2015-08-05 npcxgbe(4): Update T5 and T4 firmwares bundled with...
2015-08-05 adrianAdd TXOP enforce support to the AR9300 HAL.
2015-08-05 emasteRationalize BSD license on sys/*/include/in_cksum.h
2015-08-05 jkimFix more style issues.
2015-08-05 emasteRationalize BSD license on sys/*/include/float.h
2015-08-05 edCorrect the previous commit: remove the DECLARE_MODULE().
2015-08-05 edAdd DECLARE_MODULE() to the "cloudabi" kernel module.
2015-08-05 edMake fcntl(F_SETFL) work.
2015-08-05 lwhsuFix `make depend` in sys/modules
2015-08-05 mavIssue all reads of single XCOPY segment simultaneously.
2015-08-05 edRegenerate the system call table.
2015-08-05 edImport the latest CloudABI system call definitions...
2015-08-05 kibFix UP build after r286296, ensure that CPU_FOREACH...
2015-08-05 jahProperly sort the function declarations added in r286296
2015-08-05 edAdd the remaining pointer size independent CloudABI...
2015-08-05 edAllow the creation of polling descriptors (kqueues...
2015-08-05 edAllow the creation of kqueues with a restricted set...
2015-08-05 edMake it possible to implement poll(2) on top of kqueue(2).
2015-08-05 jhibbitsRemove one more that crept in unnecessarily from previo...
2015-08-05 jhibbitsRemove some unnecessary includes.
2015-08-04 jahAdd two new pmap functions:
2015-08-04 rpauloBEAGLEBONE: remove dtrace from MODULES_EXTRA.
2015-08-04 jkimFix style(9) bugs.
2015-08-04 jmgMake IPsec work with AES-GCM and AES-ICM (aka CTR)...
2015-08-04 kibGive large kernel stack to the initial thread . Otherw...
2015-08-04 kibCopy the fencing of the algorithm to do lock-less updat...
2015-08-04 traszFix panic triggered by code like this:
2015-08-04 hselaskyAvoid calling into the random subsystem before it is...
2015-08-04 traszMark vgonel() as static. It was already declared stati...
2015-08-04 edLet the CloudABI futex code use umtx_keys.
2015-08-04 edFix bad arithmetic in umtx_key_get() to compute object...
2015-08-04 jkimAlways define __va_list for amd64 and restore pre-r2322...
2015-08-03 loosRemove the mtx_sleep() from the kqueue f_event filter.
2015-08-03 edAdd missing const keyword to function parameter.
2015-08-03 jhbkgdb uses td_oncpu to determine if a thread is running...
2015-08-03 alcRefinements to r281079's sequential access optimization...
2015-08-03 loosAdd a KASSERT() to make sure we wont rotate the buffers...
2015-08-03 markjThe mbuf parameter to ip_output_pfil() must be an outpu...
2015-08-03 markjRemove a couple of unused fields from the FBT probe...
2015-08-03 sbrunoA misplaced #endif in ixgbe_ioctl() causes interface...
2015-08-03 traszFix panic that would happen on forcibly unmounting...
2015-08-03 traszFix a problem which made loader(8) load non-kld files...
2015-08-03 zbbAdd missing exception number to EL0 sync. abort on...
2015-08-03 impAdd pmspvc device back to GENERIC. The issues with...
next