CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/06/29 23:27:56
Modified files:
usr.sbin/ldpd : kroute.c
Log message:
Pass a struct kroute and not a kroute_node to kr_redist_remove(). This
allows kr_redist_eval() to call kr_redist_remove(0 instead of
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/06/29 23:21:38
Modified files:
usr.sbin/ldpd : kroute.c lde.c lde.h lde_lib.c ldpd.c ldpd.h
Log message:
Kill IMSG_KLABEL_INSERT and all the related functions around it.
IMSG_KLABEL_CHANGE is smart eno
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2010/06/29 23:14:39
Modified files:
sys/dev/pci: ppb.c
Log message:
If the device has the PCI Express capability, save the slot control and status
register upon suspend and restore it upon resume
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/06/29 23:07:09
Modified files:
usr.sbin/ldpd : kroute.c
Log message:
Rework how we "redistribute" networks. Send all pathes of an active route
to the lde so we can assign remote labels to all of those
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2010/06/29 22:31:37
Modified files:
sys/dev/pci: pci.c
Log message:
Preserve and restore BARs on suspend/resume for all devices, not just
those that have the power management capability. Fixes UHCI(USB 1
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2010/06/29 22:17:04
Modified files:
usr.sbin/ldapd : schema.h validate.c
Log message:
Move OBJ_NAME and ATTR_NAME macros to schema.h so it's reachable from
schema parser. Also fix a typo.
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2010/06/29 22:14:59
Modified files:
usr.sbin/ldapd : schema.c
Log message:
Verify that any object class subclassing is allowed.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2010/06/29 21:57:50
Modified files:
usr.bin/mandoc : mdoc_macro.c
Log message:
Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never be
delayed: It must either succeed right away or fail o
CVSROOT:/cvs
Module name:src
Changes by: l...@cvs.openbsd.org2010/06/29 21:32:55
Modified files:
usr.bin/netstat: main.c
Log message:
Make deprecated command line argument for extracting
name list work properly.
ok deraadt@ millert@
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2010/06/29 21:24:40
Modified files:
usr.sbin/ldapd : validate.c
Log message:
Validate that all attributes are allowed by any of its object classes.
Properly expand the object class hierarchy before doing thi
CVSROOT:/cvs
Module name:src
Changes by: matt...@cvs.openbsd.org 2010/06/29 20:29:18
Modified files:
sys/kern : kern_bufq.c
Log message:
Call msleep(9) with PNORELOCK rather than calling mtx_leave()
immediately afterwards.
ok thib@, tedu@
CVSROOT:/cvs
Module name:src
Changes by: matt...@cvs.openbsd.org 2010/06/29 20:26:58
Modified files:
sys/sys: buf.h
sys/kern : kern_bufq.c
Log message:
Switch bufq FIFO disclipline from using TAILQs to SIMPLEQs.
ok thib@
CVSROOT:/cvs
Module name:src
Changes by: matt...@cvs.openbsd.org 2010/06/29 20:17:25
Modified files:
sys/scsi : st.c
Log message:
Prune some dead assignments in st_interpret_sense(); st(4) already
always explicitly sets bp->b_resid before calling biodone(), so these
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/06/29 20:09:22
Modified files:
usr.sbin/ldpd : kroute.c
Log message:
Sync kroute.c code with ospfd's version of kroute.c. A small step to support
multipath routes.
CVSROOT:/cvs
Module name:src
Changes by: dr...@cvs.openbsd.org 2010/06/29 20:02:01
Modified files:
sys/stand/mkuboot: mkuboot.8 mkuboot.c
Log message:
Add support for naming images and setting the type, including boot scripts.
Input from deraadt@ and mk@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 19:47:35
Modified files:
sys/kern : kern_time.c kern_sig.c
Log message:
lots of SCARG simplification. ok matthew
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2010/06/29 19:47:11
Modified files:
usr.sbin/ldpd : labelmapping.c lde.c lde_lib.c ldpd.h
neighbor.c
Log message:
Switch prefix in struct map to a struct in_addr instead of a u_int
CVSROOT:/cvs
Module name:src
Changes by: kj...@cvs.openbsd.org 2010/06/29 18:44:36
Modified files:
usr.sbin/sasyncd: sasyncd.conf.5
Log message:
clarify why carp demotion is necessary, and who is doing it.
ok reyk@, sthen@
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2010/06/29 18:40:28
Modified files:
sys/sys: proc.h
sys/kern : kern_fork.c
Log message:
Move the plimit and pcred bits in fork1() into process_new() and make
process_new() hand
CVSROOT:/cvs
Module name:src
Changes by: ha...@cvs.openbsd.org 2010/06/29 18:23:02
Modified files:
distrib/miniroot: install.sub
Log message:
handle whitespace around installpath in pkg.conf
feedback from espie@ deraadt@ krw@
ok krw@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 18:26:49
Modified files:
usr.bin/tip: tip.h value.c vars.c
Log message:
Only two variables - HOME and SHELL - are from the environment, so just fill
them in explicitly and get rid of the ENVIR
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 18:09:27
Modified files:
usr.bin/tip: tip.c
Log message:
Unused variables.
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 18:05:35
Modified files:
lib/libedit: Makefile chared.c chared.h common.c config.h
editline.3 editrc.5 el.c el.h emacs.c hist.c
hist.h histedi
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/06/29 18:02:00
Modified files:
sys/scsi : ss.c ss_mustek.c ss_scanjet.c ssvar.h
Log message:
switch ss over to using xshandlers for queuing io. this brings it into line
with sd/cd/st.
largely a m
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/06/29 17:59:54
Modified files:
regress/usr.bin/ssh: cert-userkey.sh
Log message:
regress tests for key options in AuthorizedPrincipals
CVSROOT:/cvs
Module name:src
Changes by: jor...@cvs.openbsd.org 2010/06/29 17:44:34
Modified files:
sys/dev/acpi : acpiprt.c
Log message:
Use new ACPI PCI mapping to get _PRT bus
Delete old unused code
ok kettenis
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 17:38:05
Modified files:
usr.bin/tip: cmds.c cu.c remote.c tip.c tip.h vars.c
Log message:
Add new read-only vtable entries for device and connection string and use those
instead of variables.
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 17:32:52
Modified files:
usr.bin/tip: cu.1 cu.c remote.c tip.c tip.h
Log message:
Since dial-up is no longer supported, no need to store a phone number, or
accept one to cu(1).
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 17:20:38
Modified files:
usr.bin/tip: remote.c tip.h
Log message:
Do the same for di, es, fo, rc and remove their remote variables.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/06/29 17:16:46
Modified files:
usr.bin/ssh: sshd_config.5 auth2-pubkey.c
Log message:
allow key options (command="..." and friends) in AuthorizedPrincipals;
ok markus@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/06/29 17:15:30
Modified files:
usr.bin/ssh: ssh-keygen.1 ssh-keygen.c
Log message:
allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys;
bz#1749; ok markus@
CVSROOT:/cvs
Module name:src
Changes by: ha...@cvs.openbsd.org 2010/06/29 17:12:33
Modified files:
usr.bin/ftp: extern.h fetch.c main.c
Log message:
fix output handling:
- if a remote file by the name '-' is retrieved, that does not imply
it should go to standard ou
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 17:10:56
Modified files:
usr.bin/tip: cmds.c cu.c remote.c tip.c tip.h value.c vars.c
Log message:
For every variable which has a value table entry with IREMOTE, remove the
remote variable and
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/06/29 17:03:22
Modified files:
sys/dev/acpi : acpi.c
Log message:
Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk)
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/06/29 16:42:14
Modified files:
sys/arch/amd64/amd64: via.c
Log message:
make the xcrypt match the jsg code in openssl
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/06/29 16:39:47
Modified files:
usr.sbin/ldapd : ldapd.conf.5
Log message:
sort SEE ALSO;
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2010/06/29 16:14:57
Modified files:
sys/dev/pci: ehci_pci.c uhci_pci.c
Log message:
Add some missing UHCI and EHCI register restores on resume. Fixes at least
one broken UHCI on resume.
Tested by myself
CVSROOT:/cvs
Module name:src
Changes by: jor...@cvs.openbsd.org 2010/06/29 16:08:29
Modified files:
sys/arch/alpha/pci: pci_machdep.h
sys/arch/amd64/include: pci_machdep.h
sys/arch/arm/include: pci_machdep.h
sys/arch/hppa/include: pci_machdep.h
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 16:07:51
Removed files:
sys/ntfs : TODO
Log message:
keeping a TODO file here implies somebody cares
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2010/06/29 15:54:38
Modified files:
usr.sbin/ldapd : auth.c ldapd.conf.5 ldapd.h ldape.c modify.c
namespace.c parse.y search.c
Log message:
Add support for referrals. Referrals are
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2010/06/29 15:49:20
Modified files:
sys/arch/hppa64/include: vmparam.h
Log message:
Add missing include.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/06/29 15:42:55
Modified files:
sys: Makefile
sys/arch/m68k : Makefile
Log message:
Don't use SUBDIR to traverse tags builds, but punt them straight to
the specific target in kern/M
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2010/06/29 15:43:21
Modified files:
share/man/man4 : gre.4
Log message:
Mention keepalives here too; ok jmc@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/06/29 15:33:54
Modified files:
sys/arch/sparc/stand: Makefile.inc
sys/arch/sparc/stand/boot: Makefile boot.c
sys/arch/sparc/stand/bootxx: bootxx.c
sys/arch/sparc/stand/common: d
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 15:34:12
Added files:
sys/arch/amd64/amd64: aesni.c aes_intel.S
Log message:
aesni, a driver for the crypto framework, similar to the
via driver for supporting the AES-NI instructions found
on rec
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 15:34:50
Modified files:
usr.bin/tip: cmds.c cu.c tip.c tip.h tipout.c value.c vars.c
Log message:
Merge v_type and v_access into one v_flags member in value_t, get rid of TRUE
and FALSE, and
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/06/29 15:32:24
Modified files:
distrib/sets/lists/etc: mi
distrib/sets/lists/man: mi
Log message:
sync
On 06/29/10 15:22, Alexander Hall wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: ha...@cvs.openbsd.org 2010/06/29 15:22:04
>
> Added files:
> regress/usr.bin/ftp: dasho.sh Makefile
>
> Log message:
> Add regression tests for ftp regarding the -o flag.
>
> lots of help a
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2010/06/29 15:28:38
Modified files:
share/man/man4 : enc.4
sys/conf : GENERIC
sys/net: if.c if_bridge.c if_enc.c if_enc.h route.c
route.h
sys/
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/06/29 15:28:11
Modified files:
sys/arch/sparc/include: autoconf.h bsd_openprom.h
sys/arch/sparc/sparc: autoconf.c db_interface.c locore.s
machdep.c pmap.c
Log mes
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/06/29 15:26:12
Modified files:
sys/arch/sparc/include: param.h pmap.h
sys/arch/sparc/sparc: machdep.c vaddrs.h vm_machdep.c
Log message:
There is absolutely no need to double map DVMA addresses
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 15:25:16
Modified files:
sys/uvm: uvm_page.h
Log message:
Add PADDR_IS_DMA_REACHABLE macro so art stops whining
CVSROOT:/cvs
Module name:src
Changes by: kj...@cvs.openbsd.org 2010/06/29 15:25:37
Modified files:
usr.sbin/sasyncd: carp.c
Log message:
Fix an obviously wrong comment. ok reyk@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/06/29 15:24:41
Modified files:
sys/arch/sparc/sparc: cache.c
Log message:
Rework cypress cpu cache setup, and enable writeback mode. Adapted from
NetBSD; tested on SM100.
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2010/06/29 15:23:13
Modified files:
usr.sbin/ldapd : ldapd.conf.5
Log message:
document the 'schema' keyword, and remove the placeholders for schema syntax
CVSROOT:/cvs
Module name:src
Changes by: ha...@cvs.openbsd.org 2010/06/29 15:22:04
Added files:
regress/usr.bin/ftp: dasho.sh Makefile
Log message:
Add regression tests for ftp regarding the -o flag.
lots of help and ok phessler@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 15:13:44
Modified files:
sys/arch/i386/include: npx.h
sys/arch/i386/isa: npx.c
sys/arch/amd64/amd64: fpu.c
sys/arch/amd64/include: fpu.h
Log message:
fpu_kernel_{enter,e
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2010/06/29 15:12:01
Modified files:
sys/scsi : scsi_all.h
sys/arch/mvme68k/dev: sbic.c
Log message:
Shrink struct scsi_sense_data and thus the sense member of scsi_xfer,
to 18 bytes by removin
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2010/06/29 15:08:54
Modified files:
lib/libc/net : res_query.c
Log message:
use a union to align the dns answer buffer until gcc4 is fixed
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2010/06/29 15:04:42
Modified files:
sbin/iked : ca.c iked.h types.h util.c
Log message:
add code to lookup the RSA public keys in /etc/iked/pubkeys/ as an
alternative to X.509 CA verification. this wil
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2010/06/29 15:03:15
Modified files:
sys/arch/sh/sh : vectors.S
Log message:
Shave off some instructions:
- Use dt to loop over md_upte in sh3_vector_tlbmiss.
- Shrink number of instructions for ldtlb
from n
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2010/06/29 15:00:34
Modified files:
usr.sbin/ldapd : conn.c ldapd.h ldape.c
Log message:
Remember on what listener a connection got from, and return protocol error
if trying to use starttls without a configu
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 14:59:04
Modified files:
sys/uvm: uvm_pmemrange.c
Log message:
skip empty ranges in uvm_pmr_assertvalid;
ok oga@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 14:57:33
Modified files:
usr.bin/tip: tip.h value.c vars.c
Log message:
tip is no longer setuid or setgid so get rid of the complicated
public/private/root permissions scheme for options in fa
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 14:51:05
Modified files:
usr.bin/stat : stat.c
Log message:
we don't care about keeping rccs_id
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2010/06/29 14:48:50
Modified files:
sys/sys: user.h
sys/kern : kern_sig.c
Log message:
Strip out ancient bits in struct user that were still used only by
the now-removed HPUX c
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/06/29 14:47:34
Modified files:
usr.bin/tip: cu.1
Log message:
remove -t from SYNOPSIS;
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/06/29 14:43:49
Modified files:
share/man/man5 : remote.5
Log message:
fix SEE ALSO;
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 14:39:27
Modified files:
sys/uvm: uvm.h uvm_km.c
sys/kern : subr_pool.c
Log message:
Add a no_constraint uvm_constraint_range; use it in the pool code.
ok tedu@, beck@, oga
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2010/06/29 14:30:33
Modified files:
share/man/man8 : Makefile
sys/arch/hp300/hp300: locore.s machdep.c trap.c
sys/arch/hppa/hppa: locore.S machdep.c
sys/arch/hppa/include: pa
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2010/06/29 14:25:57
Modified files:
sys/sys: proc.h
sys/kern : init_main.c kern_exit.c kern_fork.c
Log message:
We always copy struct pcred when creating a new process, so the
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 14:22:03
Modified files:
etc/etc.vax: sysctl.conf
Log message:
no more ultrix, found by miod
CVSROOT:/cvs
Module name:src
Changes by: ha...@cvs.openbsd.org 2010/06/29 14:06:41
src/regress/usr.bin/ftp
Update of /cvs/src/regress/usr.bin/ftp
In directory cvs.openbsd.org:/tmp/cvs-serv4102/ftp
Log Message:
Directory /cvs/src/regress/usr.bin/ftp added to the repository
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2010/06/29 14:14:46
Modified files:
sys/sys: resourcevar.h
sys/kern : kern_fork.c kern_resource.c
Log message:
Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRI
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 14:09:40
Modified files:
usr.bin/tip: Makefile hunt.c pathnames.h tip.h
Removed files:
usr.bin/tip: uucplock.c
Log message:
Use the libutil implementation of UUCP locking.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2010/06/29 13:50:16
Modified files:
sbin/isakmpd : Makefile dh.c dh.h ike_aggressive.c
ike_main_mode.c ike_phase_1.c ike_quick_mode.c
init.c ipsec.c x509.c
* Charles Longeau [2010-06-29 21:34]:
> CVSROOT: /cvs
> Module name: src
> Changes by: c...@cvs.openbsd.org2010/06/29 13:28:13
>
> Modified files:
> sbin/pfctl : pfctl_parser.c
>
> Log message:
> Fix use after free. Found by regress tests.
and much to my surprise, this is
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2010/06/29 13:42:03
Modified files:
usr.bin/mandoc : mdoc_macro.c
Log message:
fix a typo in the function declaration;
seems like gcc3 didn't catch it :-(
thanks to thib@ and kristaps@ for reporting
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2010/06/29 13:38:26
Modified files:
sbin/iked : dh.c
Log message:
Add missing frees.
CVSROOT:/cvs
Module name:src
Changes by: c...@cvs.openbsd.org2010/06/29 13:28:13
Modified files:
sbin/pfctl : pfctl_parser.c
Log message:
Fix use after free. Found by regress tests.
ok henning@ krw@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2010/06/29 13:14:09
Modified files:
sys/dev/pci: if_em_hw.h if_em_hw.c
Log message:
More workarounds adapted from FreeBSD to make the 82577/82578 happy,
from Mike Belopuhov and me.
looks good reyk@ ok c
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/06/29 13:13:11
Modified files:
distrib/notes : INSTALL
Log message:
Don't mention foreign operating system binary emulation anymore. They usually
are incomplete and for obsolete operating systems, so n
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 13:09:12
Modified files:
sys/kern : kern_prot.c tty_conf.c
Log message:
remove the compat43 ifdef around some code. in effect, it's always been
in compat mode and there's no harm continuing
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2010/06/29 12:57:53
Modified files:
sys/dev/pci: ahci.c
Log message:
Add code to make ahci(4) suspend/resume properly. Probably not perfect yet,
but it seems to work reliably on several laptops.
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2010/06/29 12:52:20
Modified files:
sys/kern : kern_bufq.c vfs_bio.c
sys/sys: buf.h
Log message:
Introduce bufq_quiesce(), which will block I/O ifrom getting on the queues,
and
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2010/06/29 12:54:35
Modified files:
sys/dev/acpi : acpi.c
Log message:
Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume.
Makes suspend/resume work much better while doing d
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 12:50:24
Modified files:
share/man/man4 : options.4
share/man/man7 : hier.7
share/man/man8 : Makefile
Removed files:
share/man/man8 : compat_ultrix.8
Log message:
remove
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 12:47:48
Removed files:
sys/compat/ultrix: Makefile files.ultrix syscalls.conf
syscalls.master ultrix_fs.c ultrix_ioctl.c
ultrix_misc.c ultrix
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 12:46:34
Modified files:
sys/arch/vax/conf: GENERIC RAMDISK files.vax
sys/arch/vax/vax: locore.S machdep.c
sys/kern : Makefile exec_conf.c
Log message:
COMPAT_ULTRIX is not
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 12:43:54
Modified files:
sys/dev: softraid_aoe.c
Log message:
move a little code around, eventually it will be better
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 12:39:18
Modified files:
usr.bin/tip: tip.h
Log message:
Remove now unused prototypes and sort by file.
CVSROOT:/cvs
Module name:src
Changes by: kj...@cvs.openbsd.org 2010/06/29 12:10:04
Modified files:
usr.sbin/sasyncd: monitor.c net.c net_ctl.c pfkey.c timer.c
Log message:
Having more than 2 log levels is silly. Use only 3 verbosity levels:
None (), Important (-v), All
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2010/06/29 12:01:10
Modified files:
usr.bin/mandoc : mdoc_macro.c
Log message:
Considerably simplify block rewind rules; no functional change intended.
* Let rew_alt() always succeed, obsoleting tons
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 11:54:35
Modified files:
lib/libc/sys : rfork.2
Log message:
RTHREADS option is gone, now it's a sysctl. spotted by jmc
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 11:54:12
Modified files:
share/man/man9 : fork1.9
Log message:
RTHREADS kernel options is gone, spotted by jmc
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 11:42:35
Modified files:
usr.bin/tip: cu.1 cu.c hunt.c remote.c tip.c tip.h
Log message:
Now that there is no dial-up support, all connections are hardwired so drop the
flag and ignore the -t
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 11:35:11
Modified files:
usr.bin/tip: cu.1
Log message:
Missed this dial-up bit from cu(1).
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 11:35:15
Modified files:
usr.bin/kdump : kdump.c
Log message:
ultrix support going away, ok deraadt
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2010/06/29 11:32:51
Modified files:
bin/systrace : openbsd-syscalls.c
Log message:
ultrix compat is going away...
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/06/29 11:17:53
Modified files:
etc: Makefile changelist remote
share/man/man5 : Makefile remote.5
Removed files:
etc: phones
share/man/man5 : phones.5
1 - 100 of 123 matches
Mail list logo