| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=143099
|
|
|
|
|
|
|
| |
(one must upgrade to 5.3 before first jumping to current).
Notes:
svn path=/head/; revision=143098
|
|
|
|
|
|
|
|
|
|
| |
after 20050220 due to the superblock summary recomputation change.
Also make a note about how to go back to the old behavior.
MFC After: 1 day
Notes:
svn path=/head/; revision=142844
|
|
|
|
| |
Notes:
svn path=/head/; revision=142589
|
|
|
|
| |
Notes:
svn path=/head/; revision=142503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clock time to uptime because wall clock time may go backwards.
This is a change in the API which will impact SNMP agents who are using
ifi_epoch to set RFC2233's ifCounterDiscontinuityTime. None are know to
exist today. This will not impact applications that are using the
<index, epoch> tuple to verify interface uniqueness except that it
eliminates a race which could lead to a false assumption of uniqueness.
Because this is a behavior change, bump __FreeBSD_version.
Discussed with: re (jhb, scottl)
MFC after: 3 days
Pointed out by: pkh (way back at EuroBSDCon)
Pointy hat: brooks
Notes:
svn path=/head/; revision=142501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PAGE_SIZE.
Unlike originator of the PR suggests retain MAXSHELLCMDLEN definition
(he has been proposing to replace it with PAGE_SIZE everywhere), not only
this reduced the diff significantly, but prevents code obfuscation and also
allows to increase/decrease this parameter easily if needed.
PR: kern/64196
Submitted by: Magnus Bäckström <b@etek.chalmers.se>
Notes:
svn path=/head/; revision=142453
|
|
|
|
|
|
|
|
| |
separate partition. (Take advantage of "make distribute"
installing /boot/device.hints.)
Notes:
svn path=/head/; revision=142326
|
|
|
|
| |
Notes:
svn path=/head/; revision=142315
|
|
|
|
| |
Notes:
svn path=/head/; revision=141445
|
|
|
|
| |
Notes:
svn path=/head/; revision=141420
|
|
|
|
| |
Notes:
svn path=/head/; revision=141376
|
|
|
|
|
|
|
|
| |
PR: misc/77151
Submitted by: Anton Karpov
Notes:
svn path=/head/; revision=141368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
People wishing to see prior changes are encouraged to look at the
UPDATING file on the RELENG_5 branch. Document when RELENG_5 was
branched, as well as the 5.3 release date, as shown in the CVS logs
for newvers.sh.
This change should not be MFC'd.
Noticed by: Matteo Riondato (and ru)
Notes:
svn path=/head/; revision=141306
|
|
|
|
| |
Notes:
svn path=/head/; revision=140272
|
|
|
|
|
|
|
|
| |
read the COMMON ITEMS section of this file for proper upgrade
instructions.
Notes:
svn path=/head/; revision=139237
|
|
|
|
|
|
|
| |
Requested by: silby
Notes:
svn path=/head/; revision=139056
|
|
|
|
| |
Notes:
svn path=/head/; revision=138813
|
|
|
|
|
|
|
|
|
| |
'hint.sio.0.flags="0x10"' on Alpha.
Also move the sio name changes to chronological change order.
Notes:
svn path=/head/; revision=138726
|
|
|
|
| |
Notes:
svn path=/head/; revision=138706
|
|
|
|
| |
Notes:
svn path=/head/; revision=138535
|
|
|
|
| |
Notes:
svn path=/head/; revision=137790
|
|
|
|
| |
Notes:
svn path=/head/; revision=137510
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A complete rationale and discussion is given in this message
and the resulting discussion:
http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706
Note that this commit removes only the functional part of T/TCP
from the tcp_* related functions in the kernel. Other features
introduced with RFC1644 are left intact (socket layer changes,
sendmsg(2) on connection oriented protocols) and are meant to
be reused by a simpler and less intrusive reimplemention of the
previous T/TCP functionality.
Discussed on: -arch
Notes:
svn path=/head/; revision=137139
|
|
|
|
| |
Notes:
svn path=/head/; revision=136792
|
|
|
|
| |
Notes:
svn path=/head/; revision=136674
|
|
|
|
|
|
|
|
|
| |
People have a tendency to add things to libmap.conf and forget about them
(as we've seen in the mailing lists before).
The compat4x port should be used instead.
Notes:
svn path=/head/; revision=136617
|
|
|
|
| |
Notes:
svn path=/head/; revision=136353
|
|
|
|
| |
Notes:
svn path=/head/; revision=136225
|
|
|
|
| |
Notes:
svn path=/head/; revision=136208
|
|
|
|
|
|
|
| |
Change to syslogd restart as suggested by des.
Notes:
svn path=/head/; revision=136125
|
|
|
|
| |
Notes:
svn path=/head/; revision=136082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/lib/{libm,libreadline}
/usr/lib/{libhistory,libopie,libpcap}
in preparation for doing the same thing to RELENG_5. HUGE amounts of
help for determining what to bump provided by kris.
Discussed on: freebsd-current
Approved by: re (not required for commit but something like this should be)
Notes:
svn path=/head/; revision=136027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
passing along socket information. This is required to work around a LOR with
the socket code which results in an easy reproducible hard lockup with
debug.mpsafenet=1. This commit does *not* fix the LOR, but enables us to do
so later. The missing piece is to turn the filter locking into a leaf lock
and will follow in a seperate (later) commit.
This will hopefully be MT5'ed in order to fix the problem for RELENG_5 in
forseeable future.
Suggested by: rwatson
A lot of work by: csjp (he'd be even more helpful w/o mentor-reviews ;)
Reviewed by: rwatson, csjp
Tested by: -pf, -ipfw, LINT, csjp and myself
MFC after: 3 days
LOR IDs: 14 - 17 (not fixed yet)
Notes:
svn path=/head/; revision=135920
|
|
|
|
|
|
|
|
|
|
| |
of syslogd. The rc.d/syslogd script has the logic already to create
a socket in the chroot dir, it just needs to be restarted.
Reminded by: matusita
Notes:
svn path=/head/; revision=135878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by default when named is enabled. Also, improve our default directory
layout by creating /var/named/etc/namedb/{master|slave} directories,
and use the former for the generated localhost* files.
Rather than using pax to copy device entries, mount devfs in the
chroot directory.
There may be some corner cases where things need to be adjusted,
but overall this structure has been well tested on a production
network, and should serve the needs of the vast majority of users.
UPDATING has instructions on how to do the conversion for those
with existing configurations.
Notes:
svn path=/head/; revision=135875
|
|
|
|
|
|
|
| |
have moved, or should be removed.
Notes:
svn path=/head/; revision=135811
|
|
|
|
| |
Notes:
svn path=/head/; revision=135782
|
|
|
|
| |
Notes:
svn path=/head/; revision=135587
|
|
|
|
|
|
|
|
|
| |
kernel compile option.
Approved by: re (scottl)
Notes:
svn path=/head/; revision=135580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
complete backout as the ntpd_sync_on_start etc/rc.conf tunable is still
present, though the default is now NO (was YES). Since we're no longer
syncing time at startup by default when ntpd is enabled (as was the case
24hrs ago), remove UPDATING entry pointing out that ntpd(1) -g is slower
than ntpdate(1).
Hopefully ntpd_sync_on_start="YES" can be made the default for -CURRENT
after 5.3 is cut. At the very least, this should be set to YES when a
user requests to have ntpd enabled via sysinstall(1).
Requested by: many
Notes:
svn path=/head/; revision=135252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
calls to ntpd -g. ntpd is noticably slower than ntpdate, but is also more
accurate. This removes the nasty hackery in rc.d/ntpdate that would parse
out ntp servers from /etc/ntp.conf (ntpd knows how to read its own config
file). By default, ntpd *will* sync with its listed time servers. To
turn this off so that ntpd does not sync, ntpd_sync_on_start="NO" can be
added to /etc/rc.conf. If ntpd is not enabled (the default), then time is
not synced on startup. ntpdate's use has been depreciated by the ntpd
authors for quite some time so this change shouldn't be unexpected.
Suggested by: des
Approved by: roberto (resident ntp guru)
Notes:
svn path=/head/; revision=135194
|
|
|
|
| |
Notes:
svn path=/head/; revision=135190
|
|
|
|
|
|
|
|
|
| |
fix spelling of debug.witness.kdb
MFC after: 5 days
Notes:
svn path=/head/; revision=134874
|
|
|
|
|
|
|
|
|
|
|
| |
make kernel. Update the compatibility slice section. Note about
updating devices in the kernel config file. MAKEOBJDIRPREFIX changes
and mention the port alternative to COMPAT4X=yes. Fix copyright.
This should be MFC'd.
Notes:
svn path=/head/; revision=134773
|
|
|
|
|
|
|
|
| |
5-STABLE. ifi_epoch will shortly be reintroduced with less precistion
using the space currently allocated to ifi_unused.
Notes:
svn path=/head/; revision=134630
|
|
|
|
|
|
|
| |
ifi_epoch.
Notes:
svn path=/head/; revision=134604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
time the interface counters were zeroed, currently the time if_attach()
was called. It is indentended to be a valid value for RFC2233's
ifCounterDiscontinuityTime and to make it easier for applications to
verify that the interface they find at a given index is the one that was
there last time they looked.
An if_epoch "compatability" macro has not been created as ifi_epoch has
never been a member of struct ifnet.
Approved by: andre, bms, wollman
Notes:
svn path=/head/; revision=134514
|
|
|
|
|
|
|
|
| |
default for debug.mpsafenet, pointing at the recent announcement and
things to try if instability is experienced.
Notes:
svn path=/head/; revision=134447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and
thus it becomes a standard part of the network stack.
If no hooks are connected the entire packet filter hooks section and related
activities are jumped over. This removes any performance impact if no hooks
are active.
Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well.
Notes:
svn path=/head/; revision=134383
|