| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
[EN-14:13] Fix directory deletion issue in freebsd-update.
Approved by: so
Notes:
svn path=/releng/9.2/; revision=276156
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Fix routed(8) remote denial of service vulnerability. [SA-14:21]
Fix memory leak in sandboxed namei lookup. [SA-14:22]
Fix OpenSSL multiple vulnerabilities. [SA-14:23]
Approved by: so
Notes:
svn path=/releng/9.2/; revision=273415
|
| |
|
|
|
|
|
|
|
|
| |
Improve build repeatability for kldxref(8). [EN-14:04]
Fix data corruption with ciss(4). [EN-14:05]
Approved by: so
Notes:
svn path=/releng/9.2/; revision=265988
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix typo in r256646: We want to generate lists of directories in
INDEX-OLD and INDEX-NEW and compare them, not generate the same
list of directories from INDEX-OLD twice...
Pointy hats to: cperciva & everybody who didn't proofread
EN-13:04 enough
Errata Notice: FreeBSD-EN-13:05.freebsd-update
Approved by: so
Notes:
svn path=/releng/9.2/; revision=258725
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When installing updates, install new directories first and remove old
directories last.
Allow ~ in file names so libtool droppings in contrib don't break updates.
It has happened twice now, and is likely to happen again.
Be more selective when filtering for lib*.so.N files. These are deleted
at the end of the upgrade process, after warning users to upgrade any
3rd party software (e.g., from the ports tree) which might link to the
libraries being removed.
Errata Notice: FreeBSD-EN-13:04.freebsd-update
Approved by: so
Notes:
svn path=/releng/9.2/; revision=257194
|
| |
|
|
|
|
|
|
|
| |
MFH (r255156): silence an error message on non-IPv6 interfaces.
Approved by: re (glebius)
Notes:
svn path=/releng/9.2/; revision=255398
|
| |
|
|
|
|
|
|
|
|
| |
Mark the makefs(8) '-p' flag as deprecated in preference for
the '-Z' flag for compatibility with NetBSD.
Approved by: re (rodrigc)
Notes:
svn path=/releng/9.2/; revision=254546
|
| |
|
|
|
|
|
|
|
| |
Add entry for packages-9.2-release directory.
Approved by: re (implicit)
Notes:
svn path=/releng/9.2/; revision=254530
|
| |
|
|
|
|
|
|
|
|
|
| |
Make sure bootonly.iso for -BETAs and -RCs use the releases/
directory on the FTP mirrors to fetch distributions, since
these are always pushed to releases/ during the release cycle.
Approved by: re (marius)
Notes:
svn path=/releng/9.2/; revision=254361
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SVN r253543:
Update mirror list to more closely match
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
SVN r253545:
Sync-up with bsdinstall(8) FTP mirrorselect changes.
SVN r253566:
Remove ftp2.tr.freebsd.org, it is out of date.
Reviewed by: gavin
Approved by: re (glebius)
Notes:
svn path=/releng/9.2/; revision=254103
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SVN r253543:
Update mirror list to more closely match
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
SVN r253545:
Sync-up with bsdinstall(8) FTP mirrorselect changes.
SVN r253566:
Remove ftp2.tr.freebsd.org, it is out of date.
Reviewed by: gavin
Approved by: re (glebius)
Notes:
svn path=/releng/9.2/; revision=254102
|
| |
|
|
|
|
|
|
|
| |
Make ctladm(8) try to load ctl.ko kernel module if needed.
Approved by: re (delphij)
Notes:
svn path=/stable/9/; revision=253835
|
| |
|
|
|
|
|
|
|
|
|
| |
Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macro
is picked up when defined. Previously, ffs_subr.c was always built without
support for opposite endianess as it doesn't include makefs.h on its own.
Approved by: re (kib)
Notes:
svn path=/stable/9/; revision=253798
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Set the System Identifier in the Primary Volume Descriptor to FreeBSD
rather than NetBSD.
- Correctly set the Expiration Time in the Primary Volume Descriptor;
according to ISO 9660 8.4.26.1 unspecified date and time are denoted
by the digit 0 in RBP 1 to 16 but the number 0 in RBP 17. [1]
- Merge iso9660_rrip.c rev. 1.11 from NetBSD: name_len should be read
as unsigned byte. [2]
Note: This is according to ISO 9660 9.1.10.
- Rock Ridge TF entries should use a length of 5, because after the 4
bytes of generic SUSP header there is one byte of flags. See typedef
of ISO_RRIP_TF in iso9660_rrip.h. [1]
Submitted by: Thomas Schmitt [1]
Approved by: re (kib)
Obtained from: NetBSD [2]
Notes:
svn path=/stable/9/; revision=253797
|
| |
|
|
|
|
|
|
|
| |
Decode PCIe ASPM capability and status.
Approved by: re (delphij)
Notes:
svn path=/stable/9/; revision=253622
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Fix bug in deleting files: If two ports had the same tarball and one of
them changed (or was removed from the tree) then portsnap would delete
that file. This happened earlier today when one of two empty port
directories was removed. Uniquifying the lists of needed files fixes
this.
Approved by: re (delphij)
Notes:
svn path=/stable/9/; revision=253337
|
| |
|
|
|
|
|
| |
Approved by: re (delphij)
Notes:
svn path=/stable/9/; revision=253320
|
| |
|
|
|
|
|
|
|
| |
Implement foreign device handling.
PR: kern/172091
Notes:
svn path=/stable/9/; revision=253244
|
| |
|
|
|
|
|
| |
Print the flags= part only when flags != 0.
Notes:
svn path=/stable/9/; revision=253243
|
| |
|
|
|
|
|
|
|
| |
- Add missing "static" keywords.
- Add a check for ifindex to if_indextoifinfo(). It returns NULL when
if_indextoname() fails.
Notes:
svn path=/stable/9/; revision=253242
|
| |
|
|
|
|
|
| |
Support a flag for ALLOW/BLOCK in source-specific multicast (RFC 4604).
Notes:
svn path=/stable/9/; revision=253230
|
| |
|
|
|
|
|
|
| |
Whitespace fixes: remove tabs on blank links, spaces following content,
tabs after spaces.
Notes:
svn path=/stable/9/; revision=253213
|
| |
|
|
|
|
|
| |
Put the power modes in a list to make them easier to find.
Notes:
svn path=/stable/9/; revision=253212
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MFC r253117:
Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrc
if it exists to determine if use_shadow is true (ON) or false (OFF).
The purpose of determining the value of use_shadow is to know how many lines
to subtract from the maximum height value in assuring that the backtitle is
not obscured.
The detriment of obscuring the backtitle is that it provides information
that is not easily obtained elsewhere. That is the command-line shortcut
used to access the current menu. As you navigate from one dialog to the
next, invariably transparently corssing module boundaries, the backtitle
represents the command-line argument used to get there. Obscuring this
information with a widget that is too-tall and/or too-wide would see that
data go unnoticed (leaving few other ways to get that information in the
same helpful context).
So despite the fact that this change reduces the standard maximum height for
all widgets, there is a trap-door to prevent this calculation. If you want
to utilize the full screen height on the terminal (remember, this adjustment
is not made for Xdialog(1)) you can set $NO_BACKTITLE to 1 (or any non-NULL
value for that matter) and this calculation will be skipped. You will be
able to draw a widget that partially obscures the backtitle if-necessary.
Notes:
svn path=/stable/9/; revision=253169
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=253168
|
| |
|
|
|
|
|
| |
MFH (r252688): fall back to sha512 if passwd_format is not set
Notes:
svn path=/stable/9/; revision=253157
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=253156
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=252995
|
| |
|
|
|
|
|
| |
Add a mib for worker process ID.
Notes:
svn path=/stable/9/; revision=252820
|
| |
|
|
|
|
|
|
|
|
| |
Document that NFSv4 mounts won't work if hostid_enable="NO" is set
in /etc/rc.conf because the host uuid is used to uniquely identify
the client to the server.
This is a content change.
Notes:
svn path=/stable/9/; revision=252676
|
| |
|
|
|
|
|
|
| |
Document the "-o" option added by r252138.
This is a content change.
Notes:
svn path=/stable/9/; revision=252675
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new "-o" option to the gssd which forces gss_init_sec_context()
to use DES and the associated old style GSS initialization token.
This appears to be required for some non-FreeBSD servers to
get a kerberized NFS mount to work. Also, ignore some signals when daemonized,
which might fix the gssd from "disappearing" without leaving a core dump.
Given the tight timeframe for the FreeBSD9.2 release, I have
committed this while waiting for code review. I will commit
changes recommended by the review in a separate commit.
Notes:
svn path=/stable/9/; revision=252674
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=252638
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=252635
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=252600
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=252283
|
| |
|
|
|
|
|
| |
Fix a bad calloc(3) call
Notes:
svn path=/stable/9/; revision=252216
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
r250227:
Improve compatibility with recent flex from flex.sourceforge.net.
r250914:
Improve compatibility with old flex and fix build with GCC.
r250926 (partial):
Work around build breakages with GCC 4.2.
Notes:
svn path=/stable/9/; revision=252181
|
| |
|
|
|
|
|
|
|
| |
Add a remark to the effect that a manually started relearn will always
result in the battery being completely drained, even in transparent learning
mode.
Notes:
svn path=/stable/9/; revision=252093
|
| |
|
|
|
|
|
|
| |
Document the new "-v" option for the gssd daemon.
This is a content change.
Notes:
svn path=/stable/9/; revision=252069
|
| |
|
|
|
|
|
|
|
|
|
| |
Add a "-v" (verbose) option to the gssd daemon, to help
with diagnosis of kerberized NFS mount problems. When set,
messages are sent to syslog() (or fprintf(stderr,...) if
"-d" is also specified) to indicate activity/results of
kgssapi upcalls.
Notes:
svn path=/stable/9/; revision=252068
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=252044
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=252043
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/stable/9/; revision=252025
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overhaul of route6d(8):
- Use queue(3) for linked-list.
- Use a consistent naming scheme for struct members.
- Use ANSI C style function declaration.
- Add check of RTM_VERSION mismatch.
- Increase the number of retry for NET_RT_DUMP from 5 to 15.
- Use 2001:db8:: as an example instead of deprecated 3ffe:: address block.
- Add check for connected routes.
- Add support of RTM_IFANNOUNCE for dyanmically-added/removed interfaces.
- Add support of *, ?, and [ in the interface list.
- Add -P number to specify route flag which will never expire.
- Add -Q number to specify route flag which route6d will add to routes via RIP.
- Add -p pidfile to specify the process ID file.
Notes:
svn path=/stable/9/; revision=251724
|
| |
|
|
|
|
|
|
|
|
| |
Remove duplicated copies of various NetBSD compatibility shims used by
makefs and use libnetbsd, contrib/mtree, and contrib/mknod instead.
Sponsored by: DARPA, AFRL
Notes:
svn path=/stable/9/; revision=251688
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Correct the description of the -a option: rtsol(d) -a will in fact send out
router solicitations on multiple interfaces.
MFC r251059:
- Fix wording.
- Improve the descriptions in the FILES section.
Notes:
svn path=/stable/9/; revision=251536
|
| |
|
|
|
|
|
|
| |
Include descriptions of the flags and fields printed when dumping the IPv6
prefix list.
Notes:
svn path=/stable/9/; revision=251534
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hide DIR definition by making it an opaque struct typedef.
Introduce dirfd() libc exported symbol replacing macro with same name,
preserve _dirfd() macro for internal use.
Replace dirp->dd_fd with dirfd() call. Avoid using dirfd as variable
name to prevent shadowing global symbol.
MFC r250545:
Some filesystems (NFS in particular) do not fill out the d_type field when
returning directory entries through readdir(3). In this case we need to
obtain the file type ourselves; otherwise newsyslog -t will not be able to
find archived log files and will fail to both delete old log files and to
do interval-based rotations properly.
MFC r251240:
We want to stat the archived log file rather than the logfile itself.
Notes:
svn path=/stable/9/; revision=251532
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=251469
|