aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-10-28Whitespace cleanup.Christopher Faylor45-301/+196
2000-10-28* Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor6-53/+63
2000-10-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor15-686/+764
2000-10-28* strace.cc (main): Add a '-b' option.Christopher Faylor2-2/+14
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen7-329/+326
2000-10-27* sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor3-5/+11
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen6-300/+324
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen7-42/+260
2000-10-26 * ntsec.sgml: Slight changes. Fix some errors.Corinna Vinschen2-11/+16
2000-10-26 * ntsec.sgml: Changed the (now incorrect) hint that ntsec onlyCorinna Vinschen2-1/+8
2000-10-26* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor2-3/+7
2000-10-25* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor2-1/+7
2000-10-25Add comment.Christopher Faylor1-0/+1
2000-10-25* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantlyChristopher Faylor2-7/+14
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen3-10/+28
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor2-2/+4
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor6-3/+28
2000-10-24 * ntdll.h: New file.Corinna Vinschen4-36/+94
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen4-10/+18
2000-10-24Update "How can I access other drives?" entry with details about --change-cyg...David Starks-Browning1-7/+17
2000-10-24Update entry "What's the difference between packages in 'latest' and 'contrib'.David Starks-Browning1-0/+4
2000-10-24Add more details to "What if setup fails?" entry.David Starks-Browning1-0/+18
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor6-8/+27
2000-10-23testing.Christopher Faylor1-1/+1
2000-10-23* Makefile.common (LIBGCC): Acommodate older gcc's that don't needChristopher Faylor1-1/+1
2000-10-23* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor2-1/+6
2000-10-23 * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen2-12/+18
2000-10-23 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen5-73/+92
2000-10-23* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor2-2/+6
2000-10-23* security.cc: Eliminate C++ comments throughout.Corinna Vinschen2-49/+62
2000-10-23* Makefile.common (LIBGCC): Acommodate older gcc's that don't need libstdc++.a.Christopher Faylor2-2/+13
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor7-4/+35
2000-10-22flip/flop change.Christopher Faylor1-2/+2
2000-10-22Minor change.Christopher Faylor1-2/+2
2000-10-22Test checkin.Christopher Faylor1-2/+2
2000-10-22Minor change.Christopher Faylor1-2/+2
2000-10-22 * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen3-25/+21
2000-10-21* Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since builtinChristopher Faylor2-2/+7
2000-10-21Fix typo.Christopher Faylor2-2/+2
2000-10-21* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well asChristopher Faylor2-1/+6
2000-10-21* spawn.cc (spawn_guts): Don't do the reparenting step if we notice that theChristopher Faylor2-5/+7
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor8-36/+57
2000-10-20* times.cc (to_time_t): pass zero time as epochDJ Delorie3-0/+16
2000-10-20Makefile.in shuffle.Christopher Faylor2-160/+104
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor5-14/+37
2000-10-19 * Makefile.in: increment VERSION. Change tar file name for dist andEarnie Boyd5-479/+916
2000-10-19 * Makefile.in: increment VERSION. Change tar file name for dist andEarnie Boyd2-4/+21
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor5-2/+22
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie8-105/+144
2000-10-19* ssp.c: newDJ Delorie4-1/+934