summaryrefslogtreecommitdiff
path: root/lib/libarch
AgeCommit message (Collapse)Author
2006-10-28prefer `buses' to `busses' for the noun plural;Jason McIntyre
2006-10-16various 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-06System build pieces for armish arch.Dale Rahn
2006-02-24slightly reword [EPERM] section; ok djmJason McIntyre
2006-02-24amd64_iopl() needs securelevel <= 0, or machdep.allowapeture > 0Damien Miller
just like i386_iopl()
2006-02-24document that this call needs securelevel <= 0, orDamien Miller
machdep.allowapeture > 0; feedback naddy@ and jmc@, ok deraadt@
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-03-15use cats/zaurus and install the manpages in the appropriate places,Dale Rahn
ok miod@ deraadt@
2005-02-03build libarch for arm.Dale Rahn
2005-02-03libarch 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-12typos;Jason McIntyre
new sentence, new line; kill whitespace;
2004-03-12add archs to .Dt lines here too;Jason McIntyre
spotted by miod@
2004-03-12correct .Dt lines, and remove .Lb stuff;Jason McIntyre
ok deraadt@
2004-02-28mtrr callsTheo de Raadt
2004-02-28bye byeTheo de Raadt
2004-02-28prettyTheo de Raadt
2004-02-28bye byeTheo de Raadt
2004-02-27change to amd_*() functionsTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo 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-26enable x86_64Theo de Raadt
2004-02-26x86_64 libarchTheo de Raadt
2004-02-26correct MACHINE vs MACHINE_ARCH issuesTheo de Raadt
2003-10-06munmap() the correct size; adapted from PR #3462Miod Vallat
ok matthieu@
2003-08-08these functions need -lalpha;Jason McIntyre
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
ok millert@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-30remove whitespace at EOL;Jason McIntyre
2003-05-29tweak;Jason McIntyre
ok mickey@
2003-05-29mention that this has to be enabled via sysctl before useMichael Shalayeff
2003-03-14document that the i386* functions have to be compiled with -li386;Jason McIntyre
from er, Charlie Root; Fixes PR 3114; ok tholo@
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-02-25typos;Jason McIntyre
intro(2): help deraadt@
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu 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-13KNFTheo de Raadt
2002-07-12there is no function called libalpha(), so whack itTheo de Raadt
2002-07-12install all man pages on all archTheo de Raadt
2002-07-07Add a port of FreeBSD/alpha's libio as libalpha. This library enableMatthieu Herrb
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@.
2001-08-06o) 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-11Some cleanup.Aaron Campbell
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron 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-01add NOPIC= in order to avoid to build the shared version of theMatthieu Herrb
library.
1999-07-18do not make excessive shared libraries for these tiny libraries..Theo de Raadt
1999-07-09i386 man pages in cat2/i386/Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron 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-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
1999-07-03spellingTheo de Raadt
1999-05-16Cleanup 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-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1998-06-05spellingTheo de Raadt