Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort sections. | ru | 2005-01-18 | 1 | -6/+6 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Fixed spelling of the document date. | ru | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | Make the sysctlbyname stuff look like the 2-level MIB stuff. This | jmallett | 2003-07-01 | 1 | -0/+1 |
| | | | | | | | | means actually setting 'len', for example. Which will make uname -i work on some systems where it did not. Anywhere where it did work, it was a matter of coincidence. Submitted by: redpixel on EFnet. | ||||
* | Add sysctlbyname(3) support, and use that for uname -i, in preparation for | jmallett | 2003-06-09 | 1 | -1/+13 |
| | | | | | replacing the committed static OID version with a string-based OID_AUTO version. | ||||
* | Make kernel identification (`ident' in the config(8) driver) available to | jmallett | 2003-06-09 | 2 | -6/+18 |
| | | | | | | | | | userland, and the kernel. In the kernel by way of the 'ident[]' variable akin to all the other stuff generated by newvers.sh. In userland it is available to sysctl consumers via KERN_IDENT or 'kern.ident'. It is exported by uname(1) by the -i flag. Reviewed by: hackers@ | ||||
* | Use some macro evil to create the functions for using sysctl(3) to get each | jmallett | 2002-09-23 | 1 | -83/+38 |
| | | | | | | | | variable natively. It should allow you to use any sysctl mib set, but due to limitations of what I can do with macros, right now it's limited to two, which is all this program used anyway. Sponsored by: Bright Path Solutions | ||||
* | Check to see if we should print a space, rather than using the annoying | jmallett | 2002-09-23 | 1 | -12/+12 |
| | | | | | | prefix methodology. Adjust nearby style. Sponsored by: Bright Path Solutions | ||||
* | Mostly rewrite the flag handling of uname(1) to be overridable, such as: | jmallett | 2002-09-18 | 2 | -70/+171 |
| | | | | | | | | | freefall% uname -s FreeBSD freefall% env UNAME_s=Linnex ./uname -s Linnex MFC after: 1 month | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -4/+2 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -2/+1 |
| | | | | Use the literal string 'PWB UNIX', as we still have no .At macro for it. | ||||
* | Note early appearence of some commands. These actually appeared in PWB, but | jmallett | 2002-06-10 | 1 | -1/+1 |
| | | | | | it seems we don't have a macro for that yet, so list them in the first UNIX release since then that we have a .At for: v7. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: bump document date for the -p change, tidy up the markup. | ru | 2002-01-17 | 1 | -6/+3 |
| | |||||
* | 'uname -p' prints the value of hw.machine_arch instead of hw.machine. | nyan | 2002-01-14 | 2 | -8/+18 |
| | | | | | | Reviewed by: imp No response from: -arch MFC after: 3 weeks | ||||
* | WARNS=2 fixes, use __FBSDID(). | markm | 2001-12-11 | 1 | -5/+10 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -4/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -5/+5 |
| | |||||
* | Add a -p option which is the same as the -m option but provided | steve | 1998-02-24 | 2 | -2/+7 |
| | | | | | | for SVR4 compatibility. PR: 5826 | ||||
* | Nm uname -> Nm. | charnier | 1997-08-20 | 1 | -5/+5 |
| | |||||
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -1/+1 |
| | | | | manpage is being viewed. | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r23690, | peter | 1997-03-11 | 1 | -1/+2 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build. | peter | 1997-03-11 | 1 | -1/+2 |
| | | |||||
* | | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
| | | |||||
* | | Use the .Bx macro where appropriate. | mpp | 1996-08-23 | 1 | -1/+2 |
|/ | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+264 |