aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Zap the implementations of the i386-aout specific cpu_coredump function.Peter Wemm2002-09-071-23/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-54/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-013-15/+45
* Take a shot at fixing up a whole stack of style and other embarresingPeter Wemm2002-08-311-11/+7
* Maxmem is a long, so update printf format so this compiles.John Baldwin2002-08-311-1/+1
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-303-15/+22
* Renamed poorly named setregs to exec_setregs. Moved its prototype toJake Burkholder2002-08-292-3/+2
* Fix a long-standing bug on alpha:Mike Barcroft2002-08-261-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-2/+2
* o Retire pmap_pageable(). It's an advisory routine that noneAlan Cox2002-08-251-23/+0
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-37/+0
* Many of the alpha low level console drivers still have bogus compile timePeter Wemm2002-08-2211-23/+22
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-216-180/+152
* remove unit counts from atkbdc, pckbd, scPeter Wemm2002-08-201-2/+2
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-161-3/+3
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-2/+2
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-13/+1
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().Alan Cox2002-08-131-2/+0
* Teach the OSF/1 emulation layer a little more about mandatory accessRobert Watson2002-08-121-0/+19
* Add support for the LSI-Logic Fusion/MP architecture.Matt Jacob2002-08-111-0/+1
* o Remove the setting and clearing of the PG_MAPPED flag from the alpha andAlan Cox2002-08-101-8/+4
* Make ppp(4) devices clonable and unloadable.Brooks Davis2002-08-091-1/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedAlan Cox2002-08-051-9/+2
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-3/+4
* ptvmmap does not exist on alpha.Peter Wemm2002-08-021-1/+0
* o Lock page queue accesses by vm_page_deactivate().Alan Cox2002-08-021-3/+15
* Fix the link to the HandbookMarc Fonvieille2002-08-011-1/+1
* - Split the unaligned access check flags out of md_flags in struct mdthreadJohn Baldwin2002-07-318-44/+42
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-294-231/+171
* de-count pci now that ahc/ahd are taken care of.Peter Wemm2002-07-233-3/+3
* Add static unit count to pciPeter Wemm2002-07-211-1/+1
* Add explicit unit count on 'device pci' for ahc/ahdPeter Wemm2002-07-212-2/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-203-6/+46
* o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc()Alan Cox2002-07-181-5/+4
* Various comment and minor style fixes. No actual content changes.John Baldwin2002-07-161-13/+11
* Some style cleanups.John Baldwin2002-07-161-20/+6
* Retire the perl gethints.conf in favour of an awk version. MoveMark Murray2002-07-162-100/+116
* Add a NOTES file for the Alpha architecture.John Baldwin2002-07-152-153/+60
* The sources to the non-working esp device are no longer present in current.John Baldwin2002-07-152-2/+0
* - Remove an irrelevant comment from i386 GENERIC.John Baldwin2002-07-151-13/+7
* o Lock page queue accesses by vm_page_wire() that aren'tAlan Cox2002-07-141-0/+2
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-131-0/+4
* Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.Alfred Perlstein2002-07-132-0/+2
* Add additional cred_free_thread() calls that I had missed the first time.Jonathan Mini2002-07-131-0/+6
* Set the thread state of the newly chosen to run thread to TDS_RUNNING inJohn Baldwin2002-07-122-5/+0
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic*David E. O'Brien2002-07-0931-8463/+9
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlePeter Wemm2002-07-081-0/+15