summaryrefslogtreecommitdiff
path: root/net/zephyr/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we can find zephyr_err.h so this port builds.Steve Price1999-09-201-0/+11
| | | | Notes: svn path=/head/; revision=21800
* Make this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin:Steve Price1999-08-291-0/+182
| | | | | | | | | | | | | | Due to the size difference between a struct timeval on FreeBSD/Alpha (2 longs for a total of 128 bits) and a struct timeval nearly everywhere else in the known universe (2 ints, for a total of 64-bits, even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit of help. Submitted by: Adrew Gallatin <gallatin@cs.duke.edu> Obtained from: NetBSD Notes: svn path=/head/; revision=21091
* Fix the following problems:Steve Price1999-03-153-4/+52
| | | | | | | | | | | | Move files in share/* to share/zephyr/ Fix bogus path to xzwrite.bitmap in XZwrite Remove appropriate directories in PLIST PR: 10139 Submitted by: Sheldon Hearn <sheldonh@iafrica.com> Notes: svn path=/head/; revision=17221
* Update to zephyr 2.0.4Paul Traina1996-11-071-0/+7
| | | | Notes: svn path=/head/; revision=4340
* Zephyr from MIT's project Athena (version 2.0.2)Paul Traina1995-08-021-0/+42
Notes: svn path=/head/; revision=2025