summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Add the EHCI host controller.marcel2003-04-161-0/+1
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-9/+5
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-10/+4
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-0/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does notmarcel2003-04-082-2/+0
* Remove the 32KB VHPT section from the kernel image. We don't reallymarcel2003-04-064-26/+4
* Also set the access bit in the PTE when we get a data dirty bit fault.marcel2003-04-062-4/+4
* Include <geom/geom_disk.h> and stop including <sys/disk.h>. Themarcel2003-04-051-1/+1
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-042-2/+0
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* - Add thr and umtx system calls.jeff2003-04-011-0/+8
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+7
* - Add a placeholder for sigwaitjeff2003-03-311-0/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-3/+3
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-2/+2
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andjeff2003-03-311-5/+1
* Correct LDBL_* constants based on values from i386.das2003-03-271-9/+9
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-252-1/+2
* Remove bitrot associated with `maxusers'.ru2003-03-222-2/+0
* Use atomic operations to increment and decrement the refcountmux2003-03-201-4/+4
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Bah, get it right this time and add sys/lock.h before sys/mutex.h.mux2003-03-141-0/+1
* Oops, add missing includes. Pass me the pointy hat.mux2003-03-141-0/+1
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-131-1/+8
* Memory allocated with contigmalloc() should be freed withmux2003-03-131-1/+4
* Fix two rounds of breakages and cleanup. Remove the sccdebug sysctlmarcel2003-03-101-55/+11
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-082-10/+1
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-1/+2
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-3/+2
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-13/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-032-26/+17
* MFi386 revision 1.88alc2003-03-011-3/+0
* Needn't kse.hdavidxu2003-02-271-1/+0
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-262-2/+2
* Cleanup of the d_mmap_t interface.mux2003-02-252-8/+3
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-5/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-196-14/+14
* Fix missed patch in last commitjulian2003-02-172-10/+6
* Move a bunch of flags from the KSE to the thread.julian2003-02-173-16/+11
* Define _ALIGNBYTES to be 15. This should have been done right away.marcel2003-02-171-1/+1
* Print two new processor features:marcel2003-02-171-2/+4
* - 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-3/+3
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Fix misuse of Maxmem in the calculation of the VHPT size. Maxmemmarcel2003-02-151-1/+1
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
* MFi386alc2003-02-131-8/+2
* Implement fpclassify():mike2003-02-082-0/+4
OpenPOWER on IntegriCloud