summaryrefslogtreecommitdiffstats
path: root/Lib/plat-freebsd2
Commit message (Collapse)AuthorAgeFilesLines
* Replace all the platform-specific TERMIOS modules with a portable versionFred Drake2001-02-271-198/+0
| | | | | based on the termios module. The only added "feature" is the deprecation warning it spits out.
* The socket constants have been moved to the socket module for a long time;Fred Drake2001-02-021-128/+0
| | | | | the standard library does not use the SOCKET module any more, and it is not defined for all platforms (Windows, in particular).
* New files from Thomas GellekumGuido van Rossum1998-05-065-5/+566
|
* FreeBSD platform specific modulesGuido van Rossum1996-07-302-0/+68