]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-01-29 Mariusz ZaborskiDocument the syslog Casper service.
2018-01-29 Nathan WhitehornRemove hard-coded trap-handling logic involving the...
2018-01-29 Li-Wen HsuFix kernel build after r328523, correct variable names
2018-01-29 Ian LeporeAdd a NO_GETMAXLUN quirk for the JMicron JMS567 USB...
2018-01-29 Li-Wen HsuFix LINT build after r328508, add forgotten part in...
2018-01-29 Ed MasteCorrect MD patch in linux64 module Makefile
2018-01-29 Pedro F. Giffuniftp(1): Use closefrom() instead of individual close()s.
2018-01-29 Warner LoshAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-29 Warner LoshTag the current round of deprecated drivers.
2018-01-29 Warner LoshCreate deprecation management functions.
2018-01-29 Warner LoshUse atomic load and stores to ensure that the compiler...
2018-01-28 Warner LoshOut of an abundance of caution, NUL out the first byte...
2018-01-28 Nathan WhitehornRemove some unused AIM register declarations that exist...
2018-01-28 Justin HibbitsStart building modules for QORIQ64
2018-01-28 Pedro F. GiffuniAvoid implicit gcc nonnull attribute in vwarnx().
2018-01-28 Justin HibbitsConsolidate trap instruction checks to a single function
2018-01-28 Alexander MotinAssume Always Running APIC Timer for AMD CPU families...
2018-01-28 Dimitry AndricPull in r322245 from upstream clang trunk (by Craig...
2018-01-28 Michal MelounRemove #endif forgotten in r328510.
2018-01-28 Michal Meloundiff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres...
2018-01-28 Michal MelounFix handling of I-cache sync operations
2018-01-28 Eitan Adlertools: remove note about diffburst.
2018-01-28 Warner LoshAdd the DF_SUSPENDED flag to flags that are printed.
2018-01-28 Warner LoshAvoid using \$. It's an unknown escape sequence. Some...
2018-01-28 Pedro F. GiffuniRevert r328492:
2018-01-28 Kyle Evansstand/fdt: Check /compatible property on overlay if...
2018-01-28 Kyle Evansstand/fdt: Consolidate overlay handling a little further
2018-01-27 Mariusz ZaborskiAdd cap_random.3 to build system.
2018-01-27 Pedro F. Giffunipfctl(8): Fix two wrong conditions.
2018-01-27 Mariusz ZaborskiFix caspermock - the cap_recv_nvlist should return...
2018-01-27 Mariusz ZaborskiDocument the random Casper service.
2018-01-27 Pedro F. Giffunilibthr: Fix missing break in switch.
2018-01-27 Pedro F. GiffuniFix gcc80 -Wsizeof-pointer-memaccess warning.
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-27 Kyle EvansUpdate libfdt to github:f1879e1
2018-01-27 Jason A. HarmeningRemove system makefile path directives from env passed...
2018-01-27 Michael TuexenWhen using SCTP for sending probe packets, use INIT...
2018-01-27 Pedro F. Giffunipax(1): Honour the restrict in sigaction().
2018-01-27 Pedro F. Giffunifortune(6): Fix gcc80 -Wbool-operation warnings.
2018-01-27 Pedro F. GiffuniRevert r328479:
2018-01-27 Pedro F. Giffuni{ext2|ufs}_readdir: Set limit on valid ncookies values.
2018-01-27 Michael TuexenAdd constant for the PAD chunk as defined in RFC 4820.
2018-01-27 Michael TuexenUpdate references in comments, since the IDs have becom...
2018-01-27 Mariusz ZaborskiAdd SPDX tags for nv(9).
2018-01-27 Mariusz ZaborskiAdd SPDX tags for libcasper(3) and services.
2018-01-27 Mariusz ZaborskiDon't truncate name of glabel.
2018-01-27 Mariusz ZaborskiDocument the grp Casper service.
2018-01-27 Konstantin... Use PCID to optimize PTI.
2018-01-27 Konstantin... Fix native_lapic_ipi_alloc().
2018-01-27 Michal MelounImplement mitigation for Spectre version 2 attacks...
2018-01-27 Michal MelounFix pmap_fault().
2018-01-27 Conrad Meyerccp(4): Store IV in output buffer in GCM software fallb...
2018-01-27 Scott LongFinish the incomplete move of CAM_PERIPH_PRINT().
2018-01-27 John BaldwinClarify some comments in the MIPS makecontext().
2018-01-27 Edward Tomasz... Remove mention of sys/boot/ from hier(7), it doesn...
2018-01-26 Scott LongMove CAM_PERIPH_PRINT() to cam_periph.h
2018-01-26 John BaldwinMove per-operation data out of the csession structure.
2018-01-26 Warner LoshFix a sleepable malloc in ndastart. We shouldn't be...
2018-01-26 Alexander MotinUse bus_dmamem_alloc(9) KPI instead of contigmalloc(9).
2018-01-26 Warner LoshTag unreachable places as such. I left the while (1...
2018-01-26 Warner LoshMake exit() never return until host_exit can be written.
2018-01-26 Warner LoshBERI isn't BTX, so we don't have to provide exit()...
2018-01-26 Warner LoshNow that exit is __dead2, we need to tag ub_exit()...
2018-01-26 Scott LongFix a cut-and-paste error in a panic message
2018-01-26 Kirk McKusickFor many years the message "fsync: giving up on dirty...
2018-01-26 Warner LoshGross hack to omit printing hex floating point when...
2018-01-26 Ian LeporeAdd support to the imx5/6 watchdog for the external...
2018-01-26 Warner Loshabort() should be marked __dead2 since it won't return.
2018-01-26 Warner LoshPreserve the original luaconf.h in a convenient place...
2018-01-26 Warner LoshProvide abs form stdlib.h.
2018-01-26 Warner LoshImplement abort() as a call to panic.
2018-01-26 Warner LoshSplit panic routine
2018-01-26 Hans Petter... Decouple Linux files from the belonging character devic...
2018-01-26 Wojciech MacekPPC: Add place for NULL chars in intrnames
2018-01-26 Maxim Konovalovo A command line flag for the syslog_facility fixed...
2018-01-26 Maxim Konovalovo EMFILE errno documented.
2018-01-26 Li-Wen HsuFix LINT build.
2018-01-26 Eitan Adlerdevd: readd virtual
2018-01-26 Eitan Adlerdevd: minor nits
2018-01-26 Eitan Adlerexample cdev: use make_dev_s
2018-01-26 Eitan Adlerdd(1): Use a local swapbytes() function.
2018-01-26 Kirk McKusickRefactoring of reading and writing of the UFS/FFS super...
2018-01-26 Justin HibbitsMinimum changes for ctl to build on architectures with...
2018-01-26 Justin HibbitsMinimal change to build linuxkpi on architectures with...
2018-01-26 Navdeep Parharcxgbe(4): Accept old names of a couple of tunables.
2018-01-26 Navdeep Parharcxgbe(4): Do not display harmless warning in non-debug...
2018-01-25 Jung-uk KimAdd declaration of SSL_get_selected_srtp_profile()...
2018-01-25 Conrad Meyernfs: Remove NFSSOCKADDRALLOC, NFSSOCKADDRFREE macros
2018-01-25 Conrad Meyerstyle: Remove remaining deprecated MALLOC/FREE macros
2018-01-25 Warner LoshAdd new opt_da.h for stand-alone build.
2018-01-25 Warner LoshTrack Ref / DeRef and Hold / Unhold that da is doing...
2018-01-25 Warner LoshWhen devices are invalidated, there's some cases where...
2018-01-25 Wolfram Schneider`make installkernel' should display a completed message...
2018-01-25 Ed Mastevt: add Ctrl+/ key mapping
2018-01-25 Ed Masteloader.efi: add missing EFI GUIDs
2018-01-25 Ed Mastebsdinstall: enable SUJ by default (revert r327890)
2018-01-25 Nathan WhitehornAvoid all SLB operations in trap handling if the proces...
2018-01-25 Nathan WhitehornTreat DSE exceptions like DSI exceptions when generatin...
2018-01-25 Ian LeporeFix return style in RD2. Remove bogus return value...
2018-01-25 Pedro F. GiffuniMinor style issue introduced in r328346.
next