summaryrefslogtreecommitdiffstats
path: root/lib/libarch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not `return' in void functions.miod2009-10-011-4/+4
| | | | Amazingly, compiler does not complain (lint does).
* Add an implementation of IRIX-compatible cacheflush() routine to mips ports,miod2009-09-273-2/+96
| | | | | | | needed for gcc -ftrampoline operation as well as by some third-party software. Although the implementation uses the sysarch() sysctl, the wrapper is added to libc as it was a direct system call (which it is on IRIX).
* Test for MACHINE_ARCH to decide whether to build stuff in libarch/arm, insteadmiod2009-09-241-2/+2
| | | | of an incomplete MACHINE list.
* Palm: Integration into the treemarex2009-09-091-2/+2
| | | | OK deraadt@
* We do not do vm86 mode on amd64deraadt2009-08-132-158/+0
| | | | ok kettenis
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-2614-118/+20
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Remove an arch-specific API that wasn't available in the first place, andphessler2008-06-094-237/+4
| | | | | | will be converted to a more generic one soon. ok deraadt, oga
* we only do static libarch; ok drahnderaadt2008-05-231-4/+0
|
* - remove USER_LDT, it was never in a state where it would copile, nor willjasper2008-05-234-229/+4
| | | | | | | we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@
* "arm" is not a valid .Dt arch; remove it, as this page is for bothjmc2007-11-172-6/+6
| | | | | | armish and zaurus quote >9 args to .Nd
* More cats stuff leaving the boat to join the boat anchor.miod2007-08-011-3/+3
|
* convert to new .Dd format;jmc2007-05-3112-23/+23
|
* prefer `buses' to `busses' for the noun plural;jmc2006-10-281-1/+1
|
* various improvements;jmc2006-10-162-30/+52
| | | | | | | | | 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
* System build pieces for armish arch.drahn2006-06-061-3/+3
|
* slightly reword [EPERM] section; ok djmjmc2006-02-242-4/+4
|
* amd64_iopl() needs securelevel <= 0, or machdep.allowapeture > 0djm2006-02-241-4/+13
| | | | just like i386_iopl()
* document that this call needs securelevel <= 0, ordjm2006-02-241-4/+13
| | | | machdep.allowapeture > 0; feedback naddy@ and jmc@, ok deraadt@
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* use cats/zaurus and install the manpages in the appropriate places,drahn2005-03-151-4/+4
| | | | ok miod@ deraadt@
* build libarch for arm.drahn2005-02-031-2/+2
|
* libarch for arm, to allow for cache flushing.drahn2005-02-036-0/+239
| | | | | manpage building and installation are currently commented out until the appropriate directory is determined.
* typos;jmc2004-03-121-9/+12
| | | | | new sentence, new line; kill whitespace;
* add archs to .Dt lines here too;jmc2004-03-125-10/+10
| | | | spotted by miod@
* correct .Dt lines, and remove .Lb stuff;jmc2004-03-125-11/+9
| | | | ok deraadt@
* mtrr callsderaadt2004-02-284-4/+235
|
* bye byederaadt2004-02-2811-774/+0
|
* prettyderaadt2004-02-281-5/+4
|
* bye byederaadt2004-02-2810-754/+0
|
* change to amd_*() functionsderaadt2004-02-2711-7/+761
|
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-272-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_64deraadt2004-02-261-2/+2
|
* x86_64 libarchderaadt2004-02-2622-0/+1548
|
* correct MACHINE vs MACHINE_ARCH issuesderaadt2004-02-261-8/+2
|
* munmap() the correct size; adapted from PR #3462miod2003-10-061-10/+12
| | | | ok matthieu@
* these functions need -lalpha;jmc2003-08-081-1/+5
|
* don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)david2003-07-191-2/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* remove whitespace at EOL;jmc2003-05-301-22/+22
|
* tweak;jmc2003-05-291-2/+2
| | | | ok mickey@
* mention that this has to be enabled via sysctl before usemickey2003-05-291-0/+7
|
* document that the i386* functions have to be compiled with -li386;jmc2003-03-144-4/+32
| | | | | | | from er, Charlie Root; Fixes PR 3114; ok tholo@
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
| | | | ok henning@ jmc@
* typos;jmc2003-02-254-19/+28
| | | | intro(2): help deraadt@
* aperture driver for alpha. It works here the same as on i386matthieu2002-08-241-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@
* KNFderaadt2002-07-131-16/+13
|
* there is no function called libalpha(), so whack itderaadt2002-07-122-11/+11
|
* install all man pages on all archderaadt2002-07-123-37/+31
|
* Add a port of FreeBSD/alpha's libio as libalpha. This library enablematthieu2002-07-075-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;mpech2001-08-061-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