aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-082-2/+8
| | | | * Makefile (HURDLIBS): Add shouldbeinlibc.
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-082-2/+8
| | | | | * Makefile (HURDLIBS): Add fshelp. Reported by Olaf Buddenhagen <olafbuddenhagen@gmx.net>.
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-082-1/+9
| | | | * Makefile (HURDLIBS): New variable.
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-082-3/+7
| | | | * Makefile (HURDLIBS): Add shouldbeinlibc.
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-082-2/+6
| | | | * Makefile (HURDLIBS): Add fshelp and ports.
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-082-15/+35
| | | | | | * Makefile: Rework, so that dependency tracking is done for all files. * Makefile (HURDLIBS): Add ihash and shouldbeinlibc.
* 2008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-12-082-7/+6
| | | | * Makeconf (local-installhdrsubdir): Always put files below `include/'.
* 2008-11-17 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-11-173-1/+19
| | | | | | * configure.in: Unconditionally use the provided `install-sh'. Make use of its `-C' option. * configure: Regenerate.
* 2008-11-17 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-11-172-201/+474
| | | | * install-sh: Update to the GNU Automake 1.10.1 one.
* 2008-10-02 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2008-10-022-0/+9
| | | | | * glue-include/linux/socket.h: Revert last change. (MSG_NOSIGNAL): Guard definition and add a compile-time warning.
* 2008-08-21 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-08-262-11/+19
| | | | | | * dir-lookup.c (diskfs_S_dir_lookup): Initialize NEWPI and NEWPO to 0, set back to 0 when they do not need to be referenced any more, dereference them if needed just before exit, after all unlocking.
* 2008-08-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-08-202-8/+7
| | | | | * dir-lookup.c (diskfs_S_dir_lookup): Revert 2008-06-06 change, as it breaks when np == dnp.
* * glue-include/linux/socket.h (MSG_NOSIGNAL): Remove macro.Samuel Thibault2008-08-032-1/+4
|
* 2008-08-02 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-08-022-2/+13
| | | | | | | | | | [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.
* 2003-08-10 Peter Bruin <pjbruin@dds.nl>Samuel Thibault2008-07-282-2/+6
| | | | * ext2_fs.h (i_frag, i_fsize): Drop spurious `;'.
* 2008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-07-222-1/+6
| | | | | * socket.c (S_socket_send): Release a reader reference instead of a writer reference when the destination is given.
* fix copyright yearsSamuel Thibault2008-07-222-2/+2
|
* 2008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-07-223-0/+8
| | | | | | * pf.c (S_socket_fabricate_address): Drop one reference from addr since we only take the send right. * socket.c (S_socket_name): Likewise.
* Update copyright year.Thomas Schwinge2008-07-201-1/+1
|
* Correct file name and convert file to UTF-8.Thomas Schwinge2008-07-201-1/+1
|
* 2008-07-19 Flávio Cruz <flaviocruz@gmail.com>Samuel Thibault2008-07-202-2/+7
| | | | | * file-get-translator.c (netfs_S_file_get_translator): Call major() and minor() macros.
* Update copyright years.Thomas Schwinge2008-07-181-1/+3
|
* Convert to UTF-8.Thomas Schwinge2008-07-181-1/+1
|
* 2008-07-17 Flávio Cruz <flaviocruz@gmail.com>Samuel Thibault2008-07-172-4/+8
| | | | * idvec-auth.c (idvec_merge_auth): Fix size in munmap calls.
* * perms-access.c (fshelp_access): If user->uids contain 0 and the opSamuel Thibault2008-07-142-2/+8
| | | | | is S_IEXEC, return 1 only if st_mode contains at least one executable bit.
* Update copyright years.Thomas Schwinge2008-07-0113-15/+20
|
* Correct file name and convert file to UTF-8.Thomas Schwinge2008-07-011-2/+2
|
* Correct ChangeLog file.Thomas Schwinge2008-07-011-0/+4
|
* Correct file name.Thomas Schwinge2008-07-011-1/+1
|
* 2008-06-27 Flávio Cruz <flaviocruz@gmail.com>Samuel Thibault2008-06-272-1/+6
| | | | | * parms-iscontroller.c (fshelp_iscontroller): Replace duplicate check for st->ts_uid in user->uids by check for 0 in user->uids.
* Fix typo (bis)Samuel Thibault2008-06-121-1/+1
|
* Fix typo.Samuel Thibault2008-06-121-1/+1
|
* * forks.c (main): Set type of `argc' to `int'.Samuel Thibault2008-06-102-0/+5
|
* * fakeroot.c (netfs_attempt_utimes): Use a union to avoid an improperSamuel Thibault2008-06-102-7/+16
| | | | cast.
* * elfcore.c (TIME_VALUE_TO_TIMESPEC): Completely implement instead ofSamuel Thibault2008-06-102-5/+18
| | | | | | casting `time_value *' into `struct timeval *'. (dump_core): Reimplement timeradd instead of casting `time_value *' into `struct timeval *'.
* * console.c (parse_color): Check the character pointed by tail insteadSamuel Thibault2008-06-102-1/+6
| | | | of its address.
* * glue-include/linux/if.h (IFF_DYNAMIC): Remove macro.Samuel Thibault2008-06-102-1/+4
|
* * dev.c (dev_buf_rw, buffered_rw, dev_rw): Remove inline qualifier fromSamuel Thibault2008-06-102-12/+17
| | | | parameters `buf_rw'.
* [doc/ChangeLog]Samuel Thibault2008-06-105-4/+15
| | | | | | | | | | | | | | 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-06 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-06-092-2/+12
| | | | * dir-lookup.c (diskfs_S_dir_lookup): Unlock np in case of errors.
* 2008-03-19 Marc-Olivier Mercier <mercier.m@sympatico.ca>Samuel Thibault2008-04-242-11/+37
| | | | | * ugids-argp.c (parse_opt): Check NULL condition for struct passwd (resp. group) pointer returned by getpwnam_r (resp. getgrnam_r).
* 2008-04-24 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-04-242-4/+14
| | | | | | * 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 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2008-03-162-1/+7
| | | | | | * 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>.
* * init.c (reboot_system): Initialize noise_len.Samuel Thibault2008-03-162-1/+5
|
* * nbd.c (nbd_read): Initialize piecelen.Samuel Thibault2008-03-162-1/+5
|
* Improve last entry.Thomas Schwinge2007-12-111-2/+3
|
* 2007-12-11 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-12-112-16/+36
| | | | | * inode.c (read_node, write_node): Suggest what needs to be done in the future w.r.t. ``struct stat'' changes.
* Update list of copyright years.Thomas Schwinge2007-12-111-1/+3
|
* 2007-12-11 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-12-112-3/+10
| | | | | * getty.c (main) <execl>: Correctly specify sentinels to avoid GCC 4.3 warnings.
* 2007-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2007-11-162-0/+9
| | | | | | * 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>.