Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-28 | prefer `buses' to `busses' for the noun plural; | Jason McIntyre | |
2006-10-16 | various improvements; | Jason McIntyre | |
based on -r1.22 from freebsd (i386 version anyway), submitted by andreas fuchs, improved by ru@freebsd, then again by myself and mickey ok mickey | |||
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |
2006-02-24 | slightly reword [EPERM] section; ok djm | Jason McIntyre | |
2006-02-24 | amd64_iopl() needs securelevel <= 0, or machdep.allowapeture > 0 | Damien Miller | |
just like i386_iopl() | |||
2006-02-24 | document that this call needs securelevel <= 0, or | Damien Miller | |
machdep.allowapeture > 0; feedback naddy@ and jmc@, ok deraadt@ | |||
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-03-15 | use cats/zaurus and install the manpages in the appropriate places, | Dale Rahn | |
ok miod@ deraadt@ | |||
2005-02-03 | build libarch for arm. | Dale Rahn | |
2005-02-03 | libarch for arm, to allow for cache flushing. | Dale Rahn | |
manpage building and installation are currently commented out until the appropriate directory is determined. | |||
2004-03-12 | typos; | Jason McIntyre | |
new sentence, new line; kill whitespace; | |||
2004-03-12 | add archs to .Dt lines here too; | Jason McIntyre | |
spotted by miod@ | |||
2004-03-12 | correct .Dt lines, and remove .Lb stuff; | Jason McIntyre | |
ok deraadt@ | |||
2004-02-28 | mtrr calls | Theo de Raadt | |
2004-02-28 | bye bye | Theo de Raadt | |
2004-02-28 | pretty | Theo de Raadt | |
2004-02-28 | bye bye | Theo de Raadt | |
2004-02-27 | change to amd_*() functions | Theo de Raadt | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
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. | |||
2004-02-26 | enable x86_64 | Theo de Raadt | |
2004-02-26 | x86_64 libarch | Theo de Raadt | |
2004-02-26 | correct MACHINE vs MACHINE_ARCH issues | Theo de Raadt | |
2003-10-06 | munmap() the correct size; adapted from PR #3462 | Miod Vallat | |
ok matthieu@ | |||
2003-08-08 | these functions need -lalpha; | Jason McIntyre | |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-30 | remove whitespace at EOL; | Jason McIntyre | |
2003-05-29 | tweak; | Jason McIntyre | |
ok mickey@ | |||
2003-05-29 | mention that this has to be enabled via sysctl before use | Michael Shalayeff | |
2003-03-14 | document that the i386* functions have to be compiled with -li386; | Jason McIntyre | |
from er, Charlie Root; Fixes PR 3114; ok tholo@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-02-25 | typos; | Jason McIntyre | |
intro(2): help deraadt@ | |||
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb | |
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@ | |||
2002-07-13 | KNF | Theo de Raadt | |
2002-07-12 | there is no function called libalpha(), so whack it | Theo de Raadt | |
2002-07-12 | install all man pages on all arch | Theo de Raadt | |
2002-07-07 | Add a port of FreeBSD/alpha's libio as libalpha. This library enable | Matthieu Herrb | |
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@. | |||
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
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 | |||
2001-02-11 | Some cleanup. | Aaron Campbell | |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-01-01 | add NOPIC= in order to avoid to build the shared version of the | Matthieu Herrb | |
library. | |||
1999-07-18 | do not make excessive shared libraries for these tiny libraries.. | Theo de Raadt | |
1999-07-09 | i386 man pages in cat2/i386/ | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-03 | spelling | Theo de Raadt | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-03-02 | EACESS -> EACCES; garath@code.ridgefield.org | Aaron Campbell | |
1998-06-05 | spelling | Theo de Raadt | |