commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, rbraun/hurd_with_pthreads, updated. hurd-release-0-2-


From: Richard Braun
Subject: [SCM] Hurd branch, rbraun/hurd_with_pthreads, updated. hurd-release-0-2-3438-g61c51f3
Date: Sat, 11 Aug 2012 14:22:06 +0000

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, rbraun/hurd_with_pthreads has been updated
       via  61c51f36c87c9990b0ad75b8e1da7383784e7f37 (commit)
      from  015d12aaa7a63dbec0ba2230298caa7b5d802c2b (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 61c51f36c87c9990b0ad75b8e1da7383784e7f37
Author: Richard Braun <address@hidden>
Date:   Sat Aug 11 16:21:25 2012 +0200

    Replace cthreads with pthreads
    
    Uncompiled, untested, first giant patch to start work on.

-----------------------------------------------------------------------

Summary of changes:
 Makefile                              |    2 +-
 auth/Makefile                         |    3 +-
 auth/auth.c                           |   34 ++--
 boot/Makefile                         |    5 +-
 boot/boot.c                           |   43 +++---
 boot/ux.c                             |   14 +-
 console-client/Makefile               |    6 +-
 console-client/console.c              |  120 ++++++++--------
 console-client/driver.c               |   60 ++++----
 console-client/driver.h               |   33 ++--
 console-client/generic-speaker.c      |    2 -
 console-client/kbd-repeat.c           |   52 ++++----
 console-client/ncursesw.c             |   60 ++++----
 console-client/pc-kbd.c               |   10 +-
 console-client/pc-mouse.c             |   60 ++++----
 console-client/timer.c                |   35 +++--
 console-client/trans.c                |   23 ++--
 console-client/vga.c                  |   14 +-
 console/Makefile                      |    3 +-
 console/console.c                     |  105 +++++++-------
 console/display.c                     |  102 +++++++------
 console/input.c                       |   44 +++---
 console/pager.c                       |   10 +-
 defpager/backing.c                    |   12 +-
 exec/Makefile                         |    3 +-
 exec/exec.c                           |   36 +++---
 exec/hashexec.c                       |    4 +-
 exec/priv.h                           |    4 +-
 ext2fs/Makefile                       |    3 +-
 ext2fs/balloc.c                       |   32 ++--
 ext2fs/dir.c                          |    8 +-
 ext2fs/ext2fs.c                       |    4 +-
 ext2fs/ext2fs.h                       |   18 +-
 ext2fs/ialloc.c                       |   24 ++--
 ext2fs/inode.c                        |   34 ++--
 ext2fs/msg.c                          |   19 ++-
 ext2fs/pager.c                        |   66 +++++----
 ext2fs/pokel.c                        |   22 ++--
 ext2fs/storeinfo.c                    |    4 +-
 ext2fs/truncate.c                     |   12 +-
 fatfs/Makefile                        |    3 +-
 fatfs/dir.c                           |    8 +-
 fatfs/fat.c                           |   18 +-
 fatfs/fatfs.h                         |    6 +-
 fatfs/inode.c                         |   74 +++++-----
 fatfs/main.c                          |    4 +-
 fatfs/pager.c                         |   78 +++++-----
 fatfs/virt-inode.c                    |   20 ++--
 ftpfs/Makefile                        |    3 +-
 ftpfs/ccache.c                        |   24 ++--
 ftpfs/ccache.h                        |    4 +-
 ftpfs/conn.c                          |   12 +-
 ftpfs/dir.c                           |   38 +++---
 ftpfs/fs.c                            |    6 +-
 ftpfs/ftpfs.c                         |   18 +-
 ftpfs/ftpfs.h                         |    8 +-
 ftpfs/ncache.c                        |    4 +-
 ftpfs/netfs.c                         |    4 +-
 ftpfs/node.c                          |   12 +-
 hostmux/Makefile                      |    3 +-
 hostmux/hostmux.h                     |    4 +-
 hostmux/mux.c                         |   30 ++--
 hostmux/node.c                        |    2 +-
 hostmux/stubs.c                       |    2 +-
 hurd/shared.h                         |    3 +-
 isofs/Makefile                        |    3 +-
 isofs/inode.c                         |   30 ++--
 isofs/lookup.c                        |    4 +-
 isofs/main.c                          |    4 +-
 isofs/pager.c                         |   20 ++--
 libcons/Makefile                      |    3 +-
 libcons/cons-switch.c                 |    9 +-
 libcons/cons.h                        |    4 +-
 libcons/dir-changed.c                 |    8 +-
 libcons/file-changed.c                |    5 +-
 libcons/init-init.c                   |    3 +-
 libcons/vcons-close.c                 |    6 +-
 libcons/vcons-input.c                 |    5 +-
 libcons/vcons-move-mouse.c            |    5 +-
 libcons/vcons-open.c                  |    5 +-
 libcons/vcons-scrollback.c            |    6 +-
 libdiskfs/Makefile                    |    3 +-
 libdiskfs/boot-start.c                |   20 ++--
 libdiskfs/dead-name.c                 |    4 +-
 libdiskfs/dir-chg.c                   |   10 +-
 libdiskfs/dir-link.c                  |   28 ++--
 libdiskfs/dir-lookup.c                |   14 +-
 libdiskfs/dir-mkdir.c                 |    6 +-
 libdiskfs/dir-mkfile.c                |    8 +-
 libdiskfs/dir-readdir.c               |    8 +-
 libdiskfs/dir-rename.c                |   52 ++++----
 libdiskfs/dir-renamed.c               |   22 ++--
 libdiskfs/dir-rmdir.c                 |    6 +-
 libdiskfs/dir-unlink.c                |   10 +-
 libdiskfs/disk-pager.c                |   16 +-
 libdiskfs/diskfs-pager.h              |   12 +-
 libdiskfs/diskfs.h                    |    8 +-
 libdiskfs/file-access.c               |    4 +-
 libdiskfs/file-chg.c                  |    6 +-
 libdiskfs/file-exec.c                 |    4 +-
 libdiskfs/file-get-fs-opts.c          |    4 +-
 libdiskfs/file-get-trans.c            |    4 +-
 libdiskfs/file-get-transcntl.c        |    4 +-
 libdiskfs/file-getcontrol.c           |    4 +-
 libdiskfs/file-getfh.c                |    4 +-
 libdiskfs/file-lock-stat.c            |    4 +-
 libdiskfs/file-lock.c                 |    4 +-
 libdiskfs/file-reparent.c             |    4 +-
 libdiskfs/file-set-trans.c            |   30 ++--
 libdiskfs/file-sync.c                 |    4 +-
 libdiskfs/file-syncfs.c               |    4 +-
 libdiskfs/fsys-getroot.c              |   20 ++--
 libdiskfs/fsys-options.c              |   16 +-
 libdiskfs/fsys-syncfs.c               |    8 +-
 libdiskfs/ifsock.c                    |   30 ++--
 libdiskfs/init-first.c                |   11 +-
 libdiskfs/init-init.c                 |   10 +-
 libdiskfs/init-startup.c              |   12 +-
 libdiskfs/io-duplicate.c              |    4 +-
 libdiskfs/io-get-conch.c              |    6 +-
 libdiskfs/io-identity.c               |    4 +-
 libdiskfs/io-map-cntl.c               |    8 +-
 libdiskfs/io-map.c                    |    6 +-
 libdiskfs/io-modes-get.c              |    4 +-
 libdiskfs/io-modes-off.c              |    4 +-
 libdiskfs/io-modes-on.c               |    4 +-
 libdiskfs/io-modes-set.c              |    4 +-
 libdiskfs/io-owner-get.c              |    4 +-
 libdiskfs/io-owner-mod.c              |    4 +-
 libdiskfs/io-prenotify.c              |    8 +-
 libdiskfs/io-read.c                   |    6 +-
 libdiskfs/io-readable.c               |    4 +-
 libdiskfs/io-reauthenticate.c         |    6 +-
 libdiskfs/io-rel-conch.c              |    6 +-
 libdiskfs/io-restrict-auth.c          |    4 +-
 libdiskfs/io-revoke.c                 |    4 +-
 libdiskfs/io-seek.c                   |    4 +-
 libdiskfs/io-sigio.c                  |    4 +-
 libdiskfs/io-stat.c                   |    4 +-
 libdiskfs/io-write.c                  |    4 +-
 libdiskfs/lookup.c                    |    6 +-
 libdiskfs/name-cache.c                |   26 ++--
 libdiskfs/node-drop.c                 |    4 +-
 libdiskfs/node-make.c                 |    2 +-
 libdiskfs/node-nput.c                 |   14 +-
 libdiskfs/node-nputl.c                |    6 +-
 libdiskfs/node-nref.c                 |    8 +-
 libdiskfs/node-nrefl.c                |    4 +-
 libdiskfs/node-nrele.c                |   18 +-
 libdiskfs/node-nrelel.c               |    6 +-
 libdiskfs/peropen-rele.c              |    4 +-
 libdiskfs/priv.h                      |    6 +-
 libdiskfs/shutdown.c                  |   10 +-
 libdiskfs/sync-interval.c             |   30 ++--
 libfshelp/Makefile                    |    3 +-
 libfshelp/fetch-root.c                |   12 +-
 libfshelp/fshelp.h                    |   14 +-
 libfshelp/get-identity.c              |   10 +-
 libfshelp/lock-acquire.c              |   12 +-
 libfshelp/lock-init.c                 |    2 +-
 libfshelp/locks.h                     |    2 +-
 libfshelp/set-active.c                |    2 +-
 libfshelp/trans.h                     |    4 +-
 libfshelp/transbox-init.c             |    6 +-
 libiohelp/Makefile                    |    3 +-
 libiohelp/get_conch.c                 |   10 +-
 libiohelp/handle_io_release_conch.c   |    6 +-
 libiohelp/initialize_conch.c          |    4 +-
 libiohelp/iohelp.h                    |    8 +-
 libiohelp/verify_user_conch.c         |    6 +-
 libnetfs/Makefile                     |    3 +-
 libnetfs/dir-lookup.c                 |   14 +-
 libnetfs/dir-mkdir.c                  |    4 +-
 libnetfs/dir-mkfile.c                 |    2 +-
 libnetfs/dir-readdir.c                |    4 +-
 libnetfs/dir-rmdir.c                  |    4 +-
 libnetfs/dir-unlink.c                 |    4 +-
 libnetfs/drop-node.c                  |    2 +-
 libnetfs/file-chauthor.c              |    4 +-
 libnetfs/file-check-access.c          |    4 +-
 libnetfs/file-chflags.c               |    4 +-
 libnetfs/file-chmod.c                 |    4 +-
 libnetfs/file-chown.c                 |    4 +-
 libnetfs/file-exec.c                  |    4 +-
 libnetfs/file-get-storage-info.c      |    4 +-
 libnetfs/file-get-translator.c        |    6 +-
 libnetfs/file-lock-stat.c             |    4 +-
 libnetfs/file-lock.c                  |    4 +-
 libnetfs/file-reparent.c              |    6 +-
 libnetfs/file-set-size.c              |    4 +-
 libnetfs/file-set-translator.c        |   14 +-
 libnetfs/file-statfs.c                |    4 +-
 libnetfs/file-sync.c                  |    4 +-
 libnetfs/file-syncfs.c                |    4 +-
 libnetfs/file-utimes.c                |    4 +-
 libnetfs/fsys-getroot.c               |    8 +-
 libnetfs/fsys-set-options.c           |    4 +-
 libnetfs/init-init.c                  |    2 +-
 libnetfs/io-clear-some-openmodes.c    |    4 +-
 libnetfs/io-duplicate.c               |    4 +-
 libnetfs/io-get-openmodes.c           |    4 +-
 libnetfs/io-get-owner.c               |    4 +-
 libnetfs/io-identity.c                |    8 +-
 libnetfs/io-mod-owner.c               |    4 +-
 libnetfs/io-read.c                    |    6 +-
 libnetfs/io-readable.c                |    4 +-
 libnetfs/io-reauthenticate.c          |    4 +-
 libnetfs/io-restrict-auth.c           |    6 +-
 libnetfs/io-revoke.c                  |    4 +-
 libnetfs/io-seek.c                    |    4 +-
 libnetfs/io-set-all-openmodes.c       |    4 +-
 libnetfs/io-set-some-openmodes.c      |    4 +-
 libnetfs/io-stat.c                    |    4 +-
 libnetfs/io-write.c                   |    6 +-
 libnetfs/make-node.c                  |    2 +-
 libnetfs/netfs.h                      |    5 +-
 libnetfs/nput.c                       |    6 +-
 libnetfs/nref.c                       |    4 +-
 libnetfs/nrele.c                      |    6 +-
 libnetfs/release-peropen.c            |    6 +-
 libnetfs/shutdown.c                   |    6 +-
 libpager/Makefile                     |    3 +-
 libpager/chg-compl.c                  |    6 +-
 libpager/clean.c                      |    4 +-
 libpager/data-request.c               |   14 +-
 libpager/data-return.c                |   14 +-
 libpager/data-unlock.c                |    4 +-
 libpager/inhibit-term.c               |    2 +-
 libpager/lock-completed.c             |    6 +-
 libpager/lock-object.c                |    8 +-
 libpager/mark-error.c                 |    4 +-
 libpager/no-senders.c                 |    4 +-
 libpager/object-init.c                |    4 +-
 libpager/object-terminate.c           |    8 +-
 libpager/offer-page.c                 |    8 +-
 libpager/pager-attr.c                 |   10 +-
 libpager/pager-create.c               |    4 +-
 libpager/pager-shutdown.c             |    4 +-
 libpager/priv.h                       |    5 +-
 libpager/seqnos.c                     |    8 +-
 libpipe/Makefile                      |    3 +-
 libpipe/pipe.c                        |   98 +++++++------
 libpipe/pipe.h                        |   40 +++---
 libports/Makefile                     |    1 +
 libports/begin-rpc.c                  |   13 +-
 libports/bucket-iterate.c             |    5 +-
 libports/claim-right.c                |    6 +-
 libports/class-iterate.c              |    7 +-
 libports/complete-deallocate.c        |    3 +-
 libports/count-bucket.c               |    5 +-
 libports/count-class.c                |    5 +-
 libports/create-bucket.c              |    5 +-
 libports/create-internal.c            |   11 +-
 libports/destroy-right.c              |    5 +-
 libports/enable-bucket.c              |    7 +-
 libports/enable-class.c               |    7 +-
 libports/end-rpc.c                    |    7 +-
 libports/get-right.c                  |    7 +-
 libports/import-port.c                |   11 +-
 libports/inhibit-all-rpcs.c           |    7 +-
 libports/inhibit-bucket-rpcs.c        |    7 +-
 libports/inhibit-class-rpcs.c         |    7 +-
 libports/inhibit-port-rpcs.c          |    7 +-
 libports/init.c                       |    5 +-
 libports/interrupt-notified-rpcs.c    |    4 +-
 libports/interrupt-on-notify.c        |   22 ++--
 libports/interrupt-operation.c        |    4 +-
 libports/interrupt-rpcs.c             |    5 +-
 libports/interrupted.c                |   14 +-
 libports/lookup-port.c                |    5 +-
 libports/manage-multithread.c         |   47 +++---
 libports/no-senders.c                 |    7 +-
 libports/port-deref-weak.c            |    5 +-
 libports/port-deref.c                 |    7 +-
 libports/port-ref-weak.c              |    5 +-
 libports/port-ref.c                   |    5 +-
 libports/ports.h                      |    7 +-
 libports/reallocate-from-external.c   |    5 +-
 libports/reallocate-port.c            |    5 +-
 libports/resume-all-rpcs.c            |    7 +-
 libports/resume-bucket-rpcs.c         |    7 +-
 libports/resume-class-rpcs.c          |    7 +-
 libports/resume-port-rpcs.c           |    7 +-
 libports/stubs.c                      |    2 +
 libports/transfer-right.c             |    4 +-
 libstore/Makefile                     |    1 +
 libstore/gunzip.c                     |    1 -
 libstore/part.c                       |   11 +-
 libstore/unzipstore.c                 |    8 +-
 libtreefs/dir-lookup.c                |   16 +-
 libtreefs/fsys-getroot.c              |    2 +-
 libtreefs/fsys-hooks.c                |    4 +-
 libtreefs/fsys.c                      |    4 +-
 libtreefs/trans-help.c                |   22 ++--
 libtreefs/trans-start.c               |    2 +-
 libtreefs/treefs.h                    |   62 ++++----
 libtrivfs/cntl-create.c               |    2 +-
 libtrivfs/dyn-classes.c               |   15 +-
 libtrivfs/io-reauthenticate.c         |    4 +-
 libtrivfs/io-restrict-auth.c          |    4 +-
 libtrivfs/protid-clean.c              |    8 +-
 libtrivfs/protid-dup.c                |    4 +-
 libtrivfs/trivfs.h                    |    4 +-
 mach-defpager/Makefile                |    2 +-
 mach-defpager/default_pager.c         |  230 ++++++++++++++--------------
 mach-defpager/kalloc.c                |   32 ++--
 mach-defpager/main.c                  |   10 +-
 nfs/Makefile                          |    3 +-
 nfs/cache.c                           |   28 ++--
 nfs/main.c                            |    8 +-
 nfs/mount.c                           |    2 +-
 nfs/name-cache.c                      |   30 ++--
 nfs/nfs.h                             |    5 +-
 nfs/ops.c                             |  168 +++++++++++-----------
 nfs/rpc.c                             |   44 ++++---
 nfsd/Makefile                         |    3 +-
 nfsd/cache.c                          |   71 +++++-----
 nfsd/loop.c                           |    5 +-
 nfsd/main.c                           |   23 +++-
 nfsd/nfsd.h                           |    6 +-
 pfinet/Makefile                       |    3 +-
 pfinet/ethernet.c                     |   10 +-
 pfinet/glue-include/asm/spinlock.h    |    2 +-
 pfinet/glue-include/linux/interrupt.h |    4 +-
 pfinet/glue-include/linux/sched.h     |   14 +-
 pfinet/glue-include/linux/timer.h     |    2 +-
 pfinet/glue-include/linux/wait.h      |    2 +-
 pfinet/kmem_cache.c                   |    6 +-
 pfinet/main.c                         |    4 +-
 pfinet/pfinet.h                       |    6 +-
 pfinet/sched.c                        |   12 +-
 pfinet/socket.c                       |    6 +-
 pfinet/timer-emul.c                   |    4 +-
 pfinet/tunnel.c                       |   20 ++--
 pflocal/Makefile                      |    3 +-
 pflocal/connq.c                       |   60 ++++----
 pflocal/io.c                          |   48 +++---
 pflocal/sock.c                        |   64 ++++----
 pflocal/sock.h                        |    8 +-
 pflocal/socket.c                      |   20 ++--
 pflocal/sserver.c                     |   20 ++-
 proc/Makefile                         |    3 +-
 proc/info.c                           |    4 +-
 proc/main.c                           |    6 +-
 proc/mgt.c                            |    8 +-
 proc/msg.c                            |   18 ++-
 proc/proc.h                           |    6 +-
 proc/stubs.c                          |   10 +-
 proc/wait.c                           |    6 +-
 storeio/Makefile                      |    3 +-
 storeio/dev.c                         |   18 +-
 storeio/dev.h                         |    8 +-
 storeio/open.c                        |   14 +-
 storeio/open.h                        |    2 +-
 storeio/pager.c                       |   32 +++--
 storeio/storeio.c                     |   20 ++--
 term/Makefile                         |    3 +-
 term/devio.c                          |   27 ++--
 term/hurdio.c                         |   55 ++++---
 term/main.c                           |   12 +-
 term/munge.c                          |    6 +-
 term/ptyio.c                          |   83 +++++-----
 term/term.h                           |   49 +++++--
 term/users.c                          |  264 ++++++++++++++++----------------
 tmpfs/Makefile                        |    3 +-
 tmpfs/dir.c                           |    4 +-
 tmpfs/node.c                          |   20 ++--
 tmpfs/tmpfs.c                         |   19 ++-
 tmpfs/tmpfs.h                         |    4 +-
 trans/Makefile                        |    9 +-
 trans/fakeroot.c                      |   58 ++++----
 trans/fifo.c                          |   50 +++---
 trans/hello-mt.c                      |   37 +++---
 trans/new-fifo.c                      |   54 ++++----
 trans/streamio.c                      |  131 +++++++++--------
 ufs/Makefile                          |    3 +-
 ufs/alloc.c                           |   38 +++---
 ufs/dir.c                             |    8 +-
 ufs/hyper.c                           |   10 +-
 ufs/inode.c                           |   44 +++---
 ufs/main.c                            |   10 +-
 ufs/pager.c                           |  105 ++++++++-----
 ufs/pokeloc.c                         |   14 +-
 ufs/sizes.c                           |   47 ++++--
 ufs/ufs.h                             |   13 +-
 usermux/Makefile                      |    3 +-
 usermux/mux.c                         |   38 +++---
 usermux/node.c                        |    2 +-
 usermux/usermux.h                     |    4 +-
 utils/Makefile                        |   11 +-
 utils/fakeauth.c                      |    8 +-
 utils/rpctrace.c                      |    6 +-
 392 files changed, 3000 insertions(+), 2819 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]