History log of /openbsd/usr.bin/uname/uname.1 (Results 1 – 20 of 20)
Revision Date Author Comments
# 70f0ba7c 03-Jun-2024 florian <florian@openbsd.org>

OpenBSD intentionally does not print a flavor for -r.

confirmed by & OK deraadt


# b75f9659 09-Oct-2023 schwarze <schwarze@openbsd.org>

Document the OpenBSD-specific output format.
Feedback and OK millert, "more reasonable" deraadt@.


# 37a8a615 25-Jul-2022 jsg <jsg@openbsd.org>

If a command or interface first appeared in PWB/UNIX, UNIX System III or
UNIX System V mention it. Only do so in manual pages with a
pre-existing HISTORY section.

Prompted by the comparison of Syst

If a command or interface first appeared in PWB/UNIX, UNIX System III or
UNIX System V mention it. Only do so in manual pages with a
pre-existing HISTORY section.

Prompted by the comparison of System V and BSD commands and interfaces
in Sun's "System V Enhancements Overview" document.

checked against manuals on bitsavers, TUHS archive and CSRG archive CDs

ok jmc@ schwarze@

show more ...


# 85f521f9 21-Oct-2011 ajacoutot <ajacoutot@openbsd.org>

'-p' is an extension so all systems come up with their own output. It
turns out most of them return the machine processor architecture name,
so let's do that as well since it is more useful.
Also sev

'-p' is an extension so all systems come up with their own output. It
turns out most of them return the machine processor architecture name,
so let's do that as well since it is more useful.
Also several external softwares (python being one) use 'uname -p' to
get the cpu architecture name.

e.g.
* before
$ uname -p
7455 (Revision 0x201)
* after
$ uname -p
powerpc

ok millert@ miod@

show more ...


# f1c64ac4 03-Sep-2010 jmc <jmc@openbsd.org>

add an EXIT STATUS section for /usr/bin;


# 11fbf7b0 22-Jul-2010 jmc <jmc@openbsd.org>

document exit returns; from daniel dickman


# 99332e38 08-Feb-2009 jmc <jmc@openbsd.org>

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 7c5a075b 30-May-2007 jmc <jmc@openbsd.org>

- use a consistent text for STANDARDS
- note which options are extensions to POSIX


# 542437f2 23-Feb-2004 jmc <jmc@openbsd.org>

`r' before `s';


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# f1ba3473 09-Nov-2000 aaron <aaron@openbsd.org>

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

show more ...


# 05c78142 11-Mar-2000 aaron <aaron@openbsd.org>

Various cleanups and standardizations.


# 8a6c4d21 06-Mar-2000 aaron <aaron@openbsd.org>

Add HISTORY sections; from FreeBSD.


# 8cf461a5 05-Mar-2000 aaron <aaron@openbsd.org>

Finish standardizing options list introduction.


# 2e0eb34f 05-Jun-1999 aaron <aaron@openbsd.org>

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/


# 11e35e6d 30-Oct-1998 aaron <aaron@openbsd.org>

usr.bin/ man page fixes, t-z


# 34c9f3ca 24-Feb-1998 deraadt <deraadt@openbsd.org>

add uname -p option, provides detailed cpu info


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree