CVS: cvs.openbsd.org: src

2009-08-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/09 00:45:49 Modified files: sbin/mount_msdos: mount_msdos.8 Log message: document fat permissions a little better, based on some notes from martynas feedback/ok sobrado martynas

CVS: cvs.openbsd.org: src

2009-08-09 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/08/09 02:16:53 Modified files: sys/arch/sgi/pci: macepcibridge.c Log message: Clear the upper part of 64 bit memory BARs, for they show up as 0x otherwise. Found the hard way by jasper@,

CVS: cvs.openbsd.org: src

2009-08-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/08/09 02:34:17 Modified files: usr.bin/tmux : cfg.c Log message: Don't leak in the (rare) case of an invalid command at the end of a file not terminated by a \n.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/08/09 03:44:21 Modified files: gnu/usr.bin/binutils/binutils: rddbg.c Log message: Do not access s[strlen(s) - 1] without checking first that s is not an empty string.

CVS: cvs.openbsd.org: www

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/08/09 03:45:30 Modified files: . : lyrics.html Log message: fix link

CVS: cvs.openbsd.org: www

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/08/09 03:45:39 Modified files: . : items.html Added files: images : openbsd46_cover.gif Removed files: images : openbsdcover46_cover.gif Log message: move

CVS: cvs.openbsd.org: www

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/08/09 03:56:40 Modified files: . : 46.html Log message: another bnx type

CVS: cvs.openbsd.org: src

2009-08-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2009/08/09 03:55:03 Modified files: sys/dev/pci: isp_pci.c Log message: Get node and port WWN's from the Open Firmware tree on sparc64 if they are provided. ok dlg@, krw@

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 03:59:23 Modified files: sys/dev/pci: ppbreg.h Log message: spelling error

CVS: cvs.openbsd.org: src

2009-08-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2009/08/09 04:09:13 Modified files: sys/net: if_tun.c Log message: Tag packets into correct rdomain in tunwrite(). For L2 traffic this will be done in ether_input() but L3 traffic needs to do it

CVS: cvs.openbsd.org: src

2009-08-09 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/08/09 04:40:18 Modified files: sys/kern : sysv_msg.c kern_sysctl.c sys/sys: msg.h sys/conf : param.c sys/arch/alpha/alpha: machdep.c

CVS: cvs.openbsd.org: src

2009-08-09 Thread Federico G. Schwindt
CVSROOT:/cvs Module name:src Changes by: fg...@cvs.openbsd.org 2009/08/09 05:16:48 Modified files: gnu/usr.bin/lynx/src: HTML.c Log message: Initialize all the InputFieldData members correctly. Fixes a crash when going for example to http://thawte.com/. deraadt@ otto@

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 05:40:58 Modified files: sys/dev/pci: if_bge.c if_bnx.c if_em.c if_iwn.c if_ix.c if_msk.c if_sis.c if_vic.c if_vr.c if_wpi.c sys/kern : uipc_mbuf.c

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 05:53:54 Modified files: sys/sys: mbuf.h Log message: protect MCLGET() from inheriting the new semantics of MCLGETI() by casting it to void idea from damien

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 06:24:40 Modified files: sys/kern : uipc_mbuf.c Log message: do not clear a field before we pool_put it into oblivion; ok henning

CVS: cvs.openbsd.org: src

2009-08-09 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/08/09 06:36:33 Modified files: sys/arch/sgi/pci: macepcibridge.c Log message: typo; brad

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 06:42:11 Modified files: sys/sys: mbuf.h sys/kern : uipc_mbuf.c Log message: create a m_free_unlocked which is now used by both m_freem() and m_free(). this lets m_freem()

CVS: cvs.openbsd.org: src

2009-08-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/09 06:47:50 Modified files: sys/netinet: ipsec_input.c Log message: once again ipsec tries to be clever and plays fast, this time by recycling an mbuf tag and changing its type. just always get

CVS: cvs.openbsd.org: src

2009-08-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/09 06:51:08 Modified files: sys/sys: mbuf.h Log message: 16 bits are enough for tagsset

CVS: cvs.openbsd.org: src

2009-08-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/09 06:50:09 Modified files: sys/kern : uipc_mbuf.c uipc_mbuf2.c sys/sys: mbuf.h Log message: make mbuf tags suck a bit less, performance wise. the most common operation is

CVS: cvs.openbsd.org: src

2009-08-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/08/09 06:47:23 Modified files: sys/conf : GENERIC files sys/kern : init_main.c sys/scsi : scsiconf.c scsiconf.h Added files: sys/scsi : mpath.c Log

CVS: cvs.openbsd.org: src

2009-08-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/08/09 06:52:51 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mpath.4 Log message: start at documenting mpath(4).

CVS: cvs.openbsd.org: src

2009-08-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/09 06:59:37 Modified files: sys/dev/isa: seagate.c Log message: Make this compile when SEA_ASSEMBLER is not defined.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/08/09 07:34:41 Modified files: sys/nfs: nfs_serv.c nfsm_subs.h Log message: set the mrq pointer (request) in the nfsm_reply() macro, as we can return from it. This can cause us to follow

CVS: cvs.openbsd.org: src

2009-08-09 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/08/09 07:35:43 Modified files: sys/arch/amd64/amd64: sg_dma.c sys/arch/i386/i386: sg_dma.c sys/arch/sparc64/dev: iommu.c viommu.c Log message: if extent_alloc() fails, we don't clear

CVS: cvs.openbsd.org: src

2009-08-09 Thread Thordur I. Bjornsson
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/08/09 07:41:03 Modified files: sys/sys: pool.h sys/kern : subr_pool.c Log message: Use an RB tree instead of a SPLAY tree for the page headers tree. ok beck@, dlg@

CVS: cvs.openbsd.org: src

2009-08-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/08/09 07:41:30 Modified files: sys/arch/mips64/mips64: fp.S Log message: Use the ANSI/ISO token paste operator. Requested by jsg@ ok miod@ jsg@

CVS: cvs.openbsd.org: src

2009-08-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/09 07:53:03 Modified files: sys/sys: mbuf.h Log message: no point in clearing/re-initing packet header fields in a non-packet-header mbuf. ok claudio theo

CVS: cvs.openbsd.org: src

2009-08-09 Thread Marco Peereboom
CVSROOT:/cvs Module name:src Changes by: ma...@cvs.openbsd.org 2009/08/09 08:06:52 Modified files: sys/kern : subr_disk.c Log message: Make dk_mmountroot use vnodes instead of d_open/d_close. This does ugly things to softraid. ok jsing thib krw beck oga

CVS: cvs.openbsd.org: src

2009-08-09 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/08/09 08:07:37 Modified files: sys/arch/sgi/conf: Makefile.sgi Log message: Compile OpenBSD/sgi without -traditional-cpp. From j...@.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Marco Peereboom
CVSROOT:/cvs Module name:src Changes by: ma...@cvs.openbsd.org 2009/08/09 08:12:25 Modified files: sys/dev: softraid.c softraid_aoe.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid6.c

CVS: cvs.openbsd.org: src

2009-08-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/08/09 08:35:15 Modified files: usr.bin/tmux : tmux.1 Log message: Move the key bindings section to near the start, mention attach/detach in the first section, and another couple of tweaks. Based on a

CVS: cvs.openbsd.org: src

2009-08-09 Thread Artur Grabowski
CVSROOT:/cvs Module name:src Changes by: a...@cvs.openbsd.org2009/08/09 08:37:46 Modified files: sys/sys: mount.h sys/kern : vfs_biomem.c Log message: Keep track of number of currently mapped and B_BUSY buffers. beck@ ok

CVS: cvs.openbsd.org: src

2009-08-09 Thread Artur Grabowski
CVSROOT:/cvs Module name:src Changes by: a...@cvs.openbsd.org2009/08/09 08:38:36 Modified files: usr.bin/systat : iostat.c Log message: Show the busy and mapped pages in iostat.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 08:52:38 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386

CVS: cvs.openbsd.org: src

2009-08-09 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/08/09 09:13:48 Modified files: sys/nfs: nfs_serv.c Log message: error = operation(); memory = malloc(); if (error) free(memory); makes no sense; move error checking to above memory

CVS: cvs.openbsd.org: src

2009-08-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/08/09 09:17:50 Modified files: usr.bin/tmux : environ.c procname.c Log message: Nuke a dead variable found with clang and an unused declaration with lint.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/08/09 09:25:56 Modified files: usr.bin/tmux : tmux.1 Log message: Minor language tweaks, change which key bindings are summarised.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/09 10:03:05 Modified files: usr.bin/tmux : tmux.1 Log message: zap trailing whitespace;

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 10:19:08 Modified files: sys/kern : uipc_mbuf.c Log message: use m_free_unlocked() in m_pullup() to avoid iterative splnet/splx down the chain ok henning

CVS: cvs.openbsd.org: src

2009-08-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/08/09 10:20:20 Modified files: sys/scsi : mpath.c Log message: if a physical path to a device behind mpath goes away, remove the path. it is worth noting that the device on mpath will persist

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 10:36:45 Modified files: usr.bin/mandoc : mdoc.7 mdoc_macro.c Log message: sync to 1.8.1: make .Cd parsed kristaps@ says many SYNOPSIS sections use this; my impression is that's not in

CVS: cvs.openbsd.org: src

2009-08-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/08/09 10:55:02 Modified files: sys/scsi : mpath.c Log message: shove a minphys request against mpath down all to the minphys on each path so we can guarantee that any of the paths we push the io

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 11:02:46 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: sync to 1.8.2: use in_line_eoln instead of in_line for .Pp and .Lp no functional change, but shorter code

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 11:13:00 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: sync to 1.8.2: fix and cleanup .Bl -column phrase handling by using the normal argument parsing from mdoc_argv.c

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 11:20:17 Modified files: usr.bin/mandoc : man.3 man.7 mandoc.1 mdoc.3 Log message: sync to 1.8.2: remove trailing whitespace

CVS: cvs.openbsd.org: src

2009-08-09 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/08/09 11:35:32 Modified files: sys/nfs: nfs_serv.c Log message: MLEN NFS_MAXPATHLEN MCLBYTES, so there's no need to loop over allocating a chain of mbufs to store = NFS_MAXPATHLEN

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 11:38:24 Modified files: usr.bin/mandoc : mdoc_term.c mdoc_validate.c Log message: sync to 1.8.2: more .Bl -column fixes, in particular: 1) -column implies -compact 2) do not die from

CVS: cvs.openbsd.org: src

2009-08-09 Thread Artur Grabowski
CVSROOT:/cvs Module name:src Changes by: a...@cvs.openbsd.org2009/08/09 11:45:02 Modified files: sys/kern : vfs_biomem.c Log message: buf_dealloc_mem can be called without B_BUSY. Don't decrement busymapped in that case.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 11:52:08 Modified files: usr.bin/mandoc : Makefile Log message: now in sync with release 1.8.2

CVS: cvs.openbsd.org: src

2009-08-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/09 11:57:43 Modified files: share/man/man4 : mpath.4 Log message: tweak previous; ok dlg

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 12:01:15 Modified files: usr.bin/mandoc : mdoc_hash.c Log message: sync to 1.8.3: u_char needs sys/types.h; found in FreeBSD by uqs at sporlein dot net

CVS: cvs.openbsd.org: www

2009-08-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:www Changes by: clau...@cvs.openbsd.org 2009/08/09 12:26:56 Modified files: . : events.html Log message: Stephan Rickauer and maybe me will be at the openexpo in Switzerland so add it here.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2009/08/09 12:36:11 Modified files: usr.bin/ftp: ftp.1 main.c Log message: document the file:file auto-fetching mode. based on a conversation with martynas@; diff tweaked by jmc@ and martynas@ ok

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 12:43:29 Modified files: usr.bin/mandoc : mdoc_term.c term.c term.h Log message: multiple spacing fixes for .Bl -hang, -tag, -inset and -diag ok kristaps@ and included in 1.8.3

CVS: cvs.openbsd.org: src

2009-08-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/08/09 12:45:30 Modified files: sys/sys: mbuf.h Log message: kill M_DUP_HDR. M_DUP_PKTHDR was the only user, we can just put the 3 lines of code in there directly, and we hate the M_ macros

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 13:01:24 Modified files: usr.bin/mandoc : mdoc_term.c Log message: sync to 1.8.3: right-most column now fills to the right margin (undocumented groff behaviour)

CVS: cvs.openbsd.org: src

2009-08-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2009/08/09 13:10:10 Modified files: sys/arch/hppa/hppa: pmap.c Log message: Unconditionally enable checks for writable non-uequivalent mappings. They're evil so we should complain about them until

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 13:15:14 Modified files: usr.bin/mandoc : mdoc_term.c Log message: sync to 1.8.3: remove doubled .Bl -diag whitespace

CVS: cvs.openbsd.org: www

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/08/09 13:26:04 Modified files: . : 46.html Log message: new bits

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 13:28:21 Modified files: usr.bin/mandoc : mdoc_term.c Log message: sync to 1.8.3: bring vspace handling in .Bl -column and -diag closer to groff

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 13:59:13 Modified files: usr.bin/mandoc : mdoc_action.c mdoc_macro.c Log message: sync to 1.8.3: .Pa without arguments is a synonym for .Pa ~

CVS: cvs.openbsd.org: src

2009-08-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2009/08/09 14:10:08 Modified files: sys/dev/usb: udl.c Log message: Check if the command buffer has been allocated before we free it. Fixes a possible page fault trap while device detach.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 14:11:30 Modified files: usr.bin/mandoc : mdoc_term.c mdoc_validate.c Log message: sync to 1.8.3: In .Bl -column, handle one column in excess, but still issue a warning

CVS: cvs.openbsd.org: src

2009-08-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/09 14:16:39 Modified files: usr.bin/ftp: ftp.1 Log message: zap trailing whitespace;

CVS: cvs.openbsd.org: src

2009-08-09 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/08/09 14:29:09 Modified files: sys/arch/hppa/conf: GENERIC sys/arch/hppa64/conf: GENERIC Log message: No options TIMEZONE and DST in GENERIC kernels.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 14:37:32 Modified files: usr.bin/mandoc : mdoc_term.c Log message: sync to 1.8.3: ugly fix for .Bl or .Bd when nested in .Bl -hang

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 14:40:18 Modified files: usr.bin/mandoc : mandoc.1 Log message: sync to 1.8.3: quote macro names without a preceding dot

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 14:53:16 Modified files: usr.bin/mandoc : Makefile Log message: now in sync with version 1.8.3 excepting one change to .%T that I first want to discuss upstream

CVS: cvs.openbsd.org: src

2009-08-09 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/08/09 15:03:49 Modified files: sys/arch/arm/arm: arm32_machdep.c Log message: Forgot to commit this bit for the SysV message queue cleanup. Found by miod@

CVS: cvs.openbsd.org: src

2009-08-09 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/08/09 15:07:25 Modified files: sys/arch/sgi/sgi: conf.c Added files: sys/arch/sgi/include: conf.h Log message: Add a dummy machine/conf.h so that MI code can rely upon its existence.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2009/08/09 15:13:12 Modified files: sys/arch/sh/sh : sh_machdep.c Log message: Another lost bit for SysV message queues.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/08/09 15:26:45 Modified files: sys/sys: mbuf.h Log message: PACKET_TAG_NONE is not used. ok henning

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 15:28:57 Modified files: usr.bin/mandoc : term.c Log message: sync to 1.8.4: preserve leading whitespace in literal text

CVS: cvs.openbsd.org: src

2009-08-09 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/08/09 15:33:39 Modified files: sys/arch/hppa/conf: Makefile.hppa sys/arch/hppa64/conf: Makefile.hppa64 sys/arch/landisk/conf: Makefile.landisk sys/arch/mac68k/conf:

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 15:38:25 Modified files: usr.bin/mandoc : mdoc_term.c Log message: sync to 1.8.4: now that leading blanks in literal text are preserved, .Bd printing can be simplified (and must be fixed)

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 15:49:45 Modified files: usr.bin/mandoc : mdoc_validate.c Log message: sync to 1.8.4: correct error message to complain about .An line arguments

CVS: cvs.openbsd.org: src

2009-08-09 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/08/09 15:50:20 Modified files: sys/dev/ic : ami.c Log message: Make ami(4) use NO_CCB at least some of the time. Should never happen but I like it marco@

CVS: cvs.openbsd.org: src

2009-08-09 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2009/08/09 15:58:00 Modified files: sys/msdosfs: msdosfs_vnops.c Log message: indicate success for setting directory attributes; first step towards making directory moves work... discussed w.

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 15:59:41 Modified files: usr.bin/mandoc : mdoc.7 mdoc_macro.c mdoc_term.c term.h Log message: sync to 1.8.4: full .An -[no]split support

CVS: cvs.openbsd.org: src

2009-08-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2009/08/09 16:05:01 Modified files: usr.bin/mandoc : mdoc.h Log message: sync to 1.8.4: remove superfluous FIXMEs

CVS: cvs.openbsd.org: src

2009-08-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/08/09 22:53:58 Modified files: share/man/man4 : ddb.4 Log message: need a space between args and punctuation;