]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
- Merge in OFED 1.5.3 from projects/ofed/head
[FreeBSD/FreeBSD.git] / sys / arm /
2011-03-18 Hajimu UMEMOTOImport openresolv from vendor branch, actually.
2011-03-17 Jung-uk KimMerge ACPICA 20110316.
2011-03-16 Marcel MoolenaarMFaltix:
2011-03-16 Edwin GroothuisMFV of r219685, tzdata2011d
2011-03-16 Marcel MoolenaarFix mv_gpio_in() for pin numbers that occupy bits 8...
2011-03-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219680
2011-03-14 Jung-uk KimMake get_cyclecount(9) little bit more useful where...
2011-03-12 David SchultzMerge gdtoa-20110304.
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-08 Edwin GroothuisMFV of tzdata2011c, r219409
2011-03-08 Dmitry ChaginExtend struct sysvec with new method sv_schedtail,...
2011-03-01 Edwin GroothuisMFV of tzdata2011b, r219147
2011-03-01 Robert WatsonContinue to introduce Capsicum capability mode:
2011-02-27 Dimitry AndricUpdate llvm/clang to trunk r126547.
2011-02-25 David E. O'BrienAdd a real dependency on the microcode.
2011-02-24 Martin MatuskaUpdate xz to release 5.0.1
2011-02-21 Olivier HouchardGet myself a brain, move the call to init_param1()...
2011-02-21 Rebecca CranFix typos - remove duplicate "the".
2011-02-20 Dimitry AndricUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2011-02-18 Dimitry AndricMerge binutils 2.17.50 to head. This brings a number...
2011-02-17 Marcel MoolenaarFix the R_ARM_ABS32 relocation implementation. The...
2011-02-17 Alan CoxRemove pmap fields that are either unused or not fully...
2011-02-13 Olivier HouchardOops, wasn't supposed to commit this.
2011-02-13 Olivier HouchardCall init_param1() much earlier, so that msgbufsize...
2011-02-12 Jung-uk KimMerge ACPICA 20110211.
2011-02-09 John BaldwinWhitespace tweak.
2011-02-08 Marcel MoolenaarIn arm_get_next_irq(), use the last IRQ argument in...
2011-02-08 Marcel Moolenaaro Make sure to mask off timer1 interrupts. It's not...
2011-02-07 Marcel MoolenaarRemove use_high from the softc and simply check the...
2011-02-07 Bernd Walterunbreak mutlicast hash creation for the second time.
2011-02-06 Doug BartonUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 Warner Loshphys_addr is a PA not a VA so declare it as a vm_paddr_...
2011-02-05 Warner LoshMake md_tp a register_t not a void *. This will keep...
2011-02-03 Marcel MoolenaarThe FDT describes the host controller directly. There...
2011-02-03 Marcel MoolenaarAccept r1 as having the metadata pointer argument if...
2011-02-02 Matthew D FlemingPut the general logic for being a CPU hog into a new...
2011-01-31 Edwin GroothuisMFV of tzdata2011a, r218120
2011-01-29 Marcel MoolenaarIntroduce macro FDT_MAP_IRQ to map from an interrupt...
2011-01-29 Andrew TurnerMove the load address of the kernel to the start of...
2011-01-22 Marcel MoolenaarFix r217688. We need to call init_param1() before we...
2011-01-22 Marcel MoolenaarFix backtraces by defining ksym_start & ksym_end if...
2011-01-21 Sergey KandaurovMake MSGBUF_SIZE kernel option a loader tunable kern...
2011-01-18 Konstantin BelousovFor architectures not using direct map , and requiring...
2011-01-17 Jung-uk KimRemove empty dev_mem_md_init() stubs.
2011-01-17 Jung-uk KimAdd reader/writer lock around mem_range_attr_get()...
2011-01-13 Jung-uk KimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-11 Marcel MoolenaarDon't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP....
2011-01-11 John BaldwinRemove unneeded includes of <sys/linker_set.h>. Other...
2011-01-09 Konstantin BelousovMove repeated MAXSLP definition from machine/vmparam...
2011-01-08 Tijl CoosemansOn mixed 32/64 bit architectures (mips, powerpc) use...
2011-01-08 Tijl CoosemansOn 32 bit architectures define (u)int64_t as (unsigned...
2011-01-08 Tijl CoosemansFix types of some values in machine/_limits.h.
2011-01-07 Tijl CoosemansRemove unused support for 64 bit long on 32 bit archite...
2011-01-07 Konstantin BelousovAdd AT_STACKPROT elf aux vector. Will be used to inform...
2011-01-06 John BaldwinRemove bogus usage of INTR_FAST. "Fast" interrupts...
2011-01-06 John Baldwin- Add a proper return value to mv_gpio_intr().
2011-01-06 John Baldwin- Use macbstart_locked() directly instead of deferring...
2011-01-05 Warner LoshRemove support for SKYEYE simulator
2011-01-05 Warner LoshRemove ancient simulation code. Skyeye simulation...
2010-12-23 Warner LoshIXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the...
2010-12-15 Jung-uk KimMerge ACPICA 20101209.
2010-12-09 Dimitry AndricSync: merge r216133 through r216338 from ^/head.
2010-12-06 Kevin LoFix double ;;
2010-12-05 Marcel Moolenaarsvn+ssh://svn.freebsd.org/base/head@216199
2010-12-04 Doug BartonUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 Simon L. B. NielsenMerge OpenSSL 0.9.8q into head.
2010-12-03 Rebecca CranRevert r216134. This checkin broke platforms where...
2010-12-02 Rebecca CranDisallow passing in a count of zero bytes to the bus_sp...
2010-11-28 Juli MallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-22 Simon L. B. NielsenMerge OpenSSL 0.9.8p into head.
2010-11-16 Dimitry AndricSync: merge r215319 through r215395 from ^/head, so...
2010-11-14 Andrew ThompsonProvide a mutex around the read/modify/write of the...
2010-11-12 Dimitry AndricSync: merge r215141 through r215188 from ^/head.
2010-11-12 Martin MatuskaUpdate xz to release 5.0.0
2010-11-11 Dimitry AndricSync: merge r214895 through r215140 from ^/head.
2010-11-11 Andrew ThompsonAdd a GPIO driver for the Gateworks Cambria platform.
2010-11-11 Ed SchoutenImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 Bernd Walteradd hint for at45d flash device sitting of spibus0
2010-11-11 Dag-Erling SmørgravUpgrade to OpenSSH 5.6p1.
2010-11-09 John Baldwin- Remove <machine/mutex.h>. Most of the headers were...
2010-11-09 David E. O'BrienUpgrade to Bzip2 version 1.0.6.
2010-11-09 Rebecca CranFix typos.
2010-11-09 Kevin LoMinor cosmetic changes
2010-11-08 Kevin LoIntel IXP425 SoC is based on the ARMv5TE architecture
2010-11-07 Andrew ThompsonRemove line for the uncommitted Cambria gpio drive...
2010-11-07 Andrew ThompsonHook up the five gpio pins on the Avila board to the...
2010-11-06 Dimitry AndricSync: merge r214649 through r214894 from ^/head.
2010-11-05 John BaldwinAdjust the order of operations in spinlock_enter()...
2010-11-03 Rui PauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-03 Edwin GroothuisMFV of tzdata2010o, r214716
2010-11-01 Dimitry AndricSync: merge r214353 through r214648 from ^/head.
2010-11-01 Olivier HouchardTry to be a little smart at guessing where _start is...
2010-11-01 Dimitry AndricMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-31 Doug BartonUpdate to 9.6-ESV-R2, the latest from ISC.
2010-10-29 Rui PauloMerge libpcap-1.1.1.
2010-10-28 Rui PauloMerge tcpdump-4.1.1.
2010-10-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@214309
2010-10-21 Dimitry AndricMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-19 Dimitry AndricSync: merge r213992 through r214076 from ^/head.
next