| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
items. While parsing the arrays input, it's possible that we reach the
error path before initializing the 'arrays' pointer, which in turn leads
to a NULL deference.
Submitted by: Garrett Cooper
MFC after: 1 week
|
| |
|
|
|
|
|
| |
Reviewed by: nwhitehorn
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
startup.
Discussed on: hackers@
Approved by: gjb (mentor)
MFC after: 1 week
|
| |
|
|
|
|
| |
in dlg_default_listitem().
|
| |
|
|
|
|
|
| |
checkboxed menu is confusing and also can not be implemented
in new libdialog.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Remove unused functions
|
|
|
|
|
|
| |
Submitted by: Xin Huang <xhuang sandvine com>
Reviewed by: rstone@
MFC after: 1 week
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Submitted by: eadler
Approved by: simon
MFC after: 3 days
|
|
|
|
| |
Pointed out by: gcooper
|
|
|
|
|
|
|
|
| |
handle splitting input files on a '|'. This greatly
reduces the time taken to process several databases
during the update process.
Additionally add some more debug logging.
|
|
|
|
|
|
|
|
| |
This should get the correct memory size even if a 32-bit image is running
on a machine with > 4GB of memory. This can be useful is using a 32-bit
installer on a machine which will eventually run a 64-bit image.
Reviewed by: kmoore
|
|
|
|
|
|
|
|
|
|
|
| |
- fix other errors introduced when committing r226436
- add 'function' to a sentence where it makes sense
Submitted by: delphij
Submitted by: dougb
Submitted by: jhb
Approved by: dougb
Approved by: jhb
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
object files corresponding to source files that had the compile-with
option set in conf/files. This means that any fbt probes for functions
in that object file would not have correct argument types.
The fix is to run ctfconvert on any target file that does not have the
no-obj option set in files.
PR: bin/160275
Reported by: Paul Ambrose (ambrosehua AT gmail DOT com)
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
This should let you select the ada0p3 hybrid MBR/GPT partition, and do an installation to it.
Approved by: kib (mentor)
Obtained from: kris@pcbsd.org
MFC after: 3 days
|
|
|
|
|
|
| |
boot0cfg should work without such hack.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
ways. Improve error reporting and also fix indenting.
Now we are trying to write bootcode:
1. Directly to provider (if we can open it for writing);
2. Via GEOM_PART (if it is available);
3. Via GEOM_MBR.
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to do more thorough analysis.
|
|
|
|
|
|
| |
While there, replace __const by const, which seems to be our preference
nowadays. Also fix some style(9) bugs by adding newlines and removing
unneeded spaces from function declarations.
|
|
|
|
| |
While there, remove basetableEntryTypes, which became unused in r71209.
|
|
|
|
|
|
| |
There is no reason why these three variables should be declared as
global variables, while the others aren't. They are only used inside
main().
|
|
|
|
| |
We don't need this array in timed.c -- only readmsg.c.
|
|
|
|
|
|
|
|
|
|
| |
- Fix an issue with gmirror.
- Allow IPv4 DHCP and IPv6 SLAAC concurrently.
- Fix zpool options using the wrong device name.
Approved by: kib (mentor)
Obtained from: kris@pcbsd.org
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pwd_mkdb, etc. updates at the end of the comparison.
2. Add an update to the end to handle /etc/localtime, if it exists.
If /var/db/zoneinfo exists, automatically update /etc/localtime,
which should (hopefully) be safe to do. If not, prompt the user
to run tzsetup.
3. Update run_it_now(), the function that handles input for the updates,
to make sure that we got a valid answer, and to handle the --run-updates
option if supplied.
|
|
|
|
|
| |
to delete any old /var/db/zoneinfo file that may exist so that
tzsetup -r does the right thing.
|
|
|
|
|
|
|
| |
- Do not close stdout or stderr when redirecting to file.
- Correctly handle error code to detect when no buffer available.
MFC after: 1 month
|
|
|
|
|
|
|
|
| |
interfaces in the system. This is a non-fatal error except when doing a
network installation.
PR: bin/161950
MFC after: 3 days
|
|
|
|
|
|
|
| |
in the system.
PR: bin/161950
MFC after: 3 days
|