Module Name:src
Committed By: christos
Date: Sun Aug 15 11:00:43 UTC 2021
Modified Files:
src/usr.sbin/catman: catman.8
Log Message:
Restore BSD BUGS section
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/catman/catman.8
Please note that diff
Module Name:src
Committed By: christos
Date: Sat Aug 14 17:08:21 UTC 2021
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
One more ldap change
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/racoon/Makefile
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Thu Aug 12 09:33:59 UTC 2021
Modified Files:
src/usr.sbin/sysinst: defs.h disks.c upgrade.c
Log Message:
PR 56354: all actions to set up swap space are not guaranteed to gain
us enough virtual memory anyway, so drop return codes f
Module Name:src
Committed By: nia
Date: Sun Aug 8 20:56:54 UTC 2021
Modified Files:
src/usr.sbin/perfused: perfused.c
Log Message:
perfused: use SOL_LOCAL
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/perfused/perfused.c
Please note that di
Module Name:src
Committed By: andvar
Date: Tue Aug 3 20:59:20 UTC 2021
Modified Files:
src/usr.sbin/rpc.pcnfsd: common.h
Log Message:
s/pasword/password/
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/rpc.pcnfsd/common.h
Please note that diffs
Module Name:src
Committed By: martin
Date: Tue Aug 3 13:40:33 UTC 2021
Modified Files:
src/usr.sbin/sysinst: util.c
Log Message:
Cleanup alarm(3) handling in the timezone selection menu for error
cases, pointed out by RVP.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: martin
Date: Tue Aug 3 13:34:04 UTC 2021
Modified Files:
src/usr.sbin/sysinst: run.c
Log Message:
When reading output from a program we don't know how much it will
be - so scale the buffer (within reasonable limits).
Problem pointed out by RV
Module Name:src
Committed By: andvar
Date: Sun Aug 1 18:02:22 UTC 2021
Modified Files:
src/usr.sbin/diskpart: diskpart.c
Log Message:
fix typo in definition: s/threshhold/threshold/
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/diskpart/disk
Module Name:src
Committed By: ozaki-r
Date: Wed Jul 21 06:48:28 UTC 2021
Modified Files:
src/usr.sbin/altq/altqstat: qdisc_cbq.c
Log Message:
altqstat, cbq: follow uint64_t changes
PR kern/56319
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/
Module Name:src
Committed By: ozaki-r
Date: Wed Jul 21 06:45:10 UTC 2021
Modified Files:
src/usr.sbin/altq/altqstat: qdisc_cbq.c
Log Message:
altqstat: follow changes of types of variables
PR kern/56319
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/us
Module Name:src
Committed By: ozaki-r
Date: Wed Jul 21 06:42:07 UTC 2021
Modified Files:
src/usr.sbin/altq/altqstat: qdisc_cbq.c
Log Message:
altqstat: show raw values of avgidle, maxidle and minidle
The values are sometimes small and cooked values of them can be less
inf
Module Name:src
Committed By: ozaki-r
Date: Wed Jul 21 06:38:57 UTC 2021
Modified Files:
src/usr.sbin/altq/altqstat: qdisc_cbq.c
Log Message:
altqstat: adopt ps_per_byte
PR kern/56319
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/altq/altqstat
Module Name:src
Committed By: ozaki-r
Date: Wed Jul 21 06:36:33 UTC 2021
Modified Files:
src/usr.sbin/altq/libaltq: qop_cbq.c qop_cbq.h
Log Message:
libaltq, cbq: convert ns_per_byte to ps_per_byte
PR kern/56319
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1
Module Name:src
Committed By: martin
Date: Tue Jul 20 16:41:27 UTC 2021
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c
Log Message:
PR 56303: do not borrow from the default swap allocation if we are in
tiny ram conditions and will need to enable swap early.
To gene
Module Name:src
Committed By: martin
Date: Tue Jul 20 16:40:12 UTC 2021
Modified Files:
src/usr.sbin/sysinst: util.c
Log Message:
RAM size will not change during installation, do the sysctl() dance
only once.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58
Module Name:src
Committed By: martin
Date: Sat Jul 17 19:27:23 UTC 2021
Modified Files:
src/usr.sbin/sysinst: gpt.c
Log Message:
Use strlcpy() to copy the wedge device name (the code still assumes
the string is short enough and 0 terminated, but now gcc is happy).
To gen
Module Name:src
Committed By: martin
Date: Sat Jul 17 18:07:23 UTC 2021
Modified Files:
src/usr.sbin/sysinst: gpt.c
Log Message:
PR 56310: if we fail to create a wedge this either means there is
a bug here (and we requested something nonsensial), or there are pre-
existing
Module Name:src
Committed By: martin
Date: Sat Jul 17 11:32:50 UTC 2021
Modified Files:
src/usr.sbin/sysinst: gpt.c partman.c
Log Message:
PR 56310: avoid assert() failures (or crashes) when the runtime addition
of a wedge fails (for whatever reasons).
To generate a diff
Module Name:src
Committed By: martin
Date: Wed Jul 14 18:56:05 UTC 2021
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
When converting partitions from one scheme to another, never fail
without providing (if requested) a proper error message.
To generate a dif
Module Name:src
Committed By: christos
Date: Wed Jul 14 09:15:01 UTC 2021
Modified Files:
src/usr.sbin/npf/npfctl: npfctl.c
Log Message:
PR/56307: Konrad Schroder: npfctl's error messages don't report the failing
filename.
Add the filename (but in quotes for consistency wi
Module Name:src
Committed By: ozaki-r
Date: Wed Jul 14 08:33:05 UTC 2021
Modified Files:
src/usr.sbin/altq/libaltq: parser.c
Log Message:
libaltq: allow longer config lines
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/altq/libaltq/parser.c
Module Name:src
Committed By: ozaki-r
Date: Wed Jul 14 08:32:13 UTC 2021
Modified Files:
src/usr.sbin/altq/altqd: altq.conf.5
src/usr.sbin/altq/libaltq: qop_cbq.c qop_cbq.h
Log Message:
libaltq, cbq: add two options to interface
- no-control: don't create a contro
Module Name:src
Committed By: martin
Date: Tue Jul 13 09:13:00 UTC 2021
Modified Files:
src/usr.sbin/sysinst: Makefile.inc defs.h
Log Message:
PR install/56303: when using xz files enable swap during set extraction
if the machine does not have more than 256MB of RAM.
To
Module Name:src
Committed By: kre
Date: Mon Jul 12 19:03:20 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg_xlat.sh
Log Message:
Revert 1.4, that just trades one problem for a different one
(splitting the message on % instead of white space, which affects
less messages,
Module Name:src
Committed By: msaitoh
Date: Mon Jul 12 12:56:52 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
Add 0x96(Elkhart Lake) and 0x9c(Jasper Lake).
Not listed in SDM but listed in those spec update documents.
To generate a diff of this c
Module Name:src
Committed By: cjep
Date: Sun Jul 11 10:51:46 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg_xlat.sh
Log Message:
We need IFS to be set to % for the rest of the script so be explicit
about it. Fixes message truncation for non-English in sysinst.
To gen
Module Name:src
Committed By: msaitoh
Date: Sat Jul 10 17:18:05 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
0x6a and 0x6c are 3rd gen Xeon Scalable (Ice Lake).
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/usr.sbin/cpuctl/
Module Name:src
Committed By: cjep
Date: Tue Jun 29 08:02:50 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg_xlat.sh
Log Message:
1. Rework the IFS handling when checking consistency of formatting in
sysinst messages. Closes PR toolchain/56181.
2. Whilst here, change so
Module Name:src
Committed By: christos
Date: Mon Jun 21 03:09:52 UTC 2021
Modified Files:
src/usr.sbin/hdaudioctl: graph.c hdaudioctl.c
Log Message:
fix proplib deprecation
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/hdaudioctl/graph.c \
Module Name:src
Committed By: mlelstv
Date: Mon Jun 7 05:29:22 UTC 2021
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
Don't overwrite changed autofs config files.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/postinst
Module Name:src
Committed By: hannken
Date: Sat Jun 5 08:26:34 UTC 2021
Modified Files:
src/usr.sbin/mountd: mountd.c
Log Message:
Fix typo, its the element not the array ...
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/usr.sbin/mountd/mountd.c
P
Module Name:src
Committed By: hannken
Date: Fri Jun 4 10:46:57 UTC 2021
Modified Files:
src/usr.sbin/mountd: mountd.c
Log Message:
Change get_exportlist() to collect all exports and emit all
exports for a single mount in one call to nfssvc(2).
Should finally fix PR kern/
Module Name:src
Committed By: hannken
Date: Fri Jun 4 10:46:01 UTC 2021
Modified Files:
src/usr.sbin/mountd: mountd.c
Log Message:
Restructure do_nfssvc() and simplify the left cases GT_HOST and GT_NET.
Add a helper add_export_arg() that emits a single export_args item a
Module Name:src
Committed By: joerg
Date: Sun May 30 02:28:35 UTC 2021
Modified Files:
src/usr.sbin/bootp/common: Makefile
Log Message:
address-of-packed-member warning is no longer a problem here.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin
Module Name:src
Committed By: riastradh
Date: Mon May 17 18:43:18 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: aarch64.c
Log Message:
Teach cpuctl(8) about some additional aarch64 feature bits.
(Descriptions for CSV3 and CSV2 are not very good, but the blurbs in
the
Module Name:src
Committed By: martin
Date: Sun May 9 11:06:20 UTC 2021
Modified Files:
src/usr.sbin/sysinst: label.c
Log Message:
Do not allow editing of start/size/fs-type for partitions that
are already carved in stone (e.g. defined in an outer MBR while we are
editing
Module Name:src
Committed By: martin
Date: Sun May 9 10:39:01 UTC 2021
Modified Files:
src/usr.sbin/sysinst/arch/evbarm: md.c
Log Message:
Keep MSDOS partition size and subtype consistent - some u-boot are picky.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r
Module Name:src
Committed By: martin
Date: Sun May 9 10:37:49 UTC 2021
Modified Files:
src/usr.sbin/sysinst: mbr.c
Log Message:
For FS_MSDOS report the MBR type as fs_sub_type.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/sysinst/mbr.c
Ple
Module Name:src
Committed By: lukem
Date: Sun Apr 25 06:21:37 UTC 2021
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: re-align list output
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/postinstall/postinsta
Module Name:src
Committed By: lukem
Date: Sun Apr 25 01:44:55 UTC 2021
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: sort the items. keep obsolete* last
Consistency and quality of life improvements to postinstall:
Order all of the ite
Module Name:src
Committed By: lukem
Date: Sun Apr 25 01:15:40 UTC 2021
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: comment and usage style
Use NOTE: for comments to be aware of.
Remove double space before "fix|check" in some items.
Module Name:src
Committed By: lukem
Date: Sun Apr 25 00:36:47 UTC 2021
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: ensure SRC_DIR and DEST_DIR are quoted
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/pos
Module Name:src
Committed By: lukem
Date: Sun Apr 25 00:29:52 UTC 2021
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: use correct DEST_DIR in obsolete_stand
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/pos
Module Name:src
Committed By: nia
Date: Sat Apr 24 09:18:44 UTC 2021
Modified Files:
src/usr.sbin/wsfontload: wsfontload.8
Log Message:
wsfontload.8: clean up examples
add an example of loading a larger font since a lot of people ask.
To generate a diff of this commit:
Module Name:src
Committed By: nia
Date: Sat Apr 24 09:03:05 UTC 2021
Modified Files:
src/usr.sbin/wsfontload: wsfontload.8
Log Message:
wsfontload: clarify more
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/wsfontload/wsfontload.8
Please not
Module Name:src
Committed By: nia
Date: Sat Apr 24 08:59:09 UTC 2021
Modified Files:
src/usr.sbin/wsfontload: wsfontload.8
Log Message:
wsfontload: clarify documentation of -l
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/wsfontload/wsfontloa
Module Name:src
Committed By: wiz
Date: Sat Apr 24 07:52:08 UTC 2021
Modified Files:
src/usr.sbin/wsfontload: wsfontload.8 wsfontload.c
Log Message:
wsfontload: make -l mode a separate line in the usage
Document it in the manpage.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: macallan
Date: Sat Apr 24 00:49:26 UTC 2021
Modified Files:
src/usr.sbin/wsfontload: wsfontload.c
Log Message:
add -l option to dump a list of available fonts
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/wsfontl
Module Name:src
Committed By: mrg
Date: Tue Apr 13 07:53:19 UTC 2021
Modified Files:
src/usr.sbin/sysinst: Makefile.inc
Log Message:
some platforms trip -fcommon here too. we should fix this.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/sys
Module Name:src
Committed By: mrg
Date: Tue Apr 13 05:58:45 UTC 2021
Modified Files:
src/usr.sbin/rpcbind: rpcb_svc_com.c
Log Message:
avoid potential uninitialised variable use.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/rpcbind/rpcb_svc_
Module Name:src
Committed By: nia
Date: Mon Apr 12 12:22:10 UTC 2021
Modified Files:
src/usr.sbin/hdaudioctl: hdaudioctl.8
Log Message:
hdaudioctl.8: add missing arguments
pointed out by RVP
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/hdaudi
Module Name:src
Committed By: mrg
Date: Mon Apr 12 09:30:32 UTC 2021
Modified Files:
src/usr.sbin/moused: moused.c
Log Message:
avoid attempting to print NULL.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/moused/moused.c
Please note that di
Module Name:src
Committed By: mrg
Date: Mon Apr 12 09:29:53 UTC 2021
Modified Files:
src/usr.sbin/ac: ac.c
Log Message:
use strlcpy() to ensure desired nul termination.
trailing nul bytes are not needed here.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26
Module Name:src
Committed By: mrg
Date: Mon Apr 12 05:11:10 UTC 2021
Modified Files:
src/usr.sbin/pstat: pstat.c
Log Message:
fix a buffer size (off by one), and fix all the comments for the
3 other correctly sized buffers with the same comment/context.
To generate a dif
Module Name:src
Committed By: simonb
Date: Sat Apr 3 14:10:56 UTC 2021
Modified Files:
src/usr.sbin/makefs: makefs.8 makefs.c makefs.h walk.c
Log Message:
Add a -L option to follow all symbolic links. Useful if you have symlinks
in a makefs directory tree but want to ref
Module Name:src
Committed By: simonb
Date: Sat Apr 3 13:37:18 UTC 2021
Modified Files:
src/usr.sbin/mtree: compare.c
Log Message:
Deal with the case when a device gets recreated (eg when mtree is called by
MAKEDEV) and the stat buffer contains information about the origin
Module Name:src
Committed By: christos
Date: Tue Mar 23 18:16:53 UTC 2021
Modified Files:
src/usr.sbin/rtadvd: advcap.c config.c dump.c if.c timer.c
Log Message:
print function names as %s: not <%s> everywhere for consistency.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Tue Mar 23 18:16:21 UTC 2021
Modified Files:
src/usr.sbin/rtadvd: if.c if.h
Log Message:
interface indexes are unsigned
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/rtadvd/if.c
cvs rdiff -u -r1.12
Module Name:src
Committed By: christos
Date: Tue Mar 23 18:13:07 UTC 2021
Modified Files:
src/usr.sbin/rtadvd: rtadvd.c
Log Message:
call tzset() before chroot so we initialize our timezone data
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/usr.sbin/r
Module Name:src
Committed By: christos
Date: Tue Mar 23 18:06:19 UTC 2021
Modified Files:
src/usr.sbin/rtadvd: rtadvd.c
Log Message:
fix misplaced paren, add missing va_end()
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/usr.sbin/rtadvd/rtadvd.c
Plea
Module Name:src
Committed By: christos
Date: Mon Mar 22 18:41:11 UTC 2021
Modified Files:
src/usr.sbin/rtadvd: config.c config.h if.c if.h rtadvd.c rtadvd.h
Log Message:
- remove extra \n from stderr logging
- add string message types
- sprinkle const
To generate a diff
Module Name:src
Committed By: christos
Date: Mon Mar 22 03:28:55 UTC 2021
Modified Files:
src/usr.sbin/services_mkdb: uniq.c
Log Message:
Avoid memory leak on empty lines (https://reviews.freebsd.org/D29370)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src
Module Name:src
Committed By: cheusov
Date: Thu Mar 18 20:02:19 UTC 2021
Modified Files:
src/usr.sbin/mtree: compare.c crc.c extern.h verify.c
Log Message:
mtree: use POSIX type uint32_t instead of u_int32_t
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 s
Module Name:src
Committed By: nat
Date: Sun Mar 7 13:09:43 UTC 2021
Modified Files:
src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.8 bta2dpd.c
Log Message:
Intoduce "-n" switch.
Running btat2dpd with "-n" especially for use with pad(4) will stop bta2dpd
from exiting upon a read e
Module Name:src
Committed By: christos
Date: Sun Mar 7 00:23:06 UTC 2021
Modified Files:
src/usr.sbin/rpcbind: Makefile pmap_svc.c rpcb_svc_com.c rpcbind.c
security.c
Log Message:
- Enable WARMSTART
- Pass fd to libwrap
- Add blocklist
>From Greg A. Woods
- T
Module Name:src
Committed By: rin
Date: Thu Feb 25 03:44:28 UTC 2021
Modified Files:
src/usr.sbin/installboot: installboot.8
Log Message:
Adjust manpage for amiga/boot ver 3.1.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/usr.sbin/insta
Module Name:src
Committed By: joerg
Date: Tue Feb 23 15:05:09 UTC 2021
Modified Files:
src/usr.sbin/ldpd: Makefile
Log Message:
Make use of packed member addreses non-fatal for clang, too
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/ldpd/Makef
Module Name:src
Committed By: jmcneill
Date: Mon Feb 22 11:38:13 UTC 2021
Modified Files:
src/usr.sbin/intrctl: intrctl.8
Log Message:
Adjust description of compact list view output.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/intrctl/intrctl
Module Name:src
Committed By: jmcneill
Date: Mon Feb 22 11:33:34 UTC 2021
Modified Files:
src/usr.sbin/intrctl: intrctl.c
Log Message:
In compact view, show the CPUs as a range (0-n) instead of a list
(0, 1, 2, ...) when the interrupt is assigned to all CPUs in the system.
Module Name:src
Committed By: wiz
Date: Tue Feb 16 10:01:55 UTC 2021
Modified Files:
src/usr.sbin/mountd: mountd.8
Log Message:
Reword slightly.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/mountd/mountd.8
Please note that diffs are not pub
Module Name:src
Committed By: hannken
Date: Tue Feb 16 10:00:27 UTC 2021
Modified Files:
src/usr.sbin/mountd: mountd.8 mountd.c
Log Message:
Add support for multiple exports files. This will be useful for example for
ZFS, where we have an automatically generated /etc/zfs/e
Module Name:src
Committed By: hannken
Date: Tue Feb 16 09:58:35 UTC 2021
Modified Files:
src/usr.sbin/mountd: mountd.c
Log Message:
Split get_exportlist() into get_exportlist() and get_exportlist_one()
in preparation to support multiple input files.
No functional change i
Module Name:src
Committed By: martin
Date: Sat Feb 13 15:31:36 UTC 2021
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c
Log Message:
PR 55991: when extending the marked partition (typically: the NetBSD root
partition) round the new size up to current alignment.
This
Module Name:src
Committed By: rin
Date: Sat Feb 6 12:18:45 UTC 2021
Modified Files:
src/usr.sbin/installboot: installboot.8
Log Message:
Mention fdisk(8) and x86/mbr(8) in example for x86, for careless
people like me ;).
Bump date.
To generate a diff of this commit:
cv
Module Name:src
Committed By: roy
Date: Wed Feb 3 06:50:08 UTC 2021
Modified Files:
src/usr.sbin/rtadvd: Makefile
Log Message:
rtadvd: no longer need packed member warning
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/rtadvd/Makefile
Please
Module Name:src
Committed By: roy
Date: Wed Feb 3 06:49:18 UTC 2021
Modified Files:
src/usr.sbin/traceroute: Makefile
Log Message:
traceroute: no longer need gcc packed member warning
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/traceroute/
Module Name:src
Committed By: roy
Date: Wed Feb 3 06:46:27 UTC 2021
Modified Files:
src/usr.sbin/ldpd: Makefile
Log Message:
ldpd: Discard warning about accessing packed member
I don't see a good way of fixing this right now.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: roy
Date: Wed Feb 3 06:42:50 UTC 2021
Modified Files:
src/usr.sbin/traceroute6: Makefile traceroute6.c
Log Message:
traceroute6: Remove __packed
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/traceroute6/Makefile
Module Name:src
Committed By: joerg
Date: Tue Feb 2 21:31:11 UTC 2021
Modified Files:
src/usr.sbin/fstyp: Makefile
Log Message:
Ignore address of packed-member for clang too
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/fstyp/Makefile
Pleas
Module Name:src
Committed By: rillig
Date: Sun Jan 31 22:45:47 UTC 2021
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c checkrc.c configmenu.c defs.h
disklabel.c disks.c geom.c gpt.c label.c main.c mbr.c net.c
part_edit.c partitions.h partman.c
Module Name:src
Committed By: rillig
Date: Sun Jan 31 22:19:24 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg.mi.de
Log Message:
sysinst: fix some more typos in the German translation
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/sysinst/
Module Name:src
Committed By: rillig
Date: Sun Jan 31 21:28:16 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg.mi.de
Log Message:
sysinst: restore the few intentional line breaks in German
Marking a forced line break with a trailing space is a terrible idea.
Most of th
Module Name:src
Committed By: rillig
Date: Sun Jan 31 21:00:43 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg.mi.de
Log Message:
sysinst: proofread German translation
It was a mixture of all possible styles, with several typos and
inconsistencies.
To generate a diff
Module Name:src
Committed By: rillig
Date: Sun Jan 31 20:51:04 UTC 2021
Modified Files:
src/usr.sbin/sysinst: factor.c
Log Message:
sysinst: warp factor.c to the 21st century
That file contained some conditionally defined code that still used
old-style function definition
Module Name:src
Committed By: rillig
Date: Sun Jan 31 18:31:59 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg.mi.de
Log Message:
sysinst: fix German translation, remove more trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.sbi
Module Name:src
Committed By: rillig
Date: Sun Jan 31 18:22:12 UTC 2021
Modified Files:
src/usr.sbin/sysinst: msg.mi.de
Log Message:
sysinst: remove trailing whitespace in German translation
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/sysin
Module Name:src
Committed By: jmcneill
Date: Sat Jan 30 11:46:25 UTC 2021
Modified Files:
src/usr.sbin/tprof: tprof_analyze.c
Log Message:
Print the path that we failed to open on error
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/tprof/tprof_
Module Name:src
Committed By: tsutsui
Date: Sat Jan 30 11:34:28 UTC 2021
Modified Files:
src/usr.sbin/isibootd: isibootd.c
Log Message:
Fix "Cannot allocate memory" failure on amd64.
BIOCGBLEN ioctl of bpf(4) requires u_int, not size_t.
The problem is reported by Kenji Ao
Module Name:src
Committed By: tkusumi
Date: Sun Jan 24 14:37:32 UTC 2021
Modified Files:
src/usr.sbin/fstyp: exfat.c
Log Message:
fstyp: Fix exfat detection
taken-from FreeBSD ddf61156132b610915325769cbb93ea11be0d433
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: skrll
Date: Wed Jan 20 15:27:51 UTC 2021
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
Consistently use ACPI_SIG_SSDT
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.sbin/acpitools/acpidump/acpi.c
Module Name:src
Committed By: jmcneill
Date: Sat Jan 16 15:35:28 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: arm.c
Log Message:
trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/cpuctl/arch/arm.c
Please note that diffs a
Module Name:src
Committed By: jmcneill
Date: Sat Jan 16 15:34:37 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: aarch64.c
Log Message:
ID_AA64PFR0_EL1.GIC=0 means that the CPU interface system registers are
not implemented. This does not necessarily mean that there is
Module Name:src
Committed By: martin
Date: Sun Jan 10 13:44:57 UTC 2021
Modified Files:
src/usr.sbin/fstyp: hammer2.c
Log Message:
Explicitly cast offset calculation, size_t may be smaller than off_t.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sb
Module Name:src
Committed By: tkusumi
Date: Sun Jan 10 12:38:41 UTC 2021
Modified Files:
src/usr.sbin/fstyp: fstyp.h hammer.c hammer2.c hammer2_disk.h
Log Message:
fstyp: Sync HAMMER1/2 with DragonFly BSD
taken-from: DragonFly BSD
To generate a diff of this commit:
cvs
Module Name:src
Committed By: wiz
Date: Sat Jan 9 23:54:26 UTC 2021
Modified Files:
src/usr.sbin/vnconfig: vnconfig.8
Log Message:
Add magic incantation to configure an image for mount_udf(8).
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/vn
Module Name:src
Committed By: ryo
Date: Mon Jan 4 05:35:15 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: aarch64.c
Log Message:
sync cpuids[] of sys/arch/aarch64/aarch64/cpu.c r1.43
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/cpuctl/a
Module Name:src
Committed By: taca
Date: Thu Dec 17 05:33:06 UTC 2020
Modified Files:
src/usr.sbin/npf: npf-params.7
Log Message:
Change second gc.interval_min to gc.interval_max.
Obviously, second gc.interval_min should be gc.interval_max.
Should be pulled up to netbnsd
Module Name:src
Committed By: jmcneill
Date: Mon Dec 14 10:18:28 UTC 2020
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
MAsk -> Mask, spotted by rillig@
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/acpitools/acpidump/a
Module Name:src
Committed By: jmcneill
Date: Sat Dec 12 16:08:39 UTC 2020
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
Add support for decoding Platform Communications Channel Tables ("PCCT").
To generate a diff of this commit:
cvs rdiff -u -r1.47
Module Name:src
Committed By: jmcneill
Date: Sun Dec 6 18:38:58 UTC 2020
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
acpidump: Do not print FACS if HW_REDUCED flag is set.
According to ACPI 6.3 spec, FACS is optional when HW_REDUCED is set. ACPIC
1 - 100 of 2705 matches
Mail list logo