CVS commit: src/lib/libedit

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 22:22:52 UTC 2021 Modified Files: src/lib/libedit: readline.c Log Message: libedit: simplify calls to macro ADD_STRING The lint comments CONSTCOND and LINTED were not necessary. It is simpler to just specify what to f

CVS commit: src/lib/libedit

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 22:14:45 UTC 2021 Modified Files: src/lib/libedit: readline.c Log Message: readline: fix lint warning about effective unconst cast Calling strchr to avoid the syntactical unconst cast is not necessary here. A simple p

CVS commit: src/lib/libcurses

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 15:12:36 UTC 2021 Modified Files: src/lib/libcurses: get_wstr.c getstr.c in_wchstr.c inchstr.c instr.c inwstr.c Log Message: libcurses: fix usage of __warn_references Since that macro can expand to an empty

CVS commit: src/lib/libcurses

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 12:39:39 UTC 2021 Modified Files: src/lib/libcurses: curses_private.h slk.c Log Message: This is a mess; always define MB_LEN_MAX so both the regular and libhack version of curses compiles. Really we should not be def

CVS commit: src/lib/libcurses

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 11:54:12 UTC 2021 Modified Files: src/lib/libcurses: slk.c Log Message: need limits.h To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libcurses/slk.c Please note that diffs are not public doma

CVS commit: src/lib/libcurses

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 11:44:39 UTC 2021 Modified Files: src/lib/libcurses: slk.c Log Message: Use MBL_LEN_MAX (constant) so that SSP works To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libcurses/slk.c Please note

CVS commit: src/lib/libedit

2021-08-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 15 10:12:55 UTC 2021 Modified Files: src/lib/libedit: editline.3 Log Message: Add verb to sentence. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/lib/libedit/editline.3 Please note that diffs are not

CVS commit: src/lib/libedit

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:08:41 UTC 2021 Modified Files: src/lib/libedit: editline.3 el.c el.h eln.c histedit.h read.c Log Message: Disable attempts to handle EINTR and non-blocking I/O by default. It is confusing to other programs and unex

CVS commit: src/lib/libedit

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:06:32 UTC 2021 Modified Files: src/lib/libedit: readline.c Log Message: Add a LINTED comment... Why doesn't NOTREACHED work? To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/lib/libedit/readlin

CVS commit: src/lib/libpam/libpam

2021-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 11 09:12:07 UTC 2021 Modified Files: src/lib/libpam/libpam: Makefile Log Message: cast from strchr fixed. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libpam/libpam/Makefile Please note that d

CVS commit: src/lib/libpam/libpam

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 05:23:05 UTC 2021 Modified Files: src/lib/libpam/libpam: Makefile Log Message: libpam: clean up LINTFLAGS Warning 346 is new, the other suppressions are not needed anymore. To generate a diff of this commit: cvs rdif

CVS commit: src/lib/libc/gen

2021-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 7 03:17:23 UTC 2021 Modified Files: src/lib/libc/gen: signal.3 Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/signal.3 Please note that diffs are not public domain; t

CVS commit: src/lib/libpuffs

2021-08-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Aug 4 09:31:26 UTC 2021 Modified Files: src/lib/libpuffs: puffs_node.3 puffs_ops.3 Log Message: fix typos in puffs man pages. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libpuffs/puffs_node.3 cvs rdi

CVS commit: src/lib/libcurses

2021-08-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Aug 3 07:58:50 UTC 2021 Modified Files: src/lib/libcurses: curses_attributes.3 curses_standout.3 Log Message: curses: clarify standout as the "best" _supported_ highlighting mode of the current terminal To generate a diff of t

CVS commit: src/lib/librumpuser

2021-08-02 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 2 17:45:10 UTC 2021 Modified Files: src/lib/librumpuser: README.compileopts Log Message: fix typo in README.compileopts text. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/README.compil

CVS commit: src/lib/libcurses

2021-08-02 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Aug 2 11:11:20 UTC 2021 Modified Files: src/lib/libcurses: curses_attributes.3 curses_standout.3 Log Message: curses: clarify documentation regarding the standout attribute To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/lib/libc/sys

2021-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 28 11:31:07 UTC 2021 Modified Files: src/lib/libc/sys: flock.2 Log Message: Fix typos, improve wording. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/flock.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2021-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 28 11:29:59 UTC 2021 Modified Files: src/lib/libc/sys: fcntl.2 Log Message: Fix typos, improve wording. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/lib/libc/sys/fcntl.2 Please note that diffs are not

CVS commit: src/lib/libcurses

2021-07-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Jul 26 20:17:10 UTC 2021 Modified Files: src/lib/libcurses: curses_standout.3 Log Message: The BUGS sections is incorrect again for "modern" terminals. For example, wscons and xterm both display standout differently to bold. T

CVS commit: src/lib/libc/arch/powerpc/string

2021-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 24 05:27:26 UTC 2021 Modified Files: src/lib/libc/arch/powerpc/string: Makefile.inc Log Message: For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), and memmove(3) consistently for debug library (*.go) in order to av

CVS commit: src/lib/libc/stdio

2021-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 22 17:09:01 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate collateral damage. Breaks h_intr.c test. Requested by RVP. To g

CVS commit: src/lib/libc/stdio

2021-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 22 17:08:15 UTC 2021 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate collateral damage. Breaks h_intr.c test. Requested by RVP. To

CVS commit: src/lib/libm

2021-07-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Jul 21 12:05:02 UTC 2021 Modified Files: src/lib/libm: Makefile Log Message: libm: build fma(3), fmaf(3), fmal(3) on alpha Alpha has no hardware-assisted fused multiply-add, so the fallback C implementation must be used. A basic

CVS commit: src/lib/libkvm

2021-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 19 10:30:36 UTC 2021 Modified Files: src/lib/libkvm: kvm_proc.c Log Message: Match the declaration in To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/lib/libkvm/kvm_proc.c Please note that diffs are

CVS commit: src/lib/libc/stdio

2021-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 19 10:00:33 UTC 2021 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: There's no need to adjust `iov' in the error path. Returning the amount written is all that's needed. from RVP To generate a diff of this

CVS commit: src/lib/libc/stdio

2021-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 16 12:34:10 UTC 2021 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: When fflush fails, adjust pointers and the io vectors. From RVP. Fixes core-dump at cvs(1) exit(3). To generate a diff of this commit: cvs

CVS commit: src/lib/libedit

2021-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 14 07:47:23 UTC 2021 Modified Files: src/lib/libedit: tty.c Log Message: Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alpha Alpha is the only Linux architecture that has SIGINFO: https://sources.de

CVS commit: src/lib/libc/gen

2021-07-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 11 16:30:41 UTC 2021 Modified Files: src/lib/libc/gen: initdir.c Log Message: Make sure dd_size is init'd, even when nothing has been read (so it will be 0). Reported on tech-userlevel by Mouse 20210711T044753+ To gen

CVS commit: src/lib/libc/stdio

2021-07-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 9 09:24:16 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Don't adjust the buffers when write returns 0. This happens with fmemopen and other synthetic write functions. This fixes the unit-tests for

CVS commit: src/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 15:44:44 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Include the 0 return from write. Although the real write system call does not return 0, the synthetic writes from funopen/fmemopen could. Thi

CVS commit: src/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:06:51 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c fvwrite.c Log Message: Obey EINTR and return immediately adjusting for unwritten. From RVP To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/lib/libc/stdio

2021-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 6 14:22:16 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c fvwrite.c Log Message: Handle EINTR, from RVP. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/fflush.c cvs rdiff -u -r

CVS commit: src/lib

2021-07-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jul 6 12:38:40 UTC 2021 Modified Files: src/lib/libc/arch/alpha/gen: __setjmp14.S _lwp.c makecontext.c swapcontext.S src/lib/libm/arch/alpha: lrint.S Log Message: Ensure that the stack is always 16-byte a

CVS commit: src/lib/libc/stdio

2021-07-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 5 07:26:00 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Account for partial writes when interrupted (from FreeBSD). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdi

CVS commit: src/lib/libc/include

2021-07-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jul 4 16:18:50 UTC 2021 Modified Files: src/lib/libc/include: namespace.h Log Message: libc: remove special handling for lint In namespace.h 1.102 from 2005-07-16, the #ifndef was added to fix the broken lint2 pass. Somewhe

CVS commit: src/lib/libc/gmon

2021-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 3 14:08:55 UTC 2021 Modified Files: src/lib/libc/gmon: gmon.c Log Message: PR/56246: Yuichiro Naito: gprof(1) never show call graphs when profiling multi-threaded application To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libc/arch/arm

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 21:20:30 UTC 2021 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S src/lib/libc/arch/arm/sys: __clone.S Log Message: Do previous differtly by pushing two registers in the same way as the _INVOKE_CERROR ma

CVS commit: src/lib/libc/arch/arm/sys

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 07:36:05 UTC 2021 Modified Files: src/lib/libc/arch/arm/sys: __clone.S Log Message: The _INVOKE_CERROR macro deals with thumb so simplify the code (at the expense of a couple more instructions). To generate a diff of t

CVS commit: src/lib/libc/arch/arm/sys

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 07:34:24 UTC 2021 Modified Files: src/lib/libc/arch/arm/sys: __clone.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/arm/sys/__clone.S Please note tha

CVS commit: src/lib/libc/arch/arm

2021-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 30 00:00:49 UTC 2021 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S src/lib/libc/arch/arm/sys: __clone.S Log Message: Fix previous. For Thumb-1: - sp cannot be manipulated directly - {add,sub}s should be use

CVS commit: src/lib/libc/arch/arm

2021-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 29 23:29:12 UTC 2021 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S src/lib/libc/arch/arm/sys: __clone.S Log Message: Align sp to 8-byte boundary as required by EABI. IIUC, this change only affects libc com

CVS commit: src/lib/libcurses

2021-06-27 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 27 23:57:08 UTC 2021 Modified Files: src/lib/libcurses: cr_put.c Log Message: Fix PR lib/55931 Only reset outcol if we actually emit a \n as cursor_down may not may not put the cursor at the start of the next line. To gen

CVS commit: src/lib/libcurses

2021-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 27 16:24:52 UTC 2021 Modified Files: src/lib/libcurses: Makefile Log Message: Fix SSP build To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/lib/libcurses/Makefile Please note that diffs are not publi

CVS commit: src/lib/libcurses

2021-06-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 24 15:41:25 UTC 2021 Modified Files: src/lib/libcurses: slk.c Log Message: Fix printf format for size_t To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libcurses/slk.c Please note that diffs are no

CVS commit: src/lib/libcurses

2021-06-23 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Jun 24 05:53:05 UTC 2021 Modified Files: src/lib/libcurses: slk.c Log Message: Make sure we don't use wide char routines when DISABLE_WCHAR is in effect. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/li

CVS commit: src/lib/libcurses

2021-06-22 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Jun 22 07:49:09 UTC 2021 Modified Files: src/lib/libcurses: addbytes.c Log Message: Rework the fix for lib/56224. Move the scroll check to _cursesi_addwchar Perform the scroll check before updating the cursor location when proc

CVS commit: src/lib/libcurses

2021-06-22 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Jun 22 07:26:45 UTC 2021 Modified Files: src/lib/libcurses: slk.c Log Message: Fix how the slk are drawn by making sure we use ins_wchar in the bottom left of the screen to avoid a scroll because this may cause an ERR if scroll

CVS commit: src/lib/libcurses

2021-06-22 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Jun 22 07:22:44 UTC 2021 Modified Files: src/lib/libcurses: ins_wch.c Log Message: Fix the debug output to stop spamming out the aline for row 0, we may not be working on that row so the output is pointless. To generate a dif

CVS commit: src/lib/libdm

2021-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 21 03:13:33 UTC 2021 Modified Files: src/lib/libdm: libdm_ioctl.c Log Message: fix proplib deprecation To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libdm/libdm_ioctl.c Please note that diffs are

CVS commit: src/lib/libc/gen

2021-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 18 10:57:14 UTC 2021 Modified Files: src/lib/libc/gen: vis.c Log Message: PR/56260: Alex Richardson: Out-of-bounds stack read in lib/libc/gen/vis.c Also sync with other FreeBSD changes. To generate a diff of this commi

CVS commit: src/lib/libcurses

2021-06-15 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Jun 15 22:18:55 UTC 2021 Modified Files: src/lib/libcurses: addbytes.c Log Message: Correct a previous fix for PR lib/56224. Use wdwitch to determine the width of a wide character on the screen not the number from mbrtowc which

CVS commit: src/lib/libc/gdtoa

2021-06-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 15 10:56:52 UTC 2021 Modified Files: src/lib/libc/gdtoa: hdtoa.c Log Message: PR/56247: Greg A. Woods: printf("%La", LDBL_MIN) dumps core Don't write to ((char *)malloc(size))[-1]; To generate a diff of this commit: cv

CVS commit: src/lib/libcurses

2021-06-10 Thread Michael Forney
Module Name:src Committed By: mcf Date: Thu Jun 10 07:15:40 UTC 2021 Modified Files: src/lib/libcurses: setterm.c Log Message: Add missing newline to debug trace message ok blymn@ To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/lib/libcurses/setterm.c

CVS commit: src/lib/libossaudio

2021-06-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jun 9 14:49:13 UTC 2021 Modified Files: src/lib/libossaudio: oss_caps.c Log Message: ossaudio(3): continue getting capabilities if AUDIO_GETFORMAT fails we want this to work on mixer devices too To generate a diff of this com

CVS commit: src/lib/libc/sys

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Jun 9 06:00:16 UTC 2021 Modified Files: src/lib/libc/sys: vfork.2 Log Message: vfork.2: clarify posix_spawn recommendation, pointed out by kre To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/vfor

CVS commit: src/lib/libossaudio

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 19:26:48 UTC 2021 Modified Files: src/lib/libossaudio: oss_dsp.c Log Message: ossaudio(3): nested switch statements are hard to read, refactor To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libossaud

CVS commit: src/lib/libossaudio

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 18:43:54 UTC 2021 Modified Files: src/lib/libossaudio: Makefile Added Files: src/lib/libossaudio: internal.h oss3_mixer.c oss4_global.c oss4_mixer.c oss_caps.c oss_dsp.c oss_ioctl.c Removed Files:

CVS commit: src/lib/libc/sys

2021-06-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 8 16:15:12 UTC 2021 Modified Files: src/lib/libc/sys: vfork.2 Log Message: vfork.2: recommend posix_spawn instead To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/vfork.2 Please note that dif

CVS commit: src/lib/libc/sys

2021-06-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Jun 8 10:02:04 UTC 2021 Modified Files: src/lib/libc/sys: nfssvc.2 Log Message: Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST. The latter is deprecated and kept only for backwards compatibility. To g

CVS commit: src/lib/libcurses

2021-06-05 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 6 05:06:44 UTC 2021 Modified Files: src/lib/libcurses: addbytes.c Log Message: Fix for PR lib/56224 Correct addstr behaviour so it truncates the string in the case where a string is added on the bottom line of a window whe

CVS commit: src/lib/libcurses

2021-05-31 Thread Michael Forney
Module Name:src Committed By: mcf Date: Tue Jun 1 00:59:02 UTC 2021 Modified Files: src/lib/libcurses: newwin.c Log Message: Fix initial line hash calculation for subwindows lp->hash is not initialized at this point. Since the hash is calculated in chunks using __hash_mo

CVS commit: src/lib/libc/gmon

2021-05-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 30 02:24:05 UTC 2021 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: Don't warn about frame pointer use for clang either. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/gmon/Makefi

CVS commit: src/lib/libcurses

2021-05-29 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 29 09:11:14 UTC 2021 Modified Files: src/lib/libcurses: resize.c Log Message: wresize: don't bound pads to the size of the screen allows avoiding a workaround in aiomixer, ok blymn uwe To generate a diff of this commit: c

CVS commit: src/lib/libc

2021-05-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 25 00:14:41 UTC 2021 Modified Files: src/lib/libc/arch/alpha/gen: __longjmp14.c src/lib/libc/compat/arch/alpha/gen: compat__setjmp.S compat_setjmp.S Log Message: POSIX sez: The longjmp() function shall not cau

CVS commit: src/lib/libc/gen

2021-05-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 24 23:59:59 UTC 2021 Modified Files: src/lib/libc/gen: setjmp.3 Log Message: Clarify what happens when you longjmp(..., 0). Derived from C99 7.13.2.1 `The longjmp function'. To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libutil

2021-05-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun May 16 19:42:35 UTC 2021 Modified Files: src/lib/libutil: parsedate.3 Log Message: PR bin/56042 Fix typos (2nd acst should have been acdt), 0550 for ist should be 0530 (5.5 hours is not 5 hours and 50 minutes...). Comment out t

CVS commit: src/lib/libcurses

2021-05-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat May 15 11:06:08 UTC 2021 Modified Files: src/lib/libcurses: newwin.c Log Message: __newwin - fix BGWCOL initialization. >From Michael Forney in PR lib/56174 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib

CVS commit: src/lib/libossaudio

2021-05-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun May 9 12:51:45 UTC 2021 Modified Files: src/lib/libossaudio: ossaudio.c Log Message: ossaudio: Set handle on OSSv4 mixer devices To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/lib/libossaudio/ossaudio.c Ple

CVS commit: src/lib/libossaudio

2021-05-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun May 9 11:28:25 UTC 2021 Modified Files: src/lib/libossaudio: ossaudio.c soundcard.h Log Message: libossaudio: Various OSSv4 fixes to allow reference programs to compile - Define various new AFMT_*. These are not returned as sup

CVS commit: src/lib/libcurses

2021-05-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 8 04:29:07 UTC 2021 Modified Files: src/lib/libcurses: refresh.c Log Message: avoid accessing stack garbage. on arm64eb resuming vi(1) would often crash. in makech(), the 'csp' variable is either set to current window data

CVS commit: src/lib/libc/gdtoa

2021-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 6 16:15:33 UTC 2021 Modified Files: src/lib/libc/gdtoa: dtoa.c gdtoa.c strtoIg.c strtod.c strtodg.c Log Message: PR/56148: Andreas Gustafsson: lib/libc/stdio/t_printf:snprintf_float test randomly fails. Add checks to al

CVS commit: src/lib/libedit

2021-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 5 14:49:59 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c Log Message: PR/56147: Miroslav Lichvar: Avoid memory leak if strdup fails. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/lib/lib

CVS commit: src/lib/libc/gen

2021-05-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon May 3 08:30:30 UTC 2021 Modified Files: src/lib/libc/gen: Makefile.inc Log Message: Whitespace police. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/lib/libc/gen/Makefile.inc Please note that diffs ar

CVS commit: src/lib/libz

2021-04-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 26 07:17:30 UTC 2021 Modified Files: src/lib/libz: Makefile Log Message: use GCC_NO_IMPLICIT_FALLTHRU. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libz/Makefile Please note that diffs are not publ

CVS commit: src/lib/libc/arch/mips

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:45:58 UTC 2021 Modified Files: src/lib/libc/arch/mips: Makefile.inc src/lib/libc/arch/mips/gdtoa: Makefile.inc Log Message: Use ${MACHINE_MIPS64} To generate a diff of this commit: cvs rdiff -u -r1.14 -r1

CVS commit: src/lib

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:43:48 UTC 2021 Modified Files: src/lib: Makefile Log Message: Use ${MACHINE_MIPS64} To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 src/lib/Makefile Please note that diffs are not public domain;

CVS commit: src/lib/libm

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:43:20 UTC 2021 Modified Files: src/lib/libm: Makefile Log Message: Use ${MACHINE_MIPS64} To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/lib/libm/Makefile Please note that diffs are not publi

CVS commit: src/lib/libc/regex

2021-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 22 19:20:25 UTC 2021 Modified Files: src/lib/libc/regex: utils.h Log Message: PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on Darwin in libc compilation We build the regex code in tools without n

CVS commit: src/lib

2021-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 20 21:42:32 UTC 2021 Modified Files: src/lib/csu: Makefile src/lib/csu/common: crt0-common.c src/lib/libc: Makefile.inc src/lib/libc/gen: Makefile.inc getprogname.c setproctitle.c src/lib/l

CVS commit: src/lib/libc/string

2021-04-14 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Apr 14 08:07:49 UTC 2021 Modified Files: src/lib/libc/string: Makefile.inc Log Message: for GCC, built memset.c with -fno-builtin. this avoids GCC 10 compiling memset() and emitting calls to memset() where it seems code that loo

CVS commit: src/lib/libform

2021-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 13 13:13:04 UTC 2021 Modified Files: src/lib/libform: field.c form.c internals.c type_alnum.c type_alpha.c type_enum.c type_integer.c type_numeric.c type_regex.c Log Message: - fix memory leak - xxx questiona

CVS commit: src/lib/libpthread

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 00:31:54 UTC 2021 Modified Files: src/lib/libpthread: pthread.c Log Message: fake-use alloca()'s return value to quieten -Werror=unused-result To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/lib/libpt

CVS commit: src/lib/libform

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 00:29:42 UTC 2021 Modified Files: src/lib/libform: type_alnum.c type_alpha.c Log Message: allocate the potential trailing nul as well. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libform/type_al

CVS commit: src/lib/libc/rpc

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 00:29:22 UTC 2021 Modified Files: src/lib/libc/rpc: getrpcent.c Log Message: pass dest buffer size to strncpy() and ensure nul termination. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/g

CVS commit: src/lib/libtelnet

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 12 09:17:48 UTC 2021 Modified Files: src/lib/libtelnet: kerberos5.c Log Message: pass the right enum to krb5_auth_con_setkeytype(). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libtelnet/kerberos5.c

CVS commit: src/lib/libskey

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 12 09:17:10 UTC 2021 Modified Files: src/lib/libskey: put.c Log Message: avoid an unlikely buffer truncation. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libskey/put.c Please note that diffs are n

CVS commit: src/lib/libm/src

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 12 09:15:52 UTC 2021 Modified Files: src/lib/libm/src: k_standard.c Log Message: add a default: case to __kernel_standard(), failing with EDOM To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libm/src/k

CVS commit: src/lib

2021-04-08 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Apr 8 08:10:30 UTC 2021 Modified Files: src/lib: Makefile Log Message: Redo r1.288: traverse the complete imported Elftoolchain tree during a build. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/lib/Ma

CVS commit: src/lib

2021-04-06 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue Apr 6 21:13:04 UTC 2021 Modified Files: src/lib: Makefile Log Message: Attempt to unbreak the build by reverting r1.288. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/lib/Makefile Please note that dif

CVS commit: src/lib

2021-04-06 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Tue Apr 6 20:13:43 UTC 2021 Modified Files: src/lib: Makefile Log Message: Traverse the complete imported Elftoolchain tree during a build. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/lib/Makefile Pleas

CVS commit: src/lib/libnvmm

2021-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 6 08:40:17 UTC 2021 Modified Files: src/lib/libnvmm: libnvmm.c nvmm.h Log Message: Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() without signals. This introduces a new kernel and userland NVMM version

CVS commit: src/lib/librumpuser

2021-04-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 3 07:38:11 UTC 2021 Modified Files: src/lib/librumpuser: rumpuser_port.h Log Message: For MIPS N32, register_t needs to be uint64_t as "long" isn't big enough. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.

CVS commit: src/lib/libc/gen

2021-03-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 30 15:31:51 UTC 2021 Modified Files: src/lib/libc/gen: sysctl.c Log Message: libc/gen: fix hack for previously unsupported lint initializers Supported since init.c 1.182 from 2021-03-30. To generate a diff of this commi

CVS commit: src/lib/libedit

2021-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 28 13:39:39 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c Log Message: Only unescape when we are quoting and don't add a space if we are quoting (we already did) (Piotr Stefaniak) To generate a diff of this

CVS commit: src/lib/libedit

2021-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 28 13:38:10 UTC 2021 Modified Files: src/lib/libedit: filecomplete.h Log Message: document the flag To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libedit/filecomplete.h Please note that diffs a

CVS commit: src/lib/libedit

2021-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 28 13:33:54 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c Log Message: Pass the unescaped filename the the append function so it has to do less work (for example it can call stat(2) directly (Piotr Stefaniak)

CVS commit: src/lib/libc/sys

2021-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 28 03:29:32 UTC 2021 Modified Files: src/lib/libc/sys: bind.2 connect.2 send.2 Log Message: Document EINVAL for out of range socket address lengths. This is what happens, but wasn't documented. Applies to bind(2), conne

CVS commit: src/lib/libc/sys

2021-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 27 23:35:37 UTC 2021 Modified Files: src/lib/libc/sys: getvfsstat.2 Log Message: In getvfsstat(2), clarify that the size argument is in bytes. That the size argument is in bytes (not the count of structures) and the ret

CVS commit: src/lib/libedit

2021-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 27 18:55:02 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c filecomplete.h Log Message: Add fn_complete2() that controls the quoting of the returned match. Before it was based on the heuristic that we were not s

CVS commit: src/lib/libwrap

2021-03-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 18 01:49:09 UTC 2021 Modified Files: src/lib/libwrap: hosts_access.c Log Message: simplify expression, daemon is an array can't be NULL. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libwrap/hos

  1   2   3   4   5   6   7   8   9   10   >