aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Tidy up the locking of the bounce pages structures.Maxime Henrion2003-03-171-13/+21
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() soMaxime Henrion2003-03-131-1/+8
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Instrument sysarch() MD privileged I/O access interfaces with a MACRobert Watson2003-03-061-0/+9
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-041-6/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-033-39/+25
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-3/+3
* MFi386 revision 1.88Alan Cox2003-03-011-6/+0
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-271-1/+1
* cat KSE > /dev/nullDavid Xu2003-02-271-1/+0
* Implemented "nooption" and "nomakeoption" config(8) tokens.Ruslan Ermilov2003-02-261-9/+1
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-262-2/+2
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESDavid E. O'Brien2003-02-252-189/+3
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-252-9/+3
* Remove support for running in SimOS. The support has rotted overMarcel Moolenaar2003-02-258-96/+1
* Move MD devices to <machine>/conf/NOTES.Yoshihiro Takahashi2003-02-231-0/+187
* Workaround for compiling LINT. Large kernels (like LINT) can haveMarcel Moolenaar2003-02-231-20/+32
* It is pretty evident that nobody loves this file anymore, so retire itPoul-Henning Kamp2003-02-221-65/+0
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-209-21/+22
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-10/+10
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-172-10/+7
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intoJeff Roberson2003-02-171-2/+2
* zero the end of the memory cluster we're disposing of. Otherwise tehAndrew Gallatin2003-02-161-0/+1
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-161-5/+5
* When trimming memory to fit Maxmem, and we discard an entire cluster,Andrew Gallatin2003-02-161-0/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-162-2/+0
* Regen from syscalls.master 1.52.Tim J. Robbins2003-02-163-5/+11
* Mark linux_sigpending() as MPSAFE.Tim J. Robbins2003-02-161-1/+1
* Fix the style of the SCHED_4BSD commit.David E. O'Brien2003-02-131-1/+1
* MFi386Alan Cox2003-02-131-10/+4
* Implement fpclassify():Mike Barcroft2003-02-082-0/+4
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstHartmut Brandt2003-02-041-11/+16
* Convert an instance of "struct timezone tz" use I missed yesterday.Poul-Henning Kamp2003-02-041-1/+5
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-032-15/+19
* Add IPv6 support for Linuxlator.Hajimu UMEMOTO2003-02-031-0/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-013-4/+4
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asScott Long2003-01-292-8/+32
* Unbreak SMP cases for these architectures.Julian Elischer2003-01-271-1/+1
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-262-3/+3
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionJeff Roberson2003-01-262-0/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-10/+10
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsJeff Roberson2003-01-211-8/+13
* Resolve relative relocations in klds before trying to parse the module'sJake Burkholder2003-01-211-5/+25
* Move the vm_page_busy() in pmap_dispose_thread() to a place where it isAlan Cox2003-01-201-1/+1
* Remove the last stray NO_GEOM option in our example kernel config files.Poul-Henning Kamp2003-01-191-2/+0
* Protect against multiple inclusions.David E. O'Brien2003-01-181-0/+5