]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Perform cleanups to rpc.rusersd:
[FreeBSD/FreeBSD.git] / sys / arm /
2009-12-23 rpauloIntel XScale hwpmc(4) support.
2009-12-16 dougbAdd INCLUDE_CONFIG_FILE, and a note in comments about...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-08 mavFix the build.
2009-12-06 mavMFp4:
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-02 thompsaAdd missing ath_ar9* ath hal entries.
2009-12-02 thompsaRemove unknown ath hal device entries.
2009-11-27 alcSimplify the invocation of vm_fault(). Specifically...
2009-11-19 jhb- Initialize callout before it is used in atestop(...
2009-11-19 jhbThese drivers only set if_timer but never set if_watchd...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-10 kibExtract the code that records syscall results in the...
2009-11-05 marcelFix gdb_cpu_getreg() to actually match GDB's register
2009-11-05 marcelImplement db_trace_thread() by calling db_stack_trace_c...
2009-11-05 marcelImplement db_trace_self() by calling db_stack_trace_cmd()
2009-11-04 alcEliminate an unnecessary vm include file.
2009-10-31 mavMFp4:
2009-10-27 kibIn r197963, a race with thread being selected for signa...
2009-10-21 marcelReview previous change. It has no relation to the I...
2009-10-21 marcelo Introduce vm_sync_icache() for making the I-cache...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-13 jhbSync with other GENERIC kernel configs:
2009-10-10 kibDefine architectural load bases for PIE binaries. Addre...
2009-10-05 stas- Drop unused pmap_use_l1 function and comment out...
2009-10-03 rpauloRemove remaining bits of performance counter support.
2009-10-03 bzMake sure that the primary native brandinfo always...
2009-10-02 rpauloRemove performance counter headers. This code came...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-26 rpauloPromote the cpu_class local variable to global and...
2009-09-18 alcAdd a new sysctl for reporting all of the supported...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 phkGet rid of the _NO_NAMESPACE_POLLUTION kludge by creati...
2009-09-01 kibReintroduce the r196640, after fixing the problem with...
2009-08-29 kibReverse r196640 and r196644 for now.
2009-08-29 kibRemove the altkstacks, instead instantiate threads...
2009-08-27 samrevert r196600; didn't notice it'd been done already
2009-08-27 samenable mesh by default
2009-08-25 rajIntroduce SheevaPlug support.
2009-08-25 rajExclude common Kirkwood settings so they can be shared...
2009-08-25 rajProperly handle initial state of power mgmt.
2009-08-25 rajEliminate platform_pmap_init() to simplify Marvell...
2009-08-23 cognetKDB needs <machine/db_machdep.h>, so move it under...
2009-08-23 cognetNo need to remove the same flag multiple times.
2009-08-15 stas- Proprely intialize UART parameters at probe stage...
2009-08-13 rajUse correct wbinv operation in pmap_l2cache_wbinv_range().
2009-08-01 rwatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-21 rajMake dcache_inv_range() point to the proper routines...
2009-07-20 rajARM pmap fixes.
2009-07-17 rpauloAdd IEEE80211_SUPPORT_MESH, following similar change...
2009-07-12 alcAdd support to the virtual memory system for configurin...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-05 samCleanup ALIGNED_POINTER:
2009-07-01 rajMap DPCPU pages into ARM kernel VA space.
2009-06-26 alcCorrect the #endif comment.
2009-06-26 rwatsonUse if_maddr_rlock()/if_maddr_runlock() rather than...
2009-06-26 alcThis change is the next step in implementing the cache...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 samtemporarily disable optional uarts; apparently we hang...
2009-06-25 rajEnable all populated TWSI (I2C) controllers on Marvell...
2009-06-24 cognetFix typo.
2009-06-24 cognetFix typo.
2009-06-24 rajIntroduce ata(4) support for Marvell integrated SATA...
2009-06-23 jeffImplement a facility for dynamic per-cpu variables.
2009-06-23 samNow that we have UARTs running with fast interrupt...
2009-06-23 samuse consistent style
2009-06-22 samkill left over cruft
2009-06-22 samenable optional GPS+RS485 uarts
2009-06-22 samo add a bus space tag that forces a 2usec delay between...
2009-06-22 samfix typo
2009-06-22 samo remove hack to write UUE+RTOIE in the uart's IER...
2009-06-22 samhook arm_post_filter to ACK GPIO interrupts; this fixes...
2009-06-22 samalways define Cambria GPS+RS485 mappings as they are...
2009-06-22 sammap the optional GPS and RS485 uart's on the Gateworks...
2009-06-22 samadd ixp425_set_gpio to program the gpio interrupt type
2009-06-22 samrewrite arm_get_next_irq to always make forward progres...
2009-06-22 samkill stray whitespace
2009-06-22 sammove logic to ACK a GPIO to a separate function
2009-06-22 samswap order in ddb show gpio printf
2009-06-22 sammake type use consistent
2009-06-21 cognetDisable write-back until I figure out what's wrong...
2009-06-18 thompsaTrack the kernel mapping of a physical page by a new...
2009-06-17 samenable npe-a now that it works
2009-06-17 samAdd workaround to get IXP435 NPE-A working: reseting...
2009-06-17 samcorrect data/instruction memory sizes for non-ixp425...
2009-06-17 samremove IAL vestige for defining the max data/instructio...
2009-06-17 samo correct default miibase for NPE-B and NPE-C; these...
2009-06-17 samadd ixp4xx_write_feature_bits
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-12 marcelMove the memory layout definitions and logic from mvreg...
2009-06-12 impdevclass_find_free_unit(xxx, 0) is identical to -1...
2009-06-11 avgstrict kobj signatures: number of fixes for arm archite...
2009-06-10 impEliminate devclass_find_free_unit call here, since...
2009-06-09 marcelPass the previously returned IRQ back to arm_get_next_i...
2009-06-09 marcelDisable interrupts to allow booting on firmware (e...
2009-06-08 rajInvalidate cache in pmap_remove_all() on ARM.
2009-06-02 jkimMFV: ACPICA 20090521
next