Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-20 | 2008-08-20 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* dir-lookup.c (diskfs_S_dir_lookup): Revert 2008-06-06 change, as it breaks when np == dnp. | |||
2008-08-03 | * glue-include/linux/socket.h (MSG_NOSIGNAL): Remove macro. | Samuel Thibault | |
2008-08-02 | 2008-08-02 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
[libpthread] * sysdeps/i386/bits/memory.h (__memory_barrier): Add memory clobber. * sysdeps/i386/bits/spin-lock.h (__pthread_spin_trylock, __pthread_spin_unlock): Add memory clobbers. [libthreads] * i386/cthreads.h (spin_unlock, spin_try_lock): Add memory clobbers. | |||
2008-07-28 | 2003-08-10 Peter Bruin <pjbruin@dds.nl> | Samuel Thibault | |
* ext2_fs.h (i_frag, i_fsize): Drop spurious `;'. | |||
2008-07-22 | 2008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* socket.c (S_socket_send): Release a reader reference instead of a writer reference when the destination is given. | |||
2008-07-22 | fix copyright years | Samuel Thibault | |
2008-07-22 | 2008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* pf.c (S_socket_fabricate_address): Drop one reference from addr since we only take the send right. * socket.c (S_socket_name): Likewise. | |||
2008-07-20 | Update copyright year. | Thomas Schwinge | |
2008-07-20 | Correct file name and convert file to UTF-8. | Thomas Schwinge | |
2008-07-20 | 2008-07-19 Flávio Cruz <flaviocruz@gmail.com> | Samuel Thibault | |
* file-get-translator.c (netfs_S_file_get_translator): Call major() and minor() macros. | |||
2008-07-18 | Update copyright years. | Thomas Schwinge | |
2008-07-18 | Convert to UTF-8. | Thomas Schwinge | |
2008-07-17 | 2008-07-17 Flávio Cruz <flaviocruz@gmail.com> | Samuel Thibault | |
* idvec-auth.c (idvec_merge_auth): Fix size in munmap calls. | |||
2008-07-14 | * perms-access.c (fshelp_access): If user->uids contain 0 and the op | Samuel Thibault | |
is S_IEXEC, return 1 only if st_mode contains at least one executable bit. | |||
2008-07-01 | Update copyright years. | Thomas Schwinge | |
2008-07-01 | Correct file name and convert file to UTF-8. | Thomas Schwinge | |
2008-07-01 | Correct ChangeLog file. | Thomas Schwinge | |
2008-07-01 | Correct file name. | Thomas Schwinge | |
2008-06-27 | 2008-06-27 Flávio Cruz <flaviocruz@gmail.com> | Samuel Thibault | |
* parms-iscontroller.c (fshelp_iscontroller): Replace duplicate check for st->ts_uid in user->uids by check for 0 in user->uids. | |||
2008-06-12 | Fix typo (bis) | Samuel Thibault | |
2008-06-12 | Fix typo. | Samuel Thibault | |
2008-06-10 | * forks.c (main): Set type of `argc' to `int'. | Samuel Thibault | |
2008-06-10 | * fakeroot.c (netfs_attempt_utimes): Use a union to avoid an improper | Samuel Thibault | |
cast. | |||
2008-06-10 | * elfcore.c (TIME_VALUE_TO_TIMESPEC): Completely implement instead of | Samuel Thibault | |
casting `time_value *' into `struct timeval *'. (dump_core): Reimplement timeradd instead of casting `time_value *' into `struct timeval *'. | |||
2008-06-10 | * console.c (parse_color): Check the character pointed by tail instead | Samuel Thibault | |
of its address. | |||
2008-06-10 | * glue-include/linux/if.h (IFF_DYNAMIC): Remove macro. | Samuel Thibault | |
2008-06-10 | * dev.c (dev_buf_rw, buffered_rw, dev_rw): Remove inline qualifier from | Samuel Thibault | |
parameters `buf_rw'. | |||
2008-06-10 | [doc/ChangeLog] | Samuel Thibault | |
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. | |||
2008-06-09 | 2008-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* dir-lookup.c (diskfs_S_dir_lookup): Unlock np in case of errors. | |||
2008-04-24 | 2008-03-19 Marc-Olivier Mercier <mercier.m@sympatico.ca> | Samuel Thibault | |
* ugids-argp.c (parse_opt): Check NULL condition for struct passwd (resp. group) pointer returned by getpwnam_r (resp. getgrnam_r). | |||
2008-04-24 | 2008-04-24 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* mux.c (lookup_user): Check null condition for struct passwd returnd by getpwnam_r. Reported by Marc-Olivier Mercier <mercier.m@sympatico.ca>. | |||
2008-03-16 | 2008-03-16 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* 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>. | |||
2008-03-16 | * init.c (reboot_system): Initialize noise_len. | Samuel Thibault | |
2008-03-16 | * nbd.c (nbd_read): Initialize piecelen. | Samuel Thibault | |
2007-12-11 | Improve last entry. | Thomas Schwinge | |
2007-12-11 | 2007-12-11 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* inode.c (read_node, write_node): Suggest what needs to be done in the future w.r.t. ``struct stat'' changes. | |||
2007-12-11 | Update list of copyright years. | Thomas Schwinge | |
2007-12-11 | 2007-12-11 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* getty.c (main) <execl>: Correctly specify sentinels to avoid GCC 4.3 warnings. | |||
2007-11-16 | 2007-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* 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>. | |||
2007-11-14 | Update copyright year. | Thomas Schwinge | |
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* node.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* inode.c (read_disknode, write_node): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* io.c (S_io_stat): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* ops.c (complete_setattr): Adapt to ``struct stat'' changes. * xdr.c (encode_fattr): Likewise. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* nfs.c (xdr_encode_sattr_stat, xdr_decode_fattr): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* times.c (trivfs_set_atime, trivfs_set_mtime): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* touch.c (fshelp_touch): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* node-times.c (diskfs_set_node_times): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* inode.c (read_disknode): Adapt to ``struct stat'' changes. | |||
2007-11-13 | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | |
* node.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes. |