summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-292001-10-13 Roland McGrath <roland@frob.com>Roland McGrath
* storage-info.c: New file. * Makefile (SRCS): Add it. * mount.c (mounted_hostname, mounted_nfs_port): New global variables. (mount_root): Set them. * nfs.h: Declare them.
2001-12-29.Roland McGrath
2001-12-292001-12-28 Roland McGrath <roland@frob.com>Roland McGrath
* storeinfo.c (main): Pass STORE_NO_FILEIO to store_create.
2001-12-292001-12-26 Roland McGrath <roland@frob.com>Roland McGrath
* unknown.c: New file. * Makefile (SRCS): Add it. * store.h (store_unknown_class, store_unknown_decode): Declare them. * create.c (store_create): If store_decode fails with EINVAL, and we were called with the STORE_NO_FILEIO flag bit set, then use store_unknown_decode.
2001-12-29.Roland McGrath
2001-12-292001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* fs.c (ftpfs_create): Move braces around to avoid warning.
2001-12-29.Roland McGrath
2001-12-28You saw nothing.Roland McGrath
2001-12-282001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (SRCS): Add url.c to the list.
2001-12-23.Roland McGrath
2001-12-232001-12-23 Roland McGrath <roland@frob.com>Roland McGrath
* kids.c (store_set_child_flags): Move decrement to avoid ill-defined C behavior that gets a warning. (store_clear_child_flags): Likewise.
2001-12-23.Roland McGrath
2001-12-23(find_url_class): You never saw that.Roland McGrath
2001-12-232001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c (nbd_validate_name): Accept an optional "nbd://" prefix. (nbdopen): Likewise.
2001-12-232001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* url.c: New file. (store_url_open): New function. (store_url_open_class): New const variable. * store.h: Declare them. * std.c (store_std_classes): Add &store_url_open_class to the list, move &store_nbd_class after it.
2001-12-22.Roland McGrath
2001-12-222001-11-15 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* Makeconf (TAGS) [configured]: Create tags for MiG generated files. * Makefile (TAGS): Generate dependencies respecting broken code markers, i.e. based on $(working-prog-subdirs) and not $(prog-subdirs).
2001-12-22.Roland McGrath
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* i386/thread.c (cthread_sp): Use __thread_stack_pointer.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* streamio.c (create_buffer): extern inline -> static inline (buffer_size, buffer_readable, buffer_writable): Likewise. (clear_buffer, buffer_read): Likewise.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* priv.h (begin_using_protid_port): Change extern inline decl into static inline with __attribute__ ((unused)) (end_using_protid_port): Likewise.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* connq.c (connq_compress): #if 0 out unused function.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* sock.h (sock_deref): Don't define this extern inline. Instead, use static inline and __attribute__ ((unused)). * mig-decls.h (begin_using_sock_user_port): Likewise. (end_using_sock_user_port): Likewise. (begin_using_addr_port): Likewise. (end_using_addr_port): Likewise.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* proc.h (check_owner): Move this extern inline function ... * info.c (check_owner): ... to here, made static inline.
2001-12-22.Roland McGrath
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* Makeconf (MIGCOMFLAGS): New variable, set -subrprefix __ here. (%_S.h %Server.c rule, %_U.h %User.c rule): Pass that to $(MIGCOM).
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in (asm_syntax): Grok "powerpc" value for $host_cpu. Default asm_syntax to $host_cpu if not a known type. Complain about unsupported CPU iff libthreads/$asm_syntax/cthreads.h is missing; make that complaint a warning rather than fatal error.
2001-12-22.Roland McGrath
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* spec.c (ps_emit_wait): Remove local extern decls for functions actually defined static.
2001-12-222001-12-22 Roland McGrath <roland@frob.com>Roland McGrath
* ftpconn.h (ftp_conn_validate_syshooks): Don't make this extern inline defn conditional on [__OPTIMIZE__].
2001-12-22Remove file supposedly deleted in 1995.Roland McGrath
2001-12-202001-12-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* runsystem.sh: For now, this requires bash.
2001-12-18.Roland McGrath
2001-12-182001-12-17 Roland McGrath <roland@frob.com>Roland McGrath
* munge.c (input_character): Fix DISCARD character handling so it doesn't process the character as plain input.
2001-12-112001-12-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* streamio.c (device_open_reply): In the D_INVALID_OPERATION case, clear ERR, which is a global variable.
2001-12-08.Roland McGrath
2001-12-082001-12-08 Roland McGrath <roland@frob.com>Roland McGrath
* dir-lookup.c (diskfs_S_dir_lookup): Append trailing / to RETRYNAME returned for absolute symlink when MUSTBEDIR is set. Reported by Moritz Schulte <moritz@duesseldorf.ccc.de>. Also, bcopy -> memcpy; avoid strcat.
2001-12-07.Roland McGrath
2001-12-072001-12-06 Roland McGrath <roland@frob.com>Roland McGrath
* dlabel.c (fd_get_device): Only deallocate NODE if store_create fails. Found by Michael Teichgraeber <gnubert@web.de>.
2001-12-02.Roland McGrath
2001-12-022001-12-02 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c (fsinit): Set the root directory's owner/group to the user's. Suggested by Michael Teichgraeber <gnubert@web.de>.
2001-11-24.Roland McGrath
2001-11-242001-11-24 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (installationdir): Use $(bootdir).
2001-11-242001-11-24 Roland McGrath <roland@frob.com>Roland McGrath
* config.make.in (bootdir): New variable, set to $(exec_prefix)/boot. (installationdirlist): Add $(bootdir) to the list. From Alfred M. Szmidt <ams@kemisten.nu>.
2001-11-23typo fixRoland McGrath
2001-11-23.Roland McGrath
2001-11-232001-11-23 Roland McGrath <roland@frob.com>Roland McGrath
* gcore.c: New file (previously ../exec/gcore.c). Update the code. * Makefile (targets): Add gcore.
2001-11-232001-11-23 Roland McGrath <roland@frob.com>Roland McGrath
* gcore.c: File moved to ../utils. * Makefile (DIST_FILES): Remove it.
2001-11-232001-11-23 Roland McGrath <roland@frob.com>Roland McGrath
* gcore.c: File moved to ../utils. * Makefile (DIST_FILES): Remove it.
2001-11-22.Roland McGrath