Windows: Use overlapped I/O, CreateFile
[sbcl.git] / src / code / unix.lisp
2012-10-19 David LichteblauWindows: Use overlapped I/O, CreateFile
2012-05-01 Nikodemus Siivolaadd SB-UNIX:UNIX-EXIT back, use the deprecation framwor...
2012-04-29 Nikodemus Siivolaredesign exiting SBCL
2011-08-23 Paul KhuongFix a typo in NANOSLEEP
2011-08-23 Nikodemus Siivolaoops, fix recent NANOSLEEP change
2011-08-22 Nikodemus Siivolanon-consing NANOSLEEP
2011-08-10 William Halliburtonfix initial FILE-POSITION for OPEN :IF-EXISTS :APPEND
2011-05-15 Nikodemus Siivola1.0.48.19: another go at fixing the win32 build
2011-05-10 Nikodemus Siivola1.0.48.7: add FD-STREAM-FD-TYPE, use it to decide when...
2011-03-02 Nikodemus Siivola1.0.46.19: add :NOT-NULL option to C-STRING type
2010-11-10 Nikodemus Siivola1.0.44.21: expand ~ in pathnames
2010-09-30 Nikodemus Siivola1.0.43.4: deal with interrupted open(2) calls
2010-09-27 Juho Snellman1.0.42.54: #!+darwin the nanosleep hack
2010-09-21 Nikodemus Siivola1.0.42.50: workaround a Darwin nanosleep() bug
2010-09-19 Nikodemus Siivola1.0.42.45: more descriptive errors for exceeding FD_SETSIZE
2010-09-19 Nikodemus Siivola1.0.42.43: FD-STREAMS no longer hook into SERVE-EVENT...
2010-09-19 Nikodemus Siivola1.0.42.41: use poll(2) instead of select(2) in SYSREAD...
2010-09-19 Nikodemus Siivola1.0.42.40: replace hardcoded FD-SETSIZE with a groveled one
2010-04-30 Christophe Rhodes1.0.37.74: support NetBSD-current
2009-11-19 Christophe Rhodes1.0.32.32: add support for x86-64/NetBSD
2009-07-28 Nikodemus Siivola1.0.30.7: refactor debugging cruft in definition of...
2009-05-21 Nikodemus Siivola1.0.28.66: implement SB-EXT:GET-TIME-OF-DAY
2009-05-21 Nathan Froyd1.0.28.62: restore SYSCALL macros to the target build
2009-05-20 Nikodemus Siivola1.0.28.61: partial re-implementation of DIRECTORY
2009-05-09 Nathan Froyd1.0.28.34: convert once-used DEFMACROs to EVAL-WHEN...
2009-04-24 Christophe Rhodes1.0.27.37: fix host constant leaks
2009-04-24 Christophe Rhodes1.0.27.32: implement and use SB!XC:GENSYM
2009-03-22 Juho Snellman1.0.26.13: OpenBSD x86-64 support
2009-02-16 Gabor Melis1.0.25.14: comments
2009-01-03 Nikodemus Siivola1.0.24.17: grab-bag of fixes to make hpux-os smile
2008-10-28 Richard M Kreuter1.0.21.36: Fix a bug in one path through RUN-PROGRAM.
2008-03-14 Nikodemus Siivola1.0.15.34: tweak the PCL cache improvement from 1.0...
2008-03-14 Nikodemus Siivola1.0.15.33: implement SB-VM::WITH-CYCLE-COUNTER for...
2008-01-10 Richard M Kreuter1.0.13.19: Odds and ends (OpenBSD NEWS, minor bug in...
2008-01-04 Juho Snellman1.0.13.14: Reduce character stream input consing
2007-12-31 Richard M Kreuter1.0.13.4: Removing UNIX-NAMESTRING, part 4
2007-12-13 Richard M Kreuter1.0.12.31: using default external format for RUN-PROGRA...
2007-11-17 kreuter1.0.11.27: Oops-fix -- committed intermediate code...
2007-11-17 kreuter1.0.11.26: correcting some types in SB-UNIX.
2007-10-04 Thiemo Seufer1.0.10.22: Code formatting.
2007-09-05 Thiemo Seufer1.0.9.31: Fix broken syntax.
2007-09-02 Thiemo Seufer1.0.9.27: Fix large file support for MIPS.
2007-07-19 Nikodemus Siivola1.0.7.30: be more paranoid about saps
2007-05-06 Juho Snellman1.0.5.40: probably fix win32 build
2007-04-29 Nikodemus Siivola1.0.5.9: experimental semi-synchronous deadlines
2007-04-19 Nikodemus Siivola1.0.4.106: refactoring FILE-POSITION on FD-STREAMS...
2007-04-05 Nikodemus Siivola1.0.4.28: optimize GET-INTERNAL-REAL-TIME on Unix.
2007-04-05 Cyrus Harmon1.0.4.26: fix wrapped stat struct for darwin
2007-03-15 Cyrus Harmon1.0.3.39: larger heap size for x86-64/darwin
2007-03-03 Cyrus Harmon1.0.3.22: fix with-pinned-object buglets
2007-03-03 Cyrus Harmon1.0.3.21: suseconds_t -> long on win32
2007-03-02 Cyrus Harmon1.0.3.15: timeval tv-usec should be suseconds-t not...
2006-11-12 Juho Snellman0.9.18.46:
2006-10-28 Nikodemus Siivola0.9.18.11: whitespace
2006-10-26 Nikodemus Siivola0.9.18.9: Pathname Love on Win32
2006-10-26 Nikodemus Siivola0.9.18.6: Win32 get-internal-real-time improved
2006-09-06 Juho Snellman0.9.16.17:
2006-06-18 Nikodemus Siivola0.9.13.46: GET-INTERNAL-RUN-TIME on Windows, + Windows...
2006-04-06 Christophe Rhodes0.9.11.16:
2006-04-05 Rudi Schlatte0.9.11.13
2006-01-18 Christophe Rhodes0.9.8.44:
2006-01-10 Christophe Rhodes0.9.8.31:
2006-01-06 Christophe Rhodes0.9.8.17:
2006-01-03 Christophe Rhodes0.9.8.7:
2005-12-16 Christophe Rhodes0.9.7.31:
2005-10-12 Thiemo Seufer0.9.5.49:
2005-10-11 Thiemo Seufer0.9.5.39:
2005-09-04 Gabor Melis0.9.4.26:
2005-07-14 William Harold Newman0.9.2.43:
2005-07-01 Gabor Melis0.9.2.12:
2005-06-06 Nikodemus Siivola0.9.1.27: (truename "symlink-to-dir") === (truename...
2005-04-29 Christophe Rhodes0.9.0.6:
2005-04-06 Daniel Barlow0.8.21.20
2005-01-19 Juho Snellman0.8.18.36:
2004-10-30 Christophe Rhodes0.8.16.16:
2004-09-29 William Harold Newman0.8.15:
2004-08-04 Nathan Froyd0.8.13.26:
2004-06-08 Christophe Rhodes0.8.11.4:
2004-04-15 Christophe Rhodes0.8.9.44:
2004-03-29 Christophe Rhodes0.8.9.6.netbsd.1:
2003-12-30 Christophe Rhodes0.8.7.2:
2003-12-06 Christophe Rhodes0.8.6.31:
2003-10-03 Christophe Rhodes0.8.4.5:
2003-08-07 Christophe Rhodes0.8.2.20:
2003-07-29 Christophe Rhodes0.8.2.8:
2003-07-27 Christophe Rhodes0.8.2.2:
2003-06-07 Daniel Barlow0.8.0.47
2003-06-07 Daniel Barlow0.8.0.45
2003-05-03 William Harold Newman0.8alpha.0.9:
2003-04-26 Daniel Barlow0.pre8.109
2003-04-08 William Harold Newman0.pre8.49:
2003-04-03 Daniel Barlow0.pre8.33
2003-03-29 Christophe Rhodes0.pre8.12:
2003-03-25 Daniel Barlow0.pre8.7
2002-06-07 Daniel Barlow0.7.4.17: Mostly Alpha fixes
2002-04-18 Christophe Rhodes0.7.2.16:
2002-03-25 Christophe Rhodes0.7.1.1:
2002-01-30 William Harold Newman0.7.1.2:
2002-01-16 William Harold Newman0.pre7.140:
2001-12-28 William Harold Newman0.pre7.103:
next