Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos; | 2004-03-12 | 1 | -9/+12 | |
| | | | | | new sentence, new line; kill whitespace; | ||||
* | add archs to .Dt lines here too; | 2004-03-12 | 5 | -10/+10 | |
| | | | | spotted by miod@ | ||||
* | correct .Dt lines, and remove .Lb stuff; | 2004-03-12 | 5 | -11/+9 | |
| | | | | ok deraadt@ | ||||
* | mtrr calls | 2004-02-28 | 4 | -4/+235 | |
| | |||||
* | bye bye | 2004-02-28 | 11 | -774/+0 | |
| | |||||
* | pretty | 2004-02-28 | 1 | -5/+4 | |
| | |||||
* | bye bye | 2004-02-28 | 10 | -754/+0 | |
| | |||||
* | change to amd_*() functions | 2004-02-27 | 11 | -7/+761 | |
| | |||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | 2004-02-27 | 2 | -5/+5 | |
| | | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | ||||
* | enable x86_64 | 2004-02-26 | 1 | -2/+2 | |
| | |||||
* | x86_64 libarch | 2004-02-26 | 22 | -0/+1548 | |
| | |||||
* | correct MACHINE vs MACHINE_ARCH issues | 2004-02-26 | 1 | -8/+2 | |
| | |||||
* | munmap() the correct size; adapted from PR #3462 | 2003-10-06 | 1 | -10/+12 | |
| | | | | ok matthieu@ | ||||
* | these functions need -lalpha; | 2003-08-08 | 1 | -1/+5 | |
| | |||||
* | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | 2003-07-19 | 1 | -2/+2 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | remove whitespace at EOL; | 2003-05-30 | 1 | -22/+22 | |
| | |||||
* | tweak; | 2003-05-29 | 1 | -2/+2 | |
| | | | | ok mickey@ | ||||
* | mention that this has to be enabled via sysctl before use | 2003-05-29 | 1 | -0/+7 | |
| | |||||
* | document that the i386* functions have to be compiled with -li386; | 2003-03-14 | 4 | -4/+32 | |
| | | | | | | | from er, Charlie Root; Fixes PR 3114; ok tholo@ | ||||
* | date should be written formally: .Dd Month day, year | 2003-03-06 | 1 | -2/+2 | |
| | | | | ok henning@ jmc@ | ||||
* | typos; | 2003-02-25 | 4 | -19/+28 | |
| | | | | intro(2): help deraadt@ | ||||
* | aperture driver for alpha. It works here the same as on i386 | 2002-08-24 | 1 | -17/+49 | |
| | | | | | | to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@ | ||||
* | KNF | 2002-07-13 | 1 | -16/+13 | |
| | |||||
* | there is no function called libalpha(), so whack it | 2002-07-12 | 2 | -11/+11 | |
| | |||||
* | install all man pages on all arch | 2002-07-12 | 3 | -37/+31 | |
| | |||||
* | Add a port of FreeBSD/alpha's libio as libalpha. This library enable | 2002-07-07 | 5 | -0/+662 | |
| | | | | | | access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@. | ||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -1/+2 | |
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | ||||
* | Some cleanup. | 2001-02-11 | 1 | -18/+18 | |
| | |||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 2 | -8/+10 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | - For consistency, `super-user' -> `superuser' in all cases. | 2000-04-15 | 2 | -6/+6 | |
| | | | | | - Some punctuation fixes. - Some `id' -> `ID'. | ||||
* | add NOPIC= in order to avoid to build the shared version of the | 2000-01-01 | 1 | -1/+2 | |
| | | | | library. | ||||
* | do not make excessive shared libraries for these tiny libraries.. | 1999-07-18 | 1 | -2/+0 | |
| | |||||
* | i386 man pages in cat2/i386/ | 1999-07-09 | 1 | -1/+2 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 3 | -11/+11 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | when using `-' as a negative sign, escape it with a backslash so troff knows | 1999-07-07 | 4 | -7/+7 | |
| | | | | it's not supposed to be a hyphen/dash | ||||
* | spelling | 1999-07-03 | 1 | -1/+1 | |
| | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -3/+3 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | EACESS -> EACCES; garath@code.ridgefield.org | 1999-03-02 | 1 | -1/+1 | |
| | |||||
* | spelling | 1998-06-05 | 1 | -1/+1 | |
| | |||||
* | lean up lint warnings | 1998-02-03 | 6 | -4/+13 | |
| | |||||
* | tabify | 1997-07-23 | 7 | -19/+19 | |
| | |||||
* | Ignore empty alpha dir. | 1996-11-13 | 1 | -2/+2 | |
| | |||||
* | Attempt at cleanup. | 1996-10-08 | 4 | -7/+7 | |
| | |||||
* | ARGH! CVS was fooling me saying these files existed in NetBSD, they ARE NOT! | 1996-07-30 | 6 | -254/+0 | |
| | |||||
* | Oops, somehow these files had got removed. Resurrect and add OpenBSD tags | 1996-07-30 | 2 | -0/+15 | |
| | |||||
* | Sync with NetBSD + Add OpenBSD tags | 1996-07-30 | 4 | -0/+239 | |
| | |||||
* | typo in i386_iopl(2) manpage; netbsd pr#2461; gary@wheel.tiac.net | 1996-06-16 | 1 | -2/+2 | |
| | |||||
* | sync to netbsd 960418 | 1996-04-21 | 5 | -243/+0 | |
| | |||||
* | From NetBSD: merge of 960317 | 1996-03-19 | 14 | -139/+327 | |
| |