| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
suffixed with :flag and /width.
|
| |
|
|
|
|
|
| |
Found by: LLVM/Clang Static Checker
Approved by: gnn (mentor)
|
|
|
|
|
|
|
| |
completely dynamic sbuf.
Obtained from: Varnish
MFC after: 2 weeks
|
|
|
|
|
| |
Submitted by: "Chuck Tuffli" <chuck@tuffli.net>
MFC after: 1 week
|
|
|
|
|
|
| |
PR: bin/125680
MFC after: 1 month
Tested by: Stef Walter
|
|
|
|
|
|
|
| |
FreeBSD 7.1 before 8.0 ships.
Spotted by: Ulrich Spoerlein <uspoerlein at gmail dot com>
MFC after: 3 days
|
|
|
|
|
|
| |
code.
Submitted by: sam
|
|
|
|
| |
get channel+bss use -v
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Pointed out by: Chris Buechler
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
IP_MULTICAST_IF with struct ip_mreqn (obtained from Linux) to tell the
stack which interface index to use for sending IPv4 datagrams.
Submitted by: bms
Tested by: phk
|
| |
|
|
|
|
|
| |
Submitted by: pho
MFC after: 3 days
|
| |
|
|
|
|
|
| |
Submitted by: danfe
MFC after: 1 week
|
| |
|
|
|
|
|
| |
compatibility reasons. Sun labels, with VTOC8, are handled by
gpart(8).
|
|
|
|
|
|
|
|
|
|
|
|
| |
obsoleted by gpart(8). This avoids the following bugs in fdisk:
- initializing a disk without MBR bogusly emits the error:
fdisk: invalid fdisk partition table found
- initializing a disk with or without MBR bogusly emits either:
fdisk: Class not found
or
fdisk: Geom not found: "XXX"
- the default geometry for non-ATA and non-SCSI disks is either
invalid or sub-optimizal.
|
|
|
|
|
|
| |
RELEASE_CRUNCH builds use NO_MAN anyway, so this change is primarily
to avoid that developers have to set NO_MAN manually when they build
the static variant.
|
| |
|
|
|
|
| |
MFC after: 1 month.
|
|
|
|
|
|
|
|
| |
In the MPSAFE TTY branch, I noticed PTY's to be leaked, because
dhclient's privileged process was run inside the session of, say, the
login shell. Make sure we call setsid() here.
Approved by: philip (mentor), brooks
|
|
|
|
|
|
|
| |
rule.c. Update man page example accordingly.
Submitted by: Mateusz Guzik <mjguzik@gmail.com>
PR: docs/124892
|
|
|
|
|
|
|
|
|
|
|
| |
return a pointer to a void. The send_thread() and disk_thread()
funtions; however, do not have a return value because they run for
the duration of the daemon's lifetime. This causes gcc to barf when
running with -O3. Make these functions return a null pointer to quiet it.
PR: bin/124342
Submitted by: Garrett Cooper <gcooper@FreeBSD.org> (minus his comments)
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
message[1] and later clarification provided by phk.
[1] http://docs.freebsd.org/cgi/mid.cgi?200803171033.m2HAXOeN055116
Reviewed by: brueffer, phk, ed
|
|
|
|
|
| |
rc.d.
Note: errors are not affected by this flag.
|
|
|
|
|
|
|
|
|
| |
others. In the case where it displayed warnings it would still return
succesfully. Modify it so that it returns the number of sysctls that
it was not able to set.
Make use of this in rc.d to display only *unsuccessfull* attempts to
set sysctls.
|
|
|
|
|
| |
easily mixed up with 'chanlist' and would give unexpected results by fixing the
channel on the first number in the range.
|
|
|
|
|
| |
PR: bin/58696
Submitted by: sp@alkor.ru
|
|
|
|
|
|
|
| |
on -redirect_XXX arguments length.
PR: bin/86647
Submitted by: Stephen Hurd <shurd@sasktel.net>
|
|
|
|
|
|
|
| |
of all md devices at one time.
Approved by: phk
MFC after: 2 weeks
|
|
|
|
|
| |
PR: kern/124723
Event: Bugathon#5
|
|
|
|
|
| |
PR: kern/114714
Submitted by: Cristian KLEIN
|
|
|
|
| |
catch up with various changes.
|
|
|
|
|
|
| |
The -l option changes the output to show the partition label, if applicable
and when present. The -r option changes the output to show the raw (i.e.
scheme-specific) partition types.
|
| |
|
|
|
|
|
|
| |
for a long time if we get a lease, but DNS isn't working.
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
| |
the PR has been heavily edited for style(9) and clarity. Mistakes are
mine.
PR: bin/124251
|
|
|
|
| |
Approved by: kib
|
|
|
|
|
| |
a partition. Make it clear that the -b option embeds boot code in
the meta-data.
|
|
|
|
|
| |
to a partition. This avoids that users need to use dd(1) to install
boot code (as is needed for VTOC8 and booting GPT on PCs).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o gctl_delete_param() -- intended for parameters that are consumed
by geom(8) itself and which should not be passed to the kernel.
o gctl_has_param() -- intended to check if optional parameters are
present.
Both are needed by gpart(8) to process the optional parameter for
writing bootcode to a partition (as part of the bootcode verb).
However, the kernel is itself not involved in this matter and the
parameter needs to be removed from the request destined for the
kernel.
|
|
|
|
|
|
| |
is sufficient
MFC after: 2 weeks
|
|
|
|
|
|
| |
o The BSD, PC98 and VTOC8 schemes are supported.
o The bootcode command was added to allow installing bootstrap code
into the scheme's metadata.
|