about summary refs log tree commit diff
path: root/arch/mips/bits/termios.h
Commit message (Collapse)AuthorAgeFilesLines
* format mips bits/termios.h consistently mips64 and n32 versionsRich Felker2016-07-031-2/+1
| | | | with this change, all three files are identical.
* fix TCS* definitions in mips termios.hSzabolcs Nagy2016-07-031-3/+3
| | | | these were incorrectly using the generic definitions.
* fix mips termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-031-15/+14
| | | | same changes to the defined macros as in powerpc and generic bits.
* fix namespace violations in termios.h, at least mostlyRich Felker2014-01-081-12/+11
| | | | | | the fix should be complete on archs that use the generic definitions (i386, arm, x86_64, microblaze), but mips and powerpc have not been checked thoroughly and may need more fixes.
* fix termios constants on mipsRich Felker2012-11-231-10/+21
|
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-111-0/+159
basically, this version of the code was obtained by starting with rdp's work from his ellcc source tree, adapting it to musl's build system and coding style, auditing the bits headers for discrepencies with kernel definitions or glibc/LSB ABI or large file issues, fixing up incompatibility with the old binutils from aboriginal linux, and adding some new special cases to deal with the oddities of sigaction and pipe syscall interfaces on mips. at present, minimal test programs work, but some interfaces are broken or missing. threaded programs probably will not link.