summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add Delete key descriptionache1995-03-302-6/+8
| | | | Fix Right window/Left window/Menu keys numbers
* Remove syscons exampleache1995-03-301-2/+2
|
* Do what should have been done in v1.14nate1995-03-281-6/+6
| | | | | | | | | | | *Really* strip out unused local symbols from shared objects. This was a typo on my part caused by an assumption that the profiled libraries stripped symbols that same way as the non-profiled libraries. Cut-n-Paste strikes again. Obtained from: NetBSD
* Update cons25 to S0ren ^H back changesache1995-03-281-2/+2
|
* Add support for "distributed" patches and a little extra cleanup.asami1995-03-281-13/+89
| | | | | | | | | | | | | | | | | | | | | | New variables: PATCH_SITES: patch equivalent of MASTER_SITES, overridable with . MASTER_SITE_OVERRIDE. PATCHFILES: Additional files to fetch and give to patch before . applying the ones in patches/patch-*. If name ends . with ".gz" or ".Z", it will be piped through zcat first. Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*. In the documentation and echo messages, I used the term "distributed patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*. If you can come up with better names, by all means go ahead and fix them. "grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless, jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who implemented this) that can benefit from this. I'm now diving headlong into /usr/ports to fix their Makefiles.
* Give backspace to the people (again)sos1995-03-2712-12/+12
| | | | | | | | Now the keymaps are as follows: "backspace / <-" ^H "grey del" ^? (0x7f) "numpad , del" ^? (, if numlocked)
* Added more standard package suport file names. INSTALL for theasami1995-03-271-2/+13
| | | | | | installation script, DEINSTALL for the deinstallation script, and REQ for the requirement script, will be added with appropriate flags to PKG_ARGS if they exist under pkg/.
* Fix duplicate.ache1995-03-271-1/+1
|
* pc3r (russian): change kD to old compatible value.ache1995-03-271-2/+2
| | | | vt100: remove obsoleted nl
* Set kb=\177 to make proper erase char for DEC VTsache1995-03-271-1/+1
|
* Add :ut to vt100 generic entryache1995-03-271-1/+1
|
* Yet one pass through DEC VT entriesache1995-03-271-23/+14
|
* Add eo:it#8 to vt100 entryache1995-03-261-1/+1
|
* vt100/102/220 entries affected:ache1995-03-261-25/+47
| | | | | major cleanup add lot of missing capabilities
* Add gil.physik.rwth-aachen.de to mirrorsjkh1995-03-251-1/+4
|
* Update the kernel debugging FAQ to match the new (k)gdb and new DDBjoerg1995-03-251-23/+13
| | | | symbol behaviour.
* Back out previous patch - better kept as a reminder.jkh1995-03-241-1/+1
|
* Add yet one popular russian keyboard variantache1995-03-243-1/+244
| | | | Submitted by: Serge Babkin <babkin@hq.icb.chel.su>
* Comment out a table of contents spec that didn't exist.jkh1995-03-241-1/+1
|
* Add the font index file. Other languages (French, Swedish, other)jkh1995-03-241-0/+47
| | | | needed for this file!
* Add the keymap index file. Other languages (French, Swedish, other)jkh1995-03-241-0/+36
| | | | needed for this file!
* Add a misssing `@' from before echo -n "|${MAINTAINER}"gpalmer1995-03-231-3/+3
|
* /etc/rc.netstart back to /etc/netstartjkh1995-03-232-4/+4
|
* netstart -> rc.netstartjkh1995-03-232-4/+4
|
* Add maintainer to the index line.jkh1995-03-221-5/+13
|
* Add new EXTRACT_BEFORE_FLAGS and EXTRACT_AFTER_FLAGS variables to makejkh1995-03-221-5/+15
| | | | complex extraction rules easier.
* Make the fetch message a little more interesting and informative.jkh1995-03-211-2/+2
|
* Do a big re-org of the FAQs along the lines of those discussed awhile back.jkh1995-03-2123-0/+7126
| | | | | | It's time to start moving in the directions we've had in mind for awhile. SGML for everything new and old stuff moved into a location where it can slowly be aged and removed (basically, Text/).
* Add fetch-list command for Rodjkh1995-03-212-39/+63
| | | | | Use ECHO_MSG macro for printing "===>" line things so that I can now turn those OFF when I don't want them.
* make.conf doesn't postulate anything about libm now.phk1995-03-211-3/+3
|
* Make the describe rule generate more thorough information that's actuallyjkh1995-03-211-8/+10
| | | | | of use to a front-end program. Back out my bogus description of the `index' target! :-)
* Document the index target.jkh1995-03-211-1/+2
|
* Better spelling of my nameache1995-03-212-6/+6
|
* Take out obsolete KERBEROS_IV build variable. Just eBones now.jkh1995-03-201-6/+2
| | | | Submitted by: Mark Murray <mark@grondar.za>
* Add support for pseudo-device LKMs.wollman1995-03-201-1/+5
|
* Don't do anything if BATCH is specified and the port is interactive forats1995-03-201-1/+3
| | | | | the package target.The port may is not build and the package fails otherwise.
* Change the xmkmf call to a xmkmf -a call. This should be more correct forats1995-03-191-3/+3
| | | | | | all X11R5 and X11R6 ports. This is the way how it should be normally used according the manuals. Only pre-X1R5 ( X11R4, X11R3) ports can't handle it.
* Obtained from: 1.1.5 (originally by Andrew Moore)bde1995-03-182-2/+144
| | | | Add the manpage for the stuff in <machine/floatingpoint.h>.
* Fix a spelling error.phk1995-03-161-2/+2
| | | | Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
* Fixed Stephen McKay's email address.phk1995-03-161-2/+2
|
* Document net.inet.ip.sourceroute MIB variable.wollman1995-03-161-1/+4
|
* Added cons30, cons43 and cons60 terminal types (==cons25 with more lines).phk1995-03-161-0/+12
| | | | Theres a mono entry for them all, and cons50 already existed.
* Added manual page for DEC DEFPA and DEFEA FDDI adapters.dg1995-03-142-1/+58
| | | | Submitted by: Matt Thomas
* Could some kind soul with commit power please add this site to the mirrorsroberto1995-03-121-1/+5
| | | | | | | | | | | | | list? (It should be added at the bottom to the sites serving export- restricted code, please) Country Site and Maintainer ======= ======================================================== Brazil ftp://ftp.iqm.unicamp.br/pub/FreeBSD Pedro A M Vazquez <vazquez@iqm.unicamp.br> Reviewed by: roberto Submitted by: Mark Murray <mark@grondar.za>
* Add Ollivier as the main FAQ guy...:) (Whew)gclarkii1995-03-111-3/+3
|
* Add the excellent part on serial communications by Sean Kelly. That's aroberto1995-03-111-2/+367
| | | | | | great job, thanks Sean ! Reviewed by: roberto Submitted by: Sean Kelly <kelly@fsl.noaa.gov>
* Add protected and empty maninstall: targets.rgrimes1995-03-102-2/+10
| | | | Submitted by: Philippe Charnier <charnier@lirmm.fr>
* LIBPCAP -> ${DESTDIR}/usr/lib/libpcap.aolah1995-03-081-1/+2
|
* Correct a few URL for ftp.FreeBSD.ORG.roberto1995-03-071-5/+5
|
* Change some names to First_name Last_name with proper capitalization.roberto1995-03-061-4/+4
| | | | Fix a typo.
OpenPOWER on IntegriCloud