Age | Commit message (Collapse) | Author |
|
* configure.in: Unconditionally use the provided `install-sh'. Make
use of its `-C' option.
* configure: Regenerate.
|
|
* inode.c (read_disknode, write_node): Adapt to ``struct stat''
changes.
|
|
* configure: Regenerate.
|
|
* config.make.in (gnu89-inline-CFLAGS): New variable.
* Makeconf (CFLAGS): Evaluate that one instead of hard-coding.
Suggested by Olaf Buddenhagen,
<http://lists.gnu.org/archive/html/bug-hurd/2007-11/msg00006.html>
* configure.in (libc_cv_gnu89_inline): Fill depending on a compile-time
test, as per glibc HEAD, 2007-11-07.
|
|
|
|
|
|
2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
* hurd.texi: Document diskfs_set_node_atime.
[ext2fs/ChangeLog]
2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
* dir.c (diskfs_lookup_hard, diskfs_dirempty): Call
diskfs_set_node_atime instead of setting dp->dn_set_atime.
[fatfs/ChangeLog]
2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
* dir.c (diskfs_lookup_hard, diskfs_dirempty): Call
diskfs_set_node_atime instead of setting dp->dn_set_atime.
[libdiskfs/ChangeLog]
2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
* diskfs.h (diskfs_set_node_atime): New declaration.
* node-times.c (diskfs_set_node_atime): New function.
[ufs/ChangeLog]
2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
* dir.c (diskfs_lookup_hard, diskfs_dirempty): Call
diskfs_set_node_atime instead of setting dp->dn_set_atime.
* inode.c (read_symlink_hook): Likewise.
|
|
* default_pager.c (default_pager_object_create, default_pager_info)
(default_pager_objects, default_pager_object_pages)
(default_pager_object_set_size, default_pager_paging_file): Rename to
`S_default_pager_object_create', `S_default_pager_info',
`S_default_pager_objects', `S_default_pager_object_pages',
`S_default_pager_object_set_size' and `S_default_pager_paging_file'.
|
|
[bug #17121 --- ``GNU Hurd debian dir'']
* debian/ChangeLog: Remove file.
* Makefile (other-subdirs): Remove `debian'.
|
|
|
|
* debian/Makefile: Remove file.
* debian/README.Debian: Likewise.
* debian/TODO: Likewise.
* debian/changelog: Likewise.
* debian/conffiles: Likewise.
* debian/control: Likewise.
* debian/copyright: Likewise.
* debian/postinst: Likewise.
* debian/prerm: Likewise.
* debian/rc: Likewise.
* debian/rules: Likewise.
* debian/servers.boot: Likewise.
* debian/shlibs: Likewise.
* debian/shlibs.local: Likewise.
* debian/update-rc.d: Likewise.
|
|
* kalloc.c: #include <malloc.h>.
(init_hook, malloc_hook, free_hook): New functions.
(__malloc_initialize_hook): New variable.
(malloc, free): Functions removed.
|
|
* mkfs.c (parse_opt): Move UP's functionality into UP_INT in order to
fix invalid lvalues.
|
|
* dir.h (DIRECT_NAMELEN): Don't use ?: as a lvalue.
|
|
* configure.in: Error out if MiG couldn't be found.
* configure: Regenerated.
|
|
* README.CVS: New file.
|
|
|
|
|
|
|
|
|
|
|
|
* fsck.h (num_files): Change type to long.
|
|
* strfcns.c: #include <stdarg.h> instead of <varargs.h>.
(strbuild): Use <stdarg.h>-style for handling variable argument
list.
* load.c: Don't #include <varargs.h>.
|
|
|
|
* configure: New generated file, now in the repository.
|
|
Update for Autoconf 2.54.
* configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
(AC_PREREQ): Require Autoconf 2.54.
(AC_INIT): Update to no arguments syntax. Call AC_CONFIG_SRCDIR.
(AC_OUTPUT): Update to no arguments syntax. Call AC_CONFIG_FILES.
(AC_CHECK_TOOL, hurd_PROG_CC): Replace with ...
(AC_PROG_CC): ... this.
* aclocal.m4: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
(hurd_PROG_CC, hurd_PROG_CC_WORKS): Removed.
|
|
* control (Uploader): Add Neal.
* shlibs: Add pthreads.
* rules: Add debian/tmp/lib/hurd/console/* to search path for
shared objects.
* changelog: Add Neal's last release and my upcoming.
|
|
|
|
* dir.h (MAXNAMLEN): #undef before defining.
|
|
* control (Build-Depends): Add libncursesw5-dev.
* changelog: Add a note about this here.
|
|
|
|
* changelog: Update for new Debian package.
|
|
* configure.in: Check for uselocale function.
|
|
* aclocal.m4 (hurd_LIB_NCURSESW): New test, modified from GNU
inetutils 1.4.0.
* configure.in: Use hurd_LIB_NCURSESW.
* config.make.in (LIBNCURSESW): New variable, substituted by
configure.
(NCURSESW_INCLUDE): Likewise.
* Makefile (lib-subdirs): Add libcons.
(prog-subdirs): Add console.
console/
2002-08-22 Marcus Brinkmann <marcus@gnu.org>
* console.h: Move file to ../hurd/.
* Makefile (LCLHDRS): Remove console.h.
* display.c: Include <hurd/console.h> instead "console.h".
* console.c: Likewise.
hurd/
2002-08-22 Marcus Brinkmann <marcus@gnu.org>
* console.h: Move here from ../console/.
* Makefile (INSTHDRS): Add console.h.
utils/
2002-08-22 Marcus Brinkmann <marcus@gnu.org>
* Makefile: Include `../config.make' early on to get LIBNCURSESW
variable from configure before including Makeconf.
(targets) [LIBNCURSES]: Add console-ncurses.
(SRCS) [LIBNCURSES]: Add console-ncurses.c.
(HURDLIBS) [LIBNCURSES]: Add cons.
(console-ncurses): New target.
(console-ncurses-CPPFLAGS): New variable.
(console-ncurses-LDLIBS): Likewise.
|
|
* control (Uploaders): New field, suggested by Jeff Bailey.
(Build-Depends): Add version requirement for mig.
* shlibs: Update version to 0.3, add version restriction.
* shlibs.local: Likewise.
* changelog: Update for next upload.
|
|
* control (Uploaders): New field, suggested by Jeff Bailey.
|
|
* rules: Symlinks should point to relative location, not absolute.
|
|
|
|
* dir.c (diskfs_direnter_hard): Fix test in last change.
|
|
|
|
* elf-load.c (exec_load): Fix e_machine checking.
|
|
|
|
* elf-load.c (exec_load): Fix typos in last change.
|
|
|
|
* elf-load.c (exec_load) [__alpha__]: Grok Elf64_* headers and check
for EM_ALPHA.
* exec.c (set_regs) [__alpha__]: Alpha implementation snarfed from CMU
file bootstrap/alpha/exec.c in MK83a.
|
|
* load.c (boot_script_exec_cmd): Twiddle decls of serverboot_bunzip2
and serverboot_gunzip.
* load.c (boot_script_exec_cmd): Cast int to intptr_t before char *.
|
|
|
|
* default_pager.c: #include "default_pager_S.h"
|
|
|
|
* fsck.h (struct dirinfo): Revert i_isize to using u_int.
|