aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getbootfile.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Include paths.h for prototype of getbootfile(3).Xin LI2005-05-031-0/+2
* Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() callTim J. Robbins2003-04-111-1/+1
* Fix SCM ID's.David E. O'Brien2002-02-011-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* If sysctl() fails, return "/kernel" so as not to screw people who haven'tGarrett Wollman1994-09-241-2/+2
* Added getbootfile(3), for an easy C interface to the kern.bootfile MIBGarrett Wollman1994-09-231-0/+55