Age | Commit message (Collapse) | Author |
|
* i386/thread.c (cthread_sp): Use __thread_stack_pointer.
|
|
* streamio.c (create_buffer): extern inline -> static inline
(buffer_size, buffer_readable, buffer_writable): Likewise.
(clear_buffer, buffer_read): Likewise.
|
|
* priv.h (begin_using_protid_port): Change extern inline decl
into static inline with __attribute__ ((unused))
(end_using_protid_port): Likewise.
|
|
* connq.c (connq_compress): #if 0 out unused function.
|
|
* 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.
|
|
* proc.h (check_owner): Move this extern inline function ...
* info.c (check_owner): ... to here, made static inline.
|
|
|
|
* Makeconf (MIGCOMFLAGS): New variable, set -subrprefix __ here.
(%_S.h %Server.c rule, %_U.h %User.c rule): Pass that to $(MIGCOM).
|
|
* 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.
|
|
|
|
* spec.c (ps_emit_wait): Remove local extern decls for functions
actually defined static.
|
|
* ftpconn.h (ftp_conn_validate_syshooks): Don't make this extern
inline defn conditional on [__OPTIMIZE__].
|
|
|
|
* runsystem.sh: For now, this requires bash.
|
|
|
|
* munge.c (input_character): Fix DISCARD character handling
so it doesn't process the character as plain input.
|
|
* streamio.c (device_open_reply): In the D_INVALID_OPERATION case,
clear ERR, which is a global variable.
|
|
|
|
* 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.
|
|
|
|
* dlabel.c (fd_get_device): Only deallocate NODE if store_create fails.
Found by Michael Teichgraeber <gnubert@web.de>.
|
|
|
|
* mkfs.c (fsinit): Set the root directory's owner/group to the user's.
Suggested by Michael Teichgraeber <gnubert@web.de>.
|
|
|
|
* Makefile (installationdir): Use $(bootdir).
|
|
* config.make.in (bootdir): New variable, set to $(exec_prefix)/boot.
(installationdirlist): Add $(bootdir) to the list.
From Alfred M. Szmidt <ams@kemisten.nu>.
|
|
|
|
|
|
* gcore.c: New file (previously ../exec/gcore.c). Update the code.
* Makefile (targets): Add gcore.
|
|
* gcore.c: File moved to ../utils.
* Makefile (DIST_FILES): Remove it.
|
|
* gcore.c: File moved to ../utils.
* Makefile (DIST_FILES): Remove it.
|
|
|
|
* 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.
|
|
|
|
* inode.c (read_node): Just always call getpid for the fsid value.
|
|
* inode.c (read_disknode): Just always call getpid for the fsid value.
|
|
|
|
* Makeconf: Typo fix in last change.
|
|
|
|
* Makeconf: Include config.make only if it exists.
(configured): Set this if we included config.make.
[! configured]: Set no_deps=t.
|
|
* debian/changelog: Update for new Debian package.
|
|
* dir-lookup.c (diskfs_S_dir_lookup): When looking up the next
pathname component, remove assertion for DS and allocate DS if 0.
Allow creation of files through symlink with non-existant target.
From Roland McGrath <roland@frob.com>.
|
|
* debian/changelog: Update for new Debian package.
|
|
|
|
|
|
* rpctrace.c (trace_and_forward): Move assert on expected port type to
after check for notifications (which always use fake send-once rights).
|
|
|
|
* glue-include/linux/sched.h (process_schedule_timeout): New
function used as timer callback for schedule_timeout.
(schedule_timeout): Implement it.
|
|
|
|
|