summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/vttest/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove the vttest program. It lives in ports/sysutils/vttest now.phk2005-07-211-8/+0
|
* Remove -traditional from CFLAGS and add unistd.h to header.h so thisbrooks2001-07-271-1/+1
| | | | | actually compiles. Hopefully, this code didn't rely on some weird side effect of -traditional.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+4
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-0/+1
|
* Restore -traditional compilationmarcel1999-10-031-3/+1
| | | | Submitted by: bde
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* Part 4 of pcvt/voxware revival: pcvt userlandpeter1999-01-011-0/+6
| | | | Reviewed by: core
* follow up to:phk1998-12-271-6/+0
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* Upgrade to beta 3.20/b22joerg1995-03-051-13/+0
|
* PCVT userland utilities.jkh1995-02-051-0/+19
Submitted by: hm
OpenPOWER on IntegriCloud