aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/setdomainname.c
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Fix SCM ID's.David E. O'Brien2002-02-011-5/+3
| | | | Notes: svn path=/head/; revision=90039
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME.Garrett Wollman1996-07-251-2/+2
| | | | | | | Suggested by: Keith Bostic Notes: svn path=/head/; revision=17282
* Include the proper header file (<unistd.h>) and declare [gs]etdomainname()Garrett Wollman1996-07-121-9/+4
| | | | | | | | | | with the correct return type. This does not include the renaming of KERN_DOMAINNAME to KERN_NISDOMAINNAME. Pointed-out-by: Keith Bostic Notes: svn path=/head/; revision=17145
* Added YP domain name getting/setting support, for SunOS/old programGarrett Wollman1994-08-081-0/+62
compatibility. Notes: svn path=/head/; revision=1926