summaryrefslogtreecommitdiff
path: root/lib/libc/gen/devname.c
AgeCommit message (Expand)Author
2019-02-18appease string + int warning.christos
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2010-03-23remove some stray __weak_aliases, where the target functions weredrochner
2009-04-19add some code to cope with dev.db's that have 32 bit time_t's in them.mrg
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-11merge christos-time_tchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2004-12-16Put caching back on the pts major number. It's worth the codeatatat
2004-12-16Get rid of the private getptsname() function and use getdevmajor()atatat
2004-12-14Properly return the constructed name for ptyfs nodes. Otherwise weatatat
2004-11-11More error checking.christos
2004-11-11Recognize ptyfs ptys.christos
2003-10-13Move Keith Muller's code from a 4-clause to a 3-clause licence by removingagc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2000-06-05Add a cache ala pwcache(3). Gives a small but measurable performancesimonb
2000-01-22Delint.mycroft
1998-02-02merge/update to lite-2perry
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Use "namespace.h"christos
1995-02-25clean up Id's on files previously imported...cgd
1994-12-12Rework indirect reference support as outlined by my recent message tojtc
1994-12-11- Changed all internal libc references of {v,}err{x,} and {v,}warn{x,} tochristos
1994-05-06devname() routinecgd