summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused files. cpu_switch() and cpu_throw(), normally in swtch.s,marcel2003-05-172-820/+0
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-1633-5788/+3245
* o In pmap_install, don't prevent switching the pmap if we'remarcel2003-05-161-15/+13
* Indent a comment. This makes 1.100.marcel2003-05-161-1/+1
* Turn pmap_growkernel() into a critical section. While here, initializemarcel2003-05-161-22/+14
* Revamp the RID allocation code:marcel2003-05-161-42/+60
* Move the conditional definition of KSTACK_MAX_PAGES up ahead wheremarcel2003-05-161-4/+4
* This file creates register sets based on the runtime specification.marcel2003-05-151-0/+180
* This file contains elementary context related functions used tomarcel2003-05-152-0/+1608
* This file contains the code that implements the syscall path basedmarcel2003-05-152-0/+1130
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+4
* Style fixes.kan2003-05-041-8/+11
* Fix c99 victim: the accepted character '0 most now be types as '0'.marcel2003-05-032-6/+6
* Option KADB does not exist. It came from alpha, where it still exists.marcel2003-05-021-3/+0
* Kill MID_MACHINE, its a.out specific, the only platform that supportsmarcel2003-04-301-1/+0
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-2/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-62/+7
* Revamp the newbus functions:marcel2003-04-293-986/+653
* - Push down Giant into the sysarch() calls that still need Giant.jhb2003-04-251-1/+1
* Regen.jhb2003-04-253-34/+3
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherjhb2003-04-251-7/+7
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-1/+1
* Regen.jhb2003-04-243-4/+58
* Fix the thr_create() entry by adding a trailing \. Also, sync up thejhb2003-04-241-4/+4
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-52/+39
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-66/+33
* Remove single threading detecting code, these code really should bedavidxu2003-04-221-7/+0
* Don't use the tpa instruction to implement pmap_kextract. The tpamarcel2003-04-222-8/+26
* Add FireWire drivers to GENERIC.simokawa2003-04-211-0/+5
* Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-181-1/+3
* 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
OpenPOWER on IntegriCloud