CVS: cvs.openbsd.org: src

2015-02-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/07 16:23:03 Modified files: sys/arch/amd64/stand/cdbr: Makefile Log message: Add the .orig file to CLEANFILES

CVS: cvs.openbsd.org: src

2015-02-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/06 15:12:19 Modified files: sys/arch/sgi/sgi: sginode.c Log message: Fix bios_printf format specifier in debug code.

CVS: cvs.openbsd.org: src

2015-02-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/06 15:11:49 Modified files: sys/arch/mips64/include: arcbios.h Log message: Add __attribute__((__format__(__kprintf__))) to bios_printf()

CVS: cvs.openbsd.org: src

2015-02-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/06 17:20:53 Modified files: sys/arch/vax/include: cpu.h Log message: Shrink the I/O map from 64KB to 16KB. This map is only used for smaller-than-a-logical-page allocations, while logical page size

CVS: cvs.openbsd.org: src

2015-02-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/06 21:57:22 Modified files: lib/csu/mips64 : md_init.h Log message: argc is passed as a long by the kernel, define it as such to match what other ports do.

CVS: cvs.openbsd.org: src

2015-02-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/06 18:37:30 Modified files: games/hangman : extern.c hangman.6 hangman.h ksyms.c main.c playgame.c setup.c Log message: By popular demand, allow any ELF file to be passed

CVS: cvs.openbsd.org: src

2015-02-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/06 19:56:00 Modified files: games/hangman : ksyms.c Log message: Ignore ELF symbols containing dots or dollar signs. Suggested by millert@

CVS: cvs.openbsd.org: src

2015-02-05 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/05 05:04:58 Modified files: sys/dev/ic : z8530tty.c sys/arch/sparc/dev: zs.c sys/arch/sparc64/dev: zs.c Log message: Do what the comments suggest and check for

CVS: cvs.openbsd.org: src

2015-02-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/01 03:50:01 Modified files: sys/arch/vax/vax: locore.S Log message: Pass the correct machine check frame to the machine check handler. This bug was 12 days away from having lived for 20 years.

CVS: cvs.openbsd.org: src

2015-02-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/01 06:18:32 Modified files: sys/arch/vax/mbus: uba_mbus.c Log message: Do not write to the doorbell register at uba attach time - this causes a bus error which triggers a machine check, but this was

CVS: cvs.openbsd.org: src

2015-02-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/02/01 08:27:12 Modified files: sys/arch/vax/if: if_de.c sys/arch/vax/include: ka650.h sys/arch/vax/mbus: uba_mbus.c sys/arch/vax/qbus: uba.c ubavar.h sys/arch/vax/uba:

CVS: cvs.openbsd.org: src

2015-01-26 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/26 13:25:38 Modified files: sys/arch/sparc64/dev: creator.c Log message: Print frame buffer resolution at attach time.

CVS: cvs.openbsd.org: src

2015-01-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/24 03:39:21 Modified files: regress/usr.bin/ssh/unittests/kex: Makefile Log message: Move -lz late in the linker commandline for things to build on static arches.

CVS: cvs.openbsd.org: src

2015-01-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/22 14:17:43 Modified files: lib/libm/src : e_expf.c Log message: Possibly uninitialized variable. From Clang via dhill.

CVS: cvs.openbsd.org: src

2015-01-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/22 14:18:56 Modified files: lib/libm/src : e_asin.c e_asinf.c Log message: Fix logic botch causing warnings with Clang. Reported by dhill, matches similar changes in FreeBSD a few years ago.

CVS: cvs.openbsd.org: src

2015-01-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/21 13:05:29 Modified files: distrib/sparc/ramdisk: list.local sys/arch/sparc/conf: RAMDISK Log message: By popular demand, put NFS, ipv6 and vlan support in sparc installation media. ok

CVS: cvs.openbsd.org: src

2015-01-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/20 00:00:05 Modified files: etc/etc.amd64 : sysctl.conf etc/etc.i386 : sysctl.conf Log message: Change the machdep.lidsupsend example now that the default setting has been inverted.

CVS: cvs.openbsd.org: src

2015-01-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/19 12:46:55 Modified files: gnu/lib/libiberty/src: argv.c Log message: Prefer strdup() to malloc() + strcpy() and ftello() to ftell() ok deraadt@ guenther@ millert@

CVS: cvs.openbsd.org: src

2015-01-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/19 11:01:11 Modified files: usr.sbin/eeprom: main.c Log message: sparc also needs machine/param.h for CPU_SUN*.

CVS: cvs.openbsd.org: src

2015-01-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/19 11:38:41 Modified files: sys/dev: spdmem.c Log message: Remove dead store causing clang to warn; dhill

CVS: cvs.openbsd.org: src

2015-01-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/19 13:25:36 Modified files: usr.bin/nm : elf.c Log message: Missing initialization; tjena...@speedmail.se

CVS: cvs.openbsd.org: src

2015-01-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/19 13:16:10 Modified files: sys/dev/usb: ukbd.c Log message: `wellspring' Apple keyboards found on Macbook Air need slightly different processing for Fn-key chords. From William Orr

CVS: cvs.openbsd.org: src

2015-01-18 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/18 07:01:54 Modified files: sys/kern : vfs_bio.c Log message: Revert 1.166 (but keep the bufq_wait() interface change), for this is wrong and the bufq pointer might be NULL at the time it is

Re: CVS: cvs.openbsd.org: src

2015-01-16 Thread Miod Vallat
One more Vienna f2k7 diff trickling back after an eight year vacation. :) As long as the reaper bug does not come back! (don't fear) the reaper.

CVS: cvs.openbsd.org: src

2015-01-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/16 13:17:06 Modified files: sys/arch/luna88k/luna88k: disksubr.c sys/arch/sparc/sparc: disksubr.c sys/arch/sparc64/sparc64: disksubr.c Log message: disklabel_sun_to_bsd() will

CVS: cvs.openbsd.org: src

2015-01-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/16 13:18:24 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: Revert forcing a rachitic `c' slice size when the drive geometry is not known, now that the disklabel code will reduce

CVS: cvs.openbsd.org: src

2015-01-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/16 13:21:40 Modified files: sbin/disklabel : editor.c Log message: Constify the driver name to disk type table, and remove rz and ccd from that list. ok krw@ millert@

CVS: cvs.openbsd.org: src

2015-01-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/15 10:54:14 Modified files: sys/dev/ic : ncr5380sbc.c Log message: Fix subtle breakage for polled commands introduced during iopool conversion.

CVS: cvs.openbsd.org: src

2015-01-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/15 14:17:54 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: Rework the disk label handling once again. Disk label is read at attach time because it teaches us the drive geometry, but from

CVS: cvs.openbsd.org: src

2015-01-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/15 13:48:51 Modified files: usr.sbin/eeprom: eehandlers.c Log message: Be sure to print time_t with the appropriate format specifier. Repairs dump of eeprom variables on sun4.

CVS: cvs.openbsd.org: src

2015-01-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/14 14:17:09 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: When a read or write operation fails on a sector found on the bad block table, be sure to adjust the IOPB data pointer before

CVS: cvs.openbsd.org: src

2015-01-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/14 12:01:00 Modified files: sys/arch/sparc/dev: xd.c xy.c Removed files: sys/arch/sparc/dev: xio.h Log message: Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this,

CVS: cvs.openbsd.org: src

2015-01-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/14 14:14:49 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: When the outcome of the watchdog processing is a reset, do not bother checking further pending requests, since they will be

CVS: cvs.openbsd.org: src

2015-01-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/14 12:02:59 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: Make x[dy]c_e2str return a const char *. Remove obsolete comments in x[dy]dump().

CVS: cvs.openbsd.org: src

2015-01-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/14 14:13:46 Modified files: sys/arch/sparc/dev: xd.c xdvar.h xy.c xyvar.h Log message: Make the special buffer used for the few sector I/O at attach time a per-softc member, rather than a global. No

CVS: cvs.openbsd.org: src

2015-01-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/14 14:35:43 Modified files: sys/arch/sparc/dev: obio.c Log message: Don't forget to register event counter for VME interrupts.

CVS: cvs.openbsd.org: src

2015-01-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/13 13:40:11 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) asking for the device type upon labeling a freshly

CVS: cvs.openbsd.org: src

2015-01-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/12 14:31:06 Modified files: sys/arch/sparc/dev: xd.c xy.c Log message: Fix two 19 years old (since day one) bug in bad144 sector reassignment logic: - when entering bad144 mode, correctly compute

CVS: cvs.openbsd.org: src

2015-01-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/12 14:34:15 Modified files: sys/arch/sparc/dev: si.c Log message: lager - larger (no beer involved)

CVS: cvs.openbsd.org: src

2015-01-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/11 11:10:33 Modified files: sys/arch/sparc/stand/common: promdev.c version.c Log message: When using sun4 PROM I/O routines, make sure we never attempt to transfer more than the maximum DMA transfer

CVS: cvs.openbsd.org: src

2015-01-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/11 14:02:55 Modified files: distrib/notes/aviion: hardware distrib/notes/i386: hardware distrib/notes/luna88k: hardware distrib/notes/sparc: hardware install

CVS: cvs.openbsd.org: src

2015-01-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/11 14:24:32 Modified files: sys/arch/sparc/sparc: cache.h Log message: Remove orphaned defines.

CVS: cvs.openbsd.org: src

2015-01-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/04 02:07:44 Modified files: sys/crypto : siphash.h Log message: Use __buffer__ instead of __string__ as the __bounded type. The former causes extra warnings with gcc 3, due to the way we use

CVS: cvs.openbsd.org: src

2015-01-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/04 11:52:46 Modified files: sys/arch/alpha/alpha: cpu.c Log message: EV68CB pass 2.4 is numeric revision 5, as reported by SRM.

CVS: cvs.openbsd.org: src

2015-01-03 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/03 13:44:23 Modified files: sys/arch/alpha/pci: tsp_dma.c Log message: Some bowels of the bus_dma code assume it is ok to perform bitwise operations with the base address of the window, which only

CVS: cvs.openbsd.org: src

2015-01-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/02 12:45:42 Modified files: etc/root : root.mail Log message: Fix dow and apply the usual easter egg.

CVS: cvs.openbsd.org: src

2015-01-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/01/01 12:43:10 Modified files: lib/csu/mips64 : md_init.h Log message: Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the old gp value, which we have no use for. ok kettenis@

CVS: cvs.openbsd.org: src

2014-12-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/30 11:31:21 Modified files: libexec/ld.so/sh: ldasm.S Log message: Clean up and optimize _dl_start a bit by using immediate addressing for the constants whenever they fit, and avoiding saving and

CVS: cvs.openbsd.org: src

2014-12-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/30 12:26:38 Modified files: gnu/gcc/gcc/config/sh: openbsd.h gnu/usr.bin/binutils/ld/emulparams: shelf_obsd.sh lib/csu/sh : md_init.h libexec/ld.so/sh: archdep.h

CVS: cvs.openbsd.org: src

2014-12-28 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/28 22:29:28 Modified files: sys/kern : kern_ktrace.c spec_vnops.c sys/nfs: nfs_subs.c nfs_vnops.c sys/ufs/ffs: ffs_vfsops.c sys/ufs/ufs: ufs_vnops.c

CVS: cvs.openbsd.org: src

2014-12-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/24 11:46:14 Modified files: share/man/man4 : iic.4 share/man/man4/man4.alpha: Makefile tsc.4 sys/arch/alpha/conf: GENERIC files.alpha sys/arch/alpha/pci: tsc.c tsreg.h

CVS: cvs.openbsd.org: src

2014-12-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/24 14:15:30 Modified files: sys/arch/alpha/alpha: trap.c Log message: Partially revert 1.46 and print more details when panicing at the end of trap(). This is expected to reduce loss of hair. ok

CVS: cvs.openbsd.org: src

2014-12-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/24 15:48:28 Modified files: sys/arch/aviion/aviion: bus_dma.c disksubr.c sys/arch/aviion/dev: dma.c vme.c sys/arch/m88k/m88k: softintr.c Log message: Pass real sizes to free().

CVS: cvs.openbsd.org: src

2014-12-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/23 14:20:40 Modified files: sys/arch/vax/mscp: mscp.c Log message: Fix an obvious free() argument misuse which has been there since r1.1.

CVS: cvs.openbsd.org: src

2014-12-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/23 14:39:12 Modified files: sys/arch/vax/if: if_qe.c sys/arch/vax/vax: bus_dma.c softintr.c sys/arch/vax/mbus: legss.c sys/arch/vax/qbus: uda.c sys/arch/vax/vsa:

CVS: cvs.openbsd.org: src

2014-12-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/20 11:15:29 Modified files: sys/lib/libkern: htonl.c htons.c Log message: Replacing machine/endian.h with sys/endian.h does not imply removing sys/types.h. kthxbye

CVS: cvs.openbsd.org: src

2014-12-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/16 11:03:17 Modified files: sys/dev/ic : bwi.c Log message: Protect memory allocation and disposal with splvm(); gets rid of splassert complaints during boot on i386. ok stsp@

CVS: cvs.openbsd.org: src

2014-12-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/16 14:29:05 Modified files: sys/arch/aviion/aviion: av530_machdep.c Log message: Do not grab the kernel lock for clock interrupts, hardclock() will behave correctly without. Modeled after sparc64

CVS: cvs.openbsd.org: src

2014-12-16 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/16 14:29:54 Modified files: distrib/sets/lists/base: md.alpha Log message: sync

CVS: cvs.openbsd.org: src

2014-12-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/15 22:47:28 Modified files: lib/libssl/src/ssl: s3_lib.c tls1.h Log message: Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of the Camellia ciphersuites for TLS 1.2

CVS: cvs.openbsd.org: src

2014-12-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/14 12:55:12 Modified files: libexec/ld.so/m88k: rtld_machine.c Log message: Revert r1.10: properly built shared libraries will never have any DISP26 relocations, but will always call public symbols

CVS: cvs.openbsd.org: src

2014-12-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/14 23:03:15 Modified files: regress/lib/libcrypto/gost: gost2814789t.c Log message: Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on platforms with small MAXTSIZ or

CVS: cvs.openbsd.org: src

2014-12-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/13 07:45:34 Modified files: sys/arch/alpha/stand/netboot: Makefile Log message: Create a MOP version of the network boot loader; verified to boot on DEC 3000.

CVS: cvs.openbsd.org: src

2014-12-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/13 07:45:57 Modified files: etc/etc.alpha : Makefile.inc Log message: Install netboot.mop

CVS: cvs.openbsd.org: src

2014-12-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/13 07:44:59 Modified files: usr.sbin/mopd/common: common.h file.c file.h usr.sbin/mopd/mopa.out: mopa.out.1 mopa.out.c usr.sbin/mopd/mopchk: mopchk.c Log message: Give the mop

CVS: cvs.openbsd.org: src

2014-12-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/13 08:45:53 Modified files: distrib/notes/alpha: contents install Log message: A first shot at MOP boot instructions.

CVS: cvs.openbsd.org: src

2014-12-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/13 09:26:13 Modified files: lib/libarch/alpha: bwx.c Log message: Provide our own copy of {round,trunc}_page() now that uvm's is unreachable from non-_KERNEL code.

CVS: cvs.openbsd.org: src

2014-12-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/11 13:24:48 Modified files: sys/dev/isa: skgpio.c Log message: Do not blindly dereference hw_vendor and hw_prod without checking them for NULL first, for they are not guaranteed to be allocated.

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 06:07:18 Modified files: sys/dev/wsfont : wsfont.c Log message: Bring the 12x22 font in even if SMALL_KERNEL on sgi.

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 06:10:45 Modified files: sys/arch/sgi/hpc: z8530kbd.c Log message: Probe the keyboard for its dip switches also if it is the console keyboard, so that we can select the proper layout

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 06:12:05 Modified files: sys/arch/sgi/hpc: zs.c Log message: Avoid extra space in dmesg

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 08:37:27 Modified files: lib/libssl/src/crypto: arm_arch.h lib/libssl/src/crypto/aes/asm: aes-mips.pl lib/libssl/src/crypto/sha/asm: sha1-mips.pl sha512-mips.pl Log message:

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 08:45:44 Modified files: lib/libcrypto/crypto/arch/mips64: Makefile.inc Log message: Revert to the use of C code for the basic BN routines (bn_add_words, bn_div_words, bn_mul_add_words,

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 08:55:58 Modified files: lib/libssl/src/crypto/aes/asm: aes-mips.pl lib/libssl/src/crypto/sha/asm: sha512-mips.pl Log message: Make sure to load absolute symbol address with `dla'

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 09:07:56 Modified files: lib/libssl/src/crypto/gost: streebog.c Log message: Correctly output the result in STREEBOG512_Final() when running on a big-endian system. *blush*

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 09:35:53 Modified files: sys/arch/sgi/gio: light.c Log message: Remove wrong comment.

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 09:36:46 Modified files: share/man/man4/man4.sgi: light.4 Log message: Colour support has been implemented a while ago.

CVS: cvs.openbsd.org: src

2014-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/07 10:15:56 Modified files: sys/arch/sgi/gio: light.c Log message: Add missing load_font and list_font accessops, as well as crude screen burner support.

CVS: cvs.openbsd.org: src

2014-12-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/04 14:52:08 Modified files: sys/arch/sgi/xbow: xbridge.c Log message: Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() to a dedicated wrapper function, and register

CVS: cvs.openbsd.org: src

2014-12-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/12/02 13:46:19 Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Add brainpool curves to eccurves_default[], accidentally missing from 1.32; from OpenSSL HEAD via Thomas Jakobi.

CVS: cvs.openbsd.org: src

2014-11-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/30 06:47:42 Modified files: usr.sbin/mopd/common: file.c Log message: In mopFileRead(), make sure to never increment e_cursec beyond e_nsec, so that the next call to this function will not access

CVS: cvs.openbsd.org: src

2014-11-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 12:08:42 Modified files: sys/arch/sgi/sgi: ip27_machdep.c l1.c l1.h Log message: Brag about what OS we are running on the LCD panel, if there is one.

CVS: cvs.openbsd.org: src

2014-11-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 13:26:13 Modified files: libexec/ld.so/m88k: rtld_machine.c Log message: When a public symbol in a library is referenced by the main program's plt, the address of the symbol must always resolve

CVS: cvs.openbsd.org: src

2014-11-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/25 13:31:41 Modified files: sys/arch/vax/vax: pmap.c Log message: A few reliability fixes: - protect pv lists with splvm. - try to return as soon as possible from pmap_rmproc(). - correctly maintain

CVS: cvs.openbsd.org: src

2014-11-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/24 09:40:29 Modified files: sys/arch/sgi/sgi: autoconf.c sginode.c Log message: Do not attempt to dereference NULL pointers when encountering an empty SCSI bus on a dual-scsi controller abstraction,

CVS: cvs.openbsd.org: src

2014-11-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/23 07:32:22 Modified files: distrib/sets/lists/base: md.vax Log message: Revert most of 1.686 and fix the remaining discrepancies.

CVS: cvs.openbsd.org: src

2014-11-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/23 22:50:08 Modified files: libexec/ld.so/powerpc: rtld_machine.c Log message: Make the scope of the symbol caching variables added in 1.49 a bit larger so that these don't get reset for every

CVS: cvs.openbsd.org: src

2014-11-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/22 15:48:38 Modified files: sys/arch/sparc/sparc: autoconf.c intr.c share/man/man4/man4.sparc: Makefile sys/arch/sparc/conf: GENERIC RAMDISK SUN4M files.sparc Added files:

CVS: cvs.openbsd.org: src

2014-11-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/22 15:49:44 Modified files: sys/arch/sparc/sparc: locore.s Log message: Be more careful draining the error register and reenabling traps in the sun4m NMI handler; apparently ROSS modules depend upon

CVS: cvs.openbsd.org: src

2014-11-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/22 15:58:09 Modified files: share/man/man4/man4.sparc: Makefile eccmemctl.4 Added files: share/man/man4/man4.sparc: memreg.4 Log message: Boiler-plate manpage for memreg(4/sparc) as well.

CVS: cvs.openbsd.org: src

2014-11-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/20 12:19:09 Modified files: lib/libcrypto/crypto: Makefile Log message: Oops, make sure camellia is compiled on platforms without an arch-specific Makefile.inc (i.e. landisk and m88k)

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 12:41:25 Modified files: sys/arch/sparc/stand/common: netif_sun.c Log message: No boot block code shall include string.h.

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 12:58:40 Modified files: sys/lib/libsa : bootp.c cd9660.c Log message: Sprinkle const in static (internal) routines.

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 12:59:39 Modified files: sys/lib/libsa : ether.c Log message: Ansify.

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 12:59:02 Modified files: sys/lib/libsa : tftp.h Log message: Remove braindead prototype for a nonexistent function.

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 12:59:25 Modified files: sys/lib/libsa : saerrno.h Log message: Make the past-ELAST libsa-specific errno values contiguous.

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 13:02:50 Modified files: sys/arch/macppc/stand/boot.mac: Makefile sys/arch/macppc/stand/ofwboot: Makefile Log message: Add netudp.c here too for consistency, even though this code ends

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 13:01:36 Modified files: sys/lib/libsa : Makefile net.c sys/arch/aviion/stand/libsa: Makefile sys/arch/sparc/stand/libsa: Makefile sys/arch/sparc64/stand/libsa: Makefile

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 13:10:01 Modified files: sys/arch/amd64/stand/pxeboot: Makefile sys/arch/i386/stand/pxeboot: Makefile Added files: sys/arch/amd64/stand/pxeboot: pxe_udp.c

CVS: cvs.openbsd.org: src

2014-11-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/19 13:28:56 Modified files: sys/lib/libsa : dkcksum.c ether.c getfile.c in_cksum.c net.c net.h nfs.c nfs.h readdir.c saerrno.h stand.h strerror.c

<    4   5   6   7   8   9   10   11   12   13   >