summaryrefslogtreecommitdiffstats
path: root/libc/termios
Commit message (Expand)AuthorAgeFilesLines
* * Allow baud rates above 115200 again.Peter Kjellerstedt2006-02-221-1/+8
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-8/+7
* Add back the 115200 limitPeter S. Mazinger2006-02-131-0/+2
* remove unneeded duplicate sid definitionMike Frysinger2006-01-291-1/+0
* sync with glibcMike Frysinger2006-01-291-22/+24
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-2/+0
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-161-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1416-401/+601
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-1/+2
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-1/+1
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-2/+2
* fix a warningMike Frysinger2005-12-101-1/+1
* Use internal versionsPeter S. Mazinger2005-12-085-12/+17
* Hide morePeter S. Mazinger2005-12-075-18/+32
* Hide mostly used functionsPeter S. Mazinger2005-12-013-10/+10
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-45/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+41
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-11/+10
* merge parallel build supportMike Frysinger2005-01-251-6/+4
* Cleanup a few of the more egregiously broken sysconf values toEric Andersen2004-07-151-0/+2
* Add another devfs subdir to the list of checked subdirs.Manuel Novoa III2004-01-131-0/+1
* Kept the same approach, but rewrote the code for the most part.Manuel Novoa III2004-01-021-86/+98
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Running ltp 20030905 showed that tcsendbreak was broken.Eric Andersen2003-09-061-11/+13
* Greg Nutt writes:Eric Andersen2003-09-011-2/+2
* A patch from Danny Lepage so that we do not setting on symlinksEric Andersen2002-11-051-2/+2
* Fix from "Gerhard Uttenthaler" <uttenthaler@ems-wuensche.com> soEric Andersen2002-07-161-1/+1
* Stupid filesystems like cramfs fail to guarantee that st_ino and st_devEric Andersen2002-07-061-2/+11
* Oops. Looks like I broke ttyname. Fix it.Eric Andersen2002-06-191-5/+5
* Implement ttyname_rEric Andersen2002-06-151-28/+50
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-1/+2
* Fixup broken termios stuff. No, really this time.Eric Andersen2002-01-094-128/+240
* Rework termios wrapping code to try and do the right thing.Eric Andersen2002-01-094-68/+36
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Update to accomodate the header file changesEric Andersen2001-09-272-1/+2
* PowerPC has a different kernel interface for termios. Grrr...David Schleef2001-07-131-0/+22
* Fix a really stupid bug with ttyname, thanks to a patch fromEric Andersen2001-06-131-1/+1
* Sometimes (often) the kernel will return things other then -1.Eric Andersen2001-05-291-7/+6
* rewrite to accomodate devfsEric Andersen2001-05-211-30/+60
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-064-11/+11
* Have isatty call ioctl directly rather than tcgetattr; especially since anyManuel Novoa III2001-02-191-2/+9
* Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen2001-01-156-233/+464
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2