summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Christopher Faylor2000-10-2845-301/+196
* * Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor2000-10-286-53/+63
* Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor2000-10-2815-686/+764
* * strace.cc (main): Add a '-b' option.Christopher Faylor2000-10-282-2/+14
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-277-329/+326
* * sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor2000-10-273-5/+11
* * fhandler_socket.cc: New file.Corinna Vinschen2000-10-276-300/+324
* * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen2000-10-267-42/+260
* * ntsec.sgml: Slight changes. Fix some errors.Corinna Vinschen2000-10-262-11/+16
* * ntsec.sgml: Changed the (now incorrect) hint that ntsec onlyCorinna Vinschen2000-10-262-1/+8
* * signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor2000-10-262-3/+7
* * exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor2000-10-252-1/+7
* Add comment.Christopher Faylor2000-10-251-0/+1
* * dtable.cc (dtable::fixup_after_exec): Use variable rather than constantlyChristopher Faylor2000-10-252-7/+14
* * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen2000-10-253-10/+28
* * dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor2000-10-252-2/+4
* * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor2000-10-256-3/+28
* * ntdll.h: New file.Corinna Vinschen2000-10-244-36/+94
* * libc/include/sys/unistd.h: Add defines for sysconf valuesCorinna Vinschen2000-10-242-22/+32
* * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen2000-10-244-10/+18
* Update "How can I access other drives?" entry with details about --change-cyg...David Starks-Browning2000-10-241-7/+17
* Update entry "What's the difference between packages in 'latest' and 'contrib'.David Starks-Browning2000-10-241-0/+4
* Add more details to "What if setup fails?" entry.David Starks-Browning2000-10-241-0/+18
* * exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor2000-10-246-8/+27
* Add mail submission addresses for autoconf and config.{guess,sub}.Ben Elliston2000-10-241-0/+2
* forced checkin.Christopher Faylor2000-10-240-0/+0
* testing.Christopher Faylor2000-10-231-1/+1
* * Makefile.common (LIBGCC): Acommodate older gcc's that don't needChristopher Faylor2000-10-231-1/+1
* Forced checkin.Christopher Faylor2000-10-230-0/+0
* * sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor2000-10-232-1/+6
* * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen2000-10-232-12/+18
* * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen2000-10-235-73/+92
* * sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor2000-10-232-2/+6
* * security.cc: Eliminate C++ comments throughout.Corinna Vinschen2000-10-232-49/+62
* * Makefile.common (LIBGCC): Acommodate older gcc's that don't need libstdc++.a.Christopher Faylor2000-10-232-2/+13
* * fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor2000-10-237-4/+35
* flip/flop change.Christopher Faylor2000-10-221-2/+2
* Minor change.Christopher Faylor2000-10-221-2/+2
* Test checkin.Christopher Faylor2000-10-221-2/+2
* Minor change.Christopher Faylor2000-10-221-2/+2
* Forced checkin.Christopher Faylor2000-10-220-0/+0
* * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen2000-10-223-25/+21
* * Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since builtinChristopher Faylor2000-10-212-2/+7
* Fix typo.Christopher Faylor2000-10-212-2/+2
* * pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well asChristopher Faylor2000-10-212-1/+6
* * spawn.cc (spawn_guts): Don't do the reparenting step if we notice that theChristopher Faylor2000-10-212-5/+7
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-218-36/+57
* * times.cc (to_time_t): pass zero time as epochDJ Delorie2000-10-203-0/+16
* gas/Jakub Jelinek2000-10-202-2/+9
* Makefile.in shuffle.Christopher Faylor2000-10-202-160/+104