summaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.3.0_cvscvs2svn2001-04-2166-66/+66
* MFC: fnv hash improvements for nfsnode hash etc.Peter Wemm2001-03-211-1/+1
* MFC:David E. O'Brien2001-03-051-0/+5
* MFC: Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-261-0/+1
* MFC: VCS id style consistencyDavid E. O'Brien2001-01-081-3/+2
* MFC: remove seconds typesDavid E. O'Brien2001-01-081-2/+0
* MFC: sort some of the _BSD_* types.David E. O'Brien2001-01-011-4/+4
* MFC: Fix CMSG and ALIGN macro usage.Jeroen Ruigrok van der Werven2000-12-291-17/+37
* Fix typo.David E. O'Brien2000-12-281-2/+2
* * MFC: protection for multiple inclusionsDavid E. O'Brien2000-12-281-3/+7
* MFC: Implement write combining for crashdumps.Paul Saab2000-11-211-0/+1
* MFC: rev 1.3 (add ISO C99's `long long' and adjust comments)David E. O'Brien2000-10-301-4/+10
* MFC (alpha rev.1.4, i386 rev.1.5: work around a bug (apparently in gcc) byBruce Evans2000-10-271-2/+2
* MFC: support for kernels with more than 64k worth of globalsAndrew Gallatin2000-10-241-1/+4
* MFC:Paul Saab2000-09-301-1/+1
* MFC: fp_except -> fp_except_tJohn Baldwin2000-08-221-1/+1
* MFC: Use the same IEEE fp types on the alpha as on the i386.John Baldwin2000-08-171-1/+1
* MFC: pmap interface optimizations, optionally physically backed SYSVSHM.Peter Wemm2000-08-041-3/+3
* MFC: spelling fixPeter Wemm2000-08-031-1/+1
* MFC: make tree k-12 safe[r] :-)Peter Wemm2000-08-031-1/+1
* MFC: $FreeBSD$Peter Wemm2000-08-036-0/+7
* MFC: taskqueue api.Doug Rabson2000-07-181-1/+4
* MFC: Add support for the Alpha Processor, Inc. UP1000 system.Matt Jacob2000-07-043-0/+15
* MFC(1.7): (infrastructure for) ppc driver on alphaMatt Jacob2000-07-041-0/+14
* MFC: Support the OHCI controller's IRQ mapping on newer Alpha's.John Baldwin2000-06-071-0/+6
* MFC enough to make the alpha kernel compile again after SMP and random MFCs.Andrew Gallatin2000-05-241-3/+2
* MFC 1.12, one step toward making a RELENG_4 kernel compileAndrew Gallatin2000-05-241-2/+2
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-0/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-021-0/+10
* MFC: make SYSVSHM limits arbitarily configurable via sysctl after bootPeter Wemm2000-04-021-8/+0
* MFC: Add prototype from promcnattach.Matt Jacob2000-03-271-0/+1
* MFC: add support for more mice (psm.c 1.24, i386/include/mouse.h 1.16,Kazutaka YOKOTA2000-03-211-4/+44
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-96/+0
* Patches that eliminate extra context switches in FIFO case.Peter Dufault2000-03-021-2/+3
* * Fix the memory probing code so that it sees all memory clusters, notDoug Rabson2000-02-291-4/+0
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-1/+6
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. ThisBruce Evans2000-02-171-6/+0
* Add functions which allow i/o memory to be accessed without forcing aDoug Rabson2000-02-121-0/+19
* Fix breakage from last commit- macro was broken. I appreciate theMatt Jacob2000-01-161-2/+2
* The kernel side of per-process unaligned access control (printing, fixing &Andrew Gallatin2000-01-162-0/+7
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opJonathan M. Bresler2000-01-161-0/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2918-36/+37
* inline spl functions.Andrew Gallatin1999-11-291-17/+62
* Implement inline assembler wrappers for PALcode calls and for alphaDoug Rabson1999-11-291-34/+267
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.Peter Wemm1999-11-226-37/+4
* Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB.Nick Hibma1999-11-221-0/+2
* Properly attribute interrupt time on alpha. Previously, interrupt timeAndrew Gallatin1999-11-191-5/+2
* Re-organise the code which manages the owner of the FP state (fpcurproc).Doug Rabson1999-11-101-0/+4
* useracc() the prequel:Poul-Henning Kamp1999-10-291-0/+2
* * Implement bus_set/get/delete_resource for pci.Doug Rabson1999-10-141-2/+0