[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] Hurd branch, master, updated. v0.8-22-g0e3a795
From: |
Justus Winter |
Subject: |
[SCM] Hurd branch, master, updated. v0.8-22-g0e3a795 |
Date: |
Sun, 7 Aug 2016 21:30:26 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 0e3a795af98b6441d0a9928036e140978511e272 (commit)
via ceae83bd25aadee094ec9d3a95cf27510cea2037 (commit)
from bc170131016969f1d79409337833046ae1f4501b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0e3a795af98b6441d0a9928036e140978511e272
Author: Justus Winter <address@hidden>
Date: Sun May 22 19:35:10 2016 +0200
libpager: provide 'pager_create_alloc'
Add a variant to 'pager_create' that allocates memory for the user
hook next to the pager data increasing locality.
* console/pager.c (pager_clear_user_data): Fix type of 'idx', do not
free 'upi'.
(user_pager_create): Use the new function.
* doc/hurd.texi: Document new function.
* ext2fs/pager.c (pager_clear_user_data): Don't free 'upi'.
(diskfs_get_filemap): Use the new function.
* fatfs/pager.c (pager_clear_user_data): Don't free 'upi'.
(diskfs_get_filemap): Use the new function.
* isofs/pager.c (pager_clear_user_data): Don't free 'upi'.
(diskfs_get_filemap): Use the new function.
* libpager/pager-create.c (_pager_create): New generic allocation
function.
(pager_create): Use the new generic function.
(pager_create_alloc): New function.
* libpager/pager.h (pager_create_alloc): New prototype.
commit ceae83bd25aadee094ec9d3a95cf27510cea2037
Author: Justus Winter <address@hidden>
Date: Sun Aug 7 15:16:57 2016 +0200
proc: Fix references to the startup server.
* proc/main.c: Fix references to the startup server in code and
comments.
* proc/mgt.c: Likewise.
* proc/msg.c: Likewise.
* proc/proc.h: Likewise.
-----------------------------------------------------------------------
Summary of changes:
console/pager.c | 22 ++++++++-------------
doc/hurd.texi | 5 +++++
ext2fs/pager.c | 25 +++++++++++-------------
fatfs/pager.c | 21 +++++++++-----------
isofs/pager.c | 18 ++++++++---------
libpager/pager-create.c | 50 ++++++++++++++++++++++++++++++++++++++---------
libpager/pager.h | 8 ++++++++
proc/main.c | 5 ++---
proc/mgt.c | 4 ++--
proc/msg.c | 10 +++++-----
proc/proc.h | 2 +-
11 files changed, 101 insertions(+), 69 deletions(-)
hooks/post-receive
--
Hurd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] Hurd branch, master, updated. v0.8-22-g0e3a795,
Justus Winter <=