| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: docs/161588
Submitted by: "Luchesar V. ILIEV" <luchesar.iliev@gmail.com>
Approved by: gjb
MFC after: 1 week
|
|
|
|
| |
Approved by: jhb
|
|
|
|
|
|
|
|
| |
- Fix memory leak
Submitted by: Slono Slono <slonoman2011@yandex.ru>
Approved by: jhb
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
- Fix boot0 to check for PXE when using the pre-set setting for the
preferred slice.
- Update boot0cfg to use slice 6 to select PXE. Accept a 'pxe' argument
instead of a number for the 's' option as a way to select PXE as well.
Submitted by: Andrew Boyer aboyer averesystems
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
- Let panic() use _Noreturn and __printflike() instead of GCC-specific
attributes.
- Remove prototype from ffs_subr.c and let it include ffs_extern.h.
- Forward declare struct inode to make ffs_extern.h not depend on it.
|
|
|
|
|
|
|
| |
to int, cast time_t to intmax_t, and use the corresponding printf length
modifier.
MFC after: 1 week
|
|
|
|
|
|
| |
not being literals.
MFC after: 1 week
|
|
|
|
|
| |
Pointy hat to: dim
MFC after: 1 week
|
|
|
|
|
|
|
| |
64-bit, so better cast time_t to intmax_t, and use the appropriate
printf format strings.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
- Cast time_t's to long, and print them with %ld.
- Print ptrdiff_t's with %td.
- Print ssize_t's and size_t's with %zd and %zu.
- Print int32_t's with %d.
Also, replace some int variables with the more appropriate size_t.
MFC after: 1 week
|
|
|
|
|
|
|
| |
turned off yet. Since this is contrib code, and we don't really care
about the warnings, just turn make them non-fatal for now.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
about format strings not being literals.
MFC after: 1 week
|
|
|
|
|
|
| |
arrays to non-const void pointers, by casting away const explicitly.
MFC after: 1 week
|
|
|
|
|
|
|
| |
like time_t, better use %jd instead of %ju. Strangely enough, neither
gcc, clang nor gcc 4.6 warn about this discrepancy...
MFC after: 1 week
|
|
|
|
|
|
|
| |
is known, otherwise it won't build.
Pointy hat to: dim
MFC after: 1 week
|
|
|
|
|
|
| |
length modifier for time_t (after casting it to intmax_t).
MFC after: 1 week
|
|
|
|
|
|
| |
for an ssize_t.
MFC after: 1 week
|
|
|
|
|
|
| |
ptrdiff_t.
MFC after: 1 week
|
|
|
|
|
|
| |
strings not being literals.
MFC after: 1 week
|
|
|
|
|
|
| |
buffer as size argument to strlcpy(), not the length of the source.
MFC after: 1 week
|
|
|
|
|
|
|
| |
x86, any alignment warnings can be safely ignored. Define YY_NO_INPUT
in usr.sbin/ndiscvt/inf-token.l, so no unused lex functions are defined.
MFC after: 1 week
|
|
|
|
|
|
| |
for off_t (aka int64_t).
MFC after: 1 week
|
|
|
|
|
|
| |
buffer, that also avoids warnings.
MFC after: 1 week
|
|
|
|
|
|
| |
correct printf length modifiers for uid_t.
MFC after: 1 week
|
|
|
|
|
|
| |
inttypes.h for u_int64_t's. While here, sort #include directives.
MFC after: 1 week
|
|
|
|
|
|
| |
literals.
MFC after: 1 week
|
|
|
|
|
|
| |
parameter to int.
MFC after: 1 week
|
|
|
|
|
|
| |
for x86, any alignment warnings can be safely ignored.
MFC after: 1 week
|
|
|
|
|
|
|
| |
enumeration types for the mesh_peering and mesh_forwarding members of
struct wlan_iface, to fix enum conversion warnings.
MFC after: 1 week
|
|
|
|
|
|
| |
x86, any alignment warnings can be safely ignored.
MFC after: 1 week
|
|
|
|
|
|
| |
the length argument to memset, but the size of the object pointed to.
MFC after: 1 week
|
|
|
|
|
|
| |
None of the symbols provided by kbdcontrol.c are used by other source
files of this binary. Slightly reduce the binary size and make much more
symbols read-only by adding proper static and const keywords.
|
|
|
|
|
|
| |
Support have been tested with X2 CPU and QuadCore CPU.
MFC after: 1 month
|
|
|
|
|
|
| |
While there, remove the false optimisation of the colors array. It seems
that changing it to an array of pointers instead of a 16x16 array does
not cause any increase in binary size at all.
|
|
|
|
|
| |
All global variables and functions in powerd are marked static, except
this array of strings. Add the keyword, for consistency.
|
|
|
|
| |
It seems the latter is used throughout the tree.
|
|
|
|
|
|
| |
arguments.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
any installer-provided configuration files have been copied. This allows
users to edit their fstab, if desired, and to see what the installer has
placed in rc.conf.
Requested by: phk
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
| |
giving them a very brief description of the trade-offs. Whether the
user opts in or out add an entry to what will become /etc/rc.conf
explaining what dumpdev is and how to turn on/off crash dumps. The folks
who handle interacting with users submitting PRs have asked for this.
Reviewed by: nwhitehorn
MFC after: 1 day
|
| |
|
| |
|
|
|
|
|
| |
- ${NORMAL_CC} is also invoked without '@'
- Userland CTF support was changed previously to echo ctfconvert invocations too
|
|
|
|
|
| |
PR: bin/162891
Submitted by: Helge Oldach <src-mergemaster-nov11@oldach.net>
|
|
|
|
|
|
|
|
|
| |
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().
|