Gleb Smirnoff
27ca43f3cb
Change tabs to whitespaces.
...
Noticed by: ru
Pointy hat to: glebius
2004-09-16 21:33:56 +00:00
Gleb Smirnoff
fdbe44b0cd
Install netflow includes.
...
Approved by: julian (mentor)
2004-09-16 20:42:03 +00:00
Max Laier
9d7ccc0ffa
Bring in some examples (and create space for future work here):
...
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)
- Tweak the pointer to fit the FreeBSD default location share/examples/pf
- Account for the new directory in BSD.usr.dist (no hier(7) change required
as share/examples is an opaque item there).
Obtained from: OpenBSD
Reminded by: Thomas T. Veldhouse
PR: docs/71691
MFC after: 2 days
2004-09-14 01:07:19 +00:00
Alfred Perlstein
0793d4d1e4
Hook autofs to the build.
2004-09-02 20:44:56 +00:00
Tim J. Robbins
1bbc832cce
Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.
...
(This differs somewhat from the version originally submitted - any mistakes
are my own.)
PR: 68524
Submitted by: J. Vicente Carrasco -Bixen-
2004-08-28 12:52:31 +00:00
Ruslan Ermilov
05731cd2e1
share/examples/worm is dead.
2004-08-24 19:03:55 +00:00
David Malone
7f28a4189b
Add Hungarian calendar entries.
...
PR: 42725
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-08-16 09:31:09 +00:00
Pawel Jakub Dawidek
e81856c34c
Connect RAID3 GEOM class to the build.
2004-08-16 06:36:21 +00:00
Pawel Jakub Dawidek
8a8fbaca32
Connect GEOM_MIRROR class to the build.
2004-07-30 23:18:53 +00:00
Alexander Kabaev
81efba8c9e
Bmake glue for GCC 3.4.2-prerelease.
2004-07-28 05:27:21 +00:00
Ruslan Ermilov
8d59f4fd45
Fixed style of previous commit.
2004-07-27 12:31:38 +00:00
Ollivier Robert
5c0b01b427
Add /etc/ntp to hold keys for ntpd.
2004-07-21 10:14:10 +00:00
Hartmut Brandt
598cbe94d5
Add a directory for the API include files.
2004-07-08 16:48:43 +00:00
Pawel Jakub Dawidek
e1237b285b
Introduce GEOM_LABEL class.
...
This class is used for detecting volume labels on file systems:
UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660.
It also provide native labelization (there is no need for file system).
g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow.
g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found
where volume labels are stored and I use those offsets here,
but with this class it should be easy to do it as it should be done by
someone who know how.
Implementing volume labels detection for other file systems also should
be trivial.
New providers are created in those directories:
/dev/ufs/ (UFS1, UFS2)
/dev/msdosfs/ (FAT12, FAT16, FAT32)
/dev/iso9660/ (ISO9660)
/dev/label/ (native labels, configured with glabel(8))
Manual page cleanups and some comments inside were submitted by
Simon L. Nielsen, who was, as always, very helpful. Thanks!
2004-07-02 19:40:36 +00:00
Max Laier
02b199f158
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
...
your (network) modules as well as any userland that might make sense of
sizeof(struct ifnet).
This does not change the queueing yet. These changes will follow in a
seperate commit. Same with the driver changes, which need case by case
evaluation.
__FreeBSD_version bump will follow.
Tested-by: (i386)LINT
2004-06-13 17:29:10 +00:00
Kris Kennaway
0adbaf30d9
Add common share/locale directories (everything used by >= 5 ports [1]) and
...
/usr/local/www
[1] Semi-arbitrary cutoff, but I didn't want to add every locale directory
used by ports, because a lot are only used by one or two, and it's less
intrusive for these ports to just clean up after themselves.
MFC after: 2 days
2004-05-31 07:34:40 +00:00
Pawel Jakub Dawidek
680e586479
- Install includes used by STRIPE and NOP GEOM classes.
...
- Create needed directories.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
2004-05-20 10:29:26 +00:00
Pawel Jakub Dawidek
b6d37dc477
Add g_concat.h and g_gate.h to be installed in
...
/usr/include/geom/(concat|gate)/.
2004-04-30 16:21:39 +00:00
Tim J. Robbins
ab670aebec
Add an Israel Hebrew locale: he_IL.UTF-8.
...
PR: 65826
Submitted by: Hye-Shik Chang
2004-04-21 15:28:23 +00:00
Hartmut Brandt
9de3b3505c
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
...
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
2004-04-14 16:06:19 +00:00
Dag-Erling Smørgrav
269c3d05f4
Remove the POSIX and en_US.US-ASCII links after ache@ explained why they
...
are unnecessary (and a bad idea).
2004-03-30 14:20:45 +00:00
Tim J. Robbins
83e01a4eab
Add directories under /usr/share/nls and /usr/local/share/nls
...
for the new UTF-8 locales.
Reminded by: ache
2004-03-29 11:07:35 +00:00
Tim J. Robbins
839b21a6f4
Add UTF-8 versions of all the currently supported system locales. Most of
...
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.
PR: 44307
2004-03-27 08:14:15 +00:00
Ruslan Ermilov
fd3fbdbe46
Removed more vestiges of the stl(4) driver.
2004-03-26 18:49:11 +00:00
David E. O'Brien
999daea6a5
Back out revision 1.295. share/libdata/gcc/ is valid and used.
2004-03-24 19:37:53 +00:00
Dag-Erling Smørgrav
3a895c1a1b
Previous commit should have read: remove share/libdata/doscmd/{,fonts/}.
...
This time around, remove share/libdata/gcc/ which seems unused.
2004-03-24 08:21:30 +00:00
Dag-Erling Smørgrav
f13afd61f8
Remove share/doscmd/{,fonts/}
2004-03-24 08:19:46 +00:00
Dag-Erling Smørgrav
35f65ad07d
Add share/nls/{POSIX,en_US.US-ASCII} as symlinks to C.
2004-03-23 22:16:38 +00:00
Andrey A. Chernov
9d7197a177
Add "posix" subdir to "gnu"
2004-02-25 02:51:37 +00:00
Andrey A. Chernov
26ff94ca43
Add "gnu" to the list of subdirs
2004-02-16 22:23:34 +00:00
Andrey A. Chernov
e3d09018bc
Add kk_KZ.PT154
2004-01-29 16:17:25 +00:00
Ruslan Ermilov
98c8c6138e
Create section 4 and 8 man subdirectories for all Tier 1 architectures.
2004-01-21 13:15:19 +00:00
Ruslan Ermilov
d5177a67f8
Removed unused {man,cat}9/i386.
2004-01-21 13:09:16 +00:00
Eivind Eklund
19c53c53f9
Add /var/db/ports/ (support directory necessary for
...
ports that use the new OPTIONS infrastructure)
2004-01-20 13:51:23 +00:00
Andrey A. Chernov
7f0dc5ce44
Add be_BY.*
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:05:34 +00:00
Andrey A. Chernov
33c521fabf
Add zh_HK.Big5HKSCS
2003-12-19 06:57:57 +00:00
David E. O'Brien
a5b5101f5e
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
...
as these ioctl's aren't MD. This also means they are installed in
/usr/include/dev/bktr now. Also provide compatability wrappers for
where these headers lived in 4.x.
2003-12-08 07:22:42 +00:00
Ruslan Ermilov
c0984da8ae
Scheduled sweep using the README guidelines.
...
Approved by: re (rwatson)
2003-11-29 18:22:01 +00:00
Scott Long
90768c55d4
Install UDF header files to unbreak /sbin building when /sys is not present.
...
Submitted by: imura@ryu16.org
2003-11-22 06:08:59 +00:00
Hartmut Brandt
93a44b1a3a
Create sub-directories under share for bsnmp tree definition and MIB files.
2003-11-10 09:06:38 +00:00
Hartmut Brandt
fedcb97765
Create a subdirectory where bsnmp include files will be stuffed to.
2003-11-10 09:04:24 +00:00
David Xu
fe9f88fc14
Use space instead of tab.
2003-11-08 05:18:25 +00:00
Robert Watson
c2021aea59
Add /usr/share/security to directories to create in order to hold
...
LOMAC context information.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-11-08 00:41:41 +00:00
Hartmut Brandt
53c9e0f3aa
Add a sub-directory for the signalling layer headers of NgATM.
2003-11-07 08:57:42 +00:00
David Xu
e461ba58ab
Enable GB2312 locale.
2003-11-05 23:39:03 +00:00
Hartmut Brandt
62230fec65
Add a sub-directory for the NgATM message encoding/decoding
...
header files.
2003-11-03 12:26:47 +00:00
Maksim Yevmenkin
6b67dc6f60
Create missing /usr/share/examples/netgraph/bluetooth directory
2003-10-27 16:10:05 +00:00
Maksim Yevmenkin
e6ef35a90b
Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
...
Reviewed by: imp, simon
Approved by: imp (mentor)
2003-10-26 19:09:12 +00:00
Hartmut Brandt
a25f8a3d51
Add a sub-directory to netnatm for the SAAL headers.
2003-10-22 13:15:09 +00:00
Max Khon
d2038d56f2
/usr/libdata/msdosfs is no longer used, because of kiconv(3) commit.
...
PR: 57277
Submitted by: Ryuichiro Imura <imura@ryu16.org>
2003-10-11 11:57:03 +00:00
Jacques Vidrine
23b1827ab3
Install additional headers for Kerberos (libkafs, libkadm5*, and
...
libhdb).
2003-10-09 19:50:00 +00:00
Gordon Tetlow
5a7528e7fa
Add /lib and /libexec directories. These are part of the dynamic root
...
support.
2003-08-17 07:48:09 +00:00
Hartmut Brandt
7d73d21187
Create a directory for ATM documentation and help files.
2003-08-12 14:26:57 +00:00
Andrey A. Chernov
2665d13d28
Add ko_KR.CP949 locale
...
PR: 55341
submitted by: Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:43:49 +00:00
Mike Makonnen
a0c0836e7a
Support for the Amharic locale.
2003-08-05 05:42:08 +00:00
Andrey A. Chernov
b48997bff3
Add GB18030 dirs
...
PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
2003-07-29 08:02:26 +00:00
Alexander Kabaev
f2edfd7617
Update for new C++ include files layout.
2003-07-11 05:29:59 +00:00
Andrey A. Chernov
0133c15ca8
Add ARMSCII-8 locale dirs
...
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
2003-07-05 11:41:10 +00:00
Gordon Tetlow
884c25d15a
Add /rescue bits. This basically encompasses all of bin and sbin along
...
with a couple of bits from usr.bin in a crunchgen'd binary.
Submitted by: Tim Kientzle <kientzle@acm.org>
2003-06-29 18:35:37 +00:00
Sam Leffler
cbc2782fd6
install new 802.11 headers
2003-06-25 14:59:17 +00:00
Hartmut Brandt
1a589a2bb2
Install the include file for the netgraph ATM node.
2003-06-25 13:28:06 +00:00
Hartmut Brandt
591f4054cb
This is a driver for the physical layer chips used in ATM interfaces.
...
It currently supports the PMC Sierra Lite, Ultra and 622 chips and
the IDT 77105. The driver handles media options and state in a consistent
manner for ATM drivers. The next commit to the midway driver will make
it use utopia.
2003-06-12 14:28:32 +00:00
Andrey A. Chernov
2f0714a616
Add ru_RU.CP1251
2003-06-06 22:39:24 +00:00
Andrey A. Chernov
803ae193da
Add zh_CN.GBK
2003-06-01 15:37:37 +00:00
Eric Anholt
9dd5fb023d
Add new directories from the XFree86 4.3.0 update.
...
Approved by: re (murray)
2003-05-14 07:23:54 +00:00
Ruslan Ermilov
5efb531d6c
Directories for Russian manpages.
2003-03-24 09:39:09 +00:00
Ruslan Ermilov
4d31f60ec3
Record the BOG death here too.
2003-03-12 14:29:15 +00:00
Ruslan Ermilov
57c190a31f
No tabs here.
2003-03-11 11:14:34 +00:00
Mark Murray
38b1858b1b
Initiate KerberosIV de-orbit burn. Disconnect the /etc configs.
2003-03-08 09:50:11 +00:00
Peter Wemm
f3634ced5c
Stop creating /usr/include/netns
2003-03-05 19:21:23 +00:00
Giorgos Keramidas
4f110f6898
Remove {man,cat}n from /usr/share/man. They had been added for TCL,
...
but it's no longer a part of the base-system and buildworld works fine
here after deleting them both on disk and from the mtree spec files.
Not objected to by: kris, silence on -audit
2003-02-15 23:05:48 +00:00
Jacques Vidrine
6042ca2e01
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
Joerg Wunsch
a7a02d1917
Set the expected permissions of /dev to 0555 since this is what devfs
...
is using anyway. Otherwise, "make installworld" insists on resetting
them to 0755.
2003-02-09 19:33:53 +00:00
Poul-Henning Kamp
48becfddca
Install geom include files.
2003-02-08 13:25:48 +00:00
Ruslan Ermilov
a9263b6214
NODEVFS cleanup.
2003-02-05 15:31:43 +00:00
Eric Anholt
5e002f9351
Add missing lib/X11/xedit/lisp directory.
2003-01-16 02:17:28 +00:00
Hidetoshi Shimokawa
8993821383
Install /sys/dev/firewire/*.h under /usr/include/dev/firewire
...
for userland utilities.
2002-12-30 09:45:03 +00:00
Andrey A. Chernov
c6f442e743
Add directories for upcoming ca_ES locale
2002-12-30 08:52:05 +00:00
Robert Watson
dbd8d5b2dd
Don't install old LOMAC include files; do install new mac_lomac
...
include files.
Approved by: re (jhb)
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-12-03 15:05:32 +00:00
Julian Elischer
aa0382fd00
Make directory for bluetooth include files.
2002-11-21 00:36:19 +00:00
Ruslan Ermilov
1696b51df2
Backout rev. 1.263.
...
Approved by: jmallett
2002-11-15 18:44:09 +00:00
Mark Murray
44b308453a
Restore /var/games; lots of ports' games use it.
2002-11-04 07:50:48 +00:00
Anton Berezin
d8011e5791
Remove Perl bits still lurking in BSD.local.dist. It is a
...
responsibility of lang/perl5 to deal with those nowadays.
Requested by: kkenn
2002-10-29 16:48:03 +00:00
Andrey A. Chernov
8f47eb5b3a
Add lt_LT.ISO8859-13
2002-10-25 22:00:34 +00:00
Robert Watson
bac8e8742b
Install mac_partition include files.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-24 15:25:37 +00:00
Mark Murray
dc2f663b39
Do not build the majority of the games. Remaining are the
...
"utility-like" games and everyone's favourite, fortune(6).
2002-10-20 11:18:56 +00:00
Andrey A. Chernov
cb599ce2c1
Add sr_YU locale directories
...
Submitted by: Toni Andjelkovic <toni@soth.at>
2002-10-19 12:56:56 +00:00
Thomas Moestl
9f29ec17e0
Install the include files in sys/dev/ofw.
2002-10-18 15:30:50 +00:00
Sam Leffler
4b70617d04
install "fast ipsec" include files
2002-10-18 04:21:29 +00:00
Sam Leffler
3feb456215
install sys/opencrypto include files in /usr/include/crypto
2002-10-04 20:44:28 +00:00
Don Lewis
08bb4399fa
Unbreak installworld.
...
Apparently /usr/include/dev grew a couple of subdirectories, but nobody
informed mtree.
2002-09-19 08:35:12 +00:00
Kris Kennaway
64e11ced68
Add some extra directories created by recent versions of XFree86-4
...
Reviewed by: anholt (XFree86-4 maintainer)
MFC after: 1 day
2002-09-19 02:05:41 +00:00
Peter Wemm
66422f5b7a
Initiate deorbit burn for the i386-only a.out related support. Moves are
...
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
Robert Watson
844a8917d6
Introduce support for Mandatory Access Control and extensible
...
kernel access control.
Create directories for per-policy include files.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-08-01 22:37:08 +00:00
Ruslan Ermilov
661fc9ee4d
Removed no longer used share/examples/diskless/* dirs (forgotten
...
by luigi@) and never used share/examples/kld/dyn_sysctl/module.
2002-07-11 07:15:36 +00:00
Sheldon Hearn
d86c700817
Revert previous delta, setting the system immutable flag on /var/empty
...
instead of the user immutable flag, now that mergemaster handles
schg directories in its /var/tmp/temproot.
2002-06-26 17:05:48 +00:00
Sheldon Hearn
ec8b657bfd
Tone down the previous delta: don't set the system immutable flag on
...
/var/empty, because it makes it difficult for mergemaster(8) to remove
/var/tmp/temproot/var.
2002-06-26 08:58:28 +00:00
Sheldon Hearn
9ec0ab17fd
The previous delta introduced /var/empty, for use by openssh-portable,
...
which needs an empty directory into which to chroot(2).
Hint to the operator that this directory really _should_ be empty
by creating it with mode 0555 and the system immutable flag (schg)
set.
Reviewed by: des
2002-06-24 18:31:47 +00:00
Dag-Erling Smørgrav
9b4e71b270
Add /var/empty for the OpenSSH privsep code.
2002-06-23 20:44:19 +00:00
David E. O'Brien
8777223029
Change our default XF86Config location from /etc/ to /etc/X11/,
...
following the lead of The XFree86 Project's default.
Approved by: Murray
2002-06-10 04:47:26 +00:00
Peter Wemm
148c11ac62
Update g++ include subdirs
2002-05-29 00:46:33 +00:00
Ruslan Ermilov
37d1dbf01d
Build sccs(1) docs.
2002-05-22 11:55:47 +00:00
Ruslan Ermilov
0c2fe74da8
Added share/doc/[pu]sd entries.
...
Reviewed by: grog
2002-05-22 10:38:25 +00:00
Mark Murray
ccde38c38d
Remove Perl and TCL/TK bits, neither of which are in the base system
...
(anymore).
2002-05-18 14:27:17 +00:00
Ruslan Ermilov
7662944182
Sigh, this README is not a shell script.
2002-05-18 12:37:19 +00:00
Ruslan Ermilov
0db47a7c6c
Remind developers to update hier(7) if they make changes to these files.
2002-05-18 12:35:10 +00:00
David E. O'Brien
2582d4d13f
We haven't needed libg++ since 1999-04-04 (pre 4.0).
2002-05-18 05:38:31 +00:00
Mark Murray
f365887c6c
No need to build perl dirs anymore.
2002-05-16 09:29:40 +00:00
David Malone
d00a7c247a
Don't use ISO_8859 when I should use ISO8859.
2002-04-29 20:57:36 +00:00
David Malone
df374705d2
Add a French calendar.
...
PR: 32265
Submitted by: Thierry Thomas <thierry@pompo.net>
MFC after: 1 week
2002-04-28 23:22:13 +00:00
Gregory Neil Shapiro
5b7a235bb6
In my continuing crusade to make life better for non-sendmail users, avoid
...
the creation of /var/spool/clientmqueue and therefore the need for the
smmsp user and group if NO_SENDMAIL is defined. This required breaking out
the creation of the directory into a new BSD.sendmail.dist mtree file.
MFC after: 1 week
2002-04-20 19:00:11 +00:00
Dag-Erling Smørgrav
f5e2abb7fa
Add etc/pam.d.
2002-04-12 16:22:58 +00:00
Alexey Zelkin
c1222b7e56
Add directories for pt_BR.ISO8859-1 locale
2002-04-05 14:58:03 +00:00
Ruslan Ermilov
9f1207d517
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
...
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.
PR: docs/29534
Install sys/netatm/*/*.h to /usr/include/netatm/*/.
Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>. Three years is enough to be aware of
the change, and these weren't visible in the SHARED=symlinks
case.
Back out include/Makefile,v 1.160 that was a null change anyway
due to the bug in the path, and we now don't want to install
these headers because they would otherwise be invisible in the
SHARED=symlinks case.
Don't install IPFILTER headers. Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.
Resurrect SHARED=symlinks in Makefile.inc1.
PR: bin/28002
Prodded by: bde
MFC after: 2 weeks
2002-03-26 16:05:14 +00:00
Mark Murray
5ad400ab91
Update for Perl 5.6.1
2002-03-16 21:41:09 +00:00
Gregory Neil Shapiro
ab3e277c5c
Add /var/spool/clientmqueue for 8.12's non-set-user-ID root mail submission
2002-02-17 22:11:41 +00:00
Gregory Neil Shapiro
9a63f27e11
Add new include/libmilter directory for libmilter (sendmail mail filter API)
...
include files
2002-02-17 22:10:56 +00:00
Mark Peek
90e0035cca
Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.
...
PR: misc/34800 (from Steven Grady)
Submitted by: phantom (patch)
MFC after: 3 days
2002-02-12 04:50:12 +00:00
Crist J. Clark
7fc6e2f775
Put a complete set of pppd(8) sample configuration files in
...
/usr/share/examples/pppd.
Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.
Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.
2002-01-29 01:10:47 +00:00
Dag-Erling Smørgrav
c84317d7ad
Add local/share/java/classes, local/share/sgml, local/share/xml
...
Approved by: ru, silence on -ports
MFC after: 1 week
2002-01-23 13:02:16 +00:00
Ruslan Ermilov
322628519e
Reincarnate SETUID code in man(1), not compiled in by default.
...
The code will be fixed for all known security vulnerabilities,
and a make.conf(5) knob (ENABLE_SUID_MAN) will be provided for
those who still want it installed setuid for whatever reasons.
2002-01-22 15:15:38 +00:00
Bruce Evans
e9f83ca347
Added this makefile. This is not attached to the build yet. I often
...
install parts of /etc manually and it helps to have a makefile for
each subdir even if the main makefile doesn't invoke it.
2002-01-16 12:18:22 +00:00
Ruslan Ermilov
30843b9337
Do not install man(1) setuid ``man''.
...
The catpaging and setuidness features of man(1) combined make
it vulnerable to a number of security attacks. Specifically,
it was possible to overwrite system catpages with arbitrarily
contents by either setting up a symlink to a directory holding
system catpages, or by writing custom -mdoc or -man groff(1)
macro packages and setting up GROFF_TMAC_PATH in environment
to point to them. (See PR below for details).
This means man(1) can no longer create system catpages on a
regular user's behalf. (It is still able to if the user has
write permissions to the directory holding catpages, e.g.,
user's own manpages, or if the running user is ``root''.)
To create and install catpages during ``make world'', please
set MANBUILDCAT=YES in /etc/make.conf. To rebuild catpages
on a weekly basis, please set weekly_catman_enable="YES" in
/etc/periodic.conf.
PR: bin/32791
2002-01-15 14:11:05 +00:00
Andrey A. Chernov
ac6739777e
Add ro_RO
...
PR: 33343
Submitted by: Adrian Penisoara <ady@warpnet.ro>
2002-01-08 15:06:42 +00:00
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