summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/getsn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use size_t for the size of buffers and strings, not int.dlg2018-04-251-4/+5
| | | | | | sprinkle some bounded attributes while here. ok deraadt@
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* some shorter code is better codederaadt2007-05-031-6/+4
|
* ansi and some missing protosderaadt2004-08-071-7/+4
|
* licence cleanupderaadt2003-06-021-6/+1
|
* Fluff needed for -Wstrict-prototypes -Wmissing-prototypesniklas1996-08-231-1/+6
|
* add getsn(char *buf, int len)deraadt1996-06-161-0/+79