Age | Commit message (Expand) | Author |
2006-06-21 | Added a missing baud rate (614400) to the speeds[] table. | Peter Kjellerstedt |
2006-03-23 | Mark some functions as BSD only | Peter S. Mazinger |
2006-02-22 | * Allow baud rates above 115200 again. | Peter Kjellerstedt |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-13 | Add back the 115200 limit | Peter S. Mazinger |
2006-01-29 | remove unneeded duplicate sid definition | Mike Frysinger |
2006-01-29 | sync with glibc | Mike Frysinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-24 | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ... | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger |
2005-12-10 | fix a warning | Mike Frysinger |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-01-13 | Add another devfs subdir to the list of checked subdirs. | Manuel Novoa III |
2004-01-02 | Kept the same approach, but rewrote the code for the most part. | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-06 | Running ltp 20030905 showed that tcsendbreak was broken. | Eric Andersen |
2003-09-01 | Greg Nutt writes: | Eric Andersen |
2002-11-05 | A patch from Danny Lepage so that we do not setting on symlinks | Eric Andersen |
2002-07-16 | Fix from "Gerhard Uttenthaler" <uttenthaler@ems-wuensche.com> so | Eric Andersen |
2002-07-06 | Stupid filesystems like cramfs fail to guarantee that st_ino and st_dev | Eric Andersen |
2002-06-19 | Oops. Looks like I broke ttyname. Fix it. | Eric Andersen |
2002-06-15 | Implement ttyname_r | Eric Andersen |
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen |
2002-01-09 | Fixup broken termios stuff. No, really this time. | Eric Andersen |
2002-01-09 | Rework termios wrapping code to try and do the right thing. | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen |
2001-07-13 | PowerPC has a different kernel interface for termios. Grrr... | David Schleef |
2001-06-13 | Fix a really stupid bug with ttyname, thanks to a patch from | Eric Andersen |
2001-05-29 | Sometimes (often) the kernel will return things other then -1. | Eric Andersen |
2001-05-21 | rewrite to accomodate devfs | Eric Andersen |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-02-19 | Have isatty call ioctl directly rather than tcgetattr; especially since any | Manuel Novoa III |