aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* MFC:insert a magical second memory barrier prior to calling draina() inMatt Jacob2001-04-081-0/+1
* MFC: fnv hash improvements for nfsnode hash etc.Peter Wemm2001-03-211-1/+1
* MFC: handle opDecsAndrew Gallatin2001-03-052-2/+187
* back out last revision, it was comitted accidentallyAndrew Gallatin2001-03-051-13/+2
* MFC: 1.51 - fix unaligned stores of zerosAndrew Gallatin2001-03-052-4/+16
* MFC:David E. O'Brien2001-03-052-2/+5
* MFC: proper support for Alphserver 2x00 systems. This gets AlphaServerAndrew Gallatin2001-03-044-115/+389
* MFC: 1.3: Magnetic tape ioctls from Clem ColeAndrew Gallatin2001-03-021-3/+41
* MFC: 1.2 - M_ZERO malloc optionAndrew Gallatin2001-03-021-5/+3
* MFC: Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-261-0/+1
* MFC: ABI dependent MINSIGSTKSZ.Marcel Moolenaar2001-02-224-3/+8
* MFC: fix interrupt handling on AS1000 and AS1000A. This is an MFC ofAndrew Gallatin2001-02-171-3/+11
* All the world is not an i386. MFC buffer_map = system map for alphaMatthew Dillon2001-02-091-0/+1
* MFC: cleanup apecs.cAndrew Gallatin2001-01-111-81/+3
* 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: enable linux ipc syscalls on alphaAndrew Gallatin2000-11-221-11/+19
* MFC: use the auto-generated linux_proto.hAndrew Gallatin2000-11-221-1/+1
* MFC: use linux_connect() on alphaAndrew Gallatin2000-11-221-1/+2
* MFC: correct fcntl() flagsAndrew Gallatin2000-11-221-8/+10
* MFC: implement linux_clone on the alphaAndrew Gallatin2000-11-221-1/+57
* MFC: Simplify and correct osf/1 signal handling. This is required forAndrew Gallatin2000-11-223-133/+16
* MFC: Implement write combining for crashdumps.Paul Saab2000-11-212-2/+3
* MFC: declare a module version so the `linux' module has a way to depend onDavid E. O'Brien2000-11-041-0/+2
* MFC: AlphaLinux compat support.David E. O'Brien2000-11-041-21/+13
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-046-0/+1752
* MFC: keep up with prototypes for getrlimit and setrlimit which just changedAndrew Gallatin2000-11-021-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-013-0/+384
* MFC: rev 1.3 (add ISO C99's `long long' and adjust comments)David E. O'Brien2000-10-301-4/+10
* MFC: update osf1_set{u,g}id() to use new change_{e,r}uid() and setsugid()Andrew Gallatin2000-10-281-8/+13
* MFC: teach the osf1_getsysinfo() function about a few more fieldsAndrew Gallatin2000-10-282-8/+70
* 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-242-1/+8
* MFC: bring the pcn(4) driver (and homePNA PHY driver that sort of goesBill Paul2000-10-031-0/+1
* MFC:Paul Saab2000-09-301-1/+1
* Add AS1200 to description for DEC_KN300Wilko Bulte2000-09-041-1/+1
* MFC: 1.4 reflect chgproccnt() change.Hidetoshi Shimokawa2000-08-311-2/+2
* 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
* RegenPeter Wemm2000-08-093-9/+9
* MFC: fix up various things that were hidden by NOPROTO previously thatPeter Wemm2000-08-091-13/+12
* MFC: regenPeter Wemm2000-08-081-134/+136
* MFC: followup to previous commit - two extra B_READ->ISADMA_READ changesPeter Wemm2000-08-081-2/+2
* MFC: stop abusing B_READ etc for isadma*() functions. This is relativelyPeter Wemm2000-08-081-10/+9
* MFC: 1.19: optimize useless if ()Peter Wemm2000-08-081-4/+1
* MFC: add pmap_kenter_temporary() to replace CADDR1 for crashdump usage.Peter Wemm2000-08-051-19/+11