summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
Commit message (Collapse)AuthorAgeFilesLines
* Don't extract these files as mode 664 during build, use mode 644 instead.kris2000-08-153-3/+6
|
* exchange rc.local for a more modern, up to date and ready to runhm2000-03-313-265/+164
| | | | example configuration startup script.
* Add support for "green" screensaver mode.hm2000-03-311-1/+5
|
* PR: i386/1671hm2000-03-291-18/+15
| | | | | | | | | Submitted by: Mats O Jansson <maja@celsiustech.se> The existing s2 map is supposed to be ISO 8859-1 but some characters are not (it's CP850). But the f1 map applied on sweden2 will fixit. (Fulfilled request by Joerg to close this PR)
* pcvt cleanup. remove hopeless outdated example/demo Microemacshm2000-03-282-595/+1
| | | | file. update Makefile.
* pcvt cleanup.hm2000-03-286-1217/+4
| | | | | add $FreeBSD$ remove obsolete and completely outdated files.
* pcvt update.hm2000-03-281-113/+6
| | | | remove obsolete stuff.
* pcvt cleanup.hm2000-03-282-8/+6
| | | | | add $FreeBSD$ get copyright in sync with FreeBSD recommendation.
* pcvt cleanup.hm2000-03-287-84/+78
| | | | | | | add $FreeBSD$. get copyright in sync with FreeBSD recommendation. make it compile and run again. add a manpage.
* pcvt cleanup.hm2000-03-283-93/+38
| | | | | | | | | | add $FreeBSD. get copyright in sync with FreeBSD recommendation. remove obsolete stuff resuling from pcvt kernel part cleanup (caution: this depends in part on modifications to pcvt_ioctl.h, commit will follow shortly). add new option "-n" to ispcvt to get number of compiled-in virtual screens.
* pcvt cleanup. add $FreeBSD$.hm2000-03-282-24/+2
|
* pcvt cleanup. add $FreeBSD$. get copyright in sync withhm2000-03-283-22/+11
| | | | FreeBSD recommendation.
* pcvt cleanup. add $FreeBSD$. get copyright header in sync withhm2000-03-283-18/+12
| | | | FreeBSD recommendation.
* pcvt cleanup. added $FreeBSD$. get copyright header in sync withhm2000-03-283-35/+15
| | | | the FreeBSD recommendation.
* pcvt cleanup. added $FreeBSD$.hm2000-03-281-0/+2
|
* pcvt cleanup. removed obsolete dependencies.hm2000-03-281-14/+0
|
* pcvt cleanup. remove the "mcon" utility: the PCVT_EMU_MOUSE codehm2000-03-264-372/+1
| | | | in the driver is gone, because of this mcon is of no use anymore.
* pcvt cleanup. remove the set2061 program, it is so outdated thathm2000-03-267-816/+3
| | | | nobody knows anymore what a 2061 chip is (hint: ELSA Winner 100 EISA).
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-019-38/+76
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+3
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* "char *area" -> "char **area", to match the source code.nik1999-12-161-1/+1
| | | | | PR: docs/14738 Submitted by: Mori Kouji <moriko@yakumo.noe.mcu.or.jp>
* 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.
* Tidy up $Log$ debrispeter1999-09-065-49/+0
|
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-283-0/+6
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* $Header$ -> $FreeBSD$peter1999-08-285-5/+25
|
* $Id$ -> $FreeBSD$peter1999-08-2813-13/+13
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-127-0/+7
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Part 4 of pcvt/voxware revival: pcvt userlandpeter1999-01-01104-0/+18316
| | | | Reviewed by: core
* Part 4 of pcvt/voxware revival: pcvt userlandpeter1999-01-012-0/+16
| | | | Reviewed by: core
* follow up to:phk1998-12-27106-18311/+0
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* Remove identity crisis in ispcvt(8) man page. Include reference tojkoshy1998-08-261-1/+1
| | | | | | | ispcvt(8) in pcvt(4). PR: docs/7743 Submitted by: <k-horik@yk.rim.or.jp>
* $@ deprecated, use long form.imp1998-06-091-34/+34
| | | | PR: conf/3273
* Fix a bunch of spelling errors.steve1998-06-041-1/+1
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* Inherit BINDIR, don't set it here.bde1998-05-311-2/+4
|
* ELF preparation step 2:sos1998-05-261-2/+1
| | | | | | | | | | | | | | Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two...
* Fix Anders Email address.steve1998-05-241-1/+1
|
* Add a fuller-featured Norwegian keycap entry.steve1998-05-241-6/+23
| | | | | PR: 6173 Submitted by: Anders Nordby <nickerne@nome.no>
* Backed out previous backout.bde1998-05-061-2/+3
| | | | Added y.tab.h to SRCS. Dependencies on it were missing until recently.
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-051-1/+1
| | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Backed out previous change. Generating vgaio.h from vgaio.y clobberedbde1998-05-051-1/+2
| | | | | the source file vgaio.h, and y.tab.h is used so we can't simply avoid generating the yacc header.
* Fixed races in `make -jN' using new yacc rules.bde1998-05-042-4/+2
|
* Don't build files at install time (just to be consistent; the problembde1998-04-203-3/+3
| | | | | | | is almost harmless here). Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no> PR: 6330
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-1/+1
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-3/+2
| | | | Use rcs Id instead of rcs Header.
* Don't build an unused obj dir.bde1998-03-161-7/+6
| | | | | Install all files in one step. De-bogotified the .includes.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-7/+4
| | | | | libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries.
* Never create the destination directory at install time.bde1997-12-201-60/+12
| | | | | | Don't build things at install time. Don't override the (correct) clean rule. Rewrote all the rules and cleaned up.
* BSDify.bde1997-12-172-32/+0
|
* LIBOWN -> BINOWN, etc. There are no libraries here.bde1997-12-171-3/+2
|
OpenPOWER on IntegriCloud