| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
Also fix a minor disordering of a wi card while I'm here.
Submitted by: bob bobing <this_is_my_act@yahoo.com>
Notes:
svn path=/head/; revision=88561
|
|
|
|
|
|
|
|
|
| |
PR: bin/33158
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
MFC after: 1 day
Notes:
svn path=/head/; revision=88560
|
|
|
|
|
|
|
|
|
|
| |
plus the symbolic links to the fake BSD partitions.
Also remove the rfd* devices, they are neither necessary nor documented
anymore.
Notes:
svn path=/head/; revision=88533
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the network is initialized. This was first implemented in rev 1.268
of src/etc/rc, but was backed out at wollman's request.
The objection was that the right place for the fix is in mount(8).
Having looked at that problem, I find it hard to believe that
the hoops one would have to jump through can be justified by the
desire for purity alone.
Note that there are reported issues surrounding nfsclient kernel
support and mount_nfs(8), which currently make NFS an ugly exception
to the general case.
With this change, systems with non-NFS network filesystems configured
for mounting on startup in /etc/fstab are no longer guaranteed to
fail on startup.
Notes:
svn path=/head/; revision=88531
|
|
|
|
|
|
|
|
|
|
|
|
| |
This feature has been removed since 4.1 times and it is only a source
of confusion.
Same needs to be done on -stable.
MFC after: 1 day
Notes:
svn path=/head/; revision=88523
|
|
|
|
|
|
|
| |
Submitted by: "Frank W. Josellis" <josellis@dynamics.claranet.de>
Notes:
svn path=/head/; revision=88522
|
|
|
|
|
|
|
|
|
|
|
|
| |
o uncommnent joy stuff (me)
o Add BONDWELL B236 joystick card (me)
o Add Buffalo WLI-CF-S11G wi card (me)
o CNF CD-m (submitted by gda)
Submitted by: Dmitry A Goncharov <gda@sani.ru>
Notes:
svn path=/head/; revision=88517
|
|
|
|
|
|
|
|
|
|
|
| |
md device and file system creation occurs *after* mtree is run, and
as such an /var/tmp/* or /tmp/* entries will be under the mountpoint
(or fail) rather than appearing in the md filesystems. This prevents
the creation of vi.recover, and might affect other localizations that
rely on the mtree calls affecting these directories.
Notes:
svn path=/head/; revision=88497
|
|
|
|
|
|
|
|
| |
made to copy the NFS-mounted on to /tmp/etc, instead, it is populated
entirely from /conf/default, then overriden from /conf/IP.
Notes:
svn path=/head/; revision=88496
|
|
|
|
|
|
|
|
|
|
| |
/dev/nsmb* device nodes, which used to be done by the port installation.
PR: 33068
Submitted by: Dimitry Andric <dim@xs4all.nl>
Notes:
svn path=/head/; revision=88495
|
|
|
|
|
|
|
| |
Requested by: ache
Notes:
svn path=/head/; revision=88459
|
|
|
|
| |
Notes:
svn path=/head/; revision=88402
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=88348
|
|
|
|
|
|
|
|
| |
PR: 32450
Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
Notes:
svn path=/head/; revision=88314
|
|
|
|
|
|
|
| |
corrected in libsmb.
Notes:
svn path=/head/; revision=88287
|
|
|
|
|
|
|
|
|
| |
partition.
Submitted by: ru
Notes:
svn path=/head/; revision=88199
|
|
|
|
| |
Notes:
svn path=/head/; revision=88140
|
|
|
|
| |
Notes:
svn path=/head/; revision=88050
|
|
|
|
| |
Notes:
svn path=/head/; revision=87980
|
|
|
|
|
|
|
| |
MFC after: 2 days
Notes:
svn path=/head/; revision=87974
|
|
|
|
|
|
|
|
|
|
| |
The addition of the smbfs examples should have included this delta.
Failure to include this delta broken world.
Reported by: jhay
Notes:
svn path=/head/; revision=87959
|
|
|
|
| |
Notes:
svn path=/head/; revision=87956
|
|
|
|
|
|
|
| |
too, so add it back
Notes:
svn path=/head/; revision=87887
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
support to the build.
The MFC reminder below is subject to <re@FreeBSD.org> approval
prior to 4.5-RELEASE.
Reviewed by: bp, fjoe
MFC: 1 week
Notes:
svn path=/head/; revision=87874
|
|
|
|
|
|
|
| |
PR: bin/32822
Notes:
svn path=/head/; revision=87852
|
|
|
|
|
|
|
|
|
| |
FTP_PASSIVE_MODE=YES.
Pointed out by: billf
Notes:
svn path=/head/; revision=87835
|
|
|
|
|
|
|
|
|
|
|
|
| |
so swap the order.
Also allow rpc.lockd and rpc.statd to be turned on if nfsclient is
enabled. They are needed to provide client side locking support.
PR: conf/27811
Notes:
svn path=/head/; revision=87781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
already set (e.g. a failed/skipped mergemaster run during an upgrade).
Without this, if script_name_sep was not set in the rc.conf files,
local scripts will not be executed on startup or shutdown.
PR: misc/32687
Submitted by: Nicholas Paufler <echofox@discordia.ca> (the problem)
Sheldon Hearn (the idea behind the fix)
Reviewed by: sheldonh
MFC after: 1 week
Notes:
svn path=/head/; revision=87728
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add instructions regarding replacing 'my.domain', as this has come up
on freebsd-questions.
- Remove reference to rs.internic.net/templates, as that directory no
longer exists. Instead, encourage them gently to talk to their network
provider.
MFC after: 1 week
Notes:
svn path=/head/; revision=87683
|
|
|
|
|
|
|
|
| |
Reminded by: sheldonh
MFC after: 3 days
Notes:
svn path=/head/; revision=87664
|
|
|
|
| |
Notes:
svn path=/head/; revision=87646
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=87514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel TCP timer code: rather than checking for tcp_keepalive being
set to "YES", check for "NO" and turn off keepalives if the variable
is set in that manner.
o Note: eventually, it would make sense to remove this variable from
rc.conf management, and instead rely on sysctl.conf. In fact, this
is probably true of a number of rc.conf variables whose sole aim
is to drive the setting of sysctls at boot time.
Notes:
svn path=/head/; revision=87500
|
|
|
|
| |
Notes:
svn path=/head/; revision=87468
|
|
|
|
| |
Notes:
svn path=/head/; revision=87464
|
|
|
|
|
|
|
|
|
|
| |
installed instead of pam.conf. This is for testing; the conditionals will
be removed once we are confident that pam.d works as intended.
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=87447
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=87446
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
expansion in the rc-scripts.
PR: 32552
Submitted by: Gleb Smirnoff <glebius@rinet.ru>
Approved by: ru
Obtained from: ru
MFC after: 1 day
Notes:
svn path=/head/; revision=87443
|
|
|
|
|
|
|
|
|
|
| |
conversion script generated the wrong format, so the configuration files
didn't actually work. Good thing I hadn't thrown the switch yet...
Sponsored by: DARPA, NAI Labs (but the f***ups are all mine)
Notes:
svn path=/head/; revision=87423
|
|
|
|
| |
Notes:
svn path=/head/; revision=87422
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=87421
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=87419
|
|
|
|
| |
Notes:
svn path=/head/; revision=87417
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=87416
|
|
|
|
| |
Notes:
svn path=/head/; revision=87382
|
|
|
|
|
|
|
|
|
|
|
|
| |
backward compatibility symlinks for good measure.
DEVFS already gets this right (except for the symlinks).
PR: 24781
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
MFC after: 3 days
Notes:
svn path=/head/; revision=87314
|
|
|
|
|
|
|
|
|
| |
PR: 19849
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
MFC after: 3 days
Notes:
svn path=/head/; revision=87313
|
|
|
|
|
|
|
|
|
|
|
| |
named(8) in the comments.
PR: 32459
Submitted by: "Gary W. Swearingen" <swear@blarg.net>
MFC after: 2 days
Notes:
svn path=/head/; revision=87262
|
|
|
|
| |
Notes:
svn path=/head/; revision=87170
|
|
|
|
| |
Notes:
svn path=/head/; revision=87051
|