aboutsummaryrefslogtreecommitdiff
path: root/utils/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* doc/Marcus Brinkmann2001-01-081-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-08 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Store Management): Replace off_t with store_offset_t. (Store I/O): Likewise. (Store Classes): Likewise. ext2fs/ 2001-01-08 Marcus Brinkmann <marcus@gnu.org> * ext2fs.c (main): Use %Ld instead %ld to print store->size. * hyper.c (get_hypermetadata): Likewise. libstore/ 2001-01-08 Marcus Brinkmann <marcus@gnu.org> * zero.c (zero_remap): Change type of variables length, old_length to store_offset_t. (zero_decode): Change type of variable size to store_offset_t. (zero_open): Likewise. Use strtoull instead strtoul to parse size argument from name. Use store_offset_t for max_offs and its calculation. (store_zero_create): Use store_offset_t type for size argument. * derive.c (_store_derive): Use store_offset_t as type for variable last_part_base. * stripe.c (addr_adj): Change types of addr argument and return value to store_offset_t. (store_ileave_create): Change type of interleave argument and variables min_end and end to store_offset_t, but type of variable block_size to size_t. (store_concat_create): Change type of variable block_size to size_t. * make.c (_store_create): Change end argument type to store_offset_t. * store.h: New type store_offset_t, define to off64_t. (struct store_run): Change type of start and length to store_offset_t. (struct store): Change type of end, wrap_src, wrap_dst, blocks, size to store_offset_t. Change type of addr arg in store_read_meth_t and store_write_meth_t to store_offset_t, as well as in declarations for store_read and store_write. Change type of argument end in _store_create declaration to store_offset_t. Change type of argument size in store_zero_create to store_offset_t. Change type of argument interleace in store_ileace_create to store_offset_t. * rdwr.c (store_find_first_run): Change type of return value, addr and *base arguments, and variables wrap_src and run_blocks to store_offset_t. (store_next_run): Change type of *base argument to store_offset_t. (store_write): Change type of addr argument and variable base to store_offset_t. (store_read): Likewise, also for addr argument of local function seg_read. Change type of len argument to size_t. * copy.c (copy_read): Change type of addr argument to store_offset_t. (copy_write): Likewise. * device.c (dev_read): Likewise. (dev_write): Likewise. * file.c (file_read): Likewise. (file_write): Likewise. (file_byte_read): Likewise. (file_byte_write): Likewise. * mvol.c (mvol_read): Likewise. (mvol_write): Likewise. * remap.c (remap_read): Likewise. (remap_write): Likewise. * stripe.c (stripe_read): Likewise. (stripe_write): Likewise. * task.c (task_read): Likewise. (task_write): Likewise. * zero.c (zero_read): Likewise. (zero_write): Likewise. * remap.c (store_remap_runs): Change type of addr and len arguments of local function add_run and of local variables addr, length, baddr, blen and len to store_offset_t. (remap_open): Cast -1 to store_offset_t, not off_t. * argp.c (struct store_parsed): Change type of interleave from off_t to store_offset_t. (store_parsed_append_args): Use %Ld instead %ld to print interleave value. (store_parsed_name): Likewise. ufs/ 2001-01-08 Marcus Brinkmann <marcus@gnu.org> * main.c (main): Use %Ld instead %ld to print store->size. * hyper.c (get_hypermetadata): Likewise. * inode.c (diskfs_S_file_get_storage_info): Change type of variables start and length from off_t to store_offset_t. utils/ 2001-01-08 Marcus Brinkmann <marcus@gnu.org> * storeread.c (main): Change type of addr to store_offset_t, also for first argument of local function dump. Add comment about store->size as len parameter for store_read. Use atoll instead atoi for addr argument. * storeinfo.c (print_store): Remove local function pint, add two similar functions psiz and poff, accepting and printing a size_t or store_offset_t respectively. Use psiz to print block_size, poff to print blocks and size of store. Use %Ld instead %ld to print runs. * storecat.c (main): Change type of addr and left to store_offset_t.
* 2000-10-18 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-10-181-0/+5
| | | | | * devprobe.c (main): Call device_close before freeing the device port.
* 2000-07-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-07-271-0/+6
| | | | | | * portinfo.c: Comment out unimplemented argument `--show-targets'. Reported by Marcus.Brinkmann@ruhr-uni-bochum.de.
* * Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis2000-07-261-0/+7
| | | | | | comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-0/+6
| | | | | | * frobauth-mod.c (frobauth_modify): Don't use MOVE_SEND in Hurd RPC. * msgport.c (do_setfd, cmd_chcwdir, cmd_cdroot, cmd_chcrdir): Likewise.
* 2000-02-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-081-0/+12
| | | | | | | | | | | | Remove the su utility, which is incompatible with traditional su as provided by sh-utils and used by some portable shell scripts. The Hurdish su functionality is available as `setauth --save'. * su.c: File removed. * Makefile (targets): Remove su. (SRCS): Remove su.c. (su): Target removed from various dependency rules. (su-LDLIBS): Variable removed. * unsu.c (doc): Refer to setauth --save rather than su.
* .Roland McGrath2000-01-221-0/+5
|
* .Roland McGrath1999-11-211-0/+4
|
* mount.sh replaced by mount.cRoland McGrath1999-11-191-0/+10
|
* .Roland McGrath1999-11-181-0/+10
|
* .Roland McGrath1999-09-221-0/+4
|
* .Roland McGrath1999-09-211-0/+5
|
* 1999-08-10 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-041-2/+4
| | | | | | * portinfo.c: Correct documentation for (currently implemented) --target-send and --target-send-once options. Reported by Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de).
* .Roland McGrath1999-08-201-0/+4
|
* .Roland McGrath1999-07-241-0/+4
|
* .Roland McGrath1999-07-181-0/+4
|
* .Roland McGrath1999-07-181-0/+5
|
* .Roland McGrath1999-07-161-0/+7
|
* .Roland McGrath1999-07-111-2/+10
|
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-0/+10
| | | | | | | | | | * login.c (cat): Use munmap instead of vm_deallocate. (check_owned): Likewise. (kill_login): Likewise. * storeread.c (main): Likewise. * showtrans.c (main): Likewise. * pids.c (add_fn_pids): Likewise. * msgport.c (cmd_getenv): Likewise.
* 1999-07-01 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-07-021-0/+9
| | | | | | | | | * Makefile (INSTALL-addauth-ops, INSTALL-setauth-ops, INSTALL-su-ops): Removed. These programs don't have to be installed suid-root anymore. * frobauth-mod.c (frobauth_modify): Do not try to set the owner of the processes we're frobbing. The process set their owner themselves when we pass them their new authentication.
* .Roland McGrath1999-06-231-0/+5
|
* .Roland McGrath1999-06-201-0/+4
|
* .Roland McGrath1999-05-291-0/+9
|
* .Roland McGrath1999-05-161-0/+5
|
* .Roland McGrath1999-04-251-0/+4
|
* Fri Mar 12 15:22:02 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-121-0/+5
| | | | | * login.c (add_utmp_entry): Properly call setutent and endutent around the getutline call.
* .Roland McGrath1999-03-111-0/+6
|
* .Roland McGrath1999-02-271-3/+7
|
* Fri Feb 19 02:43:11 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-191-0/+3
| | | | | * login.c (main): Correctly implement -f instead of always acting as if it were set.
* Fri Feb 19 02:43:11 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-191-0/+6
| | | | | | * login.c (main): When transitioning from no UID's to having UID's create a new session like normal. Reported by Mark M. Kettenis <kettenis@wins.uva.nl>.
* 1999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-101-0/+5
| | | | | * login.c (main): If no effective uid, really use first auxiliary uid to use as password entry to get parameters from.
* .Roland McGrath1999-01-031-0/+5
|
* .Roland McGrath1998-12-311-0/+7
|
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-0/+24
|
* .Roland McGrath1998-08-251-0/+6
|
* Mon Aug 3 17:10:05 1998 Joel N. Weber II <devnull@theobromine.ai.mit.edu>Thomas Bushnell1998-08-031-0/+4
| | | | * Makefile (msgport): Add dependency on libshouldbeinlibc.
* .Roland McGrath1998-07-251-0/+4
|
* .Roland McGrath1998-07-241-0/+7
|
* .Roland McGrath1998-07-201-0/+4
|
* .Roland McGrath1998-07-201-11/+23
|
* Wed Apr 22 16:38:59 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-04-221-0/+6
| | | | | | * ping.c (MAXHOSTNAMELEN): Don't define. (main): Delete variable `hnamebuf'. Store directly into properly malloced `hostname' variable.
* Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-04-221-0/+13
| | | | | | | | | | | | | * ping.c: New file. Originally P.D. from US Army; then modified by BSD, then added to Linux. Taken from Linux ping and adapted for Hurd and submitted for inclusion by Kunihiro Ishiguro (kunihiro@zebra.org). * Makefile (targets): Add `ping'. (SRCS): Add `ping.c'. (ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the pfinet sources. (INSTALL-ping-ops): Install ping suid root. (ping): Depend on `../libthreads/libthreads.a'.
* .Miles Bader1997-09-291-0/+18
|
* .Miles Bader1997-08-081-1/+3
|
* .Miles Bader1997-08-081-0/+9
|
* .Miles Bader1997-07-291-0/+5
|
* .Miles Bader1997-07-151-0/+5
|
* .Miles Bader1997-07-141-0/+4
|
* .Miles Bader1997-07-031-0/+4
|