summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Use the newer "+" modifier on output contraints when a register orjhb2002-10-252-62/+62
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-257-26/+286
* Extract out KSE specific code from machine specific codejulian2002-10-241-18/+2
* psl.h isn't referenced anywhere that I could find on the alpha, so removepeter2002-10-211-32/+0
* Add a bus_space_unmap() for the puc (and possibly other) drivers.gallatin2002-10-211-0/+14
* - Replace two instances of vm_page_sleep_busy() with the page queuealc2002-10-201-4/+10
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesgallatin2002-10-201-0/+20
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-10/+0
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+10
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-111-0/+133
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-4/+10
* CPU_MAXID shouldobrien2002-10-061-1/+1
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-052-0/+4
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-8/+13
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-042-0/+230
* Add a couple of missing ':' in panic msgs.keramida2002-10-041-2/+2
* Fix typo in panic msg.keramida2002-10-041-1/+1
* MFi386: fork1 apparently takes 4 args nowgallatin2002-10-021-1/+1
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-10/+61
* Fix the same misinitialization of pmap_prefault_pageorder as on i386.phk2002-10-011-2/+2
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* use __packed.alfred2002-09-231-10/+10
* Remove a bunch of stuff that is surplus nowjulian2002-09-231-76/+0
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-1/+1
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* o Remove an initialized but unused variable from pmap_remove_all().alc2002-09-211-2/+0
* Wrap GNUish asm() code in #ifdef __GNUC__markm2002-09-211-0/+24
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-60/+0
* Remove needless <sys/disklabel.h> and <sys/diskslice.h> #includes.phk2002-09-201-2/+0
* Fix last commit so that it actually works:jhb2002-09-191-5/+6
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-2/+25
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Add stub function for cpu_set_upcall_kse()peter2002-09-171-0/+7
* #if 0 out the following functions:peter2002-09-171-2/+9
* Make this compile after the last kse commit.peter2002-09-171-1/+1
* It seems I accidently committed a change that removed the userland includespeter2002-09-171-2/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-22/+3
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* kthread.h is not neededscottl2002-09-141-1/+0
* The nfsroot code should be conditional on NFSCLIENT, not NFS (which nopeter2002-09-131-1/+1
* Somebody forgot to turn out the lights.peter2002-09-112-90/+0
* Completely redo thread states.julian2002-09-111-0/+1
OpenPOWER on IntegriCloud