/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
sbin/
..
atactl

Fix that atactl sd0 readattr didn't work for some disks. Change it to check the cksums of the attribute values instead of comparing the revisions. diff from NetBSD through naito.yuichiro at gmail.com. test by kolipe.c at exoticsilicon.com.

3 года назад
badsect

Nuke D_BADSECT and disktab's 'sf'.

4 года назад
bioctl

properly indicate key disk for RAID 1C

год назад
clri

Fix botched format string in previous commit as spotted by robert@

6 лет назад
dhcp6leased

Move the getifaddrs() call below the interface checks that can cause update_iface() to return early to avoid leaking the allocated memory if any of the checks fail.

год назад
dhcpleased

Accept wrong client identifiers echoed back to us.

год назад
disklabel

Increase /usr/src partition to 2GB - 5GB

2 года назад
dmesg

correct history; dmesg appeared (without a manual page) in v7 ok deraadt@

2 года назад
dump

remove unused variables

2 года назад
dumpfs

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under sbin/

2 года назад
fdisk

Fold PRT_uuid_menudflt() and find_gpt_desc() into PRT_uuid_to_desc() to unify translations from UUIDs, remove pointless abstraction and clarify/shrink code.

год назад
fsck

fix two sloppy error paths; ok florian millert deraadt

год назад
fsck_ext2fs

The previous fix was flawed. We should only copy the minimum size of either EXT2_DINODE_SIZE or sizeof(dino).

год назад
fsck_ffs

fix two sloppy error paths; ok florian millert deraadt

год назад
fsck_msdos

Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.

5 лет назад
fsdb

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
fsirand

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under sbin/

2 года назад
growfs

correct indentation; no functional change ok tb@

2 года назад
ifconfig

rewrite automatic interface groups list for brevity and discoverability

год назад
iked

Add NAS-Port-ID for radius request packets this is suggested by RFC 2869.

год назад
init

init(8): fix signal handler boolean type and qualifier

4 года назад
ipsecctl

mop up P-192/Group 25 remnants

год назад
isakmpd

mop up P-192/Group 25 remnants

год назад
kbd

Add error handling if setting the keyboard encoding fails. After open of all /dev/wskbd* devices failed, report the error from the first one. Also wrap long lines. OK mpi@

4 года назад
ldattach

remove duplicate includes

3 года назад
mknod

we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno ok jmc@ schwarze@

4 года назад
mount

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under sbin/

2 года назад
mount_cd9660

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
mount_ext2fs

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
mount_ffs

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
mount_msdos

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
mount_nfs

Replace too flexible inet_aton(3) with getaddrinfo(3).

2 года назад
mount_ntfs

fix swapped user/group introduced in sync-with-mount_tmpfs commit; from Josiah Frentsos

4 года назад
mount_tmpfs

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
mount_udf

For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert

5 лет назад
mount_vnd

SYNOPSIS had no matching Ek, but since it wasn;t needed, remove Bk; while here, combine two Ar lines into one;

6 лет назад
mountd

Clear the resp buffer before calling getfh(). If getfh fails the response would leak stack memory to the less privileged process.

год назад
ncheck_ffs

correct indentation; no functional change ok tb@

2 года назад
newfs

Delete support for FFS filesystems before the in-inode symlink optimization. As observed by ali_farzanrad(at)riseup.net, support for these was broken in the 5.5 release in early 2014 by the time_t changes. No one noticed before now, so clearly this isn't something we need to continue to support; rejecting in ffs_validate() is an improvement.

3 года назад
newfs_ext2fs

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
newfs_msdos

gmtime(3) / locatime(3) can fail when timestamps are way off.

2 года назад
nfsd

Replace chroot(2) and custom rdaemon() with daemon(3) and unveil(2)

год назад
nologin

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
pdisk

Allow sbBlkCount to be less than the number of physical sectors on the disk.

7 лет назад
pfctl

-z honours -a (reset rule stats per anchor); OK sashan henning deraadt

год назад
pflogd

fix synopsis, pcap-filter(5) expressions can be spread across argv

год назад
ping

correct indentation; no functional change ok tb@

2 года назад
quotacheck

dedup error string; OK tb deraadt

год назад
reboot

correct history; a reboot command did not appear until 4BSD

2 года назад
resolvd

some nameserver proposal bits:

3 года назад
restore

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under sbin/

2 года назад
route

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under sbin/

2 года назад
savecore

Use devname(3) instead of searching /dev manually

год назад
scan_ffs

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under sbin/

2 года назад
scsi

change '386BSD 0.1.2.4/FreeBSD' to .Fx

2 года назад
shutdown

gmtime(3) / locatime(3) can fail when timestamps are way off.

2 года назад
slaacd

Be explicit about rdns_count.

год назад
swapctl

point mount -> mount point; from netbsd -r1.46/pgoyette

2 года назад
swapon

start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@

27 лет назад
sysctl

Remove specific divert6 netstat counters, use divert instead.

год назад
ttyflags

userspace: remove vestigial '?' cases from top-level getopt(3) loops

4 года назад
tunefs

missing dots after ".%P pp"; the case of btree(3) was reported by Fabio Scotoni <fabio at esse dot ch>; also garbage collect one .Tn while here

7 лет назад
umount

More Version 1 AT&T UNIX history. This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.

7 лет назад
unwind

Make sure the config from the parent contains proper strings.

год назад
vnconfig

usage should fit in a 80-column display.

2 года назад
wsconsctl

Make scaling available for normal mice, too; not just for touchpads. Add reverse_scrolling to the manpage.

2 года назад
Makefile

delete dhclient(8). ipv4 dhcp leases have been acquired by the always-running-in-background dhcpleased(8) for a while, which is activated per-interface with "ifconfig $if autoconf', or "ifconfig $if inet autoconf", or with "inet autoconf" in /etc/hostname.$if dhclient(8) has done execve(3) of ifconfig(8) to handle this for a while, so everyone has moved to the dhcpleased(8) method ok florian

2 года назад
Makefile.inc

using COPTS is probably better than CFLAGS

12 лет назад