CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 07:26:42 Modified files: sbin/pdisk : partition_map.c Log message: Conform to Apple Mac OS X's behaviour of setting dpme_flags on free partitions to 0, and setting them to VALID | ALLOCATED

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 07:48:20 Modified files: sbin/pdisk : dump.c partition_map.c partition_map.h Log message: Rename struct partition_map to struct entry. No change to .o files.

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 07:54:38 Modified files: sbin/pdisk : dump.c dump.h partition_map.c partition_map.h pdisk.c Log message: Rename struct partition_map_header to struct partition_map.

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 08:06:37 Modified files: sbin/pdisk : dump.c partition_map.c partition_map.h Log message: Shorter names means a few whitespace adjustments.

CVS: cvs.openbsd.org: src

2016-01-29 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2016/01/29 01:06:27 Modified files: usr.sbin/smtpd : filter.c Log message: Remove the query queueing mechanism. It's useless since pipelining is not supported anyway. ok sunil@ gilles@

CVS: cvs.openbsd.org: src

2016-01-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/01/29 04:50:40 Modified files: bin/ksh: NOTES lib/libssl/src/doc/apps: s_client.pod s_time.pod sbin/growfs: growfs.c sys/uvm: uvm_pmemrange.c

CVS: cvs.openbsd.org: src

2016-01-29 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2016/01/29 03:49:53 Modified files: usr.sbin/smtpd : filter.c Log message: Simplify code: hasrun is confusing and useless. There is no way filter_drain_query() can be called when the ->current filter is

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 05:16:41 Modified files: sbin/pdisk : partition_map.c Log message: Conform to Apple Mac OS X's behaviour of not giving 'Apple_Free' partitions a name. Nuke kFreeName.

CVS: cvs.openbsd.org: src

2016-01-29 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2016/01/29 03:45:38 Modified files: usr.bin/audioctl: audioctl.1 Log message: We're not allowed to change audio parameters while the device is in use by another program. Explain that and remove wrong

CVS: cvs.openbsd.org: src

2016-01-29 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2016/01/29 05:43:38 Modified files: usr.sbin/smtpd : filter.c Log message: remove unused field

CVS: cvs.openbsd.org: src

2016-01-29 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2016/01/29 04:13:56 Modified files: usr.bin/tmux : grid.c input.c tmux.1 tmux.h tty-term.c tty.c Log message: Support for RGB colour, using the extended cell mechanism to avoid wasting unnecessary space.

CVS: cvs.openbsd.org: src

2016-01-29 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2016/01/29 03:23:56 Modified files: usr.bin/audioctl: audioctl.c Log message: Display play and record parameters that are not independent as a single variable (this corresponds to the way the audio driver

CVS: cvs.openbsd.org: src

2016-01-29 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/01/29 09:13:17 Modified files: usr.bin/less : less.h Log message: sort includes from Michael Reed

CVS: cvs.openbsd.org: src

2016-01-29 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2016/01/29 08:14:23 Modified files: sys/dev: audio.c Log message: Move the AUDIO_GETDEV ioctl in its own routine.

CVS: cvs.openbsd.org: src

2016-01-29 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2016/01/29 09:24:22 Modified files: usr.bin/aucat : aucat.c Log message: Check that byte order is native only if we're using more than one byte per sample, check that samples are lsb-aligned only if

CVS: cvs.openbsd.org: src

2016-01-29 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/01/29 09:10:48 Modified files: usr.bin/less : less.h Log message: remove unneeded CHAR_BIT macro from Michael Reed

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 10:34:08 Modified files: sbin/pdisk : partition_map.c Log message: Warn of partitions extending past the end of the media.

CVS: cvs.openbsd.org: src

2016-01-29 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/01/29 10:11:58 Modified files: sys/dev/i2c: ihidev.c Log message: use hid_desc fields since we have them, instead of manual offsets into hid_desc_buf tested by jsg

CVS: cvs.openbsd.org: src

2016-01-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/01/29 10:23:21 Modified files: lib/libedit: Makefile el.h Added files: lib/libedit: keymacro.c keymacro.h terminal.c terminal.h Removed files: lib/libedit: key.c

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 10:22:44 Modified files: sbin/pdisk : dump.c Log message: Tweak printing of partitions. Always show the pblock info in the 'p' command output. And always show the lblock info in the 'P'

CVS: cvs.openbsd.org: src

2016-01-29 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/01/29 16:53:08 Modified files: usr.sbin/rcctl : rcctl.8 Log message: whitespace fixes; ok ajacoutot

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 17:48:45 Modified files: . : groups.html Log message: sync

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 17:47:47 Modified files: build : groups.dat Log message: add semibug, from michael w. lucas

CVS: cvs.openbsd.org: src

2016-01-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/01/29 18:02:04 Modified files: sys/dev/pci: pcidevs Log message: correct the string for 82801HBM RAID

CVS: cvs.openbsd.org: src

2016-01-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/01/29 18:02:39 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 15:51:43 Modified files: sbin/pdisk : dpme.h dump.c file_media.c file_media.h partition_map.c partition_map.h Log message: Fold struct block0 into struct partition

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 16:18:25 Modified files: . : events.html Log message: fix UAOUG link; requested by sergey prysiazhnyi

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 18:25:48 Modified files: . : groups.html Log message: sync

CVS: cvs.openbsd.org: src

2016-01-29 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2016/01/29 16:04:46 Modified files: usr.bin/ssh: clientloop.c Log message: Remove leftover roaming dead code. ok djm markus.

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 16:29:44 Modified files: build : groups.dat Log message: if your contact email address bounces, you get removed from this page. while here, fix the location of two groups per their

Re: CVS: cvs.openbsd.org: www

2016-01-29 Thread TJ
> CVSROOT: /cvs > Module name: www > Changes by: t...@cvs.openbsd.org2016/01/29 16:29:44 > > Modified files: > build : groups.dat > > Log message: > if your contact email address bounces, you get removed from this page. > while here, fix the location of two groups per

CVS: cvs.openbsd.org: src

2016-01-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/01/29 17:06:39 Modified files: lib/libedit: chared.c common.c el.c el.h eln.c emacs.c filecomplete.c map.c parse.c prompt.c read.c

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 16:30:56 Modified files: . : groups.html Log message: sync

CVS: cvs.openbsd.org: src

2016-01-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/01/29 19:52:41 Modified files: lib/libedit: chared.c terminal.c tty.c Log message: delete "#ifdef notdef" code that is no longer present in NetBSD; no change in the generated source files

CVS: cvs.openbsd.org: src

2016-01-29 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2016/01/29 22:38:26 Modified files: sbin/ping : ping.c sbin/ping6 : ping6.c Log message: ping, ping6: corrects -E (audible beep when no packet is received before the next packet is

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 17:35:46 Modified files: . : grp-tmpl.txt Log message: remove a redundant line.

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 18:25:14 Modified files: build : groups.dat Log message: add abieber's cobug and tidy up a few bits.

CVS: cvs.openbsd.org: src

2016-01-29 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/29 11:49:06 Modified files: sys/dev/pv : xen.c xenstore.c xenvar.h if_xnf.c Log message: Cleanup XenStore API Turns out that we want to let devices choose whether they're issuing XenStore

CVS: cvs.openbsd.org: www

2016-01-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/29 12:03:31 Modified files: . : books.html Log message: bit of cleanup and modernization: books about bind and sudo certainly aren't "openbsd-specific" anymore, remove a duplicate

CVS: cvs.openbsd.org: src

2016-01-29 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/29 12:04:30 Modified files: sys/dev/pci: xspd.c sys/dev/pv : xen.c xenstore.c xenvar.h Log message: Add support for XS_WATCH: XenStore notification facility After configuring a

CVS: cvs.openbsd.org: src

2016-01-29 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/29 12:12:26 Modified files: sys/dev/pv : xen.c xenvar.h Log message: Add support for "control/shutdown" power management facility At the moment only "poweroff" and "reboot" actions are

CVS: cvs.openbsd.org: src

2016-01-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/01/29 12:32:34 Modified files: lib/libedit: el.c el.h keymacro.c keymacro.h map.c read.c terminal.c terminal.h tty.c Log message: Second step in synching with

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 11:40:08 Modified files: sbin/pdisk : io.c Log message: Base 10 should be enough for anybody! Allowing hex and octal number input for partition id's, partition starting points and partition

CVS: cvs.openbsd.org: src

2016-01-29 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/29 13:18:17 Modified files: sbin/pdisk : pdisk.c Log message: Add do_dump_map() to make command processing more consistent. Pass 1/0 (a.k.a. vverbose/not verbose) do do_dump_map() to

CVS: cvs.openbsd.org: src

2016-01-29 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2016/01/29 13:14:08 Modified files: usr.sbin/rcctl : rcctl.8 Log message: Use apmd instead of ntpd in the example since the later is on by default.

CVS: cvs.openbsd.org: www

2016-01-29 Thread Aaron Bieber
CVSROOT:/cvs Module name:www Changes by: abie...@cvs.openbsd.org 2016/01/29 13:28:11 Modified files: . : 59.html Log message: Update node version. OK kili@

CVS: cvs.openbsd.org: src

2016-01-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/01/29 14:23:11 Modified files: usr.sbin/lpr/lpd: printjob.c Log message: Remove code that has been disabled for almost 20 years: No need for bauds structure, since handled by cfsetspeed. >From Chris