aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-4/+10
* CPU_MAXID shouldDavid E. O'Brien2002-10-061-1/+1
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-052-0/+4
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.Mike Barcroft2002-10-041-8/+13
* New bus_dma interfaces for use by crypto device drivers:Sam Leffler2002-10-042-0/+230
* Add a couple of missing ':' in panic msgs.Giorgos Keramidas2002-10-041-2/+2
* Fix typo in panic msg.Giorgos Keramidas2002-10-041-1/+1
* MFi386: fork1 apparently takes 4 args nowAndrew Gallatin2002-10-021-1/+1
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-10/+61
* Fix the same misinitialization of pmap_prefault_pageorder as on i386.Poul-Henning Kamp2002-10-011-2/+2
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-1/+2
* use __packed.Alfred Perlstein2002-09-231-10/+10
* Remove a bunch of stuff that is surplus nowJulian Elischer2002-09-231-76/+0
* At great personal risk, add a __packed and __aligned(x) define thatPeter Wemm2002-09-231-1/+1
* Be careful not to define GCC-specific optimizations in the non-GCCMike Barcroft2002-09-231-2/+11
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* o Remove an initialized but unused variable from pmap_remove_all().Alan Cox2002-09-211-2/+0
* Wrap GNUish asm() code in #ifdef __GNUC__Mark Murray2002-09-211-0/+24
* For reasons now lost in historical fog, the bounds_check_with_label()Poul-Henning Kamp2002-09-201-60/+0
* Remove needless <sys/disklabel.h> and <sys/diskslice.h> #includes.Poul-Henning Kamp2002-09-201-2/+0
* Fix last commit so that it actually works:John Baldwin2002-09-191-5/+6
* Implement db_print_backtrace() if DDB is compiled into the kernel. ThisJohn Baldwin2002-09-191-2/+25
* Implement C99's va_copy() macro.Mike Barcroft2002-09-181-0/+3
* Add stub function for cpu_set_upcall_kse()Peter Wemm2002-09-171-0/+7
* #if 0 out the following functions:Peter Wemm2002-09-171-2/+9
* Make this compile after the last kse commit.Peter Wemm2002-09-171-1/+1
* It seems I accidently committed a change that removed the userland includesPeter Wemm2002-09-171-2/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-22/+3
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-151-1/+1
* kthread.h is not neededScott Long2002-09-141-1/+0
* The nfsroot code should be conditional on NFSCLIENT, not NFS (which noPeter Wemm2002-09-131-1/+1
* Somebody forgot to turn out the lights.Peter Wemm2002-09-112-90/+0
* Completely redo thread states.Julian Elischer2002-09-111-0/+1
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backJuli Mallett2002-09-071-0/+2
* 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