Age | Commit message (Collapse) | Author |
|
* file-get-translator.c (netfs_S_file_get_translator): Call major()
and minor() macros.
|
|
|
|
|
|
* idvec-auth.c (idvec_merge_auth): Fix size in munmap calls.
|
|
is S_IEXEC, return 1 only if st_mode contains at least one executable
bit.
|
|
|
|
|
|
|
|
|
|
* parms-iscontroller.c (fshelp_iscontroller): Replace duplicate check
for st->ts_uid in user->uids by check for 0 in user->uids.
|
|
|
|
|
|
|
|
cast.
|
|
casting `time_value *' into `struct timeval *'.
(dump_core): Reimplement timeradd instead of casting `time_value *'
into `struct timeval *'.
|
|
of its address.
|
|
|
|
parameters `buf_rw'.
|
|
2008-06-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
* hurd.texi (Diskfs Callbacks): Add const qualifier to parameter
`name' of function diskfs_lookup.
[libdiskfs/ChangeLog]
2008-06-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
* dir-lookup.c (diskfs_lookup): Add const qualifier to parameter
`name'.
* dir-lookup.h (diskfs_lookup): Likewise.
|
|
* dir-lookup.c (diskfs_S_dir_lookup): Unlock np in case of errors.
|
|
* ugids-argp.c (parse_opt): Check NULL condition for struct passwd
(resp. group) pointer returned by getpwnam_r (resp. getgrnam_r).
|
|
* mux.c (lookup_user): Check null condition for struct passwd returnd
by getpwnam_r.
Reported by Marc-Olivier Mercier <mercier.m@sympatico.ca>.
|
|
* idvec-verify.c (verify_id): Compare id to (uid_t) -1 instead of
checking that is is positive or nul (which is always true).
Reported by Marc-Olivier Mercier <mercier.m@sympatico.ca>.
|
|
|
|
|
|
|
|
* inode.c (read_node, write_node): Suggest what needs to be done in the
future w.r.t. ``struct stat'' changes.
|
|
|
|
* getty.c (main) <execl>: Correctly specify sentinels to avoid GCC 4.3
warnings.
|
|
* dir-rename.c (diskfs_S_dir_rename): Call diskfs_nput (tnp) in
the EISDIR and EMLINK cases too. Reported by Olaf Buddenhagen
<olafbuddenhagen@gmx.net>.
|
|
|
|
* node.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
|
|
* inode.c (read_disknode, write_node): Adapt to ``struct stat''
changes.
|
|
* io.c (S_io_stat): Adapt to ``struct stat'' changes.
|
|
* ops.c (complete_setattr): Adapt to ``struct stat'' changes.
* xdr.c (encode_fattr): Likewise.
|
|
* nfs.c (xdr_encode_sattr_stat, xdr_decode_fattr): Adapt to ``struct
stat'' changes.
|
|
* times.c (trivfs_set_atime, trivfs_set_mtime): Adapt to ``struct
stat'' changes.
|
|
* touch.c (fshelp_touch): Adapt to ``struct stat'' changes.
|
|
* node-times.c (diskfs_set_node_times): Adapt to ``struct stat''
changes.
|
|
* inode.c (read_disknode): Adapt to ``struct stat'' changes.
|
|
* node.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
|
|
* netfs.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
|
|
* inode.c (read_node): Adapt to ``struct stat'' changes.
|
|
* trans.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
|
|
* console.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
|
|
* configure: Regenerate.
|
|
* hurd.texi: Do some copyright, licensing and menu things as suggested
by the GNU Texinfo manual.
|
|
* 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.
|
|
* options.c (ipv6_get_dflt_router) [CONFIG_IPV6]: New function.
(parse_opt) [CONFIG_IPV6]: Don't delete IPv6 interface address, if
it would be re-added immediately, but delete if otherwise.
Do not touch inet6_ifaddr after inet6_addr_del was called.
Don't purge and re-add IPv6 default router unless necessary.
(trivfs_append_args) [CONFIG_IPV6]: Use ipv6_get_dflt_router.
* linux-src/net/ipv6/addrconf.c (ipv6_del_addr): Call del_timer
on ifp->timer.
|
|
* iioctl-ops.c (S_iioctl_siocgifhwaddr): New function.
|