summaryrefslogtreecommitdiff
path: root/devel/linux_kdump (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make it compile on -stable again.Marcel Moolenaar1999-10-102-2/+2
| | | | Notes: svn path=/head/; revision=22300
* While I'm at it, fix the display of errno by taking the absolute value of it.Marcel Moolenaar1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=21863
* Fix breakage of linux_kdump after the alignment of syscall arguments byMarcel Moolenaar1999-09-212-2/+2
| | | | | | | | | | | dt@FreeBSD.org. Aligning the arguments caused linux_kdump to shift the arguments one to the right (ie argument 2 was showed as argument 1). Needless to say that such a trace is not very usefull... Change the package version to 1.3 Notes: svn path=/head/; revision=21858
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Add http://www.FreeBSD.org/~marcel/ to MASTER_SITESMarcel Moolenaar1999-08-151-2/+3
| | | | Notes: svn path=/head/; revision=20738
* The distrib file has been changed to support both the linux_devtools portMarcel Moolenaar1999-07-233-16/+6
| | | | | | | | | | and FreeBSD -current. Use the new version. http://www.FreeBSD.org/~marcel/somewhere will be added to MASTER_SITES when the tarball has been put there somewhere. Notes: svn path=/head/; revision=20325
* Make port depend on linux_devtools instead of linux_devel.Marcel Moolenaar1999-07-211-2/+2
| | | | Notes: svn path=/head/; revision=20300
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.Hidetoshi Shimokawa1999-01-061-1/+3
| | | | | | | They are intended for Linux/i386 emulation and to work on i386. Notes: svn path=/head/; revision=15877
* Unbreak for current.Doug Rabson1998-12-192-5/+11
| | | | | | | Reviewed by: msmith Notes: svn path=/head/; revision=15424
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-3/+4
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Mark BROKEN for current. Fails build stage.Justin M. Seger1998-08-161-1/+6
| | | | Notes: svn path=/head/; revision=12537
* Distfile updated to fix egregious install destination bug.Mike Smith1997-11-271-1/+1
| | | | Notes: svn path=/head/; revision=8870
* This is a modified version of the standard FreeBSD kdump(1) utilityMike Smith1997-11-265-0/+30
that understands Linux syscalls and ioctls instead of FreeBSD ones. Notes: svn path=/head/; revision=8835