summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update the manpage to reflect reality (and what was already in -stable).luigi2001-06-201-199/+144
|
* Typo/mind-o fixes.wpaul2001-06-182-2/+2
|
* Correct getopt usage and a syntax error (period used instead of a semicolon).dd2001-06-181-2/+2
|
* Make this really work.ru2001-06-181-10/+10
|
* Note support for the Digital Etherworks DE305 cardwilko2001-06-171-1/+2
|
* Added PC-98x1 keymaps.nyan2001-06-174-1/+273
|
* Add missing article.dd2001-06-171-1/+2
|
* Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)"obrien2001-06-161-0/+1
| | | | in Makefile's shared with NetBSD.
* OpenSSH doesn't forward keys by default.dd2001-06-161-2/+3
|
* New entry for rxvt.schweikh2001-06-151-0/+22
| | | | | PR: 28154 Submitted by: Giorgos Keramidas <charon@labs.gr>
* o The VOP_RDWR man page neglected to mention (at least) two error modesrwatson2001-06-151-0/+6
| | | | | | | | | | | | possible when writing: [EFBIG] An attempt was made to write a file that exceeds the process's file size limit or the maximum file size. [EPERM] An append-only flag is set on the file, but the caller is attempting to write before the current end of file.
* Change 93-11-XX for the FreeBSD 1.0 release to 93-11-01, based on thisnik2001-06-151-1/+1
| | | | | | | | | announcement from JKH (back when he was still working for Lotus) http://minnie.tuhs.org/cgi-bin/newsread?23150 This also means that if, as Microsoft say, Linux is a Cancer, FreeBSD is a Scorpio.
* Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonlynik2001-06-151-0/+4
| | | | from another host.
* Style nits:ru2001-06-141-2/+2
| | | | | | | GBINDIR -> ORIGBINDIR GBINGRP -> ORIGBINGRP Submitted by: bde
* Games ownership cleanup.ru2001-06-132-4/+2
| | | | Urged by: bde
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-111-2/+55
| | | | ignore NUL bytes in the source string.
* Sync with recent KAME.ume2001-06-119-698/+890
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* ISO_ -> ISO renameache2001-06-111-116/+0
|
* ISO_ -> ISO (partially)ache2001-06-112-6/+6
|
* ISO_ -> ISO in commentache2001-06-111-1/+1
|
* ISO_ -> ISO in DOC_LANGache2001-06-111-1/+1
|
* Fix encoding infoache2001-06-101-1/+3
|
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-101-0/+34
| | | | | | | | | | | IPv6 transport-ready resolvers/DNS servers. Need careful configuration when enable it. (default config is not affected). See manpage for details. XXX visible symbol __res_opt() is added, however, it is not supposed to be called from outside, libc minor is not bumped. Obtained from: KAME/NetBSD
* Add more *.US-ASCII and Latin15 entriesache2001-06-101-11/+42
|
* Add more Latin15 linksache2001-06-101-2/+9
|
* Add more *.US-ASCII and Latin15 entriesache2001-06-101-11/+32
|
* Add more *.US-ASCII entriesache2001-06-101-2/+6
|
* Add more *.US-ASCII entriesache2001-06-101-14/+8
| | | | Misc cleanup
* Add more *.US-ASCII entriesache2001-06-101-0/+1
|
* Add more *.US-ASCII familyache2001-06-101-1/+5
|
* Fix ISO_ for new namesache2001-06-101-1/+1
|
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-2/+12
| | | | | does not provide a struct sbuf, sbuf_new(9) will allocate one and return a pointer to it.
* Fix ISO_ sneakedache2001-06-101-4/+4
|
* Use en_GB for en_NZache2001-06-101-2/+2
|
* Switch to new locale namesache2001-06-1027-348/+34
|
* Switch to new locale namesache2001-06-1029-339/+36
|
* Switch to new locale namesache2001-06-1033-1186/+34
|
* Switch to new locale namesache2001-06-1030-3037/+64
|
* Switch to new locale namesache2001-06-1042-1799/+67
|
* Switch to new locale namesache2001-06-1011-972/+19
|
* Fix cross-references:sobomax2001-06-102-6/+6
| | | | | | | | xntpd.8 --> ntpd.8 acl_delete_perms.3 --> acl_delete_perm.3 getname.2 --> getsockname.2 MFC after: 1 week
* Remove comments about PCMCIA fdc attachment using flags 0x2. The 4.x versionimp2001-06-101-8/+0
| | | | of this code doesn't do that.
* fdc doesn't support talking to QIC40/QIC80 tape drives, and hasn't sinceimp2001-06-101-1/+1
| | | | ft was removed from the tree prior to branching releng_3!
* Correct cross-reference:sobomax2001-06-071-5/+5
| | | | | | portmap.8 --> rpcbind.8 Submitted by: .Xr testing script
* Clean up the PAM lib lists. Particularly relevant to the KRB5 case.markm2001-06-071-6/+6
|
* master.passwd(5) -> passwd(5).ru2001-06-071-0/+1
|
* Use ${EDITOR} as claimed.dcs2001-06-061-29/+38
| | | | | | | | | | | Source rc.conf and use ${firewall_script} instead of rc.firewall. Textwidth formatting of comments and text. PR: Submitted by: Maxim <maxim@news1.macomnet.ru> (sorry if I got name/email/committer status wrong :)
* Add the single suffix rules for FORTRAN.obrien2001-06-061-0/+4
|
* Add the single suffix rules for C++.obrien2001-06-061-3/+6
| | | | | | | | (While there, I also moved the single suffix C rules beside the double suffix ones so they are easier to find) PR: 24438 Submitted by: Georg-W. Koltermann <gwk@sgi.com>
* Introduce an example script of safe changing of ipfw(8) rules.dcs2001-06-061-0/+114
| | | | | | | | I'm sure this can be much improved, but this works fairly well. PR: 27887 Submitted by: Alexandre Peixoto <alexandref@tcoip.com.br> MFC after: 1 week
OpenPOWER on IntegriCloud