aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Correct LDBL_* constants based on values from i386.David Schultz2003-03-271-9/+9
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-252-1/+2
* Remove bitrot associated with `maxusers'.Ruslan Ermilov2003-03-222-2/+0
* Use atomic operations to increment and decrement the refcountMaxime Henrion2003-03-201-4/+4
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* Bah, get it right this time and add sys/lock.h before sys/mutex.h.Maxime Henrion2003-03-141-0/+1
* Oops, add missing includes. Pass me the pointy hat.Maxime Henrion2003-03-141-0/+1
* Grab Giant around calls to contigmalloc() and contigfree() soMaxime Henrion2003-03-131-1/+8
* Memory allocated with contigmalloc() should be freed withMaxime Henrion2003-03-131-1/+4
* Fix two rounds of breakages and cleanup. Remove the sccdebug sysctlMarcel Moolenaar2003-03-101-55/+11
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-082-10/+1
* Fix threaded applications on ia64 that are linked dynamicly. We didMarcel Moolenaar2003-03-051-1/+2
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforeMarcel Moolenaar2003-03-051-3/+2
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-041-13/+4
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-032-26/+17
* MFi386 revision 1.88Alan Cox2003-03-011-3/+0
* Needn't kse.hDavid Xu2003-02-271-1/+0
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-271-1/+1
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-262-2/+2
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-252-8/+3
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-5/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-196-14/+14
* Fix missed patch in last commitJulian Elischer2003-02-172-10/+6
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-173-16/+11
* Define _ALIGNBYTES to be 15. This should have been done right away.Marcel Moolenaar2003-02-171-1/+1
* Print two new processor features:Marcel Moolenaar2003-02-171-2/+4
* - 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-3/+3
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Fix misuse of Maxmem in the calculation of the VHPT size. MaxmemMarcel Moolenaar2003-02-151-1/+1
* Fix the style of the SCHED_4BSD commit.David E. O'Brien2003-02-131-1/+1
* MFi386Alan Cox2003-02-131-8/+2
* 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
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-032-10/+20
* Don't use the 'c' partition for mounting root. A disklabel is veryMarcel Moolenaar2003-02-031-2/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* We don't need sscopen() and sscclose().Poul-Henning Kamp2003-02-021-53/+9
* Export IA32 from opt_ia32.h to assembly so that we can eliminateMarcel Moolenaar2003-02-022-0/+16
* Remove special casing for running in the simulator from the kernelMarcel Moolenaar2003-02-0115-428/+66
* Put replace spaces with tabs in keeping with the rest of the file.Josef Karthauser2003-02-011-1/+1
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-013-5/+5
* Remove D_CANFREE from sscdisk.c.Poul-Henning Kamp2003-01-301-4/+2
* 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-4/+4
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionJeff Roberson2003-01-262-0/+2
* Fix pmap_extract so that it doesn't panic if the user typesDoug Rabson2003-01-241-3/+10
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-216-13/+13
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsJeff Roberson2003-01-211-7/+15
* Resolve relative relocations in klds before trying to parse the module'sJake Burkholder2003-01-211-3/+22