CVS: cvs.openbsd.org: src

2020-05-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/17 05:12:55 Modified files: sys/arch/arm/arm: mem.c sys/arch/sparc64/sparc64: mem.c Log message: Fix WITNESS build sparc64 (and arm mem.c) are the only architectures/places where RWLOCK_INI

CVS: cvs.openbsd.org: src

2020-05-18 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/18 12:19:11 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document EXTRACT_FILES OK sthen espie

CVS: cvs.openbsd.org: src

2020-05-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/21 05:54:42 Modified files: etc: netstart distrib/miniroot: install.sub Log message: Do not treat backslashe as an escape character in hostname.if(5) lines ifstart() should alwa

CVS: cvs.openbsd.org: src

2020-05-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/21 07:42:02 Modified files: etc: netstart distrib/miniroot: install.sub Log message: Fix stripcom() description wrt. comments not on their own line Neither netstart's nor instal

CVS: cvs.openbsd.org: src

2020-05-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/22 07:38:44 Modified files: distrib/miniroot: install.sub etc: netstart Log message: Revert the following commit as it breaks hostname.if(5) lines with a backslash at the end for

CVS: cvs.openbsd.org: src

2020-05-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/22 15:40:16 Modified files: usr.sbin/ldomctl: config.c Log message: Make "init-system -n" check vcpu and memory constraints kmos noted that "-n" wouldn't bark at overallocation, only running without

CVS: cvs.openbsd.org: src

2020-05-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/22 15:54:20 Modified files: usr.sbin/ldomctl: config.c Log message: Revert previous Total vcpu and memory are read from the PRI so constraint checks must not be done before that, noted by kettenis.

CVS: cvs.openbsd.org: src

2020-05-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/23 07:06:33 Modified files: usr.sbin/ldomctl: parse.y Log message: Fail on duplicate vcpu, memory or iodevice parameters Domains get to define their cores and memory only once unlike vnet, vdisk and

CVS: cvs.openbsd.org: src

2020-05-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/23 07:19:13 Modified files: usr.sbin/ldomctl: parse.y Log message: Typofix

CVS: cvs.openbsd.org: src

2020-05-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/24 16:00:45 Modified files: usr.sbin/ldomctl: config.c Log message: msg

CVS: cvs.openbsd.org: src

2020-05-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/05/24 16:08:54 Modified files: usr.sbin/ldomctl: config.c Log message: Make "init-system -n" check vcpu and memory constraints Second attempt after config.c revision 1.37, this time merely delay the "-

CVS: cvs.openbsd.org: src

2020-06-07 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/07 10:51:43 Modified files: sys/dev: biovar.h Log message: Add include guard Input on naming schema, OK deraadt

CVS: cvs.openbsd.org: src

2020-06-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/08 13:17:13 Modified files: sys/dev: softraid.c usr.sbin/installboot: i386_softraid.c installboot.h softraid.c sparc64_softraid.c Log message: Provide

CVS: cvs.openbsd.org: src

2020-06-10 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/10 11:44:45 Modified files: usr.sbin/ikectl: ikectl.c Log message: Cast imsg->data to char pointer to silence GCC warning warning: format '%s' expects type 'char *', but argument 2 has type 'void *'

CVS: cvs.openbsd.org: src

2020-06-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/13 06:25:09 Modified files: sys/arch/sparc64/stand/ofwboot: elf64_exec.c vers.c Log message: Load CTF section to enable DDB's "show struct" Other platforms use libsa's ELFNAME(), e.g., elf64_exec()

CVS: cvs.openbsd.org: src

2020-06-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/22 07:14:47 Modified files: usr.sbin/btrace: bt_parse.y Log message: Fix "the symbol HZ is undefined" yacc warning OK mpi

CVS: cvs.openbsd.org: src

2020-06-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/22 07:17:00 Modified files: usr.bin/systat : systat.1 Log message: Remove ^Z mention Suspending systat with ^Z is done by the shell iff job control is enabled, not systat itself. Try "set +m" to di

CVS: cvs.openbsd.org: src

2020-06-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/22 07:17:54 Modified files: usr.bin/systat : systat.1 Log message: Document "s" command OK jmc

CVS: cvs.openbsd.org: src

2020-06-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/23 13:12:47 Modified files: usr.bin/top: machine.c Log message: Remove redundant NULL check For the sake of simplicity and to reflect that the process list is always sorted (default is "cpu"), e

CVS: cvs.openbsd.org: src

2020-06-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/23 15:39:19 Modified files: usr.bin/top: top.1 Log message: Fix COMMAND description There is no code anymore that puts angle brackets around swapped out processes, machine.c r1.54 removed this i

CVS: cvs.openbsd.org: src

2020-06-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/24 17:56:01 Modified files: usr.bin/top: machine.c Log message: Remove obsolete comment about "extra nulls" Those were removed in r1.39 in 2004.

CVS: cvs.openbsd.org: src

2020-06-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/25 06:20:17 Modified files: lib/libkvm : kvm.3 Log message: Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completeness

CVS: cvs.openbsd.org: src

2020-06-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/25 14:38:41 Modified files: usr.bin/top: machine.c machine.h top.c Log message: Remove unused "remaining" member in struct handle Only ever set or decremented since import with machine.c r1.1 (1

CVS: cvs.openbsd.org: src

2020-06-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/26 14:55:55 Modified files: usr.bin/top: machine.c Log message: Remove duplicate initialisation Those are global variables are (zero) initialised as such already and machine_init() is called onl

CVS: cvs.openbsd.org: src

2020-06-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/26 19:09:58 Modified files: usr.bin/top: display.c Log message: Add missing scroll keys to help page, name default signale for kill command The order of commands is not in sync between help page

CVS: cvs.openbsd.org: www

2020-06-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:www Changes by: [email protected]/06/28 06:28:18 Modified files: . : sparc64.html Log message: Mention crashes on T4-2 machines with older hardware Koakuma on bugs@ reports that the following firmware versions misbehave:

CVS: cvs.openbsd.org: src

2020-06-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/29 11:58:58 Modified files: usr.sbin/ldomctl: parse.y Log message: Reject vdisk, vnet and iodevice parameters for primary domain In analogy to guest domains requiring vcpu, memory and at least one b

CVS: cvs.openbsd.org: src

2020-06-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/29 12:25:26 Modified files: usr.sbin/ldomctl: config.c Log message: Fix "init-system" with multiple PCIe root complexes Contrary to other (single CPU) machines, the Oracle SPARC T4-2 machines come w

CVS: cvs.openbsd.org: src

2020-06-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/06/30 03:31:38 Modified files: sys/net: if.c Log message: Add size to free(9) call Size taken from if_creategroup(); OK mvs

CVS: cvs.openbsd.org: src

2020-07-04 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/04 05:23:35 Modified files: usr.bin/ftp: fetch.c Log message: Avoid malloc(3) calls in signal handler Fetch aborts through SIGINT (^C) print a message with fputs(3), but this calls malloc() on i

CVS: cvs.openbsd.org: src

2020-07-06 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/06 10:28:00 Modified files: usr.bin/top: machine.c Log message: Use mnemonic KERN_PROC_ALL not literal zero No object change.

CVS: cvs.openbsd.org: src

2020-07-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/12 12:54:23 Modified files: sys/net: if_wg.c Log message: Fix build without pf

CVS: cvs.openbsd.org: src

2020-07-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/12 18:05:39 Modified files: sys/dev: softraid.c Log message: Fix malloc(9) size Spotted while reading the code, we overallocate quite a bit: (gdb) p sizeof(struct sr_meta_crypto) - sizeof(s

CVS: cvs.openbsd.org: src

2020-07-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/12 18:06:22 Modified files: sys/dev: softraid_crypto.c Log message: Add size to free() call OK mvs

CVS: cvs.openbsd.org: src

2020-07-15 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/15 05:56:30 Modified files: sys/net: pfkeyv2.c Log message: Add sizes to free(9) calls All of these buffers are cleared with explicit sizes before free(), so reuse the given sizes. tested a

CVS: cvs.openbsd.org: src

2020-07-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/17 09:21:36 Modified files: sys/netinet6 : ip6_output.c Log message: Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEX r1.146 "Enable IPv6 routing domain support" adapted the

CVS: cvs.openbsd.org: www

2020-07-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:www Changes by: [email protected]/07/17 10:33:09 Modified files: faq/pf : carp.html Log message: pfsync0 does NOT exist by default OK tj

CVS: cvs.openbsd.org: src

2020-07-18 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/18 09:07:52 Modified files: sys/net: pfkeyv2.c Log message: Add size to free(9) calls pfkeyv2_get() and pfkeyv2_dump_policy() allocate buffers and can pass back their sizes, those sizes are

CVS: cvs.openbsd.org: src

2020-07-18 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/18 09:10:03 Modified files: sys/net: pfkeyv2_convert.c Log message: Add size to free(9) calls import_identities() calls import_identity() which allocates a buffer and potentially frees it it

CVS: cvs.openbsd.org: src

2020-07-18 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/18 11:40:38 Modified files: sys/net: pfkeyv2.c pfkeyv2.h Log message: Add size to free(9) calls pfkeyv2_send() allocates multiple buffers using the same variable `i' to calculate their sizes

CVS: cvs.openbsd.org: src

2020-07-19 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/19 20:24:24 Modified files: usr.sbin/tcpdump: print-wg.c Log message: Remove unused variable "caplen" No object change.

CVS: cvs.openbsd.org: src

2020-07-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/20 08:21:51 Modified files: sbin/pfctl : pfctl.8 Log message: Mention hostid and checksum Complete the description of "-s info -v" such that grepping for them in the manual pager yields somethin

CVS: cvs.openbsd.org: src

2020-07-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/20 19:09:03 Modified files: usr.sbin/tcpdump: print-null.c Log message: Avoid integer underflow due to tiny snaplen For DLT_NULL and DLT_LOOP interfaces, print-null.c passes `caplen - NULL_HDRLEN' a

CVS: cvs.openbsd.org: src

2020-07-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/21 06:33:02 Modified files: sbin/iked : iked.conf.5 Log message: Provide GRE over transport mode example First transport mode for child SAs was implemented, then a few interoperability issues h

CVS: cvs.openbsd.org: src

2020-07-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/21 20:43:06 Modified files: sys/net: if_tpmr.c share/man/man4 : tpmr.4 Log message: Change tpmr(4) from ifconfig [-]trunkport to add|del synopsis Unlike aggr(4) and trunk(4) for lin

CVS: cvs.openbsd.org: src

2020-07-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/23 18:43:09 Modified files: sys/net: if_tpmr.c Log message: Remove trunkproto bits ifconfig(8) prints "trunk: trunkproto none" for tpmr(4) which is useless as there is no configurable protoc

CVS: cvs.openbsd.org: src

2020-07-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/23 18:45:40 Modified files: sys/net: if_tpmr.c Log message: Remove trunkdev bits ifconfig(8) prints "trunk: trunkdev tpmrN" for member interfaces, which is misleading as tpmr(4) is being com

CVS: cvs.openbsd.org: src

2020-07-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/23 21:20:50 Modified files: sys/net: if_tpmr.c Log message: Remove lacpmode and lacptimeout bits ifconfig(8) commands "lacptimeout 1" and "lacpmode active" error out with "ifconfig: Invalid

CVS: cvs.openbsd.org: src

2020-07-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/23 22:53:04 Modified files: sys/kern : kern_timeout.c Log message: Make timeout_add_sec(9) add a tick if given zero seconds All other timeout_add_*() functions do so before calling timeout_add

CVS: cvs.openbsd.org: src

2020-07-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/26 12:34:10 Modified files: sbin/ifconfig : ifconfig.8 Log message: Document aggr(4) in the TRUNK section Complete the synopsis while here. Feedback OK jmc

CVS: cvs.openbsd.org: src

2020-07-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/26 15:59:17 Modified files: usr.bin/top: display.c top.1 top.c Log message: Add / as alias for g (grep) Simpliy mdoc(7) markup for "n|# count" while here. Positive manual feedback jmc No object

CVS: cvs.openbsd.org: src

2020-07-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/28 01:37:05 Modified files: sys/net: if_switch.c Log message: Return total size if SIOCBRDGIFS passes in ifbic_len set to zero In accordance to bridge(4) which behaves correctly as per the m

CVS: cvs.openbsd.org: src

2020-07-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/28 01:41:19 Modified files: sys/net: if_tpmr.c Log message: Implement SIOCBRDGIFS, provide SIOCBRDGGRL stub Required for ifconfig(8) to print tpmr(4) members in bridge fashion. When copying

CVS: cvs.openbsd.org: src

2020-07-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/28 01:47:36 Modified files: share/man/man4 : sbus.4 Log message: Unmention iommu This driver does not attach at iommu?, we have no iommu(4). There since import from NetBSD. OK jmc

CVS: cvs.openbsd.org: src

2020-07-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/28 05:16:32 Modified files: sys/net: route.c Log message: Add size to free(9) calls Those are for the gateway sockaddrs which get allocated in rt_setgate() with the same ROUNDUP(sa_len) appr

CVS: cvs.openbsd.org: src

2020-07-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/29 06:07:59 Modified files: sys/net: if_tpmr.c Log message: Remove SIOCSIFADDR It serves no purpose and is deprecated as per netintro(4). ifconfig(8) output improves as well: # ifconfig tpm

CVS: cvs.openbsd.org: src

2020-07-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/29 06:13:28 Modified files: sbin/ifconfig : brconfig.c Log message: Remove redundant bridge checks bridge_status() and switch_status() do the regular sanity check with SIOCGIFFLAGS, but both functi

CVS: cvs.openbsd.org: src

2020-07-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/07/30 15:44:34 Modified files: share/man/man4 : rdomain.4 Log message: route(8)'s "-T" takes an rtable, not an rdomain OK remi

CVS: cvs.openbsd.org: src

2020-08-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/02 05:15:52 Modified files: sys/netinet6 : raw_ip6.c Log message: Add missing rtable(4) check in rip6_input() Copied over from sys/netinet/raw_ip.c:rip_input() where it appeared with initial suppo

CVS: cvs.openbsd.org: src

2020-08-04 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/05 00:12:43 Modified files: sbin/ifconfig : brconfig.c ifconfig.c ifconfig.h Log message: Merge switch_status() into bridge_status() This is to reduce duplicate code and prepare for bridge_status()

CVS: cvs.openbsd.org: src

2020-08-04 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/05 00:22:11 Modified files: sbin/ifconfig : brconfig.c Log message: Print tpmr(4) members tpmr is a trivial bridge and has no specific ioctls, so to distinguish it from the rest we must rely on the

CVS: cvs.openbsd.org: src

2020-08-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/05 08:55:40 Modified files: sbin/ifconfig : ifconfig.8 share/man/man4 : tpmr.4 Log message: Document tpmr ioctls and synopsis Add missing TPMR section to ifconfig(8) by moving the commands

CVS: cvs.openbsd.org: src

2020-08-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/05 10:45:41 Modified files: sbin/ifconfig : ifconfig.8 Log message: Move TPMR section above TRUNK to sort alphabetically Reminded by jmc

CVS: cvs.openbsd.org: src

2020-08-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/08 06:38:21 Modified files: sbin/ifconfig : brconfig.c Log message: Replace strto*l(3) with strtonum(3) Some bridge options allow values bigger than the corresponding datatype and thus pass overflo

CVS: cvs.openbsd.org: src

2020-08-11 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/11 17:40:54 Modified files: sys/net: if_pfsync.c Log message: Run start routing without KERNEL_LOCK() pfsyncstart() does not require the big lock, make it use the ifq API. OK mvs

CVS: cvs.openbsd.org: src

2020-08-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/14 06:17:34 Modified files: sys/net: if_spppsubr.c Log message: Zap LOOPALIVECNT Unused since r1.138 from 2015: "remove cisco hdlc code from sppp(4)". OK mpi

CVS: cvs.openbsd.org: src

2020-08-19 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/19 05:10:42 Modified files: usr.bin/rsync : socket.c Log message: Handle EADDRNOAVAIL from connect(2) gracefully The server's DNS name may yield multiple addresses of different address families; i

CVS: cvs.openbsd.org: src

2020-08-19 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/19 05:23:59 Modified files: sys/net: if.c Log message: Allow SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root ifconfig(8) detects switch(4) through its unique SIOCSWGDPID ioctl(2) and furt

CVS: cvs.openbsd.org: src

2020-08-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/20 09:12:35 Modified files: sys/arch/amd64/amd64: machdep.c Log message: Fix build without NPCKBC and NUKBD The "error" variable is used in one case only, so move it into scope under #ifdef. OK der

CVS: cvs.openbsd.org: src

2020-08-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/20 19:10:07 Modified files: usr.sbin/iostat: iostat.c Log message: Fix column spacing for disk transfer speeds "IO rates above 100 MB/s are common with SSD; this patch expands the column so it stay

CVS: cvs.openbsd.org: src

2020-08-20 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/20 19:17:34 Modified files: sys/net: if_pppoe.c Log message: Add sizes to free(9) calls There are either length variables tracking the allocated buffer or strings allocated by their length,

CVS: cvs.openbsd.org: src

2020-08-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/21 16:59:27 Modified files: sys/net: if_aggr.c if_bpe.c if_etherip.c if_gif.c if_gre.c if_mpe.c if_mpip.c if_mpw.c if_pair.c if_pflog.c if_pf

CVS: cvs.openbsd.org: src

2020-08-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/22 05:47:23 Modified files: sys/sys: sysctl.h sys/kern : kern_sysctl.c vfs_subr.c vfs_syscalls.c Log message: Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTL Adding "d

CVS: cvs.openbsd.org: src

2020-08-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/22 10:12:12 Modified files: sys/net: if_spppsubr.c Log message: Add sizes to free() calls Simply reuse struct size or buffer length variables for free() the very same way they are used with

CVS: cvs.openbsd.org: src

2020-08-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/23 03:35:32 Modified files: sys/sys: sysctl.h sys/kern : kern_sysctl.c vfs_subr.c vfs_syscalls.c Log message: Remove unused debug_syncprt, improve debug sysctl handling "syncp

CVS: cvs.openbsd.org: src

2020-08-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/23 15:11:55 Modified files: usr.bin/top: display.c machine.c machine.h top.1 top.c Log message: Filter by routing table "-T-0" for processes outside the default routing table, "-T3" for those in

CVS: cvs.openbsd.org: src

2020-08-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/24 01:34:01 Modified files: share/man/man4 : aggr.4 trunk.4 sbin/ifconfig : ifconfig.8 Log message: Omit common ifconfig options ifconfig(8)'s TRUNK (LINK AGGREGATION) nicely combines the

CVS: cvs.openbsd.org: src

2020-08-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/24 01:40:03 Modified files: share/man/man4 : tpmr.4 Log message: Clarify that tpmr(4) does not aggregate Diff from Uwe Werler , thanks. tpmr(4) is really a bridge like bridge(4) or switch(4), and n

CVS: cvs.openbsd.org: src

2020-08-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/24 09:30:58 Modified files: sys/net: if_pfsync.c pf_ioctl.c pfvar.h Log message: Remove ptr_array from struct pf_ruleset Each ruleset's rules are stored in a TAILQ called "ptr" with "rcount"

CVS: cvs.openbsd.org: src

2020-08-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/24 09:41:15 Modified files: sys/net: pf_ioctl.c Log message: Rehash main ruleset after rule expiration When "once" rules expire, they are removed from the active ruleset, hence the main rule

CVS: cvs.openbsd.org: src

2020-08-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/25 01:27:35 Modified files: usr.bin/top: machine.c Log message: Rename rtable filter variables and simplify buffer handling No functional change, the rename is for consistency and the buffer han

CVS: cvs.openbsd.org: src

2020-08-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/26 10:21:28 Modified files: usr.bin/top: display.c machine.c machine.h top.1 top.c Log message: Add "t" to toggle the display of routing tables Swap the WAIT column with RTABLE (and vice versa);

CVS: cvs.openbsd.org: src

2020-08-27 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/27 15:06:34 Modified files: share/man/man4 : bridge.4 Log message: Mention tpmr(4) using bridge ioctls

CVS: cvs.openbsd.org: src

2020-08-27 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/08/27 15:27:17 Modified files: sys/net: if_wg.c Log message: Use p2p_rtrequest() Although technically a point-to-multipoint interface, point-to-point semantics apply/fit when installing local r

CVS: cvs.openbsd.org: src

2020-09-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/12 03:27:23 Modified files: lib/libpcap: gencode.c Log message: Fix byte order handling for DLT_LOOP links Fixing filters on DLT_LOOP revealed that we treat DLT_NULL, DLT_ENC and DLT_LOOP the sa

CVS: cvs.openbsd.org: src

2020-09-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/12 07:44:38 Modified files: sys/net: if_spppsubr.c Log message: Add sizes to free() calls These are the last ones in if_pppoe.c and if_spppsubr.c. OK beck

CVS: cvs.openbsd.org: src

2020-09-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/12 14:12:09 Modified files: sys/net: if_trunk.c Log message: Keep port interface UP on removal There is no reason to change flags on member interfaces when removing them, aggr(4) does not pu

CVS: cvs.openbsd.org: src

2020-09-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/13 05:00:40 Modified files: sys/net: if_pppoe.c Log message: Start documenting locks for struct pppoe_softc members Pretty much all members are under the net lock, some are proctected by bot

CVS: cvs.openbsd.org: src

2020-09-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/14 05:15:30 Modified files: usr.bin/systat : pf.c Log message: pf: Merge NOTES column into NAME column NOTES stays unused unless pf.conf(5) contains "set loginterface ..." in which case it merely am

CVS: cvs.openbsd.org: src

2020-09-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/14 12:09:57 Modified files: usr.sbin/ldomctl: parse.y Log message: Typofix

CVS: cvs.openbsd.org: src

2020-09-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/14 13:42:16 Modified files: usr.sbin/ldomctl: ldom.conf.5 Log message: Briefly document default boot disk behaviour

CVS: cvs.openbsd.org: src

2020-09-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/21 10:33:24 Modified files: sys/arch/macppc/macppc: openprom.c Log message: Fix eeprom(8) error when setting variables Values would be updated but the variable would still be reported as invalid. A

CVS: cvs.openbsd.org: src

2020-09-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/22 14:47:58 Modified files: share/man/man4 : rdomain.4 Log message: Add "netstat -R" example It's handy and otherwise easily missed when reading up on routing domains and tables; wording taken from

CVS: cvs.openbsd.org: src

2020-09-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/22 16:10:47 Modified files: share/man/man4 : rdomain.4 Log message: Use user prompt for ps(1) and netstat(1) examples Those do not need root privileges to work. Prompted by jmc

CVS: cvs.openbsd.org: src

2020-09-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/09/24 05:05:32 Modified files: share/man/man4 : rdomain.4 Log message: On removing an rtable It is currently not possible to remove an rtable; claudio made the default rtable of an rdomain move back i

CVS: cvs.openbsd.org: xenocara

2020-09-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:xenocara Changes by: [email protected]/09/30 14:42:12 Modified files: app/fvwm/sample.fvwmrc: Makefile system.fvwmrc Log message: Remove osrelease from system.fvwmrc This is the version string that shows up as part of "OpenBSD 6.8" in

CVS: cvs.openbsd.org: src

2020-10-01 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: [email protected]/10/01 08:02:08 Modified files: sys/net: pf_ioctl.c sbin/pfctl : parse.y Log message: rdomain IDs do not need to exist for "on rdomain N" to work Unlike "... rtable N", pf.conf(5)'s

CVS: cvs.openbsd.org: www

2020-10-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:www Changes by: [email protected]/10/02 15:25:00 Modified files: . : 68.html Log message: Mention ldomctl/ldom.conf changes, move unrelated changes to their sections

CVS: cvs.openbsd.org: www

2020-10-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:www Changes by: [email protected]/10/02 15:50:06 Modified files: . : 68.html Log message: Add rtable/rdomain changes

CVS: cvs.openbsd.org: www

2020-10-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:www Changes by: [email protected]/10/02 16:24:17 Modified files: . : 68.html Log message: Add libpcap and tcpdump fixes

  1   2   3   4   5   6   7   8   9   10   >