| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: docs/11561
Submitted by: Norihiro Kumagai <kuma@nk.rim.or.jp>
Notes:
svn path=/head/; revision=47600
|
|
|
|
| |
Notes:
svn path=/head/; revision=47574
|
|
|
|
| |
Notes:
svn path=/head/; revision=47564
|
|
|
|
| |
Notes:
svn path=/head/; revision=47563
|
|\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=47559
|
| |
| |
| |
| | |
Notes:
svn path=/vendor/libreadline/dist/; revision=47558
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=47405
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=47387
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=47381
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=47352
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=47333
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=47191
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=47190
|
| |
| |
| |
| |
| |
| |
| |
| | |
PR: docs/11705
Submitted by: Stephen J. Roznowski <sjr@home.net>
Notes:
svn path=/head/; revision=47164
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a sync on the block device for the filesystem. That allows it to push the
bitmap blocks before the inode blocks which greatly reduces the number of
inode rollbacks that need to be done.
Notes:
svn path=/head/; revision=47131
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
allows you to start tracing at a hop number other than 1.
Submitted by: Stefan `Sec` Zehl <sec@42.org>
Notes:
svn path=/head/; revision=47071
|
| |
| |
| |
| |
| |
| |
| | |
older 1.9.26 baseline)
Notes:
svn path=/head/; revision=46893
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=46827
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=46711
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
simple enough to be trusted.
Add account management functionality to the pam_unix module.
These changes should make it possible to use PAM in some ports.
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
Notes:
svn path=/head/; revision=46665
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=46618
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=46616
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
files at once on a filesystem running soft updates. The root of
the problem is that soft updates limits the amount of memory that
may be allocated to dependency structures so as to avoid hogging
kernel memory. The original algorithm just waited for the disk I/O
to catch up and reduce the number of dependencies. This new code
takes a much more aggressive approach. Basically there are two
resources that routinely hit the limit. Inode dependencies during
periods with a high file creation rate and file and block removal
dependencies during periods with a high file removal rate. I have
attacked these problems from two fronts. When the inode dependency
limits are reached, I pick a random inode dependency, UFS_UPDATE
it together with all the other dirty inodes contained within its
disk block and then write that disk block. This trick usually
clears 5-50 inode dependencies in a single disk I/O. For block and
file removal dependencies, I pick a random directory page that has
at least one remove pending and VOP_FSYNC its directory. That
releases all its removal dependencies to the work queue. To further
hasten things along, I also immediately start the work queue process
rather than waiting for its next one second scheduled run.
Notes:
svn path=/head/; revision=46609
|
| |
| |
| |
| |
| |
| |
| |
| | |
PR: docs/11506
Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
Notes:
svn path=/head/; revision=46554
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
instead of just UDP; an alternate protocol is specified by '-P proto'.
This is useful for finding routers that are blocking packets based on
IP protocol. New handlers can be added fairly easily to do protocol-
specific things.
Notes:
svn path=/head/; revision=46542
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=46422
|
| |
| |
| |
| |
| |
| |
| | |
imports.
Notes:
svn path=/head/; revision=46369
|
| |
| |
| |
| |
| |
| |
| | |
Magic wand waved by: Peter Wemm <peter@netplex.com.au>
Notes:
svn path=/head/; revision=46319
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=46317
|
| |
| |
| |
| |
| |
| |
| | |
of days.
Notes:
svn path=/head/; revision=46313
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=46308
|
| | |
| | |
| | |
| | | |
Notes:
svn path=/vendor/perl5/dist/; revision=46307
|
| | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=46293
|
| | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=46292
|
| | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=46289
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=46284
|
| | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/vendor/gdb/dist/; revision=46283
|
| | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=46279
|
| | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/head/; revision=46278
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=46276
|
| | | | |
| | | | |
| | | | |
| | | | | |
Notes:
svn path=/vendor/isc-dhcp/dist/; revision=46275
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
in libstdc++.
Until I have a chance to look at what that problem is and to carefully consider
the upgrade issues of turning it back on at a later date if we leave it turned
off for any extended peroid of time.
Notes:
svn path=/head/; revision=46211
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
just include them in tm.h (as built from cc/cc_tools/Makefile).
This will reduce the diffs from the vendor sources.
Excellent idea by: jdp
Notes:
svn path=/head/; revision=46157
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
SWITCH_TAKES_ARG isn't defined (which svr4.h does) when we assign our
definition to it.
Notes:
svn path=/head/; revision=46122
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
While I have yet to hear of any problems with us using thunks. The EGCS
mailing list notes some have problems with it and not using them are a
safer default. People wanting to use them, can set the appropiate
compiler flag.
Notes:
svn path=/head/; revision=46118
|
| | | | |
| | | | |
| | | | |
| | | | | |
Notes:
svn path=/head/; revision=45941
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
to `FBSD_WORD_SWITCH_TAKES_ARG' which allows architectures to tweak these
values if needed.
Notes:
svn path=/head/; revision=45940
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PR: docs/8682
Submitted by: hnokubi@yyy.or.jp
Reviewed by: nik
Notes:
svn path=/head/; revision=45684
|
| | | | |
| | | | |
| | | | |
| | | | | |
Notes:
svn path=/head/; revision=45674
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Submitted by: Luoqi Chen <luoqi@chen.ml.org>
Notes:
svn path=/head/; revision=45670
|