summaryrefslogtreecommitdiffstats
path: root/etc/mtree
Commit message (Collapse)AuthorAgeFilesLines
* Add ro_ROache2002-01-082-0/+6
| | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro>
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-241-160/+0
| | | | Requested by: ache
* add LC_MESSAGES directory for uk_UA.ISO8859-5 localephantom2001-12-221-0/+2
|
* Slightly re-work locale messages storage scheme. Before this commitphantom2001-12-211-0/+158
| | | | | | | | | | | 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>
* Add uk_UA.ISO8859-5 localeache2001-12-202-0/+6
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* Install devfs includes.green2001-12-171-0/+2
|
* Add a missing .. to get out of smbfs/print.jhay2001-12-151-0/+1
|
* Add share/examples/smbfs/print for userland smbfs import.sheldonh2001-12-141-0/+3
| | | | | | | The addition of the smbfs examples should have included this delta. Failure to include this delta broken world. Reported by: jhay
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-071-0/+2
| | | | | | | | | | 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
* Oops! Previous commit used tabs instead of spaces.des2001-12-051-2/+2
|
* Add /etc/pam.d.des2001-12-051-0/+2
| | | | Sponsored by: DARPA, NAI Labs
* GC cvs-1.8.1 import left-overs.ru2001-11-281-4/+0
|
* Add hi_IN.ISCII-DEVache2001-11-272-0/+6
|
* Apply README style guidelines (this time checked).ru2001-11-192-12/+12
|
* Change mode for var/db/ipf to 0700guido2001-11-171-1/+1
|
* Add share/zoneinfo/North_Dakota in preparation for tzdata update.wollman2001-11-091-0/+2
|
* Add bg_BG.CP1251ache2001-11-052-0/+6
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Fix a bug I introduced yesterday. People who built world since thecjc2001-11-021-0/+1
| | | | previous commit yesterday may wish to check /var/run for junk.
* Add a directory in /var/run to store ppp(8) command sockets.cjc2001-11-011-0/+1
| | | | | | PR: bin/29966 Approved by: brian MFC after: 4
* Remove /var/spool/uucp subtree, not needed for 'cu'ache2001-10-261-14/+0
|
* The same unbreakage (0755 -> 0775) for /var/games and subdirsache2001-10-251-3/+3
|
* Fix /var/mail, /var/rwho and /var/spool/lock back to 0775ache2001-10-251-3/+3
| | | | Not sure about other dirs with the same damage (0755) by recent commit.
* Style these once again.ru2001-10-253-14/+13
|
* Create /var/db/ipfdarrenr2001-10-201-0/+2
| | | | PR: 27070
* Add the ipfilter directory in share/examplesdarrenr2001-10-201-0/+2
| | | | PR: 26763
* Put back /var/spool/uucp so it can be used for serial port locking.kris2001-10-011-0/+14
|
* UUCP removal phase II. These directories are now created by thekris2001-10-013-20/+0
| | | | freebsd-uucp port.
* Userland part of nfs client/server split and cleanup.peter2001-09-181-0/+4
|
* Added forgotten share/zoneinfo/America/Kentucky.ru2001-09-111-0/+2
|
* Invoke named with privilege of bind:bind.kuriyama2001-08-231-0/+2
| | | | Change pidfile location to /var/run/named/pid.
* More libss removal.markm2001-08-201-2/+0
|
* Build standard directory for kerberos 5 (Heimdal) database.markm2001-07-281-1/+4
|
* add directory i4brunppp.hm2001-07-221-0/+2
| | | | | Pointed out by: David H. Wolfskill david@catwhisker.org and Crist J. Clark <cristjc@earthlink.net>
* Mention the path to the README file in the header comment.nik2001-06-268-8/+8
| | | | Submitted by: Rich Morin <rdm@cfcl.com>
* Fix name for de manpages dirache2001-06-261-1/+1
|
* Got my r's and t's mixed up. Fix sorting.obrien2001-06-221-2/+2
|
* Add etc/rc.d (looking to the future)obrien2001-06-211-0/+2
|
* The README file says:ru2001-06-112-121/+121
| | | | c) The listing should be kept in filename sorted order.
* ISO_ -> ISO, calendarache2001-06-111-2/+2
|
* Back out *.US-ASCII compactification - application should decideache2001-06-102-1/+41
|
* Add man/en.ISO8859-1 hierarchyache2001-06-101-3/+36
|
* Deal properly with *.US-ASCII familyache2001-06-102-36/+16
|
* Fix Latin1 man directories for new locale namesache2001-06-101-1/+1
|
* New locale names and aliases to old onesache2001-06-102-177/+243
|
* add new directories for XFree86-4.1.0.sf2001-06-071-0/+6
| | | | Reviewed by: ru
* Unbreak world by adding the new example directiory.dcs2001-06-061-0/+2
| | | | | Reminded by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk> MFC after: 1 week
* Don't use tabs here!ru2001-06-051-2/+2
|
* Round #2 of the sys/isa/ic/ => sys/dev/ic/ move: install sys/dev/icjoerg2001-06-041-0/+2
| | | | as /usr/include/dev/ic.
* Remove vestiges of MFS.ru2001-06-011-2/+0
|
OpenPOWER on IntegriCloud