summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fix argument reversal in example.phk1998-07-021-1/+1
| | | | | | PR: 7138 Reviewed by: phk Submitted by: Robert Watson <robert+freebsd@cyrus.watson.org>
* Fix .Ar usage. Add .Xrefs as appropriate.hoek1998-06-292-10/+18
|
* A little typos and grammer fixes.hoek1998-06-292-16/+16
|
* SEE ALSO http://www.FreeBSD.ORG/portshoek1998-06-291-2/+5
|
* misc. spelling and grammar gnits.hoek1998-06-2811-54/+53
|
* A few tweaks to the spanish keymap.steve1998-06-271-5/+5
| | | | | PR: 7080 Submitted by: Jose M. Acaide <jose@we.lc.ehu.es>
* MF22: doc pointer.jkh1998-06-261-2/+3
|
* MF22: die sup die.jkh1998-06-261-12/+4
|
* Mention `kern_securelevel' variables in manual page.jkoshy1998-06-251-1/+15
| | | | Reminded-by: max
* Insert a missing newline.dt1998-06-241-2/+3
|
* lable -> labelhoek1998-06-231-2/+2
|
* Cross-ref login.conf(5).hoek1998-06-231-2/+4
|
* Grammar touch-up.hoek1998-06-231-2/+2
|
* Say goodbye to Airport 71jkh1998-06-211-2/+2
|
* Nuke this, it's bogus and out of date.jkh1998-06-211-148/+0
| | | | Pointed out by: An anonymous air traffic controller. :)
* Add mention of Intel EtherExpress 16 cards in the supported list.jkoshy1998-06-171-2/+3
| | | | Noticed by: Bob Van Valzah <Bob@WhiteBarn.com> on the -doc list.
* Reviewed by: Amancioahasty1998-06-141-1/+2
| | | | | | | | | | | | | | | | | | Submitted by: Randall Hopper <rhh@ct.picker.com> The patch supports using the X10 Mouse Remote in both stand-alone and pass-through configurations, so you can plug your mouse and remote into the same serial port, use the mouse for X, and use the remote for other apps like Fxtv. For instance, we can now control fxtv via the remote control just like a TV : change channels, mute, increase volume, zoom video, freeze frame 8) The mouse events are channeled through the syscons/sysmouse I/F like normal, and the remote buttons are "syphoned off" to a UNIX-domain stream socket (defined as _PATH_MOUSEREMOTE in <machine/mouse.h>) for a remote-aware app to grab and use. For further info on the X10 Mouse Remote see: http://www.x10.com/products/x10_mk19a.htm
* Correct the description of the last four fields.steve1998-06-131-2/+2
| | | | | PR: 6926 Submitted by: Josh Gilliam <josh@quick.net>
* miserable -> miserablysteve1998-06-132-4/+4
| | | | | PR: 6922 Submitted by: Sue Blake <sue@welearn.com.au>
* Add a swissfrench keyboard mapping.steve1998-06-133-2/+125
| | | | | PR: 6916 Submitted by: tamone@eig.unige.ch
* Move bsd.own.mk after make.conf, this allows BINFORMAT to be set inpeter1998-06-121-3/+3
| | | | | /etc/make.conf - it changes LIBDIR in bsd.own.mk. Note that there are still problems with this, individual Makefiles cannot override BINFORMAT.
* Spelling fixes.phk1998-06-101-7/+7
| | | | | | PR: 6903 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Fixed `make depend', which I broke here about a month ago by movingbde1998-06-091-2/+3
| | | | | | the null default for `depend' from bsd.dep.mk to bsd.obj.mk. bsd.kmod.mk included these files in a bad order, so it picked up the null default.
* Spelling fixes.jkoshy1998-06-0830-74/+74
| | | | | Submitted by: Josh Gilliam <josh@quick.net> PR: 6880
* Sync PATH variable with 'dot.login'.kuriyama1998-06-061-3/+3
| | | | | | | I think here is not my area so feel free to back this out when any troubles are happened. Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
* Spelling corrections.jkoshy1998-06-062-4/+4
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* Make the Man page reflect teh new reality.julian1998-06-051-17/+21
|
* Recognize ".cpp" as a C++ suffix.dt1998-06-054-13/+14
| | | | PR: 3476
* Make the whereobj target print it's output without the overhead ofpeter1998-06-041-2/+2
| | | | | starting another make.. Besides, make -V is broken, since it will print unexpanded variables.
* Hard coded /usr/lib referencepeter1998-06-041-2/+2
|
* Use .Ar instead of .ar. Correct incorrect use of .Sm (detected by Paul (pst)).charnier1998-06-041-4/+5
|
* Fix my last commit which got caught in the cvs/cvsup cycle.jb1998-06-031-3/+2
| | | | | I'm told that I botched the tabs too. I'm not sure they are fixed now because I find that rather tedious.
* Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.confjb1998-06-031-1/+6
| | | | so that it works all the time.
* In the case of alpha (only), more than just libc needs to know thatjb1998-06-031-1/+2
| | | | | NetBSD syscalls are being used, so spam all compiles with the define that indicates this.
* PR: 6831danny1998-06-023-9/+9
| | | | | Submitted by: zerium@webindex.no MF22: remove '.' after weekday abbreviation.
* add libcipher, and update comments about libdes, libkdb, libkrb etcpeter1998-06-011-4/+5
| | | | which do exist but are in the secure dist rather than the base.
* Fixed double slashes in pathnames.bde1998-05-311-54/+54
|
* Undocumented flags which went away a few minutes ago.bde1998-05-312-20/+6
| | | | Undocumented auto FIFO trigger level adjustment which went away years ago.
* PR: conf/2284thepish1998-05-311-2/+2
| | | | | Submitted by: faulkner@asgard.hos.net Correct termcap entry for ibm3163 (arrow keys)
* Correct a minor spacing error.mph1998-05-311-2/+3
|
* ELF preparation step 2:sos1998-05-262-55/+59
| | | | | | | | | | | | | | 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...
* Norwegian dates should have a dot after day of month.steve1998-05-253-9/+9
| | | | | PR: 6749 Submitted by: Hans Petter Bieker <zerium@webindex.no>
* Hide the interface name in the sin_zero section of the sockaddr_injulian1998-05-251-3/+11
| | | | | | | | | | | passed to the user process for incoming packets. When the sockaddr_in is passed back to the divert socket later, use thi sas the primary interface lookup and only revert to the IP address when the name fails. This solves a long standing bug with divert sockets: When two interfaces had the same address (P2P for example) the interface "assigned" to the reinjected packet was sometimes incorect. Probably we should define a "sockaddr_div" to officially hold this extended information in teh same manner as sockaddr_dl.
* Fix example in manual page.jkoshy1998-05-251-4/+4
| | | | | PR: 5443 Submitted by: AMAGAI Yoshiji <amagai@nue.org>
* /usr/src/share/timedef/data/no_NO.ISO_8859-1.src uses initinalphk1998-05-233-117/+117
| | | | | | | | upper case in weekdays and months instead off all lower case. PR: 6721 Reviewed by: phk Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
* Added contributed entry for Linux consoles.jkoshy1998-05-211-1/+22
| | | | | PR: 5977 Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de>
* Add man page for ThunderLAN driver.wpaul1998-05-213-2/+250
|
* Complete back-out of the bsd.locale.mk change.jkh1998-05-204-157/+3
| | | | OK'd by: asami
* Back out locale change until it's better understood by all justjkh1998-05-201-43/+1
| | | | | what it is we're trying to do here. :) OK'd by: asami
* Add rcsid.mph1998-05-201-0/+1
|
OpenPOWER on IntegriCloud