diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-11 10:40:39 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-11 10:40:39 +0200 |
commit | f91f5eb5b1fcdb0124dfd469dab5be2ab6078c62 (patch) | |
tree | e84b4b9bcf37a2012d7d425dde89cb0359cf0da5 /mach-defpager | |
parent | 2772f5c6a6a51cf946fd95bf6ffe254273157a21 (diff) |
Switch to the new ChangeLog style.
* ChangeLog: Wipe out content, and add instructions about how to get it back.
* auth/ChangeLog: Remove file.
* benchmarks/ChangeLog: Likewise.
* boot/ChangeLog: Likewise.
* bsdfsck/ChangeLog: Likewise.
* config/ChangeLog: Likewise.
* console-client/ChangeLog: Likewise.
* console/ChangeLog: Likewise.
* daemons/ChangeLog: Likewise.
* defpager/ChangeLog: Likewise.
* doc/ChangeLog: Likewise.
* exec/ChangeLog: Likewise.
* ext2fs/ChangeLog: Likewise.
* fatfs/ChangeLog: Likewise.
* fstests/ChangeLog: Likewise.
* ftpfs/ChangeLog: Likewise.
* hostmux/ChangeLog: Likewise.
* hurd/ChangeLog: Likewise.
* include/ChangeLog: Likewise.
* init/ChangeLog: Likewise.
* isofs/ChangeLog: Likewise.
* libcons/ChangeLog: Likewise.
* libdirmgt/ChangeLog: Likewise.
* libdiskfs/ChangeLog: Likewise.
* libfshelp/ChangeLog: Likewise.
* libftpconn/ChangeLog: Likewise.
* libhurdbugaddr/ChangeLog: Likewise.
* libihash/ChangeLog: Likewise.
* libiohelp/ChangeLog: Likewise.
* libnetfs/ChangeLog: Likewise.
* libpager/ChangeLog: Likewise.
* libpipe/ChangeLog: Likewise.
* libports/ChangeLog: Likewise.
* libps/ChangeLog: Likewise.
* libshouldbeinlibc/ChangeLog: Likewise.
* libstore/ChangeLog: Likewise.
* libthreads/ChangeLog: Likewise.
* libtrivfs/ChangeLog: Likewise.
* login/ChangeLog: Likewise.
* mach-defpager/ChangeLog: Likewise.
* nfs/ChangeLog: Likewise.
* nfsd/ChangeLog: Likewise.
* pfinet/ChangeLog: Likewise.
* pflocal/ChangeLog: Likewise.
* proc/ChangeLog: Likewise.
* release/ChangeLog: Likewise.
* serverboot/ChangeLog: Likewise.
* storeio/ChangeLog: Likewise.
* sutils/ChangeLog: Likewise.
* term/ChangeLog: Likewise.
* tmpfs/ChangeLog: Likewise.
* trans/ChangeLog: Likewise.
* ufs-fsck/ChangeLog: Likewise.
* ufs-utils/ChangeLog: Likewise.
* ufs/ChangeLog: Likewise.
* usermux/ChangeLog: Likewise.
* utils/ChangeLog: Likewise.
Diffstat (limited to 'mach-defpager')
-rw-r--r-- | mach-defpager/ChangeLog | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/mach-defpager/ChangeLog b/mach-defpager/ChangeLog deleted file mode 100644 index 6ba2231c..00000000 --- a/mach-defpager/ChangeLog +++ /dev/null @@ -1,64 +0,0 @@ -2007-06-06 Thomas Schwinge <tschwinge@gnu.org> - - * Makefile: Remove a comment. - * setup.c (default_pager_paging_storage): Rename to - `S_default_pager_paging_storage'. - -2002-06-15 Roland McGrath <roland@frob.com> - - * setup.c (page_write_file_direct): Use proper type for result param - of device_write. - -2002-03-23 Roland McGrath <roland@frob.com> - - * setup.c (default_pager_paging_storage): Fail if receiver port is not - default_pager_default_port. - - * Makefile (OBJS): Add default_pager_replyUser.o here. - - * main.c (default_pager_bootstrap_port): Declaration removed. - (main): Don't use it. - * Makefile (OBJS): Remove bootstrapServer.o from here. - -2001-06-05 Mark Kettenis <kettenis@gnu.org> - - * setup.c (page_read_file_direct): Fix logic to find the run that - contains the data to be read. Use size in bytes instead of blocks - when calling device_read. - (page_write_file_direct): Fix logic to find the run that contains - the data to be written. Pass SIZE_WRITTEN to device_write call - instead of &WROTE when writing a whole page. Correctly calculate - SEGSIZE. - -2001-02-28 Roland McGrath <roland@frob.com> - - * main.c (main): Instead of calling daemon, do the work ourselves but - synchronize with the child so that vm_set_default_memory_manager has - definitely been called before exit. - (nohandler): New function. - -2000-12-28 Roland McGrath <roland@frob.com> - - Override the shared code from serverboot for device access with - a new, simpler implementation with no filesystem format support. - The new code implements the new default_pager_paging_storage RPC - to set up paging areas that can be subsets of whole Mach devices, - with no Linux signature checking. The compatibility setup entry - point works as before on whole devices. - * setup.c, file_io.h: New files. - * Makefile (SRCS): Remove def_pager_setup.c, file_io.c, strfcns.c, - ext2_file_io.c, ffs_file_io.c, ffs_compat.c, minix_file_io.c, - minix_ffs_compat.c; add setup.c to replace them all. - -2000-02-06 Roland McGrath <roland@baalperazim.frob.com> - - * Makefile: Move include ../Makeconf earlier, since it sets srcdir. - -1999-11-18 Roland McGrath <roland@baalperazim.frob.com> - - * Makefile, main.c: New files for new this directory `mach-defpager'. - This is a standalone Hurd program version of the Mach default pager, - with the bulk of the source code coming from ../serverboot. - This program /hurd/mach-defpager is started like a normal daemon, - i.e. from rc or whatever, rather than being the first task. - * ChangeLog: New file, mentioning itself in this sentence. |