summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/libc/bsdlib.cc
Commit message (Expand)AuthorAgeFilesLines
* login_tty: Rewrite following FreeBSD's tracesCorinna Vinschen2016-11-241-15/+8
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-2/+3
* * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen2014-05-221-0/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-2/+2
* * fhandler.h (__ptsname): New macro.Christopher Faylor2011-11-081-3/+12
* * libc/bsdlib.cc: Include err.h.Corinna Vinschen2011-02-021-0/+1
* Make pty.h match recent glibc.Eric Blake2009-12-261-3/+4
* Consistently use va_end.Eric Blake2009-10-141-0/+4
* * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen2009-04-151-3/+0
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-4/+0
* * cygwin.din (_getutline): Remove.Christopher Faylor2008-07-301-2/+2
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-281-1/+1
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-9/+0
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-1/+2
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-101-0/+49
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-7/+7
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-0/+2
* * bsdlib.cc (getprogname): New function.Corinna Vinschen2003-11-171-0/+22
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * bsdlib.cc (_vwarnx): New function.Corinna Vinschen2003-11-061-0/+73
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-101-0/+165