aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uname/uname.c
Commit message (Expand)AuthorAgeFilesLines
* Expose the kernel's build-ID through `uname -b`Ed Maste2019-06-271-4/+15
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Add -K (__FreeBSD_version of kernel) and -U (__FreeBSD_version of userland).Peter Wemm2013-10-151-4/+38
* Add missing static keywords to uname(1)Ed Schouten2011-11-061-20/+21
* Add new -o option (r203042) to manpage synopsis and usage().Ed Maste2010-02-101-1/+1
* Allow -o as a synonym for -s, for compatibility with other systems.Ed Maste2010-01-261-1/+2
* Make the sysctlbyname stuff look like the 2-level MIB stuff. ThisJuli Mallett2003-07-011-0/+1
* Add sysctlbyname(3) support, and use that for uname -i, in preparation forJuli Mallett2003-06-091-1/+13
* Make kernel identification (`ident' in the config(8) driver) available toJuli Mallett2003-06-091-4/+14
* Use some macro evil to create the functions for using sysctl(3) to get eachJuli Mallett2002-09-231-83/+38
* Check to see if we should print a space, rather than using the annoyingJuli Mallett2002-09-231-12/+12
* Mostly rewrite the flag handling of uname(1) to be overridable, such as:Juli Mallett2002-09-181-69/+161
* ANSIify function definitions.David Malone2002-09-041-4/+2
* remove __PWarner Losh2002-03-221-1/+1
* 'uname -p' prints the value of hw.machine_arch instead of hw.machine.Yoshihiro Takahashi2002-01-141-5/+17
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-111-5/+10
* Fixed printf format errors.Bruce Evans1998-07-061-5/+5
* Add a -p option which is the same as the -m option but providedSteve Price1998-02-241-1/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-111-0/+163