aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/devname.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* devname(3): apply S_ISBLK() to type, not dev_tAlexander Naumochkin2023-01-281-1/+1
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-2/+1
* Include stdlib.h to get devname() prototype.Craig Rodrigues2015-08-311-0/+1
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-2/+3
* Perform some cleanups to devname(3).Ed Schouten2010-01-311-13/+10
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-121-0/+1
* Add devname_r(3) which takes a buffer as argument.Poul-Henning Kamp2003-06-201-46/+11
* Recognize the magic NODEV value.Poul-Henning Kamp2003-06-051-3/+3
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+2
* Correct the old length argument passed to sysctlbyname to be a pointerThomas Moestl2001-07-291-1/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+0
* Pickup SPECNAMELEN from <sys/param.h> and use it.Poul-Henning Kamp2000-09-161-15/+10
* Add code to devname(3) so it can find the names of devices whichPoul-Henning Kamp2000-09-091-12/+27
* Make devname(3) return something more intelligent than NULL if it doesn'tPoul-Henning Kamp1999-07-181-2/+27
* Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-111-0/+80