summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* MFi386 revision 1.88alc2003-03-011-6/+0
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* cat KSE > /dev/nulldavidxu2003-02-271-1/+0
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-261-9/+1
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-262-2/+2
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-252-189/+3
* Cleanup of the d_mmap_t interface.mux2003-02-252-9/+3
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-258-96/+1
* Move MD devices to <machine>/conf/NOTES.nyan2003-02-231-0/+187
* Workaround for compiling LINT. Large kernels (like LINT) can havemarcel2003-02-231-20/+32
* It is pretty evident that nobody loves this file anymore, so retire itphk2003-02-221-65/+0
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-209-21/+22
* Back out M_* changes, per decision of the TRB.imp2003-02-193-10/+10
* Move a bunch of flags from the KSE to the thread.julian2003-02-172-10/+7
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-2/+2
* zero the end of the memory cluster we're disposing of. Otherwise tehgallatin2003-02-161-0/+1
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-5/+5
* When trimming memory to fit Maxmem, and we discard an entire cluster,gallatin2003-02-161-0/+1
* Remove #include <sys/dkstat.h>phk2003-02-162-2/+0
* Regen from syscalls.master 1.52.tjr2003-02-163-5/+11
* Mark linux_sigpending() as MPSAFE.tjr2003-02-161-1/+1
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
* MFi386alc2003-02-131-10/+4
* Implement fpclassify():mike2003-02-082-0/+4
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-041-11/+16
* Convert an instance of "struct timezone tz" use I missed yesterday.phk2003-02-041-1/+5
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-032-15/+19
* Add IPv6 support for Linuxlator.ume2003-02-031-0/+1
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-013-4/+4
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-292-8/+32
* Unbreak SMP cases for these architectures.julian2003-01-271-1/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-262-3/+3
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-262-0/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-10/+10
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-211-8/+13
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-5/+25
* Move the vm_page_busy() in pmap_dispose_thread() to a place where it isalc2003-01-201-1/+1
* Remove the last stray NO_GEOM option in our example kernel config files.phk2003-01-191-2/+0
* Protect against multiple inclusions.obrien2003-01-181-0/+5
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-16/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-69/+0
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Approved by: gallatin (mentor)ticso2003-01-031-0/+12
* - Use VM_ALLOC_WIRED.alc2002-12-281-5/+7
* Use VM_ALLOC_WIRED in pmap_pinit().alc2002-12-281-4/+1
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* MFi386 revisions 1.375 and 1.376alc2002-12-141-5/+14
OpenPOWER on IntegriCloud