summaryrefslogtreecommitdiff
path: root/mach-defpager/main.c
AgeCommit message (Collapse)Author
2012-03-26Remove warnings during compilation.Maksym Planeta
* mach-defpager/kalloc.c: Added missing prototypes, headers, types. * mach-defpager/wiring.c: Likewise. * mach-defpager/default_pager.c: Likewise. * mach-defpager/main.c: Likewise. * mach-defpager/setup.c: Likewise. (S_default_pager_paging_storage): Fix wrong calling of kfree. * mach-defpager/kalloc.h: New file with prototypes from kalloc.c. * mach-defpager/default_pager.h: New file with prototypes from default_pager.c. * mach-defpager/Makefile (LCLHDRS): Add new header files.
2002-03-232002-03-23 Roland McGrath <roland@frob.com>Roland McGrath
* main.c (default_pager_bootstrap_port): Declaration removed. (main): Don't use it.
2001-02-282001-02-28 Roland McGrath <roland@frob.com>Roland McGrath
* main.c (main): Instead of calling daemon, do the work ourselves but synchronize with the child so that vm_set_default_memory_manager has definitely been called before exit. (nohandler): New function.
1999-11-181999-11-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* Makefile, main.c: New files for new this directory `mach-defpager'. This is a standalone Hurd program version of the Mach default pager, with the bulk of the source code coming from ../serverboot. This program /hurd/mach-defpager is started like a normal daemon, i.e. from rc or whatever, rather than being the first task. * ChangeLog: New file, mentioning itself in this sentence.