ru
1c9892680c
Fixed style of previous commit.
2004-07-27 12:31:38 +00:00
roberto
f892b6158f
Add /etc/ntp to hold keys for ntpd.
2004-07-21 10:14:10 +00:00
harti
8c11c172c1
Add a directory for the API include files.
2004-07-08 16:48:43 +00:00
pjd
7f4ea6942f
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
mlaier
977d97b004
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
daf3889b76
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
pjd
87ec5ee8d6
- 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
pjd
763751f494
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
tjr
1511636f6c
Add an Israel Hebrew locale: he_IL.UTF-8.
...
PR: 65826
Submitted by: Hye-Shik Chang
2004-04-21 15:28:23 +00:00
harti
7d1905e15b
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
des
b6cc77826c
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
tjr
2a53b4b598
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
tjr
642f4c91af
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
ru
82790ffa5b
Removed more vestiges of the stl(4) driver.
2004-03-26 18:49:11 +00:00
obrien
78406916b6
Back out revision 1.295. share/libdata/gcc/ is valid and used.
2004-03-24 19:37:53 +00:00
des
cc43c606f8
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
des
4d8c9452c1
Remove share/doscmd/{,fonts/}
2004-03-24 08:19:46 +00:00
des
431b446dc3
Add share/nls/{POSIX,en_US.US-ASCII} as symlinks to C.
2004-03-23 22:16:38 +00:00
ache
bd5bbb3ced
Add "posix" subdir to "gnu"
2004-02-25 02:51:37 +00:00
ache
699c9560d0
Add "gnu" to the list of subdirs
2004-02-16 22:23:34 +00:00
ache
30df04b3ec
Add kk_KZ.PT154
2004-01-29 16:17:25 +00:00
ru
1a98c079f6
Create section 4 and 8 man subdirectories for all Tier 1 architectures.
2004-01-21 13:15:19 +00:00
ru
191360285e
Removed unused {man,cat}9/i386.
2004-01-21 13:09:16 +00:00
eivind
f6f5d6c39d
Add /var/db/ports/ (support directory necessary for
...
ports that use the new OPTIONS infrastructure)
2004-01-20 13:51:23 +00:00
ache
f8c04248bd
Add be_BY.*
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:05:34 +00:00
ache
d6d4f00795
Add zh_HK.Big5HKSCS
2003-12-19 06:57:57 +00:00
obrien
4867d63660
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
ru
10d5bf9b25
Scheduled sweep using the README guidelines.
...
Approved by: re (rwatson)
2003-11-29 18:22:01 +00:00
scottl
7fde31fc31
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
harti
9f4c4574e2
Create sub-directories under share for bsnmp tree definition and MIB files.
2003-11-10 09:06:38 +00:00
harti
5f626edb97
Create a subdirectory where bsnmp include files will be stuffed to.
2003-11-10 09:04:24 +00:00
davidxu
a9efed458b
Use space instead of tab.
2003-11-08 05:18:25 +00:00
rwatson
8a034c943d
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
harti
7bff69733d
Add a sub-directory for the signalling layer headers of NgATM.
2003-11-07 08:57:42 +00:00
davidxu
09e99681c0
Enable GB2312 locale.
2003-11-05 23:39:03 +00:00
harti
b1e2c4dbc0
Add a sub-directory for the NgATM message encoding/decoding
...
header files.
2003-11-03 12:26:47 +00:00
emax
6ff074e438
Create missing /usr/share/examples/netgraph/bluetooth directory
2003-10-27 16:10:05 +00:00
emax
7ea3304435
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
harti
83e279db6b
Add a sub-directory to netnatm for the SAAL headers.
2003-10-22 13:15:09 +00:00
fjoe
7fa0184dee
/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
nectar
41639ef8ff
Install additional headers for Kerberos (libkafs, libkadm5*, and
...
libhdb).
2003-10-09 19:50:00 +00:00
gordon
b61d535c67
Add /lib and /libexec directories. These are part of the dynamic root
...
support.
2003-08-17 07:48:09 +00:00
harti
2a8dc694e1
Create a directory for ATM documentation and help files.
2003-08-12 14:26:57 +00:00
ache
ce14ae208f
Add ko_KR.CP949 locale
...
PR: 55341
submitted by: Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:43:49 +00:00
mtm
55db7693f7
Support for the Amharic locale.
2003-08-05 05:42:08 +00:00
ache
c063c890f6
Add GB18030 dirs
...
PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
2003-07-29 08:02:26 +00:00
kan
c104a52f2d
Update for new C++ include files layout.
2003-07-11 05:29:59 +00:00
ache
05ca40608b
Add ARMSCII-8 locale dirs
...
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
2003-07-05 11:41:10 +00:00
gordon
9beb6458f5
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
dbdf93a4c3
install new 802.11 headers
2003-06-25 14:59:17 +00:00