| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The sconfig utility supports more than just cx boards, and those drivers
will make their way into FreeBSD shortly (maybe before 5.2).
Confirmed that this doesn't break the build.
Submitted by: Roman Kurakin <rik@cronyx.ru>
Approved by: re@ <scottl>
|
|
|
|
|
|
|
|
|
| |
+ Patch is not my friend, but an evil toad
Remove redunant copy of each of these files that patch appended to them.
# Still not connected to the build.
Approved by: re@ <scottl>
|
|
|
|
|
|
|
|
|
| |
This is the new cronyx serial control program.
# A future commit will remove the old driver/userland pieces and connect things
# to the build.
Submitted by: Roamn Kurakin <rik@cronyx.ru>
|
|
|
|
|
|
| |
support is enabled.
Approved by: re (scottl)
|
|
|
|
|
|
|
|
|
|
|
|
| |
code is compiled in to support the O_IPSEC operator. Previously no
support was included and ipsec rules were always matching. Note that
we do not return an error when an ipsec rule is added and the kernel
does not have IPsec support compiled in; this is done intentionally
but we may want to revisit this (document this in the man page).
PR: 58899
Submitted by: Bjoern A. Zeeb
Approved by: re (rwatson)
|
| |
|
| |
|
|
|
|
|
|
| |
6 months.
Approved by: re (murray)
|
|
|
|
|
|
|
| |
unmounting it before detaching GBDE is a good idea.
Insisted on by: Flemming Jacobsen <fj@batmule.dk>
Approveed by: re@
|
|
|
|
| |
Approved by: RE@ (Robert Watson)
|
|
|
|
|
|
|
|
| |
parameter checking introduced in vfs_mount.c r1.113 rejects them
otherwise.
Submitted by: R. Imura <imura at ryu16 dot org>
Approved by: re (scottl,rwatson)
|
|
|
|
|
|
|
| |
for Prime Time there.
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: RE@ (John, Scott)
|
|
|
|
|
|
| |
Cleanup option parsing for mount_nfs4 program, and remove dead code.
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
| |
a dynamically linked init as recently seen by ia64 woes.
Approved by: re (jhb)
|
|
|
|
|
|
|
|
|
|
|
|
| |
to gcc have not been made for ia64, which means that executables still
have /usr/libexec/ld-elf.so.1 as the dynamic linker. This simply does
not work if /usr is a seperate filesystem not mounted when the kernel
tries to execute init(8).
Note that this is a temporary fix until a new gcc has been imported
that does have the required changes.
Approved: re@
|
|
|
|
|
|
|
| |
in the .snap directory in the root of the filesystem being dumped.
Document that if the .snap directory is missing that it must be
created manually and that it should be owned by user root and
group operator and set to mode 770 before a live dump can be run.
|
|
|
|
|
|
| |
be used on devices with a block size other than DEV_BSIZE (512),
which specifically includes being unable to run on a swap-backed
md device. Swap-backed md devices use a 4k block size.
|
|
|
|
|
|
|
| |
substantially cleans up the output when running the vinum
management tool, and also makes it work better.
Long sustained silence from: grog
|
|
|
|
| |
has been addressed.
|
|
|
|
|
|
|
| |
link it at low cost and avoid environment poisoning attacks associated
with LD_LIBRARY_PATH.
Suggested by: rwatson
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
root and suggest alternatives.
|
|
|
|
|
|
|
| |
a non-fsid unmount if the file system ID is all zeros. This is a
temporary workaround for warnings that occur in the vfs.usermount=1
case because non-root users get a zeroed filesystem ID. I have a
more complete fix in the works, but I won't get it done for 5.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of trying to directly create the snapshot itself. This change allows
users logged into the system as operator to run live dumps.
Note that dump no longer tries to create the snapshot in the root of
the filesystem, but rather in a .snap directory in the root of the
filesystem. The reason is that the operator is usually not permitted
to write into the root of the filesystem. The newfs command and
background fsck have both been modified to create a .snap directory
in the root of the filesystem, but if neither of these have been run,
then the .snap directory must be created manually by the superuser
before a live dump can be run. The .snap directory should be owned
by user root and group operator and set to mode 770.
|
|
|
|
| |
Sponsord by: St. Bernard Software
|
|
|
|
|
| |
sporting the new 'BAD' magic number. Exit with a unique error code
(11) so callers who care about this can respond appropriately.
|
|
|
|
|
|
|
|
| |
of newfs, to signify the newfs operation has not yet completed. Re-
write the superblock with the correct magic number once all of the
cylinder groups have been created to show the operation has finished.
Sponsored by: St. Bernard Software
|
|
|
|
|
|
| |
- Minor related cleanup in add command
Approved by: marcel
|
|
|
|
|
|
| |
it compiles on all architectures.
Approved by: marcel
|
|
|
|
|
|
|
|
|
| |
dynamically linked. This has been a long time coming with the move of
critical libraries from /usr/lib to /lib. If you don't feel comfortable
with dynamically linked binaries in your root partition, now is the
time to define NO_DYNAMICROOT in your make.conf.
Approved by: re
|
|
|
|
| |
Submitted by: Jim Rees <rees@umich.edu>
|
|
|
|
|
|
| |
- using (intmax_t) and %j instead of %q
Tested by: make universe
|
|
|
|
|
|
|
|
|
|
| |
- using (intmax_t) and %j
- giving a non-empty format string to msg()
Include <stdint.h> directly instead of depending on <inttypes.h>
to do it.
Tested by: make universe
|
|
|
|
|
|
| |
if the user agrees, move them out one track.
MFC after: 7 days
|
|
|
|
|
|
|
|
| |
- constifying copyright
PR: 39867
Submitted by: Dan Lukes <dan@obluda.cz>
Tested by: make universe
|
|
|
|
|
|
|
|
|
|
| |
- #include <timeconv.h> for _time_to_time32 et al
- use (uintmax_t) and %j
- remove unused variable 'j' (from PR 39866)
PR: 39866
Submitted by: Dan Lukes <dan@obluda.cz>
Tested by: make universe
|
|
|
|
|
|
|
|
| |
interact with each other.
- Minor markup fix (.Dq -> .Va for a variable)
Reviewed by: rwatson
Approved by: blackend (mentor)
|
|
|
|
|
|
|
|
| |
While I'm here, add a missing comma
PR: 41787
Obtained from: OpenBSD
MFC after: 5 days
|
| |
|
|
|
|
| |
Pointed out by: johan
|
| |
|
|
|
|
|
| |
Currently, the only effect it has is to print some (but not all) numbers
using thousands separators.
|
|
|
|
|
|
|
|
| |
- explain the reason for permitting 32 read errors for a dump
PR: docs/35602 and docs/35607
Reviewed by: jhb
Approved by: blackend (mentor)
|
|
|
|
|
|
|
|
| |
PR: 56696
Reported by: Igor Truszkowski <igort@intergate.pl>
Submitted by: maxim@
Approved by: sos@
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
| |
- declaring 'mode2str' as returning a 'const char *'
- prototyping all function
- rename the argument 'version' to 'ver', not to shadow
the now prototyped function 'version'.
Also mark it as WARNS?= 6 clean to try to keep it clean.
Tested by: make universe (including amd64)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- check for encryption/authentication key together with algorithm.
- warned if a deprecated encryption algorithm (that includes "simple")
is specified.
- changed the syntax how to define a policy of a ICMPv6 type and/or a
code, like spdadd ::/0 ::/0 icmp6 134,0 -P out none;
- random cleanup in parser.
- use yyfatal, or return -1 after yyerror.
- deal with strdup() failure.
- permit scope notation in policy string (-P
esp/tunnel/foo%scope-bar%scope/use)
- simplify /prefix and [port].
- g/c some unused symbols.
Obtained from: KAME
|
|
|
|
| |
Submitted by: imura@ryu16.org
|
|
|
|
|
|
| |
Return linker.h to the includes list.
No objection from: wollman (for the copyright)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has been called, since it points to a shared inode buffer that may
be overwritten. The two cases where `dp' was used incorrectly appear
to have been overlooked when "nodump" inheritance was first added
in revision 1.12.
This is reported to correct propagation of the nodump flag on
directories that are larger than one block in size.
PR: bin/58912
Submitted by: Volker Paepcke <vpaepcke@incore.de>
MFC after: 1 week
|