summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-02.static names make static files okSamuel Thibault
2010-08-02Update dateSamuel Thibault
2010-08-02More lintian fixesSamuel Thibault
* debian/hurd-dev.lintian-overrides: New overrides to allow libstore_* not being stripped (they wouldn't work, else).
2010-08-02Lintian fixesSamuel Thibault
* debian/rules: Remove debian/ChangeLog generation. * debian/hurd.lintian-overrides: New overrides to announce which servers are supposed to be statically linked, and accept hurd to be essential. * debian/hurd-udeb.lintian-overrides: New overrides to validate hurd-i386-specific paths.
2010-08-02Add comX to the minimal setSamuel Thibault
as it'll be needed for serial-port-based d-i
2010-08-02actually apply init_fix.patchSamuel Thibault
2010-08-02init_fix.patch: New upstream patch to fix halt/reboot.Samuel Thibault
2010-08-01Maximize glyph usage for chineseSamuel Thibault
* debian/local/runsystem: Pass -g option to the console to maximize glyph usage for chinese.
2010-08-01upload to unstableSamuel Thibault
2010-08-01fix debian/local/setup-translators permissionsSamuel Thibault
2010-08-01Remove debian/ChangeLog on cleanSamuel Thibault
2010-08-01Ignore erroneous number of glyphs in bdf filesSamuel Thibault
* debian/patches/console_ignore_bdf_err.patch: New patch to ignore erroneous number of glyphs in bdf files.
2010-08-01Update Vcs fields to point to the new git repositoriesSamuel Thibault
2010-08-01Set compression to bzip2Samuel Thibault
2010-08-01Add symlink to unifont.bdfSamuel Thibault
* debian/hurd.links: Add symlink to /usr/src/unifont.bdf from the unifont package to /usr/share/hurd/vga-system.bdf so the console can pick it up when installed.
2010-08-01Merge branch 'upstream-merged'Samuel Thibault
2010-08-01Merge branch 'upstream' into upstream-mergedSamuel Thibault
2010-08-01Sort out how device and server nodes are createdJeremie Koenig
- debian/patches/makedev_keep_options.patch: Introduces the -k and -K options to MAKEDEV, respectively to keep active translators running or leave existing files alone completely. - debian/patches/makedev_parted_store.patch: MAKEDEV -p will use parted instead of device stores for disk partitions. - debian/local/setup-translators: New script installed in /usr/lib/hurd, uses MAKEDEV's new options to create all the necessary device and server nodes. - debian/local/runsystem (hurd-udeb): Uses setup-translators in "minimal mode" to prepare the initrd when the installer is started. Parted stores are used to avoid problems when reloading the partition table. - debian/hurd.postinst: Uses setup-translators to create missing nodes on upgrades (on initial installs, debootstrap will use the setup-translators script from the installed hurd package to setup the devices and servers itself).
2010-08-01Include /servers in d-iJeremie Koenig
* debian/hurd-udeb.dirs: Include /servers.
2010-08-01Start mach-defpager in d-iJeremie Koenig
* debian/local/runsystem (hurd-udeb): Start mach-defpager.
2010-08-01Fix and enable parted storesJeremie Koenig
* debian/control: Build-Depend on libparted-dev. * debian/rules: Enable parted stores, in a hackish way for now. * debian/local/partman/commit.d/40hurd_reload-partitions: New file for hurd-udeb, make partman restart the partition translators after the partition table has been changed. * debian/hurd-udeb.install: Install file above.
2010-08-01Merge tag 'upstream/20100701'Samuel Thibault
2010-08-01Merge branch 'upstream' into upstream-mergedSamuel Thibault
2010-08-01New upstream 20100701 snapshot.Samuel Thibault
- debian/patches/dir_acces_fix.patch: Remove patch, merged upstream. - debian/patches/exec_fix.patch: Likewise. - debian/patches/libdiskfs-rename.patch: Likewise. - debian/patches/libpthread_mutex_owner.patch: Likewise. - debian/patches/libpthread_recursive_mutex_initializer.patch: Likewise. - debian/patches/libpthread_setcancel.patch: Likewise. - debian/patches/pfinet-gcc-4.3-fix.patch: Likewise. - debian/patches/procfs.patch: Likewise. - debian/patches/libpthread_cancel_init.patch: Likewise - debian/patches/libpthread_kill_0.patch: Likewise - debian/patches/console_current_vcs.patch: Likewise - debian/patches/hurd_console_startup.patch: Likewise - debian/patches/MAKEDEV.patch: Likewise - debian/patches/tmpfs.patch: Likewise - debian/patches/libpthread_procfs.patch: New patch, to enable libpthread and procfs build.
2010-08-01Merge tag 'upstream/20090701'Samuel Thibault
2010-08-01Merge branch 'libpthread-moved' into upstream-mergedSamuel Thibault
2010-08-01Merge branch 'procfs-moved' into upstream-mergedSamuel Thibault
2010-08-01Merge branch 'upstream' into upstream-mergedSamuel Thibault
2010-08-01New upstream snapshotSamuel Thibault
Let's redo the snapshot, with clean git checkout, libpthread moved files, etc. but still 20090404 for now.
2010-08-01Fix path in new Hurd 20090404 snapshotSamuel Thibault
2010-08-01Merge commit 'upstream/20090404'Samuel Thibault
2010-08-01Merge tag 'upstream/libpthread/20090404' into upstream-mergedSamuel Thibault
2010-08-01Move files to procfs to merge along hurdSamuel Thibault
2010-08-012010-05-31 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
* procfs_nonpid_files.c (procfs_read_nonpid_meminfo): Print swap sizes using %llu.
2010-08-012008-12-12 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
* procfs_nonpid_files.c (procfs_read_nonpid_meminfo): Divide by 1024 value returned by get_swap_size and get_swap_free to get kilobytes.
2010-08-012008-09-02 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* netfs.c: (netfs_get_dirents): Add call to procfs_dir_entries_remove().
2010-08-012008-08-30 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* procfs_dir.c: (procfs_dir_create): Assign newly created directory to its pointer in netnode. (procfs_dir_remove): Removed function. (free_entry): New function. (ordered_unlink): Likewise. (delete): Likewise. (sweep): Likewise. (procfs_dir_entries_remove): Likewise. (is_in_pid_list): Removed call to make_dir_invalid (). (procfs_fill_root_dir): struct stat *stat -> struct stat stat. Add Read and Execute permissions to all in stat.st_mode. Set stat.st_nlink to 1. Set stat.st_size to 0. Add struct proc_stat *ps definition. Set struct proc_stat data from _proc_stat_create () function and set stat.st_uid and stat.st_gid from the data in that structure. * procfs_pid_files.c: (update_pid_entries): Add Read permissions to all in stat->st_mode.
2010-08-012008-08-29 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* AUTHORS: File removed. * COPYING: Likewise. * README: Likewise.
2010-08-012008-08-18 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* procfs_nonpid_files.c: (procfs_write_nonpid_stat): Changed to procfs_read_nonpid_stat. (procfs_write_nonpid_meminfo): Changed to procfs_read_nonpid_meminfo. (procfs_write_nonpid_loadavg): Changed to procfs_read_nonpid_loadavg. (procfs_write_nonpid_uptime): Changed to procfs_read_nonpid_uptime. (procfs_write_nonpid_version):Changed to procfs_read_nonpid_version. * procfs_pid_files.c: (procfs_write_stat_file): Changed to procfs_read_stat_file. Changed the comment correspondingly from Write to Read. (procfs_write_cmdline_file ): Changed to procfs_read_cmdline_file. Changed the comment correspondingly from Write to Read. (procfs_write_status_file): Changed to procfs_read_status_file. Changed the comment correspondingly from Write to Read. (procfs_write_statm_file): Changed to procfs_read_statm_file. Changed the comment correspondingly from Write to Read. (procfs_write_files_contents): Changed to procfs_read_files_contents. Changed the comment correspondingly from Write to Read. Changed the call to procfs_write_nonpid_stat to procfs_read_nonpid_stat. Changed the call to procfs_write_stat_file to procfs_read_stat_file. Changed the call to procfs_write_cmdline_file to procfs_read_cmdline_file. Changed the call to procfs_write_status_file to procfs_read_status_file. Changed the call to procfs_write_statm_file to procfs_read_statm_file. Changed the call to procfs_write_nonpid_meminfo to procfs_read_nonpid_meminfo. Changed the call to procfs_write_nonpid_loadavg to procfs_read_nonpid_loadavg. Changed the call to procfs_write_nonpid_uptime to procfs_read_nonpid_uptime. Changed the call to procfs_write_nonpid_version to procfs_read_nonpid_version. netfs.c: (netfs_attempt_read): Changed the call from procfs_write_files_contents to procfs_read_files_contents.
2010-08-012008-08-18 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* procfs_nonpid_files.c: (get_uptime): Changed the parameter type from double to struct timeval. Changed the parameter name from uptime_secs to uptime. Removed uptime variable. Changed timersub to use the passed pointer instead of the local variable. Removed the calculation of uptime_secs. (get_total_times): Changed the parameters type from double to struct timeval. Changed the parameters name from total_user_time_secs to total_user_time and total_system_time_secs to total_system_time. New variables total_user_time_tmp, total_system_time_tmp and tmpval of type struct timeval. Call timerclear to clear the tmp variables. Remove calculation of times in seconds and do the same on struct timeval variables throughout using the timeradd macro. Assign values of temporary local variables to the pointers passed as parameters. (procfs_write_nonpid_stat): Replaced variables that hold time in seconds with struct timeval type variables and jiffy_t type variables. Argument to get_uptime changed from uptime_secs to uptime. Arguments to get_total_times changed from total_user_time_secs to total_user_time and total_system_time_secs to total_system_time. Replace arithematic time subtraction with timersub macro. Convert all the times in struct timeval type variables to jiffy_t type. Changed the type casting for the asprintf arguments to be compatible with jiffy_t type. (procfs_write_nonpid_uptime): Replaced variables that hold time in seconds with struct timeval type variables. Argument to get_uptime changed from uptime_secs to uptime. Arguments to get_total_times changed from total_user_time_secs to total_user_time and total_system_time_secs to total_system_time. Replace arithematic time subtraction with timersub macro. Convert all the times in struct timeval type variables to seconds.
2010-08-012008-08-18 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* procfs_nonpid_files.c: (procfs_write_nonpid_version): New function. * procfs_pid_files.c: (procfs_write_files_contents): Add a check to find if the read is requested for the version file and corresponding a call to it.
2010-08-012008-08-14 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* procfs.h: (jiffy_t): New typedef. * procfs_pid.h: "procfs.h" is included. (struct procfs_pid_files): Changed all the occurrences of time_t to jiffy_t. * procfs_pid_files.c: Removed "procfs.h". (adjust_jiffy_time): Changed return type from time_t to jiffy_t. Changed the type of jiffy_time variable from time_t to jiffy_t. (get_live_threads_time): Changed the type of utime and stime from time_t to jiffy_t. (get_stat_data): Changed the type of utime and stime from time_t to jiffy_t.
2010-08-012008-08-14 Madhusudan.C.S <madhusudancs@gmail.com>Madhusudan.C.S
* ChangeLog: New file added to procfs * AUTHORS: New file added to procfs * COPYING: New file added to procfs * README: New file added to procfs * Makefile: New file added to procfs * bootstrap.c: New file added to procfs * netfs.c: New file added to procfs * node.c: New file added to procfs * procfs.c: New file added to procfs * procfs.h: New file added to procfs * procfs_dir.c: New file added to procfs * procfs_nonpid_files.c: New file added to procfs * procfs_pid.h: New file added to procfs * procfs_pid_files.c: New file added to procfs
2010-08-01move file to libpthread/Samuel Thibault
2010-08-01Merge branch 'libpthread' into libpthread-movedSamuel Thibault
2010-08-01Move files to libpthread/ for inclusion along hurdSamuel Thibault
2010-06-18 * debian/local/runsystem.gnu: Integrate jkoenig d-i changes, rename toSamuel Thibault
debian/local/runsystem.
2010-06-18 * debian/hurd-udeb.install: remove reboot and halt (will be provided bySamuel Thibault
busybox), remove crash and password (not useful), add procfs.
2010-06-06Bump Standards-Version to 3.8.4 (no change needed).Samuel Thibault
2010-06-06Drop -1 from gnumach-dev dependency.Samuel Thibault