aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kern: remove register qualifiersMarin Ramesa2013-11-131-17/+17
| | | | * kern/processor.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-5/+5
| | | | * kern/priority.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-18/+18
| | | | * kern/printf.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-2/+2
| | | | * kern/pc_sample.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-15/+15
| | | | * kern/machine.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-8/+8
| | | | * kern/mach_factor.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-18/+18
| | | | * kern/mach_clock.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-13/+13
| | | | * kern/lock_mon.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-11/+11
| | | | * kern/lock.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-4/+4
| | | | * kern/ipc_tt.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-3/+3
| | | | * kern/ipc_sched.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-13/+13
| | | | * kern/ipc_mig.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-6/+6
| | | | * kern/host.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-14/+14
| | | | * kern/exception.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-4/+4
| | | | * kern/eventcount.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-3/+2
| | | | * kern/bootstrap.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-9/+9
| | | | * kern/ast.c: Remove register qualifiers.
* kern: remove register qualifiersMarin Ramesa2013-11-131-2/+2
| | | | * kern/act.c: Remove register qualifiers.
* ipc: remove register qualifiersMarin Ramesa2013-11-111-4/+4
| | | | * ipc/ipc_thread.h: Remove register qualifiers.
* ipc: remove register qualifiersMarin Ramesa2013-11-111-41/+41
| | | | * ipc/mach_msg.c: Remove register qualifiers.
* ipc: qualify constants with constMarin Ramesa2013-11-111-2/+2
| | | | * ipc/ipc_table.c: Qualify constants with const.
* ipc: trivial stylistic fix for consistencyMarin Ramesa2013-11-111-1/+1
| | | | * ipc/ipc_pset.c: Trivial stylistic fix for consistency.
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2013-11-111-0/+2
|\
| * kern: fix the error handling in exec_loadJustus Winter2013-11-111-0/+2
| | | | | | | | | | | | Found using the Clang Static Analyzer. * kern/elf-load.c (exec_load): Properly propagate errors.
* | ipc: remove register qualifiersMarin Ramesa2013-11-111-2/+2
| | | | | | | | * ipc/ipc_kmsg.c: Remove register qualifiers.
* | kern: comment unused variableMarin Ramesa2013-11-101-3/+4
|/ | | | | | | Variable reply_port is never used. There is indication in the comments that it might be used in future function call, so comment it. * kern/ipc_mig.c (syscall_device_writev_request): Comment variable.
* device: initialize to zero offsetMarin Ramesa2013-11-101-1/+1
| | | | | | | Initialize addr to zero offset to quiet warnings about uninitialized deallocation. * device/chario.c (addr): Initialize to zero.
* remove register qualifiersMarin Ramesa2013-11-101-6/+6
| | | | * device/subrs.c: Remove register qualifiers.
* remove register qualifiersMarin Ramesa2013-11-101-51/+51
| | | | * device/net_io.c: Remove register qualifiers.
* remove definitions of ETHERMTU and ETHERMINMarin Ramesa2013-11-101-3/+0
| | | | * device/if_ether.h (ETHERMTU, ETHERMIN): Remove unused definitions.
* remove register qualifiersMarin Ramesa2013-11-101-3/+3
| | | | * device/blkio.c: Remove register qualifiers.
* Fix overflow in Xen clock computationVladimir 'φ-coder/phcoder' Serbinenko2013-11-091-1/+5
| | | | | * xen/time.c (hyp_get_stime): Split `delta` into `delta_high` and `delta_low`, as it may overflow 4 second timing nowadays.
* Remove lint codeMarin Ramesa2013-11-0911-64/+0
|
* Increase kernel map entry pool sizeRichard Braun2013-10-101-1/+1
| | | | * vm/vm_map.h (KENTRY_DATA_SIZE): Set to 256 pages.
* Add files missing in distrib tarballSamuel Thibault2013-09-282-0/+9
| | | | | | | * Makefrag.am (libkernel_a_SOURCES): Add ddb/db_write_cmd.h, ipc/ipc_print.h, vm/vm_print.h * linux/Makefrag.am (EXTRA_DIST): Add linux/src/drivers/scsi/FlashPoint.c, linux/src/drivers/scsi/eata_pio_proc.c, linux/src/drivers/scsi/scsiiom.c.
* Merge remote-tracking branch 'savannah/master' into masterThomas Schwinge2013-09-271-1/+1
|\
| * Fix typoSvante Signell2013-09-271-1/+1
| | | | | | | | * README: Fix typo.
* | GNU Mach 1.4.Thomas Schwinge2013-09-273-29/+33
| | | | | | | | | | | | * version.m4 (AC_PACKAGE_VERSION): Set to 1.4. * NEWS: Finalize changes for 1.4. * README: Update.
* | * configure.ac (AM_INIT_AUTOMAKE): Add dist-bzip2.Thomas Schwinge2013-09-271-2/+3
| |
* | Generate ChangeLog files for distributions.Thomas Schwinge2013-09-272-1/+451
| | | | | | | | | | | | | | * gitlog-to-changelog: New file; import from gnulib's 9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e:build-aux/gitlog-to-changelog. * Makefile.am (gen-ChangeLog): New target. (dist-hook): Depend on it.
* | dist-hook extensibility.Thomas Schwinge2013-09-271-2/+5
| | | | | | | | | | | | * Makefile.am (dist-hook): Rename to... (dist-rm-CVS): ... this new target. (dist-hook): Depend on it.
* | * README: Simplify build instructions.Thomas Schwinge2013-09-271-12/+4
|/ | | | Follow-up to commit 471e5b080f7790c2cf95e3069d9fed1173c9ec17.
* Fix gpl.texi buildSamuel Thibault2013-09-261-8/+1
| | | | | | texinfo does not support @heading/@center in the middle of an enumerate. * doc/gpl.texi: Move "NO WARRANTY" to item heading.
* Really update READMESamuel Thibault2013-09-261-3/+2
| | | | * README: Network drivers are actually enabled by default.
* Update READMESamuel Thibault2013-09-261-8/+14
| | | | | * README: Update default drivers notice. Mention cross-compilation flags for 64bit systems.
* Drop Invariant, Front-Cover and Back-Cover referencesSamuel Thibault2013-09-241-16/+4
| | | | | The referenced Invariant sections does not exist, and the front and back covers do not hold much information.
* device: remove unused file dk_label.cMarin Ramesa2013-09-221-99/+0
| | | | * device/dk_label.c: Remove file.
* add comments after endifsMarin Ramesa2013-09-211-8/+8
| | | | * device/ds_routines.c [CONFIG_PCMCIA, CONFIG_INET, LINUX_DEV, MACH_HYP]: Add comments after endifs.
* remove lint codeMarin Ramesa2013-09-211-13/+0
| | | | * device/ds_routines.c [lint]: Remove ifdefs and associated code.
* remove register qualifiersMarin Ramesa2013-09-211-33/+32
| | | | * device/ds_routines.c: Remove register qualifiers.