aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Remove incorrect commentGravatar Ian Lynagh2007-10-14
|
* Specify build-type: ConfigureGravatar Duncan Coutts2007-10-18
|
* Bump version numberGravatar Ian Lynagh2007-10-14
|
* Support for 57600 and 115200 baudratesGravatar pweaver@galois.com2007-10-16
|
* Also guard the foreign declaration of __hsunix(grant|unlock)pt by HAVE_PTSNAMEGravatar Clemens Fruhwirth2007-10-16
|
* Add basic pseudoterminal support.Gravatar Bryan O'Sullivan2007-09-25
|
* check for shm_open/shm_unlink (for archs like OpenBSD without them)Gravatar Don Stewart2007-09-16
|
* Add more entries to boring fileGravatar Ian Lynagh2007-09-13
|
* Add a boring fileGravatar Ian Lynagh2007-09-13
|
* in pPrPr_disableITimers (who made up that name?) call the RTS to disable the ↵Gravatar Simon Marlow2007-09-12
| | | | | | | | | timer Since we switched to using timer_create() in the RTS, this function has been failing to disables the timer interrupts. This turns out to be the cause of the random framework failures in the test suite. Invoking the RTS to turn off the timer signal is the right thing.
* Suppress some warningsGravatar Ian Lynagh2007-09-02
|
* Remove redundant include/MakefileGravatar Ian Lynagh2007-08-28
|
* add cross-referencing between posix and process modulesGravatar ijones@syntaxpolice.org2007-08-19
|
* get the SIG constants for ourselves, rather than relying on HsBaseConfig.hGravatar Ross Paterson2007-08-19
|
* FIX BUILD on OS X: Check for setitimerGravatar Roman Leshchinskiy2007-08-14
| | | | Fix suggested by Ian Lynagh
* Remove bits left over from the old build systemGravatar Ian Lynagh2007-08-11
|
* Move System.Posix.Signals from baseGravatar Ian Lynagh2007-07-29
| | | | Also adds System.Posix.Process.Internals in order to make the deps work out.
* Move throwErrnoPath* functions to base:Foreign.C.ErrorGravatar Ian Lynagh2007-07-22
|
* GHC.Handle no longer exports openFdGravatar Ian Lynagh2007-07-22
|
* disable the getLoginName test, see #1487Gravatar Simon Marlow2007-07-03
|
* Don't do "< /dev/null" when running the user001 testGravatar Ian Lynagh2007-06-23
| | | | It can cause the test to fail.
* --configure-option and --ghc-option are now provided by CabalGravatar Ross Paterson2007-06-04
|
* Add support for named semaphores and shared memory objectsGravatar Daniel Franke2007-05-03
|
* Remove Makefile and package.conf.in (used in the old build system)Gravatar Ian Lynagh2007-05-24
|
* We now depend on processGravatar Ian Lynagh2007-05-23
|
* We now depend on directoryGravatar Ian Lynagh2007-05-19
|
* add includes: fieldGravatar Simon Marlow2007-05-17
|
* Fix calling getAllUserEntries twice (trac #1279).Gravatar Ian Lynagh2007-05-04
| | | | | It used to return [] on all but the first call. Patch from an unidentified guest.
* Make it more obvious that the forkprocess01 test is really workingGravatar Ian Lynagh2007-04-18
|
* Follow Cabal changes in Setup.hsGravatar Ian Lynagh2007-04-18
|
* Handle sysconf(3) return value -1 when checking _SC_GETGR_R_SIZE_MAX and ↵Gravatar bjorn@bringert.net2007-04-16
| | | | | | | | _SC_GETPW_R_SIZE_MAX. sysconf(3) returns -1 on failure, but this was not handled when checking _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX in System.Posix.User. This made getUserEntryForID, getUserEntryForName, getGroupEntryForID and getGroupEntryForName fail on OS X 10.4.9 on i386. Just checking that unistd.h defines _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX as was done before does not guarantee that sysconf(3) will succeed. sysconf(3) failure is now handled by using the same default values as were already used when sysconf(3) is not available, or the parameter names are not defined.
* Added tests/user001.hs which tests all the get* functions in System.Posix.User.Gravatar bjorn@bringert.net2007-04-16
| | | | | I added this since I noticed that getUserEntryForID, getUserEntryForName, getGroupEntryForID and getGroupEntryForName failed on OS X 10.4.9 on i386.
* Fix -Wall warningsGravatar Ian Lynagh2007-04-11
|
* Add missing case in removePrefixGravatar Ian Lynagh2007-04-11
|
* parse (but don't pass on) options for ./configureGravatar Ian Lynagh2007-04-06
|
* make Setup suitable for building the libraries with GHCGravatar Ian Lynagh2006-11-12
|
* Don't use Fd/FD in foreign declsGravatar Ian Lynagh2007-04-04
| | | | | Using CInt makes it much easier to verify that it is right, and we won't get caught out by possible newtype switches between CInt/Int.
* Fix C/Haskell type mismatchesGravatar Ian Lynagh2007-04-04
|
* Follow type changes in baseGravatar Ian Lynagh2007-04-03
| | | | (of the dubiously exported c_access and c_fcntl_write)
* fix cut-and-pasto in error messageGravatar Simon Marlow2007-03-08
|
* add tests from GHC testsuiteGravatar Simon Marlow2007-03-05
|
* export the file-type modes, so that createDevice can be usedGravatar Simon Marlow2007-03-05
|
* Provide nanosleep if we have it, and use it to implement usleepGravatar Simon Marlow2007-03-02
| | | | Fixes #1156
* don't retry usleep() on EINTR (see #850/#1156)Gravatar Simon Marlow2007-03-02
|
* expand docs for forkProcessGravatar Simon Marlow2007-03-01
|
* add C wrappers for lstat() and mknod(). Fixes #1086.Gravatar Simon Marlow2007-02-26
|
* README about building from darcsGravatar Ross Paterson2007-02-18
|
* fix haddock syntaxGravatar Simon Marlow2006-09-08
|
* Derive Show, Read, and Eq for UserEntry and GroupEntryGravatar John Goerzen2006-08-31
|
* bump version to 2.0Gravatar Simon Marlow2006-08-31
|