| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
|
|
|
|
|
|
| |
This stuff should not be too destructive if the IPDIVERT is not compiled in..
be aware that this changes the size of the ip_fw struct
so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
|
| |
|
| |
|
|
|
|
|
| |
Obtained from: Whistle Communications
patches to allow ifconfig to work with appletalk addresses etc.
|
|
|
|
| |
I guess we should have a single place for this??
|
|
|
|
|
|
|
| |
control program to control the facility of the bootblocks
to fetch a default bootstring from a fixed location on the disk.
See the manpage for more info.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Prevent ALL protocol from being used with port specifications.
Allow 'via' keyword at any point in the options list. Disallow
multiple 'via' specifications.
|
|
|
|
| |
Submitted by: nate
|
|
|
|
|
|
|
|
| |
of /0 to have the desired effect. Normalize IP addresses that
won't match a given mask (i.e. 1.2.3.4/24 becomes 1.2.3.0/24).
Submitted by R. Bezuidenhout <rbezuide@mikom.csir.co.za>
Code formatting and "frag" display fixes.
|
|
|
|
| |
on filesystems > 2GB (which causes the disk slice code to call Debugger!!)
|
|
|
|
|
|
| |
if statements, #if 0 some unused code, use off_t in calls to read/
write_disk, fix a printf format, remove unused variables, and
#include necessary files.
|
| |
|
|
|
|
| |
Found by: Aage Robekk <aagero@aage.priv.no>
|
|
|
|
|
|
|
| |
disklabel(8) to the kernel (dsopen()). Drivers should initialize the
hardware values (rpm, interleave, skews). Drivers currently don't do
this, but it usually doesn't matter since rotational position stuff is
normally disabled.
|
| |
|
| |
|
|
|
|
| |
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Filter based on ICMP types.
- Accept interface wildcards (e.g. ppp*).
- Resolve service names with the -N option.
- Accept host names in 'from' and 'to' specifications
- Display chain entry time stamps with the -t option.
- Added URG to tcpflags.
- Print usage if an unknown tcpflag is used.
- Ability to zero individual accounting entries.
- Clarify usage of port ranges.
- Misc code cleanup.
Closes PRs: 1193, 1220, and 1266.
|
| |
|
|
|
|
|
|
|
|
|
| |
This covers the security problem descibed in SA-96:10 and Jeff says that
when we upgrade to Lite2 (which fixes this problem), mount no longer needs
to be setuid, so we'll never be going back.
Submitted by: hsu
Reviewed by: pst
|
|
|
|
|
| |
even work. Until pst wakes up, best action deemed to be the simple disabling
of this command.
|
|
|
|
| |
as argv[0].
|
| |
|
|
|
|
|
|
|
|
|
| |
mount_* programs. While we're at it, collapse the four now-identical
mount programs for devfs, fdesc, kernfs, and procfs into links to
a new mount_std(8) which can mount any really generic filesystem
such as these when called with the appropriate argv[0].
Also, convert the mount programs to use sysexits.h.
|
| |
|
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: "Daniel O'Callaghan" <danny@panda.hilink.com.au>
Submitted by: Archie Cobbs <archie@whistle.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: Fix for annoying fsck bug
Date: Wed, 24 Jan 1996 13:33:29 -0700 (MST)
The following small diff fixes the annoying fsck bug that causes it to
need to be run twice to end up with correct reference counts for inodes
for directories that had subdirectories relocated into the lost+found
directory.
I found the need to rerun *extremely* annoying. This fix causes the
count to be correctly adjusted later in pass 4 by correctly stating
the parent reference count.
Note that the parent reference count is incremented when the directory
entry is made (for ".."), but is not really there in the case of a
directory that does not make an entry in its parent dir.
This can be tested by waiting for the inode sync after cd'ing from a
shell into a test fs. Then you "mkdir xxx yyy zzz", wait a second,
and hit the machine reset button.
Reviewed by: nate (Tested lots of crashes :)
Submitted by: Terry Lambert <terry@lambert.org>
|
| |
|
|
|
|
| |
Ok'd by: peter
|
| |
|
| |
|
|
|
|
|
|
| |
Closes PR #misc/1172: Error in sbin/dset/Makefile
Submitted by: masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
|
|
|
|
| |
program. Use the .Fx (FreeBSD) macro in the HISTORY section.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
was broken. It forced udp in all cases except the extremely unusual case
argc == 0.
|
|
|
|
| |
can be loaded (e.g. ./mymod.o)
|
|
|
|
|
|
| |
to int32_t. I only fixed the ones that I noticed the warnings for.
Perhaps most of the format strings are correct now because they were
wrong before. Except of course if int32_t isn't compatible with `int'.
|
|
|
|
| |
- should this be documented in the man page?
|
| |
|
| |
|
|
|
|
| |
Add main purpose description (MSDOS timestamps)
|
|
|
|
|
| |
related man pages. Comment out cross references to those man
pages from other man pages.
|
|
|
|
|
|
| |
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
|
| |
|
|
|
|
|
| |
sufficient to transfer all the data from stdin, or to stdout. Working
on pipes causes further fragmentation.
|