]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Separate kernel crc32() implementation to its own header (gsb_crc32.h) and
[FreeBSD/FreeBSD.git] / sys / sys /
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-15 ianMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-12 shurdSome devices take undesired actions when RTS and DTR are
2019-06-11 jhbMake the warning intervals for deprecated crypto algori...
2019-06-11 jhbAdd M_NOFREE to M_FLAG_BITS.
2019-06-10 dougmChange the check for 'size' wrapping around to zero...
2019-06-10 dchaginUse C11 anonymous unions.
2019-06-08 bzFix dpcpu and vnet panics with complex types at the...
2019-06-07 csjpTeach readelf about some OpenBSD ELF program headers
2019-06-07 aeUse underscores for internal variable name to avoid...
2019-06-07 rlibbyAllow fail points to have separate declarations, defini...
2019-06-05 avgfirst step towards enforcing must-succeed semantics...
2019-06-04 emasteelf_common: add GNU note types and NT_GNU_PROPERTY_TYPE...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-30 dchaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2019-05-29 rpokalaAdd bits related to SANITIZE, SED, and form-factor...
2019-05-29 jhibbitsUpdate __FreeBSD_version and Makefile check for r348347
2019-05-28 andrewThe alignment is passed into contigmalloc_domainset...
2019-05-27 cemsys/bufobj.h: Avoid using C++ reserved keyword 'private'
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-24 asomersRemove "struct ucred*" argument from vtruncbuf
2019-05-23 cemEKCD: Add Chacha20 encryption mode
2019-05-23 kibMake pack_kinfo() available for external callers.
2019-05-22 cemRevert r348070
2019-05-21 cemsys/lockmgr.h: Update #error to point at correct _lock.h
2019-05-21 stevekThe older detection methods (smbios.bios.vendor and...
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-18 markjImplement the M_NEXTFIT allocation strategy for vmem(9).
2019-05-18 cemAdd DragonFly's partition number to fdisk(8) and diskmbr.h
2019-05-17 stevekInstead of individual conditional statements to look...
2019-05-17 brooksFCP-101: Bump __FreeBSD_version for device removal.
2019-05-17 brooksFCP-101: Bump __FreeBSD_version for driver removal.
2019-05-16 tychonAllow loading the same DMA address multiple times witho...
2019-05-14 johalunLinuxKPI: Add prepare to pm_ops and bump FreeBSD version.
2019-05-14 johalunLinuxKPI: Add context member to ww_mutex and bump FreeB...
2019-05-13 markjAdd an UPDATING entry and bump __FreeBSD_version for...
2019-05-13 markjProvide separate accounting for user-wired pages.
2019-05-12 mjgseqc: fix sed-introduced typos (seqcuence -> sequence)
2019-05-11 dougmA new parameter to blist_alloc specifies an upper bound...
2019-05-10 dougmA major change to subr_blist.c failed to update all...
2019-05-10 gallatinBind TCP HPTS (pacer) threads to NUMA domains
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 traszMark inline functions with __unused; prevents compiler...
2019-05-08 mmacyEnable sys/disk.h consumers to avoid pulling in network...
2019-05-08 mjgReduce umtx-related work on exec and exit
2019-05-08 hselaskyBump the Mellanox driver version numbers and the FreeBS...
2019-05-07 emastemake sysent after r347228
2019-05-07 cemdevice_printf: Use sbuf for more coherent prints on SMP
2019-05-06 cemList-ify kernel dump device configuration
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-04 hselaskyFix regression issue after r346645 in the LinuxKPI.
2019-04-25 jhbRemove p_code from struct proc.
2019-04-24 tychonLinuxKPI should use bus_dma(9) to be compatible with...
2019-04-23 wmaThis patch offers a workaround to buf_ring reordering
2019-04-23 cyMFV r346563:
2019-04-19 cemRevert r346410 and r346411
2019-04-19 cemBump __FreeBSD_version after r346410
2019-04-19 cemlibkern: Bring in arc4random_uniform(9) from libc
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-18 cemrandom(4): Restore availability tradeoff prior to r346250
2019-04-16 cemrandom(4): Add is_random_seeded(9) KPI
2019-04-16 gallatinReplace cosqos with numa_domain in mbuf pkthdr
2019-04-15 cemrandom(4): Block read_random(9) on initial seeding
2019-04-15 rmacklemFix the NFSv4 client to safely find processes.
2019-04-13 impFix sbttons for values > 2s
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-09 glebiusObvious comment correction.
2019-04-09 kibAdd vn_fsync_buf().
2019-04-07 oshogboBump FreeBSD version after r345982.
2019-04-06 cemkern/subr_pctrie: Convert old-style boolean_t to plain...
2019-04-06 oshogboRegen after r345982.
2019-04-06 oshogboIntroduce funlinkat syscall that always us to check...
2019-04-05 kibAdd DEV_RESET /dev/devctl2 ioctl.
2019-04-05 kibProvide newbus infrastructure for initiating device...
2019-04-03 philImport libxo-1.0.2
2019-04-03 mavFix typos in r345849.
2019-04-03 mavList few more ATA commands.
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-28 emasteRevert change accidentally committed along with r345625
2019-03-28 emasterevert r341429 "disable BIND_NOW in libc, libthr, and...
2019-03-25 hselaskyChange all kernel C-type macros into static inline...
2019-03-25 mmMFV r345495:
2019-03-23 mwAllow using TPM as entropy source.
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-19 erjiflib: mark isc_driver_version as constant
2019-03-19 erjiflib: expose the Rx mbuf buffer size to drivers
2019-03-18 emastesys/stat.h: Improve timespec compatibility with other...
2019-03-18 asomersMFHead@r345275
2019-03-16 dimConnect lib/libomp to the build.
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 kibamd64 KPTI: add control from procctl(2).
2019-03-16 kibamd64: Add md process flags and first P_MD_PTI flag.
2019-03-15 cemstack(9): Drop unused API mode and comment that referen...
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-15 glebiusDeanonymize thread and proc state enums, so that a...
2019-03-12 impKill tz_minuteswest and tz_dsttime.
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
next