Doug Ambrisko
0d6fcb5c0e
Fix bugs in the structure for rx_frame by making gap length one byte and
...
a packed array so sizeof work. This broke RFMON mode and passing
up 802.11 packets.
The Linux emulation code was derived from the open source Linux driver to
maintain compatibility.
LEAP support is added, hints from Richard Johnson. I've verified this
locally with PC350v42510.img firmware. More bug fixing from Marco to
fix long passwords.
Change DELAYs in flash part of driver to FLASH_DELAY which uses tsleep
so it doesn't look like your system died during a flash update.
Install header files in /usr/include/dev/an
Cleanup some ifmedia bugs add "Home" key mode to ifmedia and ancontrol.
This way you can manage 2 keys a little easier. Map the home mode into
key 5. Enhance ifconfig to dump the various configured SSIDs. I use
a bunch of different ones and roam between them. Use the syntax similar
to the WEP keys to deal with setting difference SSIDs.
Bump up up the Card capabilities RID since they added 2 bytes to it
in the latest firmware. Thankfully we changed it from a terminal
failure so the card still worked but the driver whined.
Some cleanup patches from Marco Molteni.
Submitted by: Richard Johnson <raj@cisco.com>
Marco Molteni <molter@tin.it>
and myself
Various checks: David Wolfskill <david@catwhisker.org>
Reviewed by: Brooks Davis <brooks@freebsd.org>
Warner Losh <imp@freebsd.org>
Approved by: Brooks Davis <brooks@freebsd.org>
Warner Losh <imp@freebsd.org>
Obtained from: Linux emulation API's from Aironet driver.
2001-12-31 22:01:44 +00:00
Alexey Zelkin
0388ec7cac
Back out recent replacement of LC_MESSAGES file with directory.
...
Requested by: ache
2001-12-24 11:49:49 +00:00
Alexey Zelkin
be9546c713
add LC_MESSAGES directory for uk_UA.ISO8859-5 locale
2001-12-22 06:56:12 +00:00
Alexey Zelkin
709eed76bd
Slightly re-work locale messages storage scheme. Before this commit
...
LC_MESSAGES related data was installed to <locale>/LC_MESSAGES file.
Now it go to <locale>/LC_MESSAGES/SYS_LC_MESSAGES file. LC_MESSAGES
directory is supposed to be storage of message catalogs of userland tools.
This should allow us to avoid many potential problems with future
libintl related functionality introduction.
Thanks for useful suggestions about correct way how to replace plain
files with directories at installworld stage to: Ruslan Ermilov <ru>
2001-12-21 13:14:02 +00:00
Andrey A. Chernov
bf908a83ba
Add uk_UA.ISO8859-5 locale
...
PR: 32450
Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-20 20:48:31 +00:00
Brian Feldman
125c50cdeb
Install devfs includes.
2001-12-17 13:38:58 +00:00
John Hay
c9c98e9936
Add a missing .. to get out of smbfs/print.
2001-12-15 08:31:13 +00:00
Sheldon Hearn
7e081cffc0
Add share/examples/smbfs/print for userland smbfs import.
...
The addition of the smbfs examples should have included this delta.
Failure to include this delta broken world.
Reported by: jhay
2001-12-14 22:56:12 +00:00
Crist J. Clark
2204f3ce42
Long ago, there was just /etc/daily. Then /etc/security was split out
...
of /etc/daily. Some time later, /etc/daily became a set of periodic(8)
scripts. Now, this evolution continues, and /etc/security has been
broken into periodic(8) scripts to make local customization easier and
more maintainable.
Reviewed by: ru
Approved by: ru
2001-12-07 23:57:39 +00:00
Dag-Erling Smørgrav
722b228aba
Oops! Previous commit used tabs instead of spaces.
2001-12-05 21:11:24 +00:00
Dag-Erling Smørgrav
e878ebd0ce
Add /etc/pam.d.
...
Sponsored by: DARPA, NAI Labs
2001-12-05 21:10:01 +00:00
Ruslan Ermilov
fa55add21e
GC cvs-1.8.1 import left-overs.
2001-11-28 09:31:56 +00:00
Andrey A. Chernov
414f6d3373
Add hi_IN.ISCII-DEV
2001-11-27 23:24:41 +00:00
Ruslan Ermilov
633621512e
Apply README style guidelines (this time checked).
2001-11-19 10:10:27 +00:00
Guido van Rooij
42ea95e63e
Change mode for var/db/ipf to 0700
2001-11-17 12:21:29 +00:00
Garrett Wollman
e7df26079b
Add share/zoneinfo/North_Dakota in preparation for tzdata update.
2001-11-09 18:58:07 +00:00
Andrey A. Chernov
4e0f37c806
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 06:49:44 +00:00
Crist J. Clark
7cd99d0ae0
Fix a bug I introduced yesterday. People who built world since the
...
previous commit yesterday may wish to check /var/run for junk.
2001-11-02 22:00:17 +00:00
Crist J. Clark
7558c91f77
Add a directory in /var/run to store ppp(8) command sockets.
...
PR: bin/29966
Approved by: brian
MFC after: 4
2001-11-01 23:44:12 +00:00
Andrey A. Chernov
bdd263de3f
Remove /var/spool/uucp subtree, not needed for 'cu'
2001-10-26 09:40:28 +00:00
Andrey A. Chernov
5a5f6965ba
The same unbreakage (0755 -> 0775) for /var/games and subdirs
2001-10-25 23:18:41 +00:00
Andrey A. Chernov
3ea034b005
Fix /var/mail, /var/rwho and /var/spool/lock back to 0775
...
Not sure about other dirs with the same damage (0755) by recent commit.
2001-10-25 23:13:11 +00:00
Ruslan Ermilov
6df68c6102
Style these once again.
2001-10-25 12:16:51 +00:00
Darren Reed
7b60aacc90
Create /var/db/ipf
...
PR: 27070
2001-10-20 04:33:12 +00:00
Darren Reed
45e22a3d1c
Add the ipfilter directory in share/examples
...
PR: 26763
2001-10-20 04:18:41 +00:00
Kris Kennaway
d7401e9771
Put back /var/spool/uucp so it can be used for serial port locking.
2001-10-01 08:54:16 +00:00
Kris Kennaway
51b3cf3c56
UUCP removal phase II. These directories are now created by the
...
freebsd-uucp port.
2001-10-01 06:24:50 +00:00
Peter Wemm
9119623471
Userland part of nfs client/server split and cleanup.
2001-09-18 23:34:44 +00:00
Ruslan Ermilov
4a31781613
Added forgotten share/zoneinfo/America/Kentucky.
2001-09-11 14:25:48 +00:00
Jun Kuriyama
6d9e09d7d0
Invoke named with privilege of bind:bind.
...
Change pidfile location to /var/run/named/pid.
2001-08-23 13:34:45 +00:00
Mark Murray
468a061e69
More libss removal.
2001-08-20 12:39:23 +00:00
Mark Murray
55b3d2c67f
Build standard directory for kerberos 5 (Heimdal) database.
2001-07-28 20:00:54 +00:00
Hellmuth Michaelis
f22083caeb
add directory i4brunppp.
...
Pointed out by: David H. Wolfskill david@catwhisker.org and
Crist J. Clark <cristjc@earthlink.net>
2001-07-22 09:40:58 +00:00
Nik Clayton
353b398056
Mention the path to the README file in the header comment.
...
Submitted by: Rich Morin <rdm@cfcl.com>
2001-06-26 13:50:33 +00:00
Andrey A. Chernov
3969b65004
Fix name for de manpages dir
2001-06-26 00:43:28 +00:00
David E. O'Brien
3d67411316
Got my r's and t's mixed up. Fix sorting.
2001-06-22 07:26:08 +00:00
David E. O'Brien
3445e8ca81
Add etc/rc.d (looking to the future)
2001-06-21 01:10:30 +00:00
Ruslan Ermilov
e72aa2fa57
The README file says:
...
c) The listing should be kept in filename sorted order.
2001-06-11 12:48:45 +00:00
Andrey A. Chernov
8513f6b5b2
ISO_ -> ISO, calendar
2001-06-11 02:59:08 +00:00
Andrey A. Chernov
bfa2fcca85
Back out *.US-ASCII compactification - application should decide
2001-06-10 22:32:39 +00:00
Andrey A. Chernov
bda67ecc50
Add man/en.ISO8859-1 hierarchy
2001-06-10 21:55:32 +00:00
Andrey A. Chernov
f3573821ba
Deal properly with *.US-ASCII family
2001-06-10 18:44:01 +00:00
Andrey A. Chernov
5d392cddf6
Fix Latin1 man directories for new locale names
2001-06-10 16:36:09 +00:00
Andrey A. Chernov
b5ebdd9c03
New locale names and aliases to old ones
2001-06-10 13:02:52 +00:00
FUJISHIMA Satsuki
7aea17b102
add new directories for XFree86-4.1.0.
...
Reviewed by: ru
2001-06-07 14:46:55 +00:00
Daniel C. Sobral
295458873b
Unbreak world by adding the new example directiory.
...
Reminded by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
MFC after: 1 week
2001-06-06 19:11:32 +00:00
Ruslan Ermilov
57168893b2
Don't use tabs here!
2001-06-05 07:07:52 +00:00
Joerg Wunsch
4dd07260ca
Round #2 of the sys/isa/ic/ => sys/dev/ic/ move: install sys/dev/ic
...
as /usr/include/dev/ic.
2001-06-04 21:15:05 +00:00
Ruslan Ermilov
0b381bf1fd
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
David E. O'Brien
25d1a10fa0
Both X11 (3.x and 4.x) currently lack a libdata/ subdirectory,
...
(which is present both in /usr and /usr/local) which is causing a few
ports to erroneously report mtree failures on bento.
Submitted by: ade
2001-06-01 09:56:15 +00:00
Ruslan Ermilov
8a8402d3a5
- sys/n[tw]fs moved to sys/fs/n[tw]fs
...
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
2001-05-26 11:57:45 +00:00
Bruce A. Mah
be197e98fa
List new directories created under share/examples/isdn/* in order to
...
unbreak installworld.
2001-05-25 23:40:58 +00:00
Ruslan Ermilov
1166fb516b
- sys/msdosfs moved to sys/fs/msdosfs
...
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
Ruslan Ermilov
99d300a1ec
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
...
systems were repo-copied from sys/miscfs to sys/fs.
- Renamed the following file systems and their modules:
fdesc -> fdescfs, portal -> portalfs, union -> unionfs.
- Renamed corresponding kernel options:
FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.
- Install header files for the above file systems.
- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland
Makefiles.
2001-05-23 09:42:29 +00:00
Brian Somers
4be854757b
Back out previous commit. digiio.h has moved to /usr/include/sys
2001-05-19 09:29:12 +00:00
Brian Somers
c19b335eac
Add /usr/include/dev/digi/
2001-05-17 01:41:57 +00:00
Andrey A. Chernov
5a7c83c3e4
Add sk_SK
...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:32:45 +00:00
Ruslan Ermilov
017b8e7c01
Remove share/tmac/locale/ and share/tmac/mdoc/locale/.
2001-04-17 14:22:50 +00:00
Ruslan Ermilov
ebce6f8a5c
People, please read the README file!!!
...
: These files use 4 space indentation, and other than in the header
: comments, should not contain any tabs.
2001-04-13 06:56:16 +00:00
Boris Popov
6c9f45bdde
Actually install include/fs/smbfs and include/netsmb directories.
2001-04-11 09:00:09 +00:00
Boris Popov
40ce66ab3f
Add netsmb and smbfs include directories
2001-04-10 08:16:06 +00:00
Josef Karthauser
d3b6c99818
Commit the first version of BSDPAN.
...
BSDPAN is the collection of modules that provides tighter than ever
integration of Perl into BSD Unix.
Currently, BSDPAN does the following:
o makes p5- FreeBSD ports PREFIX-clean;
o registers Perl modules in the FreeBSD package database with a
package name derived from the module name.
The name is of the form: bsdpan-ModuleName-V.VV.
Anyone interested in where BSDPAN is developing should read Anton's
message to the ports mailling list:
Message-ID: <20010105040828.A26011@heechee.tobez.org>
Submitted by: Anton Berezin <tobez@tobez.org>
2001-04-03 18:38:53 +00:00
FUJISHIMA Satsuki
000a8132ca
added new directories to sync with XFree86-4.0.3.
...
Approved by: asami
2001-03-23 11:18:06 +00:00
Andrey A. Chernov
d0a47967d8
Remove unused locale/nls directories.
...
Corresponding fixes for "make release" already commited elsewhere.
2001-03-17 21:14:52 +00:00
Poul-Henning Kamp
acfbe345cf
Attempt to make "make release" work again. Without a nls/fi_FI.DIS_8859-15
...
tcsh barfs.
2001-03-17 19:02:12 +00:00
Mark Murray
49519c9bfb
Unbreak "make installworld"
2001-03-17 07:38:57 +00:00
Andrey A. Chernov
b929c71734
Add et_EE.ISO_8859-15
2001-03-16 12:02:36 +00:00
Ruslan Ermilov
54fc7b57f7
Apply the README's requirement a) to the previous commit.
2001-03-16 08:43:07 +00:00
Andrey A. Chernov
84f1cbbe73
DIS_8859_15 -> ISO_8859-15 rename
2001-03-16 07:13:01 +00:00
Kris Kennaway
a3e1bcce94
Add libdata, some ports were using it.
2001-03-10 03:34:14 +00:00
Ruslan Ermilov
619ab04511
Add missing .../cat?/alpha directories.
2001-02-19 15:30:11 +00:00
Ruslan Ermilov
54ecfa0813
Create directory infrastructure required to format, display
...
and store preformatted /usr/share/man manual pages in 8-bit
iso-8859-1 charset for all *_*.ISO_8859-1 locales.
Requested by: des
Input from: ache
2001-02-19 13:08:14 +00:00
Poul-Henning Kamp
2f1ac13b0a
Duh! forgot to add BSD_daemon to the mtree files.
...
Submitted by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
2001-02-18 08:18:44 +00:00
Ruslan Ermilov
2f397f6b6c
Apparently, people do not listen for a plea to look into the
...
README file before making changes here. Fix them once again.
2001-02-15 12:25:48 +00:00
Ruslan Ermilov
97424e48a0
Fixed the fatal (missing "..").
...
Pointy hat to: asmodai
2001-02-15 10:34:43 +00:00
Jeroen Ruigrok van der Werven
531f27501e
Add en_NZ.ISO_8859-1.
2001-02-10 13:46:59 +00:00
Jeroen Ruigrok van der Werven
536133b760
Add af_ZA.ISO_8859-1
...
Submitted by: ache
2001-02-09 21:58:31 +00:00
Andrey A. Chernov
9073168b1b
Add el_GR.ISO_8859-7
2001-01-17 13:15:46 +00:00
Doug Barton
10fe5181ec
Move the process of storing entropy from /dev/random and reseeding with
...
it at boot time closer to the way we want it to be in the final version.
* Move the default directory to /var/db/entropy
* Run the entropy saving cron job every 11 minutes. This seems
to be a better default, although still bikeshed material.
* Feed /dev/random some cheesy "entropy" from various commands
and files before the disks are mounted. This gives /dev/random
a better chance of running without blocking early.
* Move the reseeding with previously stored entropy to the point
immediately after the disks are mounted.
* Make the harvesting script a little safer in regards to the
possibility of accidentally overwriting something other
than a regular file.
2001-01-14 07:18:31 +00:00
Doug Barton
5ed4160254
Fix a small typo
2001-01-11 13:02:29 +00:00
Doug Barton
27a803d631
Add a system to save entropy from /dev/random periodically so that
...
it can be used to reseed at boot time. This will greatly increase
the chances that there will be sufficient entropy available at
boot time to prevent long delays.
For /etc/rc, remove the vmstat and iostat runs from the attempt
to provide some cheesy randomness if the files fail, since
those programs are dynamically linked, and ldd seems to want
some randomness to do its magic.
Guidance and parameters for this project were provided by
Mark Murray, based on the requirements of the Yarrow
algorithm. Some helpful suggestions for implementation
(including the tip about iostat and vmstat) were provided
by Sheldon Hearn. All blame for problems or mistakes is
mine of course.
2001-01-11 13:01:20 +00:00
Ben Smithurst
aa83155bd5
Remove empty directories.
...
PR: 23769, 23772, 23868
Submitted by: Rich Morin <rdm@cfcl.com>
2001-01-09 00:52:31 +00:00
Peter Wemm
0b06558520
Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>
2001-01-09 00:50:45 +00:00
Andrey A. Chernov
30055cc993
ru_SU -> ru_RU for nls too
2001-01-01 02:19:59 +00:00
Poul-Henning Kamp
aaf7f598ae
... and ru_RU.KOI8-R.
...
Remove ru_SU
Forgotten by: phantom on 2000/12/29 14:58:01
2000-12-31 15:08:14 +00:00
Poul-Henning Kamp
7566bcb0b7
Add ru_RU.ISO_8859-5 also.
2000-12-31 15:06:08 +00:00
Poul-Henning Kamp
284f963cf5
Add forgotten entry for ru_RU.CP866 to try to make make release work.
2000-12-31 12:02:55 +00:00
Ruslan Ermilov
ef90734a7f
Added directories needed for Groff 1.16.1 distribution.
2000-12-05 19:18:45 +00:00
Sheldon Hearn
54c7f1620a
Connect the new man4.alpha to the build.
2000-11-20 13:16:44 +00:00
Archie Cobbs
c06992e558
Build the ISC library as libisc. This library comes as part of the
...
bind distribution, but until now was not being built as a separate
entity. For documentation, see these man pages:
assertions(3), eventlib(3), heap(3), logging(3), memcluster(3), tree(3).
Reviewed by: jdp
2000-10-24 20:10:25 +00:00
Brian Somers
dd903d321f
Add /usr/include/netnatm/
2000-10-15 00:43:06 +00:00
Gregory Neil Shapiro
31923af7ce
Install the sendmail cf building tools (contrib/sendmail/cf) in
...
/usr/share/sendmail/cf.
PR: 19790
2000-10-10 18:08:19 +00:00
Gregory Neil Shapiro
e16befd944
Forgot to remove the directory from mtree for the obsolete sendmail
...
documentation.
2000-10-07 22:46:42 +00:00
Andrey A. Chernov
14a9c12153
Add tr_TR.ISO_8859-9 to nls
2000-09-16 22:25:37 +00:00
Andrey A. Chernov
d50a91535f
Add tr_TR.ISO_8859-9
2000-09-16 22:17:35 +00:00
Poul-Henning Kamp
6d6b1b8f4d
Add missing tr_TR.ISO_8859-9 directory.
2000-09-16 21:53:06 +00:00
Andrey A. Chernov
d9102f5b2a
Add /boot/kernel/
2000-09-06 15:34:58 +00:00
David E. O'Brien
aada671ef0
The default is for 3rd party kernel modules to live in /boot/modules
...
rather than /modules.
2000-09-06 10:27:26 +00:00
Satoshi Asami
fce618cca3
Update BSD.x11-4.dist to XFree86-4 after repo copy. I believe this is
...
correct but I won't know for sure until bento's cluster comes back up.
2000-08-25 10:07:21 +00:00
Mark Murray
c8e1436029
Move $PERL/IO/Socket to the right place.
...
Reported by: ache
2000-08-21 06:30:45 +00:00
Mark Murray
091d5c90db
Add missing perl directories.
2000-08-20 10:06:24 +00:00
Andrzej Bialecki
65594d9e65
*** empty log message ***
2000-07-15 10:18:46 +00:00
Andrey A. Chernov
2881f702c7
Fix site_perl hierarchy
2000-07-04 18:11:41 +00:00
Mark Murray
0c6094e49b
Follow-up commit to today's gnu/usr.bin/perl commit; serial number
...
brought inline with Perl standards.
2000-07-02 15:55:25 +00:00
Satoshi Asami
d492a4aa1f
Add "mach" dir for perl, that's where it installs a lot of stuff now.
2000-06-29 06:22:10 +00:00
Mark Murray
39919d580b
Version number and directory changes for Perl 5.006.
2000-06-25 14:58:57 +00:00
Thomas Gellekum
96ba60ede2
Install a VGA font for the X11 mode. Use a line like
...
xset fp+ /usr/libdata/doscmd/fonts
in your .xsession to activate it.
Document X11_FONT option in .doscmdrc.
Open window if $DISPLAY is set.
2000-06-23 08:57:17 +00:00
Satoshi Asami
8f76bcf052
Add a few directories that were shared by a lot of ports: section 3
...
of perl man pages and site_perl directories for alpha and i386 in /usr/local,
and share/aclocal and share/doc/ja in /usr/local and /usr/X11R6.
Reviewed by: the ports list
Approved by: steve (alpha part)
2000-06-16 19:08:19 +00:00
Ruslan Ermilov
c5f8035bad
/usr/mdec has gone 1.5 years ago.
2000-06-05 16:14:51 +00:00
Paul Saab
60fc5205f3
Remove more from here too.
...
Reminded by: hoek
2000-05-29 16:32:00 +00:00
Peter Wemm
71a97dbbbf
Add dev/ppbus for lptio.h
2000-05-19 22:07:47 +00:00
Alexey Zelkin
93165e89d9
Directory renamed in /usr/share/calendar: ru_SU.KOI8-R -> ru_RU.KOI8-R
2000-05-04 11:37:49 +00:00
Satoshi Asami
b952892aa3
Add lib/X11/locale/zh_TW.Big5.
...
Found by: bento
2000-04-29 11:43:18 +00:00
Satoshi Asami
8d2d2a6af9
Add ${X11BASE}/lib/aout.
2000-03-25 00:00:27 +00:00
Bill Fumerola
ccf52fc678
Add the new ses example code directories, unbreak world.
...
Submitted by: cpiazza, who...
Actually tested: make world
Desired by: jkh, mjacob
2000-02-29 08:45:22 +00:00
Yoshinobu Inoue
80d21dc41b
Add IPv6 related docs.
...
Reviewed by: phantom
2000-02-26 19:44:12 +00:00
Peter Wemm
da8fe8427b
Add /etc/ssh
2000-02-25 14:18:48 +00:00
Satoshi Asami
ee4e87f009
Add ${X11BASE}/lib/X11/local -- this directory is created by the X
...
installation, so it should be in this file too.
Approved by: jkh
2000-02-18 01:20:12 +00:00
Nick Hibma
fcc56d9930
Install the USB include files in /usr/include/dev/usb.
...
We should still sort out some way of avoiding the clutter. Not all files
should be there.
Prompted by: Louis A. Mamakos <louie@TransSys.COM>
2000-01-25 09:24:23 +00:00
Poul-Henning Kamp
9a9bf0a412
Add missing share/examples/ses directory.
2000-01-16 14:02:51 +00:00
Jeroen Ruigrok van der Werven
81432b9abc
Add devhtml entry for the groff_font directory.
...
This is needed for the new devhtml in the groff 1.15 package.
2000-01-12 13:06:44 +00:00
Rodney W. Grimes
a1d2612242
Add missing -p /tmp/MTREE to mtree command in README so that it
...
will actually work now.
Remove tabs and once again sort the *.dist files.
2000-01-11 07:57:09 +00:00
Alexey Zelkin
7acf45ca1e
Create /usr/share/doc/ncurses (place for html files from ncurses dist)
2000-01-10 12:11:51 +00:00
Alexey Zelkin
a54f697602
Create /usr/share/examples/libdialog (examples of dialog(3) usage)
2000-01-10 12:01:27 +00:00
Alexey Zelkin
73bac37e75
Create doc dir for ntp (/usr/share/doc/ntp)
2000-01-10 09:18:02 +00:00
Alexey Zelkin
fabf0101ce
Create dirs for bind's additional documentation:
...
/usr/share/doc/bind/{html,misc}
2000-01-10 08:58:00 +00:00
Alexey Zelkin
dbc5f306f8
add /usr/share/examples/bc
2000-01-10 08:54:24 +00:00
Alexey Zelkin
fcf72904c9
Add share/examples/dialog - examples of dialog(1) usage
2000-01-07 13:33:31 +00:00
Peter Wemm
a1867c1264
Add /usr/libexec/sendmail
1999-12-29 18:34:33 +00:00
Kris Kennaway
2dc3a03235
Add directories: preparation for OpenSSL import.
1999-12-25 14:12:09 +00:00
Andrey A. Chernov
4a1cdbb167
Add 8859-4 and lt_LT entries
1999-12-24 05:27:04 +00:00
Andrey A. Chernov
1107842229
lt_LN->la_LN
1999-12-22 20:52:54 +00:00
Andrey A. Chernov
712dfc0ffc
Add cs_CZ
...
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-12-21 23:51:29 +00:00
Semen Ustimenko
7906f99bf4
Added ntfs subdir to allow mountd.c include <ntfs/ntfsmount.h>
...
and others.
1999-12-03 20:17:16 +00:00
Ollivier Robert
3e08b029e3
Add share/examples/netgraph.
...
Forgotten by: our friends at Whistle.
1999-11-19 12:14:10 +00:00
Jonathan Lemon
fd9ec25aaa
Add missing netinet6.
...
Detected by: make world
1999-11-05 18:49:00 +00:00
Boris Popov
fc29213506
Add share/examples/nwclient directory.
1999-11-03 11:57:04 +00:00
Julian Elischer
4cf49a4355
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
...
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org )
Obtained from: Whistle CVS tree
1999-10-21 09:06:11 +00:00
Andrey A. Chernov
cd23b8bf85
add uk_UA.KOI8-U locale dirs
1999-10-18 20:18:04 +00:00
Boris Popov
f24bb3a4b3
Make libncp actually compiled.
...
Reviewed by: mdodd
1999-10-14 06:40:46 +00:00
Andrey A. Chernov
b7d9493ed1
add ru_SU.ISO_8859-5 locale dirs
1999-10-03 00:44:56 +00:00
Andrey A. Chernov
22ec1a0d38
Oops, patch applied to wrong place.
1999-09-15 18:58:33 +00:00
Andrey A. Chernov
0dd0f9be49
add mdoc/locale
1999-09-15 18:52:44 +00:00
Andrey A. Chernov
2c3cb52472
add tmac/locale for man l10n tweaks
1999-09-11 19:11:03 +00:00
Tim Vanderhoek
fa9b8447b7
Add /usr/share/examples/more/. Will contain sample config files that
...
give our more(1) keymappings similar to less(1) and most(1). Initially
these config files will support only a subset of less and most keymappings.
1999-09-03 22:21:47 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Nik Clayton
c6f7f343c9
Pull the FDP maintained documents (that's the FAQ, the Handbook, the
...
tutorials, and all the language translations thereof) out of here. They
still install here, but the installation routine in doc/ sorts that
out.
1999-08-26 19:48:39 +00:00
Rodney W. Grimes
d253d56215
Looks like I missed a little white space error, fixed.
1999-08-25 21:49:37 +00:00
Rodney W. Grimes
928b6de37c
This cleans up all the white space errors so that the next
...
commit is easier to understand.
1999-08-24 03:51:34 +00:00
Rodney W. Grimes
f10c8263aa
Fix script in README to actually work, empty lines produce as
...
much a diff as lines with the wrong stuff on it.
Add references in mtree data files to the README.
1999-08-23 05:12:43 +00:00