| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
for rpcbind(8) to crash.
The crash was due to a boolean variable initialized
improperly. Besides fixing the initialization, pick
a better name for the variable so that its meaning is
clear and no more coding errors appear around it.
|
|
|
|
|
|
|
|
| |
comparisons for header keywords. Apparently some proxies use creative
capitalization.
Weird proxy found by: brooks
MFC after: 3 days
|
|
|
|
| |
Spotted by: brueffer
|
|
|
|
|
|
| |
upper layer header (IP PROTO = 59). Useful for testing firewalls.
MFC after: 2 months
|
| |
|
|
|
|
|
|
| |
PR: bin/109494
Submitted by: mtm
MFC after: 1 week
|
| |
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
|
| |
Submitted by: Dan Stekloff <dsteklof at c i s c o dot com>
Discussed with: marcel
|
| |
|
|
|
|
|
|
|
|
|
|
| |
due to the way watch(8) looks for available snoop devices.
PR: bin/118286
Submitted by: Mykola Zubach <zuborg@advancedhosters.com>
Reviewed by: rwatson, csjp, imp (all a long time ago)
Approved by: imp (mentor) (long time ago)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
code believing long == 64 bits and using it to store/compare IPv4 addresses.
PR: bin/112163
Submitted by: Tyler Spivey <tspivey@pcdesk.net>
Reviewed by: imp
Approved by: imp (mentor)
MFC after: 1 week
|
|
|
|
|
|
| |
PR: 89325
Submitted by: Oliver Fromme <olli@secnetix.de>
Reviewed by: emax
|
|
|
|
|
|
|
|
| |
FTSENTs and uses only what fts_read() has just returned can rely
on fts_path being NUL-terminated. Under these conditions, a plain
vanilla "%s" format can be safely used to printf an fts_path.
OK'ed by: rwatson
|
|
|
|
|
|
|
|
| |
Works both in interactive or batch mode. This is a heavily modified version
of the patch submitted in the PR.
PR: bin/105060
MFC after: 1 week
|
|
|
|
|
| |
I'm not sure why warn() and err() string formatted variables need
to be right-justified.
|
|
|
|
| |
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
|
|
|
|
|
|
|
| |
- Remove nonfunctional servers
PR: 119884
Approved by: simon
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use ioctl() to get the window size in iostat(8), and force a new
header to be prepended to the output every time the current
window size changes. Change the number of lines before each
header to `rows - 3' when the terminal is resized, so that the
full terminal length can be used for output lines.
PR: bin/119705
Submitted by: keramida
Approved by: maxim
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
ONC services as well.
PR: bin/119203
Submitted by: Peter Jeremy
MFC atfer: 1 week
|
|
|
|
| |
Submitted by: das
|
|
|
|
|
|
|
|
| |
memory.
PR: bin/119608
Submitted by: peter.schuller
MFC after: 1 week
|
|
|
|
| |
Reviewed by: jkoshy
|
| |
|
|
|
|
| |
Reviewed by: skv
|
|
|
|
|
|
|
|
| |
-d destdir option. For an automounted src tree using the logical cwd
in the Makefile keeps amd(8)'s mount timeout refreshed. Code to check
$PWD's validity cribbed from pwd(1).
Discussed on hackers@.
|
|
|
|
|
| |
This is unfortunately necessary with some flash based devices which can
get hundreds of seconds behind with softupdates enabled.
|
|
|
|
|
|
|
|
|
| |
remove the format specification from mtree.8.
I also need to reconcile a few issues between this
mtree.5 and what is actually implemented in FreeBSD's
mtree utility.
MFC after: 30 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
probably the right thing to do a while ago but xorg has progressed
to the point that for novice users (who are the ones expected to think
installing X11 during an install...) it's best to just install the
whole x11/xorg metaport for them. This removes the X11 sub-menus
and sets it up so you just select whether or not you want X11. While
here garbage collect an X11 configuration menu I missed removing when
I removed support for attempting xorg configuration from inside sysinstall
a while ago.
Discussed with: rwatson, kris
No objection from: re
Release build tested by: rwatson
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
we would leak a saved screen for every other package we tried to install
that listed perl as one of its dependencies. When installing things
like gnome and kde that wound up being a LOT of leaked memory.
Insta-MFC request coming so this can be tested as part of 6.3-RC2...
Testing help from: kris
|
|
|
|
| |
adjust a comment that won't be true shortly.
|
|
|
|
|
|
|
|
| |
paragraph clarifying that portsnap does not behave the same way as
cvs and cvsup where local modifications are concerned.
Submitted by: peter
Feet shot: peter, kris, obrien, + many others
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
too small for today's standards. While loading packages sysinstall
blows past this by a LOT but I think (hope...) that's caused by other
bugs. I'll look more into why sysinstall's memory use has gotten so
out of control as it loads packages but independent of that there really
is no reason to leave the limits on datasize and stacksize in place. And
they can cause problems for some of the things "modern packages" might
be doing via pkg_add which gets run by sysinstall and would inherit the
limits.
Another insta-MFC probably coming, this is holding up 6.3-RC2. Sysinstall's
memory use is so out of control it blows past the current limit before it
finishes loading either of the meta-packages kde or gnome...
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manual's Appendix D ("Old Features Supported but not Encouraged") in
the Seventh Edition Unix Programmer's Manual (January, 1979) by
retiring the " = {" method of of action specification in favor of a
plain "{". It is no longer necessary for this bootstrap program to
be compatible with 6th Edition systems. Some yaccs in the wild do not
support this old syntax any more, and compatibility with those systems
is more important these days (as there are easily 7 orders of magnitude
more of them than real v6 systems today).
Reviewed by: jhb@ and dds@ (the latter gave the reference).
|
|
|
|
|
|
|
|
|
|
| |
"build dependencies" field is 5,108 characters which overflows the
length of the junk buffer by a teeny bit. This whole section needs
much more error checking but for now just completely ignore stuff
we have no interest in instead of copying it to someplace we don't
use in the process.
Insta-MFC probably coming since this is holding up 7.0-RC1...
|
| |
|
|
|
|
|
| |
struct pam_conv takes a void * for the appdata_ptr but is being passed
a const char * - explicitly cast away the const
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Start mergemaster
2. Interrupt it
3. < Somehow the temproot directory disappears >
4. mergemaster -r
Many bad things can happen, especially if the -i option is in use.
Therefore, add a check to make sure it still exists before we start
comparing files.
Brought to my attention by:
PR: bin/40538
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
|
|
|
|
|
|
| |
version number, as it is named after that
PR: docs/118053
Submitted by: Michael Plass <mfp49_freebsd@plass-family.net>
|
|
|
|
|
| |
Submitted by: "Paul B. Mahol" <onemda@gmail.com>
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
| |
xorg-server doesn't include any video drivers so install xorg-drivers as
well. And if font-alias isn't installed the X server won't start,
complaining it can't find the font "fixed".
Insta-MFC coming, this was tested with a RELENG_6_3 release build and
the necessary packages as part of the first round of testing for 6.3-RC2.
|
|
|
|
|
| |
Submitted by: sem
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for the port to drain).
+ Handle "*" as a priority properly.
+ Test what is free'ed.
+ Dynamically determine length vs. hardcoding it.
+ Free the previous message buffer (f_prevline) only after logging all the
messages and just before the process exit. Also check f_prevline for NULL
before using it.
+ The time displayed is not synchornized with the other log destinations.
+ Fix a comment.
Obtained from: Juniper Networks
|
|
|
|
|
|
|
| |
approval. These changes were approved by adding it as port to
ports/ tree, but not for src/. I talked to PR submitter and miwi@
some days ago and explained the reasons for it, the both were agree
to add it to ports/ only.
|
| |
|
|
|
|
|
|
| |
This makes it easier to figure what packages you want to install.
Submitted by: Matthias Schmidt <schmidtm @ mathematik . uni-marburg . de>
|
|
|
|
|
|
| |
PR: docs/115445
Submitted by: "Julian Stacey" <jhs at berklix dot org>
MFC After: 3 days
|