aboutsummaryrefslogtreecommitdiff
path: root/boot/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Add new RPC server stubs for device_intr_*Samuel Thibault2020-07-181-0/+16
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-2/+2
* Fix warningsSamuel Thibault2018-03-051-2/+2
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-5/+5
* Pass the kernel's task port to proc.Justus Winter2017-03-121-0/+3
* proc: Hierarchical proc servers.Justus Winter2017-03-111-0/+54
* boot: Move declaration.Justus Winter2017-03-091-2/+4
* boot: Make the halt message nicer.Justus Winter2017-03-031-1/+1
* boot: Fix failing device lookups in unprivileged mode.Justus Winter2017-03-031-0/+3
* boot: Add a verbose option.Justus Winter2017-02-281-0/+19
* Fix boot startupSamuel Thibault2016-11-201-2/+4
* boot: fix crash when S_processor_set_tasks is called earlySamuel Thibault2016-11-201-0/+4
* boot: Improve device pass-through.Justus Winter2016-11-051-14/+36
* Adjust to the fixed new task notifications.Justus Winter2016-11-011-2/+4
* boot: Tidy up the argument parser.Justus Winter2016-11-011-5/+6
* boot: Add a default boot script.Justus Winter2016-11-011-48/+90
* boot: Allow unprivileged users to boot Subhurds.Justus Winter2016-11-011-7/+275
* boot: restore terminal state on exitJustus Winter2016-11-011-1/+7
* boot: Move bootscript callbacks.Justus Winter2016-11-011-207/+1
* boot: Quote arguments containing spaces.Justus Winter2016-11-011-0/+5
* boot: Remove hacks for running boot on UX.Justus Winter2016-11-011-14/+0
* boot: Ignore EINTR.Justus Winter2016-10-151-1/+2
* Make sure to complete auth_server_authenticateSamuel Thibault2016-02-141-2/+6
* boot: Fix boot.c compiler warning.Flavio Cruz2015-12-291-1/+3
* Fix space styleSamuel Thibault2015-03-051-12/+12
* Replace `bzero' with `memset'Justus Winter2014-12-101-2/+2
* boot: improve the demuxerJustus Winter2014-11-211-18/+49
* boot: implement pseudo-time deviceJustus Winter2014-11-211-3/+35
* boot: support ds_device_get_status with flavor DEV_GET_RECORDSJustus Winter2014-11-211-12/+21
* boot: drop obsolete device proceduresJustus Winter2014-11-211-34/+0
* boot: remove unused function `boot_script_read_file'Justus Winter2014-11-211-45/+1
* boot: drop bootstrap compat codeJustus Winter2014-11-211-78/+0
* hurd: fix receiver lookup in termctty_open_terminalJustus Winter2014-06-151-1/+1
* boot: remove the ourdevice hackJustus Winter2014-04-121-1/+1
* Add io_select_timeout to the io interfaceRichard Braun2013-02-281-6/+35
* Switch from cthreads to pthreadsRichard Braun2012-11-271-20/+29
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
* Add \n to boot error messageSamuel Thibault2010-10-181-0/+1
* Add device virtualisation support to bootZheng Da2010-09-201-0/+56
* 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-141-5/+12
* 2002-06-13 Roland McGrath <roland@frob.com>Roland McGrath2002-06-131-8/+14
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-1/+1
* 2002-05-31 Roland McGrath <roland@frob.com>Roland McGrath2002-06-011-3/+2
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-214/+51
* 2002-05-13 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-131-0/+3
* 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>Neal H. Walfield2002-03-261-6/+3
* 2001-10-07 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-10-071-0/+27
* 2001-08-23 Roland McGrath <roland@frob.com>Roland McGrath2001-08-241-1/+12
* 2001-08-16 Roland McGrath <roland@frob.com>Roland McGrath2001-08-171-14/+3