History log of /dragonfly/sbin/ (Results 1 – 25 of 3066)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7485684f03-Mar-2024 Aaron LI <aly@aaronly.me>

Whitespace cleanups

cfb5793b23-Mar-2024 Aaron LI <aly@aaronly.me>

mount_cd9660(8): Simplify and clean up set_charset()

Simplify set_charset(), partly according to mount_ntfs(8).

Meanwhile, clean up the whitespace styles.

7764eb6608-Mar-2024 Ricardo Branco <rbranco@suse.de>

cd9660: Add support for mask,dirmask,uid,gid options

The updates to mount_cd9660(8) are basically taken from mount_msdos(8).

GitHub PR: https://github.com/DragonFlyBSD/DragonFlyBSD/pull/23
See also

cd9660: Add support for mask,dirmask,uid,gid options

The updates to mount_cd9660(8) are basically taken from mount_msdos(8).

GitHub PR: https://github.com/DragonFlyBSD/DragonFlyBSD/pull/23
See also:
- https://github.com/freebsd/freebsd-src/pull/982
- https://github.com/NetBSD/src/pull/29

show more ...

ce0bf05410-Mar-2024 Ricardo Branco <rbranco@suse.de>

umount(8): Add -d option to detach vn(4) devices

The '-d' option tells umount(8) to detach the underlying vn(4) device if
the filesystem was mounted from it. Note that vn(4) is a virtual disk
and c

umount(8): Add -d option to detach vn(4) devices

The '-d' option tells umount(8) to detach the underlying vn(4) device if
the filesystem was mounted from it. Note that vn(4) is a virtual disk
and can provides multiple filesystems, so the vn(4) detaching can only
succeed when all the filesystems are umounted.

For example:
$ vnconfig -c vn dfly.img
vn4
$ mount_msdos /dev/vn4s1 /mnt/dfly/boot
$ mount_ufs /dev/vn4s2a /mnt/dfly/root
$ umount -d /mnt/dfly/boot
umount: VNIOCDETACH: /dev/vn4: Device busy
umount: detach of /dev/vn4s1 failed
$ umount -d /mnt/dfly/root
(now vn4 is detached)

A similar option exists in Linux's and FreeBSD's umount(8).

GitHub PR: https://github.com/DragonFlyBSD/DragonFlyBSD/pull/24
See Also: https://github.com/freebsd/freebsd-src/pull/972

show more ...


/dragonfly/contrib/less/LICENSE
/dragonfly/contrib/less/NEWS
/dragonfly/contrib/less/README
/dragonfly/contrib/less/README.DELETED
/dragonfly/contrib/less/README.DRAGONFLY
/dragonfly/contrib/less/brac.c
/dragonfly/contrib/less/ch.c
/dragonfly/contrib/less/charset.c
/dragonfly/contrib/less/charset.h
/dragonfly/contrib/less/cmd.h
/dragonfly/contrib/less/cmdbuf.c
/dragonfly/contrib/less/command.c
/dragonfly/contrib/less/compose.uni
/dragonfly/contrib/less/cvt.c
/dragonfly/contrib/less/decode.c
/dragonfly/contrib/less/edit.c
/dragonfly/contrib/less/filename.c
/dragonfly/contrib/less/fmt.uni
/dragonfly/contrib/less/forwback.c
/dragonfly/contrib/less/funcs.h
/dragonfly/contrib/less/help.c
/dragonfly/contrib/less/ifile.c
/dragonfly/contrib/less/input.c
/dragonfly/contrib/less/jump.c
/dragonfly/contrib/less/less.h
/dragonfly/contrib/less/less.nro
/dragonfly/contrib/less/lessecho.c
/dragonfly/contrib/less/lessecho.nro
/dragonfly/contrib/less/lesskey.c
/dragonfly/contrib/less/lesskey.h
/dragonfly/contrib/less/lesskey.nro
/dragonfly/contrib/less/lesskey_parse.c
/dragonfly/contrib/less/lglob.h
/dragonfly/contrib/less/line.c
/dragonfly/contrib/less/linenum.c
/dragonfly/contrib/less/lsystem.c
/dragonfly/contrib/less/main.c
/dragonfly/contrib/less/mark.c
/dragonfly/contrib/less/optfunc.c
/dragonfly/contrib/less/option.c
/dragonfly/contrib/less/option.h
/dragonfly/contrib/less/opttbl.c
/dragonfly/contrib/less/os.c
/dragonfly/contrib/less/output.c
/dragonfly/contrib/less/pattern.c
/dragonfly/contrib/less/pattern.h
/dragonfly/contrib/less/pckeys.h
/dragonfly/contrib/less/position.c
/dragonfly/contrib/less/position.h
/dragonfly/contrib/less/prompt.c
/dragonfly/contrib/less/screen.c
/dragonfly/contrib/less/search.c
/dragonfly/contrib/less/signal.c
/dragonfly/contrib/less/tags.c
/dragonfly/contrib/less/ttyin.c
/dragonfly/contrib/less/ubin.uni
/dragonfly/contrib/less/version.c
/dragonfly/contrib/less/wide.uni
/dragonfly/contrib/less/xbuf.c
/dragonfly/contrib/less/xbuf.h
umount/umount.8
umount/umount.c
/dragonfly/share/man/man5/procfs.5
/dragonfly/sys/net/if.c
/dragonfly/sys/net/if_var.h
/dragonfly/sys/net/route.c
/dragonfly/sys/net/route.h
/dragonfly/sys/netinet/in.c
/dragonfly/sys/netinet/in_rmx.c
/dragonfly/sys/vfs/fuse/Makefile
/dragonfly/sys/vfs/fuse/fuse.h
/dragonfly/sys/vfs/fuse/fuse_device.c
/dragonfly/sys/vfs/fuse/fuse_io.c
/dragonfly/sys/vfs/fuse/fuse_ipc.c
/dragonfly/sys/vfs/fuse/fuse_node.c
/dragonfly/sys/vfs/fuse/fuse_util.c
/dragonfly/sys/vfs/fuse/fuse_vfsops.c
/dragonfly/sys/vfs/fuse/fuse_vnops.c
/dragonfly/sys/vfs/procfs/procfs_vnops.c
/dragonfly/usr.bin/gzip/gzip.c
/dragonfly/usr.bin/hexdump/display.c
/dragonfly/usr.bin/less/Makefile
/dragonfly/usr.bin/less/defines.h
/dragonfly/usr.bin/lessecho/Makefile
/dragonfly/usr.bin/lesskey/Makefile
/dragonfly/usr.bin/sockstat/sockstat.c
/dragonfly/usr.bin/wc/wc.c
8881664205-Mar-2024 Aaron LI <aly@aaronly.me>

md5(1): Further cleanup the code a bit

No functional changes.

2d52e8a305-Mar-2024 Aaron LI <aly@aaronly.me>

md5(1): Improve the previous commit

Improve digestbig() to further check for read() errors and return NULL
in that case.

Add a comment to explain why can't use file size (st_size).

79549f8103-Mar-2024 Ricardo Branco <rbranco@suse.de>

md5(1): Fix to calculate correct checksum on pseudo filesystems

The file size (st_size) on pseudo filesystems can be zero and
meaningless, so ignore it and read until EOF to get the whole contents.

md5(1): Fix to calculate correct checksum on pseudo filesystems

The file size (st_size) on pseudo filesystems can be zero and
meaningless, so ignore it and read until EOF to get the whole contents.
Now md5(1) is able to calculate the correct checksums for files on
pseudo filesystems, like /proc.

show more ...

1219dc1d05-Mar-2024 Aaron LI <aly@aaronly.me>

md5(1): Minor code tweaks and style cleanups

No functional changes.

a1d2059d04-Mar-2024 Aaron LI <aly@aaronly.me>

ping(8): Add check for negative wait timeout

Meanwhile, fix the error message.

881f0bf604-Mar-2024 Aaron LI <aly@aaronly.me>

ping(8): Relax the interval restriction for normal users

The ping interval was restricted to be >= 1 second for normal users to
prevent from performing DoS attacks. This restriction was added by
Ma

ping(8): Relax the interval restriction for normal users

The ping interval was restricted to be >= 1 second for normal users to
prevent from performing DoS attacks. This restriction was added by
Matt Dillon in 1998 during the BEST days [0]. It has become less
meaningful now. Following the Linux behavior, relax the interval to be
>= 2 milliseconds for normal users.

In addition, add a check for negative interval numbers.

[0] https://github.com/freebsd/freebsd-src/commit/526f06b278d9252add168aa18b60242c08771165

Discussed-with: dillon

show more ...

d1d720b104-Mar-2024 Aaron LI <aly@aaronly.me>

ping(8): Allow normal users to specify larger packets

Before this change, only super-user could specify a packet size larger
than the default 56 bytes. This restriction was added by Matt Dillon in

ping(8): Allow normal users to specify larger packets

Before this change, only super-user could specify a packet size larger
than the default 56 bytes. This restriction was added by Matt Dillon in
1998 during the BEST days [0].

Nowadays, it doesn't make much sense to limit the packet size. In
addition, this restriction doesn't exist in ping6(8) and on NetBSD,
OpenBSD and Linux.

And one more interesting thing, UMS [1] uses this feature to estimate
the client's bandwidth to optimize the streaming experience.

[0] https://github.com/freebsd/freebsd-src/commit/526f06b278d9252add168aa18b60242c08771165
[1] UMS: https://github.com/UniversalMediaServer/UniversalMediaServer

Discussed-with: dillon

show more ...


/dragonfly/contrib/awk/FIXES
/dragonfly/contrib/awk/FIXES.1e
/dragonfly/contrib/awk/LICENSE
/dragonfly/contrib/awk/README.DELETED
/dragonfly/contrib/awk/README.md
/dragonfly/contrib/awk/awk.1
/dragonfly/contrib/awk/awk.h
/dragonfly/contrib/awk/awkgram.y
/dragonfly/contrib/awk/b.c
/dragonfly/contrib/awk/lex.c
/dragonfly/contrib/awk/lib.c
/dragonfly/contrib/awk/main.c
/dragonfly/contrib/awk/maketab.c
/dragonfly/contrib/awk/parse.c
/dragonfly/contrib/awk/proto.h
/dragonfly/contrib/awk/run.c
/dragonfly/contrib/awk/tran.c
/dragonfly/etc/rc.d/DAEMON
/dragonfly/etc/rc.d/FILESYSTEMS
/dragonfly/etc/rc.d/LOGIN
/dragonfly/etc/rc.d/Makefile
/dragonfly/etc/rc.d/NETWORKING
/dragonfly/etc/rc.d/SERVERS
/dragonfly/etc/rc.d/addswap
/dragonfly/etc/rc.d/adjkerntz
/dragonfly/etc/rc.d/automount
/dragonfly/etc/rc.d/automountd
/dragonfly/etc/rc.d/autounmountd
/dragonfly/etc/rc.d/bootconf
/dragonfly/etc/rc.d/bootparams
/dragonfly/etc/rc.d/cleanvar
/dragonfly/etc/rc.d/cleartmp
/dragonfly/etc/rc.d/cryptdisks
/dragonfly/etc/rc.d/devd
/dragonfly/etc/rc.d/devfs
/dragonfly/etc/rc.d/dhclient
/dragonfly/etc/rc.d/dhcp_client
/dragonfly/etc/rc.d/dhcpcd
/dragonfly/etc/rc.d/diskless
/dragonfly/etc/rc.d/dmesg
/dragonfly/etc/rc.d/dntpd
/dragonfly/etc/rc.d/dumpon
/dragonfly/etc/rc.d/fixbootfile
/dragonfly/etc/rc.d/ftpd
/dragonfly/etc/rc.d/hostname
/dragonfly/etc/rc.d/hotplugd
/dragonfly/etc/rc.d/inetd
/dragonfly/etc/rc.d/initdiskless
/dragonfly/etc/rc.d/ip6addrctl
/dragonfly/etc/rc.d/ip6fw
/dragonfly/etc/rc.d/ipfw
/dragonfly/etc/rc.d/ipfw3
/dragonfly/etc/rc.d/keyserv
/dragonfly/etc/rc.d/ldconfig
/dragonfly/etc/rc.d/lockd
/dragonfly/etc/rc.d/lvm
/dragonfly/etc/rc.d/mixer
/dragonfly/etc/rc.d/modules
/dragonfly/etc/rc.d/motd
/dragonfly/etc/rc.d/mountcritlocal
/dragonfly/etc/rc.d/mountcritremote
/dragonfly/etc/rc.d/mountd
/dragonfly/etc/rc.d/mounttmpfs
/dragonfly/etc/rc.d/netif
/dragonfly/etc/rc.d/netoptions
/dragonfly/etc/rc.d/network_ipv6
/dragonfly/etc/rc.d/newsyslog
/dragonfly/etc/rc.d/nfsclient
/dragonfly/etc/rc.d/nfsd
/dragonfly/etc/rc.d/nfsserver
/dragonfly/etc/rc.d/nisdomain
/dragonfly/etc/rc.d/nsswitch
/dragonfly/etc/rc.d/pf
/dragonfly/etc/rc.d/pflog
/dragonfly/etc/rc.d/powerd
/dragonfly/etc/rc.d/pppoed
/dragonfly/etc/rc.d/pwcheck
/dragonfly/etc/rc.d/quota
/dragonfly/etc/rc.d/random
/dragonfly/etc/rc.d/rcconf
/dragonfly/etc/rc.d/resident
/dragonfly/etc/rc.d/rndcontrol
/dragonfly/etc/rc.d/route6d
/dragonfly/etc/rc.d/routed
/dragonfly/etc/rc.d/routing
/dragonfly/etc/rc.d/rpcbind
/dragonfly/etc/rc.d/rtadvd
/dragonfly/etc/rc.d/rtsold
/dragonfly/etc/rc.d/savecore
/dragonfly/etc/rc.d/securelevel
/dragonfly/etc/rc.d/sendmail
/dragonfly/etc/rc.d/sensorsd
/dragonfly/etc/rc.d/serial
/dragonfly/etc/rc.d/sppp
/dragonfly/etc/rc.d/statd
/dragonfly/etc/rc.d/swap1
/dragonfly/etc/rc.d/syscons
/dragonfly/etc/rc.d/sysctl
/dragonfly/etc/rc.d/sysdb
/dragonfly/etc/rc.d/syslogd
/dragonfly/etc/rc.d/ttys
/dragonfly/etc/rc.d/udevd
/dragonfly/etc/rc.d/udevd_early
/dragonfly/etc/rc.d/vfs_quota
/dragonfly/etc/rc.d/virecover
/dragonfly/etc/rc.d/vkernel
/dragonfly/etc/rc.d/vknetd
/dragonfly/etc/rc.d/wg
/dragonfly/etc/rc.d/wpa_supplicant
/dragonfly/etc/rc.d/ypbind
/dragonfly/etc/rc.d/yppasswdd
/dragonfly/etc/rc.d/ypserv
/dragonfly/etc/rc.d/ypset
/dragonfly/etc/rc.d/ypupdated
/dragonfly/etc/rc.d/ypxfrd
ping/ping.8
ping/ping.c
/dragonfly/share/man/man4/inet6.4
/dragonfly/share/man/man8/rc.8
/dragonfly/sys/bus/pci/pcidevs
/dragonfly/sys/crypto/blake2/blake2s.c
/dragonfly/sys/crypto/blake2/blake2s.h
/dragonfly/sys/dev/netif/re/if_re.c
/dragonfly/sys/dev/netif/re/re.h
/dragonfly/sys/kern/uipc_mbuf.c
/dragonfly/sys/net/gif/if_gif.c
/dragonfly/sys/net/gre/if_gre.c
/dragonfly/sys/net/if.c
/dragonfly/sys/net/if_var.h
/dragonfly/sys/net/stf/if_stf.c
/dragonfly/sys/net/wg/if_wg.c
/dragonfly/sys/net/wg/wg_noise.c
/dragonfly/sys/netinet6/icmp6.c
/dragonfly/sys/netinet6/in6.c
/dragonfly/sys/netinet6/in6_ifattach.c
/dragonfly/sys/netinet6/in6_proto.c
/dragonfly/sys/netinet6/ip6_var.h
/dragonfly/sys/netinet6/nd6.c
/dragonfly/sys/netinet6/nd6.h
/dragonfly/sys/netinet6/nd6_nbr.c
/dragonfly/sys/netinet6/nd6_rtr.c
/dragonfly/sys/sys/mbuf.h
/dragonfly/sys/sys/param.h
/dragonfly/usr.bin/awk/maketab/Makefile
/dragonfly/usr.bin/netstat/if.c
/dragonfly/usr.bin/netstat/route.c
/dragonfly/usr.sbin/makefs/msdos.c
/dragonfly/usr.sbin/ndp/ndp.8
/dragonfly/usr.sbin/ndp/ndp.c
82082fe820-Feb-2024 Aaron LI <aly@aaronly.me>

ifconfig(8): Minor cleanups to ifwg.c

Meanwhile, fix a minor typo in the error message of '-wgpka' command.

68a422ab09-Feb-2024 Aaron LI <aly@aaronly.me>

ifconfig(8): Minor code and style cleanups

No functional changes.

6dc504c309-Feb-2024 Aaron LI <aly@aaronly.me>

ifconfig(8): Change some 'int' variables to 'bool' whenever possible

I'd like to change 'doalias' as well, but it seems to require 3 states,
so leave it alone this moment.

1078bf3c09-Feb-2024 Aaron LI <aly@aaronly.me>

ifconfig(8): Fix bug in interface address configuration

When the interface name had a length of >= 8, the address configuration
would fail with the ENXIO error, i.e., "no such interface".

This bug

ifconfig(8): Fix bug in interface address configuration

When the interface name had a length of >= 8, the address configuration
would fail with the ENXIO error, i.e., "no such interface".

This bug was made by me in commit c29ec76. It was caused by the
interface was truncated because the destination buffer size was wrongly
determined, as I was using sizeof() on a 'void *' pointer instead of the
actual interface name buffer.

Fix it by directly using IFNAMSIZ instead of sizeof().

show more ...

1671e44307-Dec-2023 Aaron LI <aly@aaronly.me>

wg: Export the internal peer ID to userland for diagnostics

The auto-generated internal peer ID is used in various debug messages,
so exporting it to the userland (i.e., ifconfig(8)) can help with t

wg: Export the internal peer ID to userland for diagnostics

The auto-generated internal peer ID is used in various debug messages,
so exporting it to the userland (i.e., ifconfig(8)) can help with the
diagnostics.

Update ifconfig(8) to print the added peer ID.

show more ...

e0a7c07b15-Dec-2023 Aaron LI <aly@aaronly.me>

ifconfig.8: Add description for wg(4)

Note that the 'wgcookie' and '-wgcookie' parameters are commented out
for the moment, because they're ineffective yet.

b03c8f1329-Nov-2023 Aaron LI <aly@aaronly.me>

ifconfig(8): Show wg(4) private key and PSK if '-k' specified

ead657e825-Nov-2023 Aaron LI <aly@aaronly.me>

ifconfig(8): Add WireGuard wg(4) support

Obtained from OpenBSD with significant modifications.

dff08a8706-Feb-2024 Aaron LI <aly@aaronly.me>

route.8: Some markup improvements

b272101a30-Oct-2023 Aaron LI <aly@aaronly.me>

Various minor whitespace cleanups

Accumulated along the way.


/dragonfly/Makefile
/dragonfly/Makefile.inc1
/dragonfly/dports.base/README.dports.base
/dragonfly/dports.base/dragonfly/base/Makefile
/dragonfly/dports.base/dragonfly/base/pkg-descr
/dragonfly/dports.base/dsynth.ini
/dragonfly/dports.base/pkg.conf
/dragonfly/etc/mtree/BSD.usr.dist
/dragonfly/include/Makefile
/dragonfly/lib/libc/sys/getsockopt.2
ipfw/ipfw2.c
/dragonfly/share/man/man4/gif.4
/dragonfly/share/man/man9/atomic.9
/dragonfly/share/man/man9/lock.9
/dragonfly/share/man/man9/mbuf.9
/dragonfly/share/man/man9/objcache.9
/dragonfly/sys/bus/firewire/fwohci.c
/dragonfly/sys/bus/u4b/net/if_cdce.c
/dragonfly/sys/bus/u4b/wlan/if_run.c
/dragonfly/sys/bus/u4b/wlan/if_urtwn.c
/dragonfly/sys/conf/files
/dragonfly/sys/cpu/x86_64/include/atomic.h
/dragonfly/sys/crypto/Makefile
/dragonfly/sys/crypto/blake2/blake2s.c
/dragonfly/sys/crypto/blake2/blake2s.h
/dragonfly/sys/crypto/chacha20/chacha.c
/dragonfly/sys/crypto/chacha20/chacha.h
/dragonfly/sys/crypto/chachapoly.c
/dragonfly/sys/crypto/chachapoly.h
/dragonfly/sys/crypto/curve25519/curve25519.c
/dragonfly/sys/crypto/curve25519/curve25519.h
/dragonfly/sys/crypto/poly1305/poly1305.c
/dragonfly/sys/crypto/poly1305/poly1305.h
/dragonfly/sys/crypto/siphash/siphash.c
/dragonfly/sys/crypto/siphash/siphash.h
/dragonfly/sys/crypto/siphash/siphash_test.c
/dragonfly/sys/dev/acpica/Osd/OsdCache.c
/dragonfly/sys/dev/misc/evdev/evdev_utils.c
/dragonfly/sys/dev/netif/ae/if_ae.c
/dragonfly/sys/dev/netif/ale/if_ale.c
/dragonfly/sys/dev/netif/iwi/if_iwi.c
/dragonfly/sys/dev/netif/mn/if_mn.c
/dragonfly/sys/dev/netif/my/if_my.c
/dragonfly/sys/dev/netif/rl/if_rl.c
/dragonfly/sys/dev/netif/sbsh/if_sbsh.c
/dragonfly/sys/dev/netif/sln/if_sln.c
/dragonfly/sys/dev/netif/ste/if_ste.c
/dragonfly/sys/dev/netif/tl/if_tl.c
/dragonfly/sys/dev/netif/tx/if_tx.c
/dragonfly/sys/dev/netif/txp/if_txp.c
/dragonfly/sys/dev/netif/wb/if_wb.c
/dragonfly/sys/dev/netif/wi/if_wi.c
/dragonfly/sys/dev/virtual/nvmm/Makefile
/dragonfly/sys/dev/virtual/nvmm/nvmm_os.h
/dragonfly/sys/kern/kern_event.c
/dragonfly/sys/kern/kern_nrandom.c
/dragonfly/sys/kern/kern_objcache.c
/dragonfly/sys/kern/subr_param.c
/dragonfly/sys/kern/subr_taskqueue.c
/dragonfly/sys/kern/sys_generic.c
/dragonfly/sys/kern/uipc_mbuf.c
/dragonfly/sys/kern/uipc_mbuf2.c
/dragonfly/sys/kern/uipc_sockbuf.c
/dragonfly/sys/kern/uipc_socket.c
/dragonfly/sys/kern/uipc_syscalls.c
/dragonfly/sys/kern/uipc_usrreq.c
/dragonfly/sys/kern/vfs_subr.c
/dragonfly/sys/net/Makefile
/dragonfly/sys/net/bridge/if_bridge.c
/dragonfly/sys/net/disc/if_disc.c
/dragonfly/sys/net/gif/if_gif.c
/dragonfly/sys/net/if_loop.c
/dragonfly/sys/net/ip_mroute/ip_mroute.c
/dragonfly/sys/net/ipfw/ip_fw2.c
/dragonfly/sys/net/ipfw3_basic/ip_fw3_table.c
/dragonfly/sys/net/ipfw3_basic/ip_fw3_table.h
/dragonfly/sys/net/pf/if_pfsync.c
/dragonfly/sys/net/pf/pf.c
/dragonfly/sys/net/pf/pf_ioctl.c
/dragonfly/sys/net/pf/pf_norm.c
/dragonfly/sys/net/pf/pf_table.c
/dragonfly/sys/net/rtsock.c
/dragonfly/sys/net/stf/if_stf.c
/dragonfly/sys/net/tun/if_tun.c
/dragonfly/sys/netbt/hci_event.c
/dragonfly/sys/netbt/hci_link.c
/dragonfly/sys/netbt/hci_socket.c
/dragonfly/sys/netbt/hci_unit.c
/dragonfly/sys/netbt/l2cap_lower.c
/dragonfly/sys/netbt/l2cap_signal.c
/dragonfly/sys/netbt/rfcomm_session.c
/dragonfly/sys/netgraph/async/ng_async.c
/dragonfly/sys/netgraph/bpf/ng_bpf.c
/dragonfly/sys/netgraph/cisco/ng_cisco.c
/dragonfly/sys/netgraph/iface/ng_iface.c
/dragonfly/sys/netgraph/mppc/ng_mppc.c
/dragonfly/sys/netgraph/socket/ng_socket.c
/dragonfly/sys/netgraph7/async/ng_async.c
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
/dragonfly/sys/netgraph7/bluetooth/hci/ng_hci_cmds.c
/dragonfly/sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
/dragonfly/sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
/dragonfly/sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
/dragonfly/sys/netgraph7/bpf/ng_bpf.c
/dragonfly/sys/netgraph7/cisco/ng_cisco.c
/dragonfly/sys/netgraph7/deflate/ng_deflate.c
/dragonfly/sys/netgraph7/mppc/ng_mppc.c
/dragonfly/sys/netgraph7/ng_pred1.c
/dragonfly/sys/netgraph7/socket/ng_socket.c
/dragonfly/sys/netinet/in_gif.c
/dragonfly/sys/netinet/ip_icmp.c
/dragonfly/sys/netinet/ip_input.c
/dragonfly/sys/netinet/tcp_output.c
/dragonfly/sys/netinet/tcp_subr.c
/dragonfly/sys/netinet/udp_usrreq.c
/dragonfly/sys/netinet6/icmp6.c
/dragonfly/sys/netinet6/in6_gif.c
/dragonfly/sys/netinet6/ip6_forward.c
/dragonfly/sys/netinet6/ip6_input.c
/dragonfly/sys/netinet6/ip6_mroute.c
/dragonfly/sys/netinet6/ip6_output.c
/dragonfly/sys/netinet6/raw_ip6.c
/dragonfly/sys/netinet6/udp6_usrreq.c
/dragonfly/sys/netproto/802_11/wlan/ieee80211_dragonfly.c
/dragonfly/sys/netproto/802_11/wlan/ieee80211_output.c
/dragonfly/sys/netproto/802_11/wlan/ieee80211_superg.c
/dragonfly/sys/netproto/mpls/mpls_proto.c
/dragonfly/sys/netproto/smb/smb_trantcp.c
/dragonfly/sys/opencrypto/cryptodev.h
/dragonfly/sys/sys/atomic_common.h
/dragonfly/sys/sys/bitops.h
/dragonfly/sys/sys/cdefs.h
/dragonfly/sys/sys/event.h
/dragonfly/sys/sys/lock.h
/dragonfly/sys/sys/mbuf.h
/dragonfly/sys/sys/objcache.h
/dragonfly/sys/sys/param.h
/dragonfly/sys/sys/sockbuf.h
/dragonfly/sys/sys/socket.h
/dragonfly/sys/sys/socketvar.h
/dragonfly/sys/vfs/nfs/krpc_subr.c
/dragonfly/sys/vfs/nfs/nfs_mountrpc.c
/dragonfly/sys/vfs/nfs/nfs_socket.c
/dragonfly/sys/vfs/nfs/nfs_syscalls.c
/dragonfly/usr.bin/dsynth/Makefile
/dragonfly/usr.bin/dsynth/build.c
/dragonfly/usr.bin/dsynth/config.c
/dragonfly/usr.bin/dsynth/dsynth.c
/dragonfly/usr.bin/dsynth/mount.c
/dragonfly/usr.bin/dsynth/subs.c
/dragonfly/usr.bin/netstat/if.c
/dragonfly/usr.sbin/config/config.8
f999381027-Dec-2023 Sascha Wildner <saw@online.de>

Fix typos: uknown -> unknown

20f2a43a19-Dec-2023 Aaron LI <aly@aaronly.me>

ifconfig.8: More markup tweaks

The main change is replacing 'Sy' with 'Cm', since those symbols are
intended to be given on the command line as arguments.

dc4cbfb814-Dec-2023 Aaron LI <aly@aaronly.me>

ifconfig.8: Alphabetically sort the general parameters

aa7b428d14-Dec-2023 Aaron LI <aly@aaronly.me>

ifconfig.8: Remove the legacy and commented eon(5) and OSI stuffs

The eon(5) seems to be related to RFC 986, "which appears to be a rough
ISO equivalent of the IPv6 6to4 transition mechanism." [0]

ifconfig.8: Remove the legacy and commented eon(5) and OSI stuffs

The eon(5) seems to be related to RFC 986, "which appears to be a rough
ISO equivalent of the IPv6 6to4 transition mechanism." [0]

The "nsellength" thing seems to be related to OSI networking.

These commented contents has been there since 1996 in FreeBSD codebase.
I don't see a point to still keep them, so just remove these legacy
stuffs.

[0] https://gnats.netbsd.org/10500

show more ...

12345678910>>...123