| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Requested by: maxim
|
|
|
|
|
|
|
| |
disk block(s) number(s).
Obtained from: NetBSD
MFC after: 2 months
|
|
|
|
|
|
| |
PR: bin/98349
Submitted by: Mark Andrews
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove call to getmntopts(), and just pass -o options to
nmount(). This removes some confusion as to what options
msdosfs can parse, by pushing the responsibility of option parsing
to the VFS and FS specific code in the kernel.
msdosfs_vfsops.c:
- add "force" and "sync" to msdosfs_opts. They used to be specified
in mount_msdosfs.c, so move them here. It's not clear whethere these
options should be placed into global_opts in vfs_mount.c or not.
Motivated by: marcus
|
|
|
|
|
|
|
|
| |
Bump WARNS to 6.
PR: amd64/97566
Reviewed by: phk@
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
Since tags are kept while packet resides in kernelspace, it's possible to
use other kernel facilities (like netgraph nodes) for altering those tags.
Submitted by: Andrey Elsukov <bu7cher at yandex dot ru>
Submitted by: Vadim Goncharov <vadimnuclight at tpu dot ru>
Approved by: glebius (mentor)
Idea from: OpenBSD PF
MFC after: 1 month
|
|
|
|
|
|
| |
parsed, so it winds up at usage anyway.
Add 'b' to the usage summary. Noticed by Ben Mesander.
|
|
|
|
|
|
|
|
| |
safely free() anything related to items that may be recursed on.
Obtained from: DragonFly (rev 1.7, dillon)
PR: bin/94767
MFC After: 1 month
|
|
|
|
|
| |
mount(8) doesn't use mount_procfs(8), and instead passes an fstype
of "procfs" directly to nmount().
|
| |
|
|
|
|
|
| |
mount no longer invokes mount_ext2fs, it calls nmount() directly
with fstype "ext2fs".
|
|
|
|
|
|
|
|
| |
It is no longer needed, because "mount -t reiserfs" calls nmount(2)
directly to mount a ReiserFS file system without the use of
this external mount program.
Approved by: dumbbell
|
|
|
|
|
|
|
| |
inet_pton. This fixes cases like "fe02::/16".
PR: bin/91245
Reported by: Fredrik Lindberge
|
| |
|
| |
|
|
|
|
| |
contrast to ip6fw - is properly lockes, it is time to retire ip6fw.
|
|
|
|
| |
Requested by: bz
|
| |
|
|
|
|
|
|
| |
quota files location.
Submitted by: Kostik Belousov
|
|
|
|
|
|
|
|
|
| |
option if none is given in the config file. Also add #ifdefd out
support for sending a client ID based on our MAC address.
PR: bin/94743, bin/76401
Submitted by: Frank Behrens <frank at pinky dot sax dot de>
X-MFC after: 6.1-RELEASE
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o Introduce -r and -w keys which allow to load and save a worklist.
o Replace README by man page.
PR: bin/96677
Submitted by: Ulrich Spoerlein
Approved by: phk
MFC after: 1 month
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
| |
memory, so checking the size of the partition is not necessary.
Tested by: kris
|
|
|
|
|
|
|
|
|
|
|
| |
arguments so we do not coredump at "help foo", "back bar" and such.
o Be consistent and print argc - 1 as a command arguments number in
all cases.
PR: bin/37096
Submitted by: Joshua Goodall
MFC after: 1 month
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
| |
PR: docs/67893
Submitted by: Chris Pepper, Daniel Gerzo
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
| |
Reset it to 1 for each devd config file so if the parser finds
a syntax error devd(8) will report a correct line number.
Submitted by: Niki Denev
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
Supported for raid-0 with <n> disks, raid-1 with 2 disks.
Manpages have examples, warnings etc.
Test scripts on
http://www.cons.org/cracauer/ccdconfig-linux/
Reviewed by: alfred
|
| |
|
|
|
|
|
| |
is (sym)linked to libpthread. Account for this change and
check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
|
|
|
|
|
|
|
|
|
|
| |
to match the number of inodes on the disk. If we find a directory
entry with a crazy inode number in it, don't look beyond the end
of the bitmap to find that inode's state. Instead skip that directory
entry and print a warning.
Reviewed by: iedowse
MFC after: 3 weeks
|
| |
|
|
|
|
| |
MFC after: 2 days
|
|
|
|
|
|
|
|
|
|
| |
wait time for a packet. This allows to:
- Count number of packets received before and after specified
time.
- Shorten time of execution of 'ping -c 1' scripts.
Submitted by: Lytochkin Boris <lytboris gmail.com>
|
|
|
|
| |
libbsdxml and libsbuf.
|
|
|
|
|
| |
I'm piling on thise pointy hats on top of each other.
At least they nest..
|
|
|
|
|
| |
for over a month!
put {} around if clause with multiple statements
|
| |
|
|
|
|
|
|
|
|
|
| |
device number at creation time with -u option. Together with XMLizing
mdconfig(8), I broke this functionality.
This change is temporary. Complete fix will be commited soon.
Approved by: cognet (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
a problem with listing large number of md(4) devices. Either 'list' or
'query' mode uses XML.
Additionally, new functionality was introduced. It's possible to pass
multiple devices to -u:
# ./mdconfig -l -u md0,md1
Approved by: cognet (mentor)
|
|
|
|
|
|
| |
in that file static.
Approved by: cognet (mentor)
|
|
|
|
|
| |
PR: kern/94835
Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no>
|
|
|
|
| |
on platform.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- <netipx> headers [1]
- IPX library (libipx)
- IPX support in ifconfig(8)
- IPXrouted(8)
- new MK_NCP option
New MK_NCP build option controls:
- <netncp> and <fs/nwfs> headers
- NCP library (libncp)
- ncplist(1) and ncplogin(1)
- mount_nwfs(8)
- ncp and nwfs kernel modules
User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP.
[1] <netsmb/netbios.h> unconditionally uses <netipx> headers
so they are still installed. This needs to be dealt with.
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
|
| |
|
| |
|