]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/mips
Small cleanup of the code. No functional change (in FreeBSD kernel).
[FreeBSD/FreeBSD.git] / sys / mips /
2012-03-22 jchandraFix return type of mips pmap_kextract()
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 jmalletto) Don't keep drive parameters in a global, put them...
2012-03-21 edRemove pty(4) from our kernel configurations.
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-18 gonzo- Fix logic for detection if further processing of...
2012-03-17 adrianstyle(9) changes.
2012-03-17 adrianBegin fleshing out MII clock rate configuration changes.
2012-03-15 gonzoClean-up fake preload data generator:
2012-03-15 gonzoFill out fake preload structure to let userland tools...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 adrianRemove a now unneeded ARGE_UNLOCK().
2012-03-13 adrianFix link status handling on if_arge upon system boot...
2012-03-13 jmallettDon't build kernel.tramp on Octeon. Probably building...
2012-03-13 adrianCorrectly (I hope) deallocate the if_arge RX buffer...
2012-03-12 jmallettRemove TARGET_BIG_ENDIAN which should have been removed...
2012-03-12 jmalletto) Use ABI, not ISA_* options, to determine whether...
2012-03-12 adrianConfiguration changes/updates!
2012-03-12 jmallettUse 64-bit bus space constants on 64-bit kernels.
2012-03-12 jmallettRemove more unused stuff, primarily a set of (unused...
2012-03-12 jmallettRemove more unused code and declarations, and add dire...
2012-03-12 jmallettRemove platform APIs which are not used by any code...
2012-03-12 gonzo- Rename apb_intr to apb_filter since it's a filter...
2012-03-12 adrianBegin modifying the PB92 config file to actually genera...
2012-03-11 jmallettWe've supported 64-bit PTEs for some time.
2012-03-11 jmallettDisable the Simple Executive's error decoding/reporting...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-11 jmallettFix promiscuous mode with if_octm:
2012-03-10 jmallettRemove some headers not used by kernel or world and...
2012-03-10 jmallettFix reversed logic in previous commit that broke build...
2012-03-10 jmallettUse ABI to determine bus_addr_t for cnMIPS.
2012-03-10 jmalletto) Remove some CPU_CNMIPS-related magical thinking...
2012-03-10 jmallettGet rid of mainbus.c. The version in nexus.c is being...
2012-03-10 jmallettDon't truncate physical addresses to 32-bits.
2012-03-10 jmallettReduce diffs with freebsd32_sysarch.
2012-03-10 jmalletto) Bump INTRCOUNT_COUNT to 256, since Octeon already...
2012-03-09 jmallett"Did you still want the not yet? I think we just arrive...
2012-03-09 jmallettEnable COMPAT_FREEBSD32 for the Octeon kernel config...
2012-03-06 jmallettGet rid of duplicated versions of the KSU bits.
2012-03-06 rayBreak long lines.
2012-03-06 rayRemove EoL whitespaces.
2012-03-06 jmallettRemove unused file.
2012-03-06 attilioDisable the option VFS_ALLOW_NONMPSAFE by default on...
2012-03-06 jmallettAt the risk of reducing source compatibility with old...
2012-03-06 jmallettGarbage collect some unused symbols.
2012-03-06 jmallettMake the native sigreturn just wrap set_mcontext, much...
2012-03-06 jmallettStore TLS base in the sigframe just as is done in freeb...
2012-03-06 jmallettFix two and a half oversights in COMPAT_FREEBSD32 relat...
2012-03-06 jmallettWhen emulating rdhwr for TLS, use the 32-bit offset...
2012-03-06 gonzoPrepare for large TLS redo. Save pointer to the beginni...
2012-03-06 jmallettIn the trap messages that aid the primitive debugging...
2012-03-04 jmallettFix tls base computation with COMPAT_FREEBSD32 on n64...
2012-03-03 jmallettUnbreak n64 build without COMPAT_FREEBSD32 by fixing...
2012-03-03 jmalletto) Add COMPAT_FREEBSD32 support for MIPS kernels using...
2012-03-02 jmallettWhen creating a handle for a subregion, be sure to...
2012-03-02 jmallettIf an Atheros device is attached to an Octeon, it's...
2012-03-02 jmallettUnbreak SMP on stock Octeon systems -- copy the core_ma...
2012-03-01 jhb- Change contigmalloc() to use the vm_paddr_t type...
2012-02-29 gonzoRevert part of old logic of assigning MAC addressess:
2012-02-28 gavinCorrect capitalization of "Hz" in user-visible text...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-22 gonzoRefctor address assignment for Octeon's ethernet ports:
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-14 rwatsonWhen initialising the CP0 status register during boot...
2012-02-10 gonzo- Reverse logic so base tls is fixed up with correct...
2012-02-10 gonzo- Fix spelling of R_MIPS_RELGOT
2012-02-10 gonzoFix-up value passed by thr_new syscall to make it compa...
2012-02-09 gonzoFix n32 build breakage
2012-02-09 gonzo- Emulate RDHWR instruction for TLS support
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-23 dasAdd C11 macros describing subnormal numbers to float.h.
2012-01-20 gonzoWe use port_index field of struct octusb_qh to referenc...
2012-01-20 dasAdd parentheses where required. Without them, `sizeof...
2012-01-16 dasFix the value of float_t to match what is implied by...
2012-01-16 dasRemove a confused comment and fix some minor bugs.
2012-01-16 adrianStop overloading opt_global.h.
2012-01-15 adrianBuild some more things (random, bridge/gif/gre, gpio...
2012-01-15 adrianSome of the atheros based embedded devices use one...
2012-01-13 gonzoFix backtrace for MIPS64:
2012-01-13 gonzo- Fix .rela case of R_MIPS_26 relocation. Addednds...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-08 gonzoFix relocations for MIPS64:
2012-01-08 gonzoFix DDB x/i addr[,count] command for count > 1 case
2012-01-07 adrianFix the ar724x shift calculation when writing to the...
2012-01-06 gonzo- Add better COP2 (crypto coprocessor) context handler...
2012-01-05 adrianThis isn't required any longer - it turns out the flash
2012-01-05 adrianUse geom_uncompress now, rather than geom_uzip.
2012-01-04 andreastApply the same change as in r229494.
2012-01-03 gonzo- Octeon-SDK strictly requires multi_count to be zero for
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 gonzo- Properly set IRQ handlers for all USB ports
2011-12-31 adrianThis particular work around isn't required any longer...
2011-12-31 gonzo- struct clocktime sets different ranges for DOW and...
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 adrianOops - this was referencing a local file, which I've...
2011-12-31 gonzo- Pass proper endpoint number (without direction flag) to
2011-12-30 adrianAdd a configuration file for the Atheros PB47 reference...
2011-12-30 adrianAdd a couple of missing wlan modules.
next