]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-10-28 Olivier HouchardInclude <sys/ktr.h>, since we need it if ATH_DEBUG...
2013-10-28 Brooks DavisAdd a couple includes if net/if_var.h that were missed...
2013-10-28 Brooks DavisEnable the --sysroot=/foo option in ld by always buildi...
2013-10-28 Konstantin... Remove redundand assignment to error variable and check...
2013-10-28 Ian LeporeFollow r257244; it's now necessary to include if_var.h.
2013-10-28 Sean BrunoQueisce two category of clang warnings:
2013-10-28 Sean BrunoQuiesce warnings -Wdangling-else
2013-10-28 Sean Brunorepair build for dev/cs.
2013-10-28 Gleb SmirnoffRemove more remnants of ng_fec(4).
2013-10-28 Gleb SmirnoffRemove ng_fec.4
2013-10-28 Ian LeporeSweep up a bit of arm-land fallout after r257244; inclu...
2013-10-28 Gleb SmirnoffRemove ng_fec(4).
2013-10-28 Gleb SmirnoffFix build. We need to include systm.h before if_var.h.
2013-10-28 Gleb SmirnoffRemove ng_fec(4).
2013-10-28 Gleb SmirnoffRemove ng_fec(4).
2013-10-28 Konstantin... Import the driver for VT-d DMAR hardware, as specified...
2013-10-28 Gleb Smirnoffng_fec(4) removed.
2013-10-28 Gleb SmirnoffAxe ng_fec(4). It has never been a real netgraph(4...
2013-10-28 Mark JohnstonFix the build with gcc.
2013-10-28 Gleb Smirnoff- Fix VIMAGE build.
2013-10-28 Gleb Smirnoff- Make the prophecy from 1997 happen and remove if_var...
2013-10-28 Gleb SmirnoffInstead of putting ifnet declaration into eventhandler...
2013-10-28 Gleb SmirnoffInclude necessary headers that now are available due...
2013-10-28 Zbigniew BodekRun mvs SATA driver on Armada XP instead of old mv_sata
2013-10-28 Eygene RyabinkinCorrect ld(1) manual page for --no-add-needed set as...
2013-10-28 Sean BrunoQuiesce warning -Wmissing-variable-declarations from...
2013-10-28 Mark JohnstonRemove an incorrect debug printf.
2013-10-28 Mark JohnstonWith r247602, the "c" flag is no longer printed as...
2013-10-27 Olivier HouchardUse the size of the MACHINE_ARCH string instead of...
2013-10-27 Olivier HouchardMake sure the PCB is aligned on 8 bytes, we may use...
2013-10-27 Konstantin... Add a virtual table for the busdma methods on x86,...
2013-10-27 Konstantin... Add bus_dmamap_load_ma() function to load map with...
2013-10-27 Baptiste DaroussinImport pf_print_state.c 1.54 from OpenBSD
2013-10-27 Jilles Tjoelkeredquota: Don't pass fd for temporary file to editor.
2013-10-27 Baptiste DaroussinImport pf.c 1.638 from OpenBSD
2013-10-27 Baptiste DaroussinImprot pf.c 1.636 from OpenBSD
2013-10-27 Baptiste DaroussinImport pf.c 1.635 and pf_lb.c 1.4 from OpenBSD
2013-10-27 Mark JohnstonClean up the debug printing in libproc a bit. In partic...
2013-10-27 Konstantin... Fix typo.
2013-10-27 Gleb SmirnoffProvide forward declaration for struct ifnet. Consumers
2013-10-27 Gleb SmirnoffAlmost all if_clone consumers do not care about if_clon...
2013-10-27 Gleb SmirnoffInclude lock.h before mutex.h.
2013-10-27 Ian LeporeRemove the last dregs of trapframe_t. It turns out...
2013-10-27 Konstantin... Several small fixes for the amd64 minidump code.
2013-10-27 Gleb SmirnoffMove new pf includes to the pf directory. The pfvar...
2013-10-27 Konstantin... When reentering kdb, typically due to a bug causing...
2013-10-27 Mark JohnstonIf the initial attempt to open /dev/ksyms fails, kldloa...
2013-10-27 Mark JohnstonConvert the lockstat(1) man page to mdoc and make sure...
2013-10-27 Andrew TurnerAlways build ubldr as a soft-float binary as there...
2013-10-27 Nathan WhitehornTurn on VM_KMEM_SIZE_SCALE on 32-bit as well as 64...
2013-10-27 Andrew TurnerUpdate the hard-float version of the fenv functions...
2013-10-27 Hans Petter... Fix a deadlock when trying to power off a USB device...
2013-10-27 Eitan AdlerMention in login.conf.5 which fields may be infinite...
2013-10-27 Eitan AdlerAll man pages refer to FreeBSD so there is no need...
2013-10-27 Ian LeporeEliminate a compiler warning about extraneous parens.
2013-10-27 Ian LeporeOops, one more instance of ARM_NOCACHE_KVA_SIZE was...
2013-10-27 Ian LeporeRetire arm_remap_nocache() and the data and constants...
2013-10-27 Ian LeporeRemove #include <machine/frame.h> from all the arm...
2013-10-27 Ian LeporeRemove all #include <machine/pmap.h> from arm code...
2013-10-26 Nathan WhitehornFix build after r257162.
2013-10-26 Ian LeporeMaximize available kva space by doing static device...
2013-10-26 Nathan WhitehornMake devices with registers into the KVA region work...
2013-10-26 Nathan WhitehornTry even harder to find a console before giving up.
2013-10-26 Bryan DreweryFix build with GCC.
2013-10-26 Nathan WhitehornHandle (in a slightly ugly way) ePAPR-type loaders...
2013-10-26 Nathan WhitehornBump initial TLB size. The kernel is not necessarily...
2013-10-26 Andrew TurnerFix an itt instruction. We need to execute both the...
2013-10-26 Gleb SmirnoffStart splitting pfvar.h into internal and external...
2013-10-26 Gleb SmirnoffThe MII layer shouldn't care about administrative statu...
2013-10-26 Nathan WhitehornBe a bit more flexible in how we find the console from...
2013-10-26 John-Mark Gurneybump date forgotten in r257165
2013-10-26 Nathan WhitehornAdd some extra sanity checking and checks to printf...
2013-10-26 Gleb SmirnoffProvide includes that are needed in these files, and...
2013-10-26 Nathan WhitehornInterrelated improvements to early boot mappings:
2013-10-26 Gleb SmirnoffThe r48589 promised to remove implicit inclusion of...
2013-10-26 Nathan WhitehornClean up missed header references.
2013-10-26 Gleb SmirnoffRemove unsigned < 0 comparison.
2013-10-26 Gleb SmirnoffMove includes from if_bcereg.h to .c files.
2013-10-26 Zbigniew BodekEnable SATA interface on Armada XP
2013-10-26 Zbigniew BodekEnable UART busy detection handling for Armada XP ...
2013-10-26 Zbigniew BodekWait for DesignWare UART transfers completion before...
2013-10-26 Nathan WhitehornFix concurrency issues with TLB1 updates and make pmap_...
2013-10-26 Bryan DreweryFix indentation
2013-10-26 Ian LeporeSwitch to using ofw_bus_search_compatible() table-drive...
2013-10-26 John-Mark GurneyDocument that -a will output the device name when ...
2013-10-26 Bryan DreweryAdd missing /etc/pkg to BSD.root.dist
2013-10-26 Nathan WhitehornThe old trap.h (then trap_aim.h) actually had trap...
2013-10-26 Nathan WhitehornAdd pmap_mapdev_attr() and pmap_kenter_attr() interface...
2013-10-26 Sean BrunoQueisce warnings for gperf -Wlogical-op-parentheses...
2013-10-26 Bryan DreweryDisable fingerprint checking for now as the pkg reposit...
2013-10-26 Bryan DreweryLink in libcrypto as well to fix build in some cases.
2013-10-26 Nathan Whitehornmachine/pmap.h is included by vm/pmap.h, so is redundan...
2013-10-26 Mikolaj GolubMake hastctl list command output current queue sizes.
2013-10-26 Mikolaj GolubMerging local and remote bitmaps must be protected...
2013-10-26 Mark JohnstonDo some cleanup of the SDT code. In particular,
2013-10-26 Bryan DreweryDocument /var/cache/pkg into hier(7) which pkg(8) uses.
2013-10-26 Bryan DreweryAdd infrastructure for installing pkg(8) keys into...
2013-10-26 Bryan DreweryAdd support to check the signature of a local pkg.txz...
2013-10-26 Bryan DreweryTell which fingerprint pkg is being validated against.
2013-10-26 Bryan DrewerySupport checking signature for pkg bootstrap.
next