| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Thanks to: A friend at Sun auditing dump/restore for Solaris.
|
|
|
|
|
| |
PR: kern/8793, misc/8796, kern/8797, kern/8798, kern/8050, kern/6758
Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
|
| |
|
|
|
|
| |
flag makes portal tcp operation work.
|
|
|
|
|
| |
don't unlink _PATH_NOLOGIN for the -k case even if shutdown terminates
abnormally. NetBSD already has this change).
|
|
|
|
| |
Fixed some style bugs.
|
|
|
|
|
| |
Updated date. I think dates in man pages should be changed at least
when a new feature is described.
|
| |
|
|
|
|
| |
Broken in: previous commit
|
|
|
|
| |
requesting a system power-off after shutdown.
|
| |
|
|
|
|
| |
PR: bin/8471
|
|
|
|
| |
(e.g. RCS Id:)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Kirk McKusick <mckusick@McKusick.COM>
Obtained from: Mckusick, BSDI and a host of others
This exactly matches Kirks sources imported under the
Tag MCKUSICK2. These are as supplied by kirk with one small
change needed to compile under freeBSD.
Some FreeBSD patches will be added back, though many have been
added to Kirk's sources already.
|
|
|
|
| |
Reviewee by:
|
|
|
|
|
|
|
| |
"page_ctl" and "pagectl" to "pgctl" to reflect ``camcontrol --help''.
PR: docs/8781
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
Don Lewis and Kirk have merges nearly all FreeBSD Fixes into Kirks sources
so there is very little that needs to be re-merged.
|
| |
| |
| |
| | |
except one unimportant one have already left the vendor branch.
|
| | |
|
| |
| |
| |
| | |
line breaks in rev.1.16-1.18.
|
| | |
|
| |
| |
| |
| | |
Suggested by: jdp
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This allows for more flexible ipfw configuration files using
`variables' to describe frequently used items in the file, like the
local IP address(es), interface names etc. Both m4 and cpp are useful
and supported; with m4 being a little more unusual to the common C
programmer, things like automatic rule numbering can be achieved
fairly easy.
While i was at it, i've also untangled some of the ugly style inside
main(), and fixed a bug or two (like not being able to use blank lines
when running with -q).
A typical call with preprocessor invocation looks like
ipfw -p m4 -Dhostname=$(hostname) /etc/fwrules
Someone should probably add support for this feature to /etc/rc.firewall.
|
| |
| |
| |
| | |
Inspired by: a mail by Scott Smyth <smyth@bashful.realminfo.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
array that were doing sizeof on an unrelated variable. This just happened
to work right on the i386, but would not on the alpha.
PR: bin/8427
|
| | |
|
| |
| |
| |
| |
| | |
message reflect this. As a bonus, make the -n optional so that 'kldunload
name' works as one would expect.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I don't have access to a BSD/OS machine to check the veracity of the
magic number. However, no harm will be done by the commit and since
someone was motivated enough to file a PR, I'm committing the change.
PR: 7629
Submitted by: Jos Backus <jbackus@plex.nl>
|
| |
| |
| |
| |
| |
| |
| | |
fsck to exit unhappily. Fix this by doing a getrlimit/setrlimit for
RLIMIT_DATA. I made the same fix in NetBSD.
Reviewed by: dg@root.com
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
(Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem
somewhere is the physio() area)
Submitted by: myself && Matt Dillon.
|
| |
| |
| |
| | |
in both places.
|
| |
| |
| |
| |
| | |
Add dump of last requests with 'info -V'. This requires the requests
to be enabled with 'debug 8'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
unused static inlines in headers without -O.
Fixed missing libraries in DPADD.
Use .PATH instead of a symlink farm.
Removed bogus dependency of util.c on statetext.h (only util.o depends
on it). Removed rule for building statetext.h. The dependency was used
to get statetext.h built, but statetext.h is a non-generated source file
so it doesn't need building. This fixes an annoying message for the null
build and use of `make' instead of ${MAKE} to do the null build.
Fixed some style bugs.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixed nearby indentation.
Use RAW_PART instead of RAWPARTITION.
|
| |
| |
| |
| | |
references there, and rev.1.38 of sys/ufs/ufs/ufs_disksubr.c.
|
| |
| |
| |
| |
| |
| |
| | |
and we don't use the frags info, so why bother? More to the point, it
seems to result in an EXDEV error when the label is written out and we
lose because of it (don't know why though). This is a work-around and
is marked as such.
|