aboutsummaryrefslogtreecommitdiff
path: root/kern
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of the prototypesMarin Ramesa2013-12-095-11/+0
* kern/syscall_sw.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* kern/refcount.h: remove unnecessary includeMarin Ramesa2013-12-091-2/+0
* kern/rbtree.h: remove unnecessary includeMarin Ramesa2013-12-091-1/+0
* kern/priority.c: update commentMarin Ramesa2013-12-091-1/+1
* kern/pc_sample.c: remove unused variablesMarin Ramesa2013-12-091-3/+0
* kern/lock_mon.c: remove dead assignmentsMarin Ramesa2013-12-091-6/+0
* kern/lock_mon.c: use spl_t instead of an intMarin Ramesa2013-12-091-1/+1
* kern/act.h: remove prototype without definitionMarin Ramesa2013-12-091-1/+0
* Add commentSamuel Thibault2013-12-091-0/+1
* kern/machine.c: remove __volatile__Marin Ramesa2013-12-081-3/+0
* Always make Assert trigger debuggerSamuel Thibault2013-12-081-7/+0
* Add comments after endifsMarin Ramesa2013-12-083-3/+3
* kern/mach_clock.c: remove forward declarationMarin Ramesa2013-12-052-1/+29
* kern/time_stamp.c: remove multimax codeMarin Ramesa2013-12-051-15/+0
* kern: remove forward declarationMarin Ramesa2013-12-051-2/+1
* kern/thread.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* kern/task.c: remove forward declarationsMarin Ramesa2013-12-053-7/+9
* kern/syscall_sw.c: remove forward declarationsMarin Ramesa2013-12-054-21/+81
* kern/syscall_subr.c: remove forward declarationMarin Ramesa2013-12-052-3/+1
* kern/startup.c: remove forward declarationsMarin Ramesa2013-12-054-19/+38
* kern/sched_prim.c: remove forward declarationsMarin Ramesa2013-12-052-10/+9
* kern/processor.c: remove forward declarationsMarin Ramesa2013-12-052-8/+3
* kern/ipc_mig.c: remove forward declarationsMarin Ramesa2013-12-051-4/+0
* kern/debug.c: remove forward declarationMarin Ramesa2013-12-051-1/+1
* kern/bootstrap.c: remove forward declarationsMarin Ramesa2013-12-051-3/+1
* ipc/mach_msg.c: remove forward declarationsMarin Ramesa2013-12-051-0/+3
* i386/i386at: remove forward declarationsMarin Ramesa2013-12-051-0/+24
* i386/i386at/conf.c: remove forward declarationsMarin Ramesa2013-12-051-0/+3
* kern/exception.c: remove forward declarationsMarin Ramesa2013-12-051-2/+2
* kern: new header file exception.hMarin Ramesa2013-12-052-12/+64
* Drop spurious volatile qualifierSamuel Thibault2013-11-241-3/+0
* kern: move forward declarations into a header fileMarin Ramesa2013-11-242-7/+7
* kern: move forward declaration into a header fileMarin Ramesa2013-11-242-7/+6
* kern: move forward declaration into a header fileMarin Ramesa2013-11-242-2/+2
* kern: move forward declaration into a header fileMarin Ramesa2013-11-242-2/+2
* kern: move forward declarations into a header fileMarin Ramesa2013-11-242-3/+5
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2013-11-242-0/+31
|\
| * New RPC for thread destructionRichard Braun2013-11-242-0/+31
* | Remove leftover register qualifiersMarin Ramesa2013-11-245-8/+5
|/
* kern/xpr.c: quiet warning about uninitialized variableMarin Ramesa2013-11-201-1/+1
* kern/startup.c: fix implicit declaration of functionMarin Ramesa2013-11-201-1/+3
* kern/slab.c: initialize info_sizeMarin Ramesa2013-11-191-1/+1
* kern/slab.c: initialize optimal_embedMarin Ramesa2013-11-191-1/+1
* kern: remove register qualifiersMarin Ramesa2013-11-131-3/+3
* kern: remove register qualifiersMarin Ramesa2013-11-131-1/+1
* kern: remove register qualifiersMarin Ramesa2013-11-131-6/+5
* kern: remove register qualifiersMarin Ramesa2013-11-131-2/+2
* kern: remove register qualifiersMarin Ramesa2013-11-131-47/+47
* kern: remove register qualifiersMarin Ramesa2013-11-131-34/+34