For network filesystems (NFS, samba, etc.), do not pass "export" nmount()
parameter to try to delete an NFS export. It won't work, and will log
a spurious warning to syslog.
Tested by: Arno J. Klaassen <arno at heho dot snv dot jussieu dot fr>
- Add support for filtering the the list of providers by a regular
expression, which makes it possible to only see interesting
providers. "f" is used inside gstat to set a filter, "F" is used to
remove current filter.
- Do not print some uninteresting values in the gstat title line.
- Do not print past the end of the screen.
- Read multiple keystrokes per "wait" when gstat is running.
- Remove a redundant != check, right after check of NULL against the
same variable ("gid").
- Use sysexits.h.
- Do not link against libkvm and libsbuf, they are not actually used.
- Fix a few style(9) issues where I had to touch nearby code anyway.
src/usr.sbin/gstat/Makefile: rev 1.6 -> 1.7
src/usr.sbin/gstat/gstat.8: rev 1.7 -> 1.8
src/usr.sbin/gstat/gstat.c: rev 1.12 -> 1.13
- Document the new Read_Node_List command, autodetection of HCI nodes and
that the '-n' parameter is now optional
- Grammar fixes
Approved by: emax (mentor)
- Add HCI node autodetection. As a consequence of this, make the '-n'
parameter optional.
- Add Read_Node_List command which prints a list of available HCI nodes,
their Netgraph IDs and connected hooks
Revisions:
hccontrol.h rev. 1.6
hccontrol.c rev. 1.4 + 1.5
node.c rev. 1.4
Approved by: emax (mentor)
Move call to ignore SIGPIPE signals before calling fork(),
so that both parent and child processes ignore this signal.
PR: bin/97768
Submitted by: Gea-Suan Lin <gslin at csie dot nctu dot edu dot tw>
Correct a bug in the handling of backslash characters in smbfs which can
allow an attacker to escape from a chroot(2). [2]
Security: FreeBSD-SA-06:15.ypserv [1]
Security: FreeBSD-SA-06:16.smbfs [2]
Commands like gmirror, graid3, ... and others which use dlopen() to load
classes from say, /lib/geom, cannot be statically linked completely.
Moreover, those shared objects may require other shared objects (i.e.
for geom, libraries like -lmd, -lcrypto).
The libs_so extension to crunchgen fixes this by allowing some libraries
to be linked in dynamically. This requires that a copy of rtld and the
shared libraries be made available to the crunched binary, and so is not
suitable for all environments. Crunchgen configurations which do not
use the 'libs_so' keyword are unaffected and produce identical binaries
with and without this commit.
Approved by: jhb
In collaboration with: Adrian Steinmann <ast at marabu dot ch>
Remove hardcoded dependencies on ufs, cd9660, msdosfs, and ntfs.
MFC: mountd.c 1.84, 1.85, 1.86
- exclude changes to pass in errmsg mount option, because errmsg
is not in RELENG_6's vfs_mount.c as a default mount option.
Makefile 1.17
PR: bin/97642
If the user asks for "kernel sources" to be installed, extract the
SRC_BASE package (src/[A-Z]*) as well as SRC_SYS (src/sys/*). This
allows users who only install the kernel source code to use the
modern "make buildkernel" approach.
usr.sbin/portsnap/portsnap/portsnap.8 revs 1.8-1.9,
usr.sbin/portsnap/portsnap/portsnap.sh revs 1.16-1.24:
* Allow "HTTP_PROXY" to be (mis)spelled "http_proxy".
* Add "-l descfile" option to portsnap, to merge local describes
output when building INDEX files.
* If a port directory is a symlink, remove the symlink when
extracting a new version of the port.
* Make portsnap's automatic mirror selection interoperate better
with HTTP proxies.
* Switch mirrors if the first mirror(s) selected fails.
* During mirror selection, parse the output of host(1) from
BIND 8 as well as BIND 9.
* NO_BIND -> WITHOUT_BIND in a comment.
PR: ports/93901, bin/96288
Sponsored by: FreeBSD security development fundraiser
Teach bthidd(8) to reload its config when SIGHUP is received.
Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.
Properly map mouse buttons.
Fix typo.
PR: bin/94577
Submitted by: Iain Hibbert, Krzysztof Jedruczyk
+ Include netinet/in.h for ntohl()
* Since the return value was tested separately, cast the values to
size_t in order to shut up compiler warnings.
+ Raise WARNS= level to 6
PR: bin/71666
Submitted by: Dan Lukes <dan at obluda.cz>
# Note that when -d flag is used, mountd(8) will not detach from the
# controlling terminal.
#
# PR: docs/96660
# Submitted by: Jeff Ito <ijk@speakeasy.net>
# MFC after: 1 week
Fix binary upgrades by accounting for the schg flag on /var/empty.
PR: 96711, 96780
Submitted by: Nobuyuki Koganemaru, Martin Jackson
Approved by: re (scottl)
Fix version number when the feature was added.
Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR: docs/93801 and docs/93803
Approved by: re (kensmith)
- If a keymap file is not found for the selected country then default to the
more common USA ISO rather than index 0 (Belgian).
- Use jp.pc98 as default keymap for pc98
Approved by: re (murray)
syscons and pop it up during installs. In addition, use the specified
country as a hint for the keymap to use and if the non-default country is
chosen during the install startup, pop up the keymap menu before entering
the main sysinstall menu.
Approved by: re (scottl)