aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* .Roland McGrath2001-12-231-0/+6
|
* 2001-12-23 Roland McGrath <roland@frob.com>Roland McGrath2001-12-231-5/+5
| | | | | | * kids.c (store_set_child_flags): Move decrement to avoid ill-defined C behavior that gets a warning. (store_clear_child_flags): Likewise.
* .Roland McGrath2001-12-231-0/+12
|
* (find_url_class): You never saw that.Roland McGrath2001-12-231-8/+0
|
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-12-231-7/+17
| | | | | * nbd.c (nbd_validate_name): Accept an optional "nbd://" prefix. (nbdopen): Likewise.
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-12-233-1/+129
| | | | | | | | | * 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.
* .Roland McGrath2001-12-221-0/+7
|
* 2001-11-15 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-12-222-7/+18
| | | | | | | * 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).
* .Roland McGrath2001-12-225-1/+33
|
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-4/+14
| | | | * i386/thread.c (cthread_sp): Use __thread_stack_pointer.
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-7/+7
| | | | | | * streamio.c (create_buffer): extern inline -> static inline (buffer_size, buffer_readable, buffer_writable): Likewise. (clear_buffer, buffer_read): Likewise.
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-4/+4
| | | | | | * priv.h (begin_using_protid_port): Change extern inline decl into static inline with __attribute__ ((unused)) (end_using_protid_port): Likewise.
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-7/+9
| | | | * connq.c (connq_compress): #if 0 out unused function.
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-222-11/+11
| | | | | | | | | * 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-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-222-14/+17
| | | | | * proc.h (check_owner): Move this extern inline function ... * info.c (check_owner): ... to here, made static inline.
* .Roland McGrath2001-12-221-0/+10
|
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-2/+5
| | | | | * Makeconf (MIGCOMFLAGS): New variable, set -subrprefix __ here. (%_S.h %Server.c rule, %_U.h %User.c rule): Pass that to $(MIGCOM).
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-3/+14
| | | | | | | * 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.
* .Roland McGrath2001-12-222-0/+10
|
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-3/+1
| | | | | * spec.c (ps_emit_wait): Remove local extern decls for functions actually defined static.
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-6/+4
| | | | | * ftpconn.h (ftp_conn_validate_syshooks): Don't make this extern inline defn conditional on [__OPTIMIZE__].
* Remove file supposedly deleted in 1995.Roland McGrath2001-12-221-51/+0
|
* 2001-12-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-12-202-1/+5
| | | | * runsystem.sh: For now, this requires bash.
* .Roland McGrath2001-12-181-0/+5
|
* 2001-12-17 Roland McGrath <roland@frob.com>Roland McGrath2001-12-181-3/+5
| | | | | * munge.c (input_character): Fix DISCARD character handling so it doesn't process the character as plain input.
* 2001-12-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-12-112-0/+6
| | | | | * streamio.c (device_open_reply): In the D_INVALID_OPERATION case, clear ERR, which is a global variable.
* .Roland McGrath2001-12-081-0/+7
|
* 2001-12-08 Roland McGrath <roland@frob.com>Roland McGrath2001-12-081-7/+16
| | | | | | | * 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.
* .Roland McGrath2001-12-071-0/+5
|
* 2001-12-06 Roland McGrath <roland@frob.com>Roland McGrath2001-12-071-4/+4
| | | | | * dlabel.c (fd_get_device): Only deallocate NODE if store_create fails. Found by Michael Teichgraeber <gnubert@web.de>.
* .Roland McGrath2001-12-021-0/+5
|
* 2001-12-02 Roland McGrath <roland@frob.com>Roland McGrath2001-12-021-1/+9
| | | | | * mkfs.c (fsinit): Set the root directory's owner/group to the user's. Suggested by Michael Teichgraeber <gnubert@web.de>.
* .Roland McGrath2001-11-242-0/+10
|
* 2001-11-24 Roland McGrath <roland@frob.com>Roland McGrath2001-11-241-1/+1
| | | | * Makefile (installationdir): Use $(bootdir).
* 2001-11-24 Roland McGrath <roland@frob.com>Roland McGrath2001-11-241-1/+2
| | | | | | * config.make.in (bootdir): New variable, set to $(exec_prefix)/boot. (installationdirlist): Add $(bootdir) to the list. From Alfred M. Szmidt <ams@kemisten.nu>.
* typo fixRoland McGrath2001-11-231-1/+1
|
* .Roland McGrath2001-11-231-0/+5
|
* 2001-11-23 Roland McGrath <roland@frob.com>Roland McGrath2001-11-232-3/+107
| | | | | * gcore.c: New file (previously ../exec/gcore.c). Update the code. * Makefile (targets): Add gcore.
* 2001-11-23 Roland McGrath <roland@frob.com>Roland McGrath2001-11-232-88/+5
| | | | | * gcore.c: File moved to ../utils. * Makefile (DIST_FILES): Remove it.
* 2001-11-23 Roland McGrath <roland@frob.com>Roland McGrath2001-11-231-2/+2
| | | | | * gcore.c: File moved to ../utils. * Makefile (DIST_FILES): Remove it.
* .Roland McGrath2001-11-221-0/+11
|
* 2001-11-21 Roland McGrath <roland@frob.com>Roland McGrath2001-11-221-11/+42
| | | | | | | | | | * runttys.c (setup_terminal, add_terminal, init_ttys): Check for malloc failures. (add_terminal): Fix type used for sizeof calculation in realloc. (init_ttys): Likewise. 2001-11-21 Ryan M Golbeck <rmgolbeck@uwaterloo.ca> * runttys.c (setup_terminal: make_args): Fixed off by one error.
* .Roland McGrath2001-11-212-0/+8
|
* 2001-11-21 Roland McGrath <roland@frob.com>Roland McGrath2001-11-211-8/+1
| | | | * inode.c (read_node): Just always call getpid for the fsid value.
* 2001-11-21 Roland McGrath <roland@frob.com>Roland McGrath2001-11-211-8/+1
| | | | * inode.c (read_disknode): Just always call getpid for the fsid value.
* .Roland McGrath2001-11-151-0/+4
|
* 2001-11-15 Roland McGrath <roland@frob.com>Roland McGrath2001-11-151-1/+1
| | | | * Makeconf: Typo fix in last change.
* .Roland McGrath2001-11-141-0/+6
|
* 2001-11-14 Roland McGrath <roland@frob.com>Roland McGrath2001-11-141-5/+12
| | | | | | * Makeconf: Include config.make only if it exists. (configured): Set this if we included config.make. [! configured]: Set no_deps=t.
* 2001-11-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-11-042-0/+14
| | | | * debian/changelog: Update for new Debian package.