aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* "Did you still want the not yet? I think we just arrived at yet."Juli Mallett2012-03-091-1/+1
* Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.Juli Mallett2012-03-091-1/+1
* Get rid of duplicated versions of the KSU bits.Juli Mallett2012-03-063-13/+8
* Break long lines.Aleksandr Rybalko2012-03-061-25/+44
* Remove EoL whitespaces.Aleksandr Rybalko2012-03-061-67/+66
* Remove unused file.Juli Mallett2012-03-061-124/+0
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedAttilio Rao2012-03-061-2/+0
* At the risk of reducing source compatibility with old NetBSD and Sprite:Juli Mallett2012-03-0610-489/+79
* Garbage collect some unused symbols.Juli Mallett2012-03-061-8/+0
* Make the native sigreturn just wrap set_mcontext, much as freebsd32_sigreturnJuli Mallett2012-03-061-34/+5
* Store TLS base in the sigframe just as is done in freebsd32_sendsig. BecauseJuli Mallett2012-03-061-0/+1
* Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts andJuli Mallett2012-03-062-3/+4
* When emulating rdhwr for TLS, use the 32-bit offset under COMPAT_FREEBSD32.Juli Mallett2012-03-062-0/+12
* Prepare for large TLS redo. Save pointer to the beginning of TLS area,Oleksandr Tymoshenko2012-03-063-20/+51
* In the trap messages that aid the primitive debugging environment of MIPS,Juli Mallett2012-03-061-6/+14
* Fix tls base computation with COMPAT_FREEBSD32 on n64 kernels. The previousJuli Mallett2012-03-041-5/+9
* Unbreak n64 build without COMPAT_FREEBSD32 by fixing mismatched preprocessorJuli Mallett2012-03-031-1/+1
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-0313-42/+707
* When creating a handle for a subregion, be sure to actually math out the newJuli Mallett2012-03-022-10/+8
* If an Atheros device is attached to an Octeon, it's going to be by PCI.Juli Mallett2012-03-021-0/+1
* Unbreak SMP on stock Octeon systems -- copy the core_mask from bootinfo intoJuli Mallett2012-03-021-0/+1
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-011-5/+5
* Revert part of old logic of assigning MAC addressess:Oleksandr Tymoshenko2012-02-293-16/+34
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson2012-02-281-3/+3
* Refctor address assignment for Octeon's ethernet ports:Oleksandr Tymoshenko2012-02-229-52/+71
* When initialising the CP0 status register during boot on 64-bit MIPS,Robert Watson2012-02-141-1/+1
* - Reverse logic so base tls is fixed up with correct numberOleksandr Tymoshenko2012-02-101-1/+1
* - Fix spelling of R_MIPS_RELGOTOleksandr Tymoshenko2012-02-101-2/+20
* Fix-up value passed by thr_new syscall to make it compatibleOleksandr Tymoshenko2012-02-101-1/+12
* Fix n32 build breakageOleksandr Tymoshenko2012-02-091-2/+2
* - Emulate RDHWR instruction for TLS supportOleksandr Tymoshenko2012-02-092-3/+34
* Add C11 macros describing subnormal numbers to float.h.David Schultz2012-01-231-0/+15
* We use port_index field of struct octusb_qh to reference USB stateOleksandr Tymoshenko2012-01-202-16/+25
* Add parentheses where required. Without them, `sizeof LDBL_MAX'David Schultz2012-01-201-4/+4
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.David Schultz2012-01-161-1/+1
* Remove a confused comment and fix some minor bugs.David Schultz2012-01-161-7/+6
* Stop overloading opt_global.h.Adrian Chadd2012-01-162-0/+3
* Build some more things (random, bridge/gif/gre, gpio, USB) as modules as wellAdrian Chadd2012-01-151-2/+3
* Some of the atheros based embedded devices use one or more PCI NICsAdrian Chadd2012-01-151-0/+81
* Fix backtrace for MIPS64:Oleksandr Tymoshenko2012-01-133-15/+38
* - Fix .rela case of R_MIPS_26 relocation. Addednds save diferently forOleksandr Tymoshenko2012-01-131-1/+5
* Fix relocations for MIPS64:Oleksandr Tymoshenko2012-01-081-17/+82
* Fix DDB x/i addr[,count] command for count > 1 caseOleksandr Tymoshenko2012-01-081-0/+1
* Fix the ar724x shift calculation when writing to the PCI config space.Adrian Chadd2012-01-071-1/+1
* - Add better COP2 (crypto coprocessor) context handler for Octeon. KeepOleksandr Tymoshenko2012-01-0617-111/+1231
* This isn't required any longer - it turns out the flashAdrian Chadd2012-01-051-13/+4
* Use geom_uncompress now, rather than geom_uzip.Adrian Chadd2012-01-051-4/+4
* Apply the same change as in r229494.Andreas Tobler2012-01-041-3/+11
* - Octeon-SDK strictly requires multi_count to be zero forOleksandr Tymoshenko2012-01-031-1/+1
* - Properly set IRQ handlers for all USB portsOleksandr Tymoshenko2012-01-012-37/+47