summaryrefslogtreecommitdiff
path: root/lib/libc/gen/devname.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-28devname(3): apply S_ISBLK() to type, not dev_tAlexander Naumochkin
2018-07-03Clean up the vcs ID strings in libc's gen/ directory.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2015-08-31Include stdlib.h to get devname() prototype.Craig Rodrigues
2011-09-28Get rid of major/minor number distinction.Ed Schouten
2010-01-31Perform some cleanups to devname(3).Ed Schouten
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-09-12Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder
2003-06-20Add devname_r(3) which takes a buffer as argument.Poul-Henning Kamp
2003-06-05Recognize the magic NODEV value.Poul-Henning Kamp
2002-02-01Fix SCM ID's.David E. O'Brien
2001-07-29Correct the old length argument passed to sysctlbyname to be a pointerThomas Moestl
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-09-16Pickup SPECNAMELEN from <sys/param.h> and use it.Poul-Henning Kamp
2000-09-09Add code to devname(3) so it can find the names of devices whichPoul-Henning Kamp
1999-07-18Make devname(3) return something more intelligent than NULL if it doesn'tPoul-Henning Kamp
1997-03-11Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm