Module Name:src
Committed By: uwe
Date: Tue Feb 27 20:22:31 UTC 2018
Modified Files:
src/tests/lib/libpthread: t_swapcontext.c
Log Message:
Cleanup trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libpthread/t_swapcontext.c
Module Name:src
Committed By: uwe
Date: Tue Feb 27 20:24:50 UTC 2018
Modified Files:
src/tests/lib/libpthread: t_swapcontext.c
Log Message:
Drop unnecessary cast to makecontext() argument.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libpthre
Module Name:src
Committed By: uwe
Date: Tue Feb 27 20:31:35 UTC 2018
Modified Files:
src/tests/lib/libpthread: t_swapcontext.c
Log Message:
swapfunc() is not passed to pthread_create, there's no need for it to
have any arguments.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: uwe
Date: Tue Feb 27 20:34:04 UTC 2018
Modified Files:
src/tests/lib/libpthread: t_swapcontext.c
Log Message:
threadfunc - we do return from swapcontext() (since revision 1.2),
so drop the NOTREACHED comment.
To generate a diff of this commi
Module Name:src
Committed By: uwe
Date: Tue Feb 27 23:09:02 UTC 2018
Modified Files:
src/sys/sys: ucontext.h
Log Message:
Fix pasto in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/sys/ucontext.h
Please note that diffs are not public d
Module Name:src
Committed By: uwe
Date: Wed Feb 28 20:51:58 UTC 2018
Modified Files:
src/lib/libc/arch/powerpc/gen: swapcontext.S
Log Message:
PIC code clobbers %r30 so we need to update the saved oucp with
caller's %r30 manually. Makes old context happy when it needs to
Module Name:src
Committed By: uwe
Date: Wed Feb 28 21:00:02 UTC 2018
Modified Files:
src/lib/libc/arch/powerpc: genassym.cf
Log Message:
PIC code clobbers %r30 so we need to update the saved oucp with
caller's %r30 manually. Makes old context happy when it needs to do
mor
Module Name:src
Committed By: uwe
Date: Wed Feb 28 21:29:11 UTC 2018
Modified Files:
src/tests/lib/libpthread: t_swapcontext.c
Log Message:
Add missing $ in the RCSID.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libpthread/t_swapcontext.c
P
Module Name:src
Committed By: uwe
Date: Wed Feb 28 21:36:50 UTC 2018
Modified Files:
src/tests/lib/libpthread: t_swapcontext.c
Log Message:
Simplify - it's enough to set nctx.uc_link to &octx to restore old
context automatically when swapfunc() returns.
To generate a dif
Module Name:src
Committed By: uwe
Date: Fri Mar 2 23:11:42 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: ad.sh3
src/sys/arch/sh3/include: Makefile
src/sys/arch/sh3/sh3: sys_machdep.c
Added Files:
src/sys/arch/sh3/include: sysarch.h
Log Mess
Module Name:src
Committed By: uwe
Date: Tue Mar 13 19:18:53 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Add missing word.
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/bin/sh/sh.1
Please note that diffs are not public domain; they are su
Module Name:src
Committed By: uwe
Date: Tue Mar 13 19:35:46 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
.Bd expects the display type to come first, so move -compact to the end.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/bin/sh/sh.1
Pl
Module Name:src
Committed By: uwe
Date: Tue Mar 13 19:43:52 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
.Dl is a a single line .Bd -literal -offset indent so don't abuse
multiple consecutive .Dl and use proper .Bd instead.
To generate a diff of this commit:
cv
Module Name:src
Committed By: uwe
Date: Tue Mar 13 20:08:11 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Standalone | means \[ba] while we want \[or] so add \& protection to
the few places where it was missing.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: uwe
Date: Tue Mar 13 20:18:16 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Use \(em for em-dash
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/bin/sh/sh.1
Please note that diffs are not public domain; they are
Module Name:src
Committed By: uwe
Date: Tue Mar 13 20:29:13 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Use \(or not \*(Ba when discussing case patterns.
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/bin/sh/sh.1
Please note that diffs ar
Module Name:src
Committed By: uwe
Date: Tue Mar 13 20:39:25 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Mark up "in" (of the "for" command) appropriately.
To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/bin/sh/sh.1
Please note that diffs a
Module Name:src
Committed By: uwe
Date: Tue Mar 13 20:40:52 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Spell "here-document" with a hyphen, don't mark it up as a command.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/bin/sh/sh.1
Please
Module Name:src
Committed By: uwe
Date: Tue Mar 13 20:48:00 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Fix horrendous markup abuse in the here-document example.
Consistently spell "here-document" in full.
To generate a diff of this commit:
cvs rdiff -u -r1.18
Module Name:src
Committed By: uwe
Date: Tue Mar 13 21:04:57 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Try to improve markup of the redirections definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/bin/sh/sh.1
Please note that dif
Module Name:src
Committed By: uwe
Date: Tue Mar 13 21:49:16 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Try to improve markup in the Parameter Expansion section.
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/bin/sh/sh.1
Please note that
Module Name:src
Committed By: uwe
Date: Tue Mar 13 23:03:21 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Try to improve markup in the Built-ins section.
Mostly sprinkle missing .Ic and .Ar
To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/bin/
Module Name:src
Committed By: uwe
Date: Wed Mar 14 09:42:37 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Revert previous. Fix the real problem properly.
To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/bin/sh/sh.1
Please note that diffs are
Module Name:src
Committed By: uwe
Date: Wed Mar 14 09:46:45 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Instead of .Oo/.Oc use .Op directly where possible.
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/bin/sh/sh.1
Please note that diffs
Module Name:src
Committed By: uwe
Date: Wed Mar 14 10:30:40 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Small markup tweaks in Argument List Processing
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/bin/sh/sh.1
Please note that diffs are
Module Name:src
Committed By: uwe
Date: Wed Mar 14 10:38:53 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Compute tag width for the list of options in Argument List Processing,
mandoc *is* up to that. Remove the part of the comment before the
list that was wonder
Module Name:src
Committed By: uwe
Date: Thu Mar 15 01:20:43 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Start adding more gaudy markup. Use .Li or .Dv when referring to
parameters. Use more .Ic and .Ar when defining syntax.
The manual is still rather inconsis
Module Name:src
Committed By: uwe
Date: Fri Mar 16 23:36:13 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Use .Bd -literal for code example.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/bin/sh/sh.1
Please note that diffs are not public do
Module Name:src
Committed By: uwe
Date: Fri Mar 16 23:56:13 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Default values of PS1 and friends have only single space. Use .Li to
typeset them to make that space more visible in PostScript output.
To generate a diff
Module Name:src
Committed By: uwe
Date: Sat Mar 17 00:03:26 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Use .Dv, not .Ev, to refer to LINENO, it's not an environment variable.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/bin/sh/sh.1
Ple
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:03:08 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Cleanup markup in the "Job Control" section.
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/bin/sh/sh.1
Please note that diffs are not
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:32:42 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Cleanup markup in the "Command Line Editing" section.
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/bin/sh/sh.1
Please note that diff
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:40:28 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Tweak "ulimit" synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/bin/sh/sh.1
Please note that diffs are not public domain; they
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:53:06 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Drop "show or set the limit on" legalese from the description of each
and every option to ulimit built-in. The show-or-set text is already
supplied *both* be
Module Name:src
Committed By: uwe
Date: Tue May 1 09:03:49 UTC 2018
Modified Files:
src/usr.sbin/vnconfig: vnconfig.8
Log Message:
Fix missed s/vnconfig/vndconfig/ in an example.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/vnconfig/vnconfi
Module Name:src
Committed By: uwe
Date: Mon May 7 23:42:13 UTC 2018
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
Fix unsigned wraparound on window size calculations.
This is another instance where tp->rcv_adv - tp->rcv_nxt can wrap
around after successful z
Module Name:src
Committed By: uwe
Date: Fri May 25 20:48:54 UTC 2018
Modified Files:
src/etc/defaults: rc.conf
Log Message:
Provide resize_disklabel=NO default. Used by arm images and is not
part of the stock rc.d yet. This silences rc when you delete the
whole resize_*
Module Name:src
Committed By: uwe
Date: Sun May 27 12:24:36 UTC 2018
Modified Files:
src/sys/ddb: db_panic.c
Log Message:
Add missing $NetBSD$ comment at the beginning.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/ddb/db_panic.c
Please note that d
Module Name:src
Committed By: uwe
Date: Wed May 30 23:24:13 UTC 2018
Modified Files:
src/share/man/man7: signal.7
Log Message:
Shorten pleonastic "by the tty driver tty(4)".
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man7/signal.7
Please
Module Name:src
Committed By: uwe
Date: Wed May 30 23:41:44 UTC 2018
Modified Files:
src/share/man/man7: signal.7
Log Message:
Avoid widowed signal numbers.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man7/signal.7
Please note that diffs
Module Name:src
Committed By: uwe
Date: Tue Jun 5 21:11:50 UTC 2018
Modified Files:
src/sys/dev/wscons: wsemul_vt100_subr.c
Log Message:
PR kern/53245 - support SGR 39 (default foreground) and 49 (background).
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.2
Module Name:src
Committed By: uwe
Date: Wed Jun 6 22:56:25 UTC 2018
Modified Files:
src/sys/arch/macppc/stand/ofwboot: Locore.c Makefile boot.c
Log Message:
Provide an option to use libsa allocator. Not yet enabled. Same
binary code is generated.
To enable uncomment -D
Module Name:src
Committed By: uwe
Date: Wed Jun 6 23:50:29 UTC 2018
Modified Files:
src/sys/arch/macppc/stand/ofwboot: Locore.c openfirm.h
Log Message:
Provide commented out OF_enter() that comes in handy when debugging.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: uwe
Date: Wed Jun 13 02:09:09 UTC 2018
Modified Files:
src/sys/dev/wscons: wsevent.c
Log Message:
wsevent_copyout_events50 - don't leak garbage from the kernel stack.
On 64-bit machines struct timespec50 has padding between 32-bit tv_sec
and
Module Name:src
Committed By: uwe
Date: Thu Jun 14 10:30:56 UTC 2018
Modified Files:
src/sys/compat/sys: time_types.h
src/sys/dev/wscons: wsevent.c
Log Message:
timespec_to_timespec50 - don't leak kernel memory in struct padding.
On 64-bit machines struct timespec
Module Name:src
Committed By: uwe
Date: Fri Jun 15 21:51:32 UTC 2018
Modified Files:
src/share/man/man9: specificdata.9
Log Message:
Fix pasto in .Dt title
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/specificdata.9
Please note that dif
Module Name:src
Committed By: uwe
Date: Fri Jun 15 22:07:14 UTC 2018
Modified Files:
src/sys/arch/powerpc/powerpc: trap.c
Log Message:
In mtmsr emulation ignore PSL_VEC we set in mfmsr emulation just
above, as it freaks out PSL_USEROK_P(). This is also congruent with
how
Module Name:src
Committed By: uwe
Date: Fri Jun 15 23:11:39 UTC 2018
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
Fix fmttab value for L2CR_L2PE (parity enabled) so that we don't print
self-contradictory "no parity parity enabled".
To generate a diff
Module Name:src
Committed By: uwe
Date: Tue Jun 19 21:21:04 UTC 2018
Modified Files:
src/sys/dev/pckbport: alps.c
Log Message:
Use PMS_SEND_DEV_STATUS for E9 instead of PMS_GET_SCALE (also defined
as E9). This is more readable and is congruent with other drivers.
Same obj
Module Name:src
Committed By: uwe
Date: Tue Jun 19 21:47:28 UTC 2018
Modified Files:
src/sys/dev/pckbport: alps.c
Log Message:
When E6 signature is checked, ignore pressed buttons.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pckbport/alps.c
P
Module Name:src
Committed By: uwe
Date: Tue Jun 19 22:53:17 UTC 2018
Modified Files:
src/sys/dev/pckbport: alps.c
Log Message:
If the first byte of E7 signature is not 0x73, it's not an ALPS
device, so don't complain we failed to initialize it. Still need a
reset, b/c the
Module Name:src
Committed By: uwe
Date: Tue Jun 19 23:03:28 UTC 2018
Modified Files:
src/sys/dev/pckbport: alps.c
Log Message:
Don't pass response buffer to the reset command since we are not
interested in it (pckbport_poll_cmd() is smart enough).
To generate a diff of t
Module Name:src
Committed By: uwe
Date: Tue Jun 19 23:25:59 UTC 2018
Modified Files:
src/sys/dev/pckbport: alps.c
Log Message:
Make the error message from pms_alps_probe_init() an error again now
that we don't misidentify almost anything as an ALPS device. Reset if
E6 che
Module Name:src
Committed By: uwe
Date: Thu Feb 2 21:11:25 UTC 2017
Modified Files:
src/sys/arch/landisk/landisk: machdep.c
Log Message:
It's completely bogus to pass physmem (i.e. the memory size) as the
"start" parameter to uvm_page_physload(). I guess it never explode
Module Name:src
Committed By: uwe
Date: Thu Feb 2 21:17:40 UTC 2017
Modified Files:
src/sys/arch/sh3/sh3: pmap.c
Log Message:
pmap_steal_memory - s/start/avail_start/ to fix mistake in the hotplug
conversion. The kernel now panics (can't unplug memory from the
middle of
Module Name:src
Committed By: uwe
Date: Thu Feb 2 21:22:08 UTC 2017
Modified Files:
src/sys/uvm: uvm_physseg.c
Log Message:
Add missing spaces in split string literals.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/uvm/uvm_physseg.c
Please note th
Module Name:src
Committed By: uwe
Date: Thu Feb 2 21:35:29 UTC 2017
Modified Files:
src/sys/arch/sh3/sh3: pmap.c
Log Message:
pmap_steal_memory - a few more s/start/avail_start/ fixes for the
hotplug conversion.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1
Module Name:src
Committed By: uwe
Date: Thu Feb 2 21:57:03 UTC 2017
Modified Files:
src/sys/arch/landisk/landisk: machdep.c
Log Message:
Pass kernend as the start parameter to uvm_page_physload(). This
fixes pmap_steal_memory() as it can now unplug from the start of the
Module Name:src
Committed By: uwe
Date: Mon Feb 6 23:45:49 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
Use ELFOSABI_LINUX instead of a magic number.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/compat/li
Module Name:src
Committed By: uwe
Date: Sat Feb 11 19:35:45 UTC 2017
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Don't use slow file_exists_exact if we don't have to.
file_exists_exact function was introduced in 1.26 for the benefit of
cross-buildin
Module Name:src
Committed By: uwe
Date: Sun Feb 12 21:52:46 UTC 2017
Modified Files:
src/sys/kern: exec_elf.c
Log Message:
netbsd_elf_signature - look at note segments (phdrs) not note
sections. They point to the same data in the file, but sections are
for linkers and are
Module Name:src
Committed By: uwe
Date: Mon Apr 17 17:44:48 UTC 2017
Modified Files:
src/sys/lib/libsa: loadfile_elf32.c
Log Message:
Don't hide first = 1 assignment inside for(), that just obscures the
loop. Same object code is generated.
To generate a diff of this com
Module Name:src
Committed By: uwe
Date: Mon Apr 17 18:06:30 UTC 2017
Modified Files:
src/sys/lib/libsa: loadfile_elf32.c
Log Message:
Section at index 0 is SHN_UNDEF. When searching for symbol sections
skip it and start with index 1.
To generate a diff of this commit:
c
Module Name:src
Committed By: uwe
Date: Tue Apr 18 06:39:54 UTC 2017
Modified Files:
src/sys/lib/libsa: loadfile_elf32.c
Log Message:
Move deallocation of shstrsz inside the block where it is allocated.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sy
Module Name:src
Committed By: uwe
Date: Tue Apr 18 07:44:21 UTC 2017
Modified Files:
src/sys/lib/libsa: loadfile_elf32.c
Log Message:
Swap arguments to strncmp() so that the thing we are testing, the
section name, comes first; and so that the length of the string
constant
Module Name:src
Committed By: uwe
Date: Thu Apr 20 18:39:29 UTC 2017
Modified Files:
src/sys/arch/macppc/stand/ofwboot: Makefile
Log Message:
Group CLEANFILES assignments.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/macppc/stand/ofwboot/Mak
Module Name:src
Committed By: uwe
Date: Thu Apr 20 18:53:12 UTC 2017
Modified Files:
src/sys/arch/macppc/stand/fixcoff: elf32_powerpc_merge.x
Log Message:
Merge .eh_frame_hdr and .eh_frame into .text
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/s
Module Name:src
Committed By: uwe
Date: Thu Apr 20 19:09:29 UTC 2017
Modified Files:
src/sys/arch/macppc/stand: Makefile.inc
src/sys/arch/macppc/stand/bootxx: Makefile
src/sys/arch/macppc/stand/ofwboot: Makefile
Log Message:
Quash .eh_frame unwind tables in
Module Name:src
Committed By: uwe
Date: Thu Apr 27 08:37:15 UTC 2017
Modified Files:
src/libexec/ld.elf_so: reloc.c
Log Message:
PR port-macppc/47464 - Old binutils generated bogus zero-sized COPY
relocations for _SDA_BASE_ and _SDA2_BASE_ that happened to work by
accident
Module Name:src
Committed By: uwe
Date: Thu Jun 8 15:59:45 UTC 2017
Modified Files:
src/lib/libc/stdio: fgetln.c fgetstr.c getdelim.c
Log Message:
Don't use "NULL" to talk about null-terminated strings.
The C standard seems to be inconsistent about dash vs. space. Old
t
Module Name:src
Committed By: uwe
Date: Tue Jun 20 23:20:01 UTC 2017
Modified Files:
src/sys/arch/sh3/sh3: exception.c
Log Message:
Use vmspace::vm_minsaddr instead of hardcoding USRSTACK.
Requested by joerg@.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65
Module Name:src
Committed By: uwe
Date: Thu Jun 22 18:39:04 UTC 2017
Modified Files:
src/sys/arch/landisk/conf: files.landisk
Log Message:
Merge define obio {} + device obio into single device obio {...}
Same ioconf.c is generated.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: uwe
Date: Thu Jun 22 20:11:17 UTC 2017
Modified Files:
src/sys/arch/landisk/conf: files.landisk
Log Message:
Merge define/device mainbus too. Same ioconf.c is generated.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/ar
Module Name:src
Committed By: uwe
Date: Thu Jul 13 16:46:43 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
Add myself to sh3.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/doc/RESPONSIBLE
Please note that diffs are not public domain; th
Module Name:src
Committed By: uwe
Date: Thu Jul 13 19:10:59 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
Claim responsibility for landisk too.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/doc/RESPONSIBLE
Please note that diffs are no
Module Name:src
Committed By: uwe
Date: Thu Jul 20 01:13:47 UTC 2017
Modified Files:
src/tests/lib/libc/arch/sh3: return_one.S
Log Message:
Don't execute random garbage. Fixes mprotect_mremap_exec test.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tes
Module Name:src
Committed By: uwe
Date: Tue Jul 25 21:26:56 UTC 2017
Modified Files:
src/tests/lib/libm: t_fe_round.c
Log Message:
Revert previous as it breaks at least sparc and hpcsh builds.
nearbyint() is not included in libm on all platforms.
To generate a diff of th
Module Name:src
Committed By: uwe
Date: Wed Aug 2 00:58:18 UTC 2017
Modified Files:
src/sys/dev/hpc: hpf1275a_tty.c
Log Message:
Fix the previous fix that doesn't even compile.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/hpc/hpf1275a_tty.c
Module Name:src
Committed By: uwe
Date: Fri Aug 4 20:17:45 UTC 2017
Modified Files:
src/sys/netinet: in.c
Log Message:
Fix it's -> its in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/sys/netinet/in.c
Please note that diffs are not publ
Module Name:src
Committed By: uwe
Date: Mon Aug 7 22:08:12 UTC 2017
Modified Files:
src/sbin/shutdown: shutdown.c
Log Message:
Use NULL instead of 0 for null pointer.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sbin/shutdown/shutdown.c
Please note
Module Name:src
Committed By: uwe
Date: Mon Aug 7 23:42:11 UTC 2017
Modified Files:
src/sys/arch/hpcsh/dev: pfckbd.c
Log Message:
Don't reschedule the callout in the scanning function itself, as that
conflicts with using the same function for polled console.
Makes early
Module Name:src
Committed By: uwe
Date: Mon Aug 7 23:57:40 UTC 2017
Modified Files:
src/sys/dev/hpc: hpckbd.c
Log Message:
XXX: On hpcsh only - bring back old incorrect hpckbd_keymap_setup()
fixed in 1.31. The old one with UNCONST does work on hpcsh b/c the
kernel is dir
Module Name:src
Committed By: uwe
Date: Fri Sep 8 20:36:56 UTC 2017
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
Drop support for KTRFACv0 (NetBSD 3) and KTRFACv1 (NetBSD 5).
Note that on 32-bit platforms it probably never worked anyway because
header size chan
Module Name:src
Committed By: uwe
Date: Fri Sep 8 21:09:29 UTC 2017
Modified Files:
src/usr.bin/kdump: kdump.1 kdump.c
Log Message:
Option -E to display elapsed timestamps (time since beginning of trace).
Option name from FreeBSD. While here, make it possible to use a
c
Module Name:src
Committed By: uwe
Date: Fri Sep 8 21:45:08 UTC 2017
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
Print negative time offsets correctly. Provide an exegetical quote
from riastradh@, slightly edited to fit the metre.
To generate a diff of this
Module Name:src
Committed By: uwe
Date: Mon Oct 2 00:55:55 UTC 2017
Modified Files:
src/sys/arch/macppc/stand/fixcoff: elf32_powerpc_merge.x
Log Message:
PR port-macppc/52564: revert previous and use a different workaround.
The .eh_frame has nothing to do with it, especi
Module Name:src
Committed By: uwe
Date: Mon Oct 2 01:03:31 UTC 2017
Modified Files:
src/sys/arch/macppc/stand/fixcoff: elf32_powerpc_merge.x
Log Message:
Add cvs id keyword.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/sys/arch/macppc/stand/fixc
Module Name:src
Committed By: uwe
Date: Sat Oct 17 00:35:25 UTC 2015
Modified Files:
src/lib/libcurses: toucholap.c
Log Message:
Fix x/y edito.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libcurses/toucholap.c
Please note that diffs are not pub
Module Name:src
Committed By: uwe
Date: Mon Oct 26 23:09:50 UTC 2015
Added Files:
src/lib/libpanel: Makefile _deck.c above.c below.c bottom.c del.c
getuser.c hidden.c hide.c move.c new.c panel.h panel_impl.h
replace.c setuser.c shlib_version show.c t
Module Name:src
Committed By: uwe
Date: Tue Oct 27 23:13:18 UTC 2015
Modified Files:
src/lib/libpanel: Makefile
Added Files:
src/lib/libpanel: panel.3
Log Message:
Manual page for libpanel.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpa
Module Name:src
Committed By: uwe
Date: Tue Oct 27 23:42:55 UTC 2015
Added Files:
src/lib/libpanel: move_panel.3 new_panel.3 panel_above.3 panel_hidden.3
panel_userptr.3 update_panels.3
Log Message:
Skeleton manual pages for libpanel functions. No content yet.
Module Name:src
Committed By: uwe
Date: Wed Oct 28 02:23:50 UTC 2015
Modified Files:
src/lib/libpanel: move_panel.3 new_panel.3 panel_above.3 panel_hidden.3
panel_userptr.3
Log Message:
Provide descriptions of panel functions.
To generate a diff of this commi
Module Name:src
Committed By: uwe
Date: Thu Oct 29 02:33:46 UTC 2015
Modified Files:
src/lib/libpanel: new_panel.3
Log Message:
Fix typo missed by wizd(8).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpanel/new_panel.3
Please note that diffs ar
Module Name:src
Committed By: uwe
Date: Thu Oct 29 02:36:01 UTC 2015
Modified Files:
src/lib/libpanel: update_panels.3
Log Message:
Document update_panels().
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpanel/update_panels.3
Please note that di
Module Name:src
Committed By: uwe
Date: Sun Nov 1 01:40:23 UTC 2015
Modified Files:
src/lib/libpanel: above.c below.c panel_above.3
Log Message:
panel_below(NULL) returns the top panel.
panel_above(NULL) returns the bottom panel.
To generate a diff of this commit:
cvs r
Module Name:xsrc
Committed By: uwe
Date: Mon Feb 22 23:57:51 UTC 2016
Modified Files:
xsrc/external/mit/xdm/dist/man: xdm.man
Log Message:
Protect comments in Xaccess file example from being eaten by the
C preprocessor.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:xsrc
Committed By: uwe
Date: Tue Feb 23 00:27:11 UTC 2016
Modified Files:
xsrc/external/mit/xdm/dist/man: xdm.man
Log Message:
Use \e for backslash in resource examples.
We try to trick the C preprocessor by adding a space after \\ at the
end of line, but that
Module Name:src
Committed By: uwe
Date: Tue Mar 1 10:29:40 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sh3 to the new binutils and gdb. Lightly tested on landisk.
sh3eb compile-tested only.
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: uwe
Date: Thu Mar 3 01:39:17 UTC 2016
Modified Files:
src/sys/kern: kern_time.c
Log Message:
Don't leak garabage from the kernel stack on sleep(0) and equivalents.
Hat tip to perl's ext/POSIX/t/wrappers.t
To generate a diff of this commit:
Module Name:src
Committed By: uwe
Date: Sat Mar 5 19:48:56 UTC 2016
Modified Files:
src/bin/cp: cp.c
Log Message:
The '-i' flag should work regardless of whether the standard input is
a terminal. The Open Group notes this historic behavior and correctly
notes that it doe
201 - 300 of 637 matches
Mail list logo