Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 14:30:42 UTC Now

2009-04-14 09:30:25 UTC MAIN commitmail json YAML

fix -Wsign-compare issue on bigendian platforms

(lukem)

2009-04-14 09:18:41 UTC MAIN commitmail json YAML

Fix WARNS=4 (-Wcast-qual).
Fix creation of tempfile

(lukem)

2009-04-14 09:10:00 UTC MAIN commitmail json YAML

Compile lint with WARNS=3.
Currently there are too many -Wsign-compare issues for WARNS=4.

(lukem)

2009-04-14 09:08:40 UTC MAIN commitmail json YAML

fix -Wcast-qual issues

(lukem)

2009-04-14 09:06:25 UTC MAIN commitmail json YAML

Fix -Wshadow and -Wcast-qual issues

(lukem)

2009-04-14 09:04:08 UTC netbsd-3-1 commitmail json YAML

2009-04-14 09:03:48 UTC netbsd-3-0 commitmail json YAML

2009-04-14 09:03:45 UTC MAIN commitmail json YAML

Fix -Wshadow issues

(lukem)

2009-04-14 09:03:30 UTC netbsd-3 commitmail json YAML

2009-04-14 09:02:52 UTC netbsd-3-1 commitmail json YAML

Apply patch (requested by mlelstv in ticket #2005):
Fix a problem with a failure path (see PR kern/38391).

(jdc)

2009-04-14 09:02:40 UTC netbsd-3-0 commitmail json YAML

Apply patch (requested by mlelstv in ticket #2005):
Fix a problem with a failure path (see PR kern/38391).

(jdc)

2009-04-14 09:02:25 UTC netbsd-3 commitmail json YAML

Apply patch (requested by mlelstv in ticket #2005):
Fix a problem with a failure path (see PR kern/38391).

(jdc)

2009-04-14 08:59:45 UTC MAIN commitmail json YAML

Fix -Wcast-qual issue

(lukem)

2009-04-14 08:54:59 UTC MAIN commitmail json YAML

Fix -Wshadow -Wcast-qual issues

(lukem)

2009-04-14 08:50:52 UTC netbsd-3-1 commitmail json YAML

Fix build problem introduced in ticket #2004 (with patch from mlelstv@).

(jdc)

2009-04-14 08:50:41 UTC netbsd-3-0 commitmail json YAML

Fix build problem introduced in ticket #2004 (with patch from mlelstv@).

(jdc)

2009-04-14 08:50:29 UTC netbsd-3 commitmail json YAML

Fix build problem introduced in ticket #2004 (with patch from mlelstv@).

(jdc)

2009-04-14 08:50:06 UTC MAIN commitmail json YAML

2009-04-14 08:00:48 UTC MAIN commitmail json YAML

fix -Wcast-qual issues

(lukem)

2009-04-14 07:59:17 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-14 07:58:38 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wshadow -Wcast-qual)

(lukem)

2009-04-14 07:54:52 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)

(lukem)

2009-04-14 07:41:36 UTC MAIN commitmail json YAML

Fix -Wcast-qual issue

(lukem)

2009-04-14 07:37:32 UTC MAIN commitmail json YAML

2009-04-14 07:36:16 UTC MAIN commitmail json YAML

Fix another sign-compare issue

(lukem)

2009-04-14 07:28:23 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-14 06:33:23 UTC MAIN commitmail json YAML

Work around the circular dependency between sys/device.h and omap_intr.h
introduced when sys/device.h included sys/mutex.h

This workaround should be removed once the circular dependency is fixed.

(marty)

2009-04-14 06:22:32 UTC MAIN commitmail json YAML

Increase SYMTABLE_SIZE so it'll compile again.

(marty)

2009-04-14 06:17:00 UTC MAIN commitmail json YAML

Fix -Wcast-qual issue

(lukem)

2009-04-14 06:15:37 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-14 06:14:10 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-14 05:55:12 UTC MAIN commitmail json YAML

Appease -Wcast-qual with a liberal sprinkling of const.

(lukem)

2009-04-14 05:46:25 UTC MAIN commitmail json YAML

Fix -Wcast-qual issues

(lukem)

2009-04-14 05:45:23 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual, -Wsign-compare)

(lukem)

2009-04-14 02:53:41 UTC MAIN commitmail json YAML

Check if pd is not NULL before we try to lock rw lock associated with it.
This fixes proplib crash when NULL is passed to prop_dictionary_get as a
dictionary.

(haad)

2009-04-13 23:50:49 UTC MAIN commitmail json YAML

Fix WARNS=4 (-Wcast-qual -Wextra)

(lukem)

2009-04-13 23:45:50 UTC MAIN commitmail json YAML

Fix -Wcast-qual issues

(lukem)

2009-04-13 23:44:50 UTC MAIN commitmail json YAML

Fix -Wcast-qual issue

(lukem)

2009-04-13 23:43:36 UTC MAIN commitmail json YAML

2009-04-13 23:33:25 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)

XXX: need a "cleaner" way to do the check in reverse.c, as a general rule

(lukem)

2009-04-13 23:20:27 UTC MAIN commitmail json YAML

2009-04-13 23:02:36 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)

(lukem)

2009-04-13 22:29:11 UTC MAIN commitmail json YAML

Fix http://www.securityfocus.com/archive/1/502634, from OpenBSD.
XXX: should be pulled up to 5.x

(christos)

2009-04-13 21:43:38 UTC netbsd-5 commitmail json YAML

2009-04-13 21:21:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #701):
sys/nfs/nfs_syscalls.c: revision 1.147
PR kern/41154: possible races in NFS server code
Fix some of the races (but probably not all of them) in the NFS server code.
nfssvc_nfsd(): change a splsoftclock()/spx() to mutex_enter/exit(&nfsd_lock)
(I guess it was forgotten when the nfsd code was made SMP safe)
m_freem(nd_nam) in nfsrv_slpderef() instead of nfsrv_zapsock() to
avoid possible use after free in nfssvc_nfsd()
Fix nfsrv_slpderef() to not release  nfsd_lock before testing SLP_VALID
and reaquiring it just after. This could cause a use after free
of the slp if one thread is in nfsrv_slpderef() and the other one grabs
slp from nfssvc_sockpending and zap it.

(snj)

2009-04-13 21:20:41 UTC MAIN commitmail json YAML

At ad@'s request add support for native rwlocks. The XXX's should be addressed
before this is enabled, perhaps with _np functions.

(christos)

2009-04-13 21:17:37 UTC MAIN commitmail json YAML

since we know the types, print what they are in error messages.

(christos)

2009-04-13 21:06:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ad in ticket #700):
sys/nfs/nfs_serv.c: revision 1.144
sys/nfs/nfsm_subs.h: revision 1.51
PR kern/41158: nfs_rename() locking against myself
nfsrv_rename() can exit without calling genfs_renamelock_exit() because
the nfsm_reply() can do return (0) on error.
Change nfsm_reply to use 'error = 0; goto nfsmout' instead.
Fix a few place so it's safe to goto nfsmout from nfsm_reply, or other
macros calling it.
As a side effect it could fix a missing vrele(dirp) in various place where
nfsm_reply could return(0).

(snj)

2009-04-13 21:04:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #699):
share/man/man4/man4.hp300/rd.4: revision 1.11
Fix markup.

(snj)

2009-04-13 20:59:20 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tnozaki in ticket #698):
dist/nvi/common/multibyte.h: revision 1.3
dist/nvi/regex/engine.c: revision 1.6
fix PR/41136: \<word search doesn't work in vi
don't reuse RCHAR_T(=wchar_t)'s bits, CSI wchar_t is opaque object.

(snj)

2009-04-13 20:42:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christo in ticket #678):
bin/pax/extern.h: revision 1.56
bin/pax/file_subs.c: revision 1.62
bin/pax/options.c: revision 1.104
bin/pax/pat_rep.c: revision 1.29
bin/pax/pax.h: revision 1.30
Fixes from christos for pr-41167
XXX -X is still broken, but that wasn't part of this PR.

(snj)

2009-04-13 20:23:28 UTC MAIN commitmail json YAML

typo OPS instead of OP, pointed by ad@

(christos)

2009-04-13 20:11:59 UTC MAIN commitmail json YAML

Fix typo: s/fftadvanc/ftadvanc/

(snj)

2009-04-13 19:39:57 UTC MAIN commitmail json YAML

Update for 1.2.5:
- Reorder SRCS to match the generated Makefile
- Enable rhd_audio.c and rhd_hdmi.c
- Add r600_shader.c in the default cause
- Add r6xx_accel.c, r600_exa.c and r600_textured_videofuncs.c for DRI

(veego)

2009-04-13 19:38:21 UTC MAIN commitmail json YAML

Update for 1.2.5:
Generated with:
env CPPFLAGS="-I/usr/X11R7/include -I/usr/X11R7/include/pixman-1" \
  PKG_CONFIG_PATH=/usr/X11R7/lib/pkgconfig ./configure

Disable DRI by default, since thats enabled in the NetBSD Makefile

(veego)

2009-04-13 19:33:38 UTC MAIN commitmail json YAML

Update to 1.2.5

Note: XVideo support will still not work without other DRI changes.

- Version 1.2.5
- Added 2D acceleration for R6xx and R7xx.
- Added XVideo support for R6xx and R7xx.
- Added support for RS880 and RV790.
- Added RandR 1.3 mandatory properties.
- Refactoring of MC code.
- Enable DRI support by default on R5xx and RS6xx.
- LUT (color lookup table) fixes.
- Tons of quirk table entries and bug fixes.
- Fix register accesses for processors that reorder memory writes.

- Version 1.2.4
- Added HDMI support.
- Added support for RV710, RV730 (DCE 3.2).
- Added screen rotation support.
- Added RandR 1.3 panning support.
- Many acceleration and build fixes.

Status:

Vendor Tag: xorg
Release Tags: xf86-video-radeonhd-1-2-5

(veego)

2009-04-13 18:58:09 UTC MAIN commitmail json YAML

2009-04-13 18:55:08 UTC MAIN commitmail json YAML

2009-04-13 18:51:54 UTC MAIN commitmail json YAML

Destroy locks in dm_dev_free, do not allocate struct disk twice.

(haad)

2009-04-13 18:51:32 UTC MAIN commitmail json YAML

2009-04-13 18:48:15 UTC MAIN commitmail json YAML

We need writable /dev to get lvm working otherwise lvm devices can't be created.

(haad)

2009-04-13 16:12:28 UTC MAIN commitmail json YAML

Update to reality.

(haad)

2009-04-13 14:39:23 UTC MAIN commitmail json YAML

Allow kdump to be used as an ioctl decoder if invoked as ioctlname.

(christos)

2009-04-13 12:54:45 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks.

(nonaka)

2009-04-13 12:38:06 UTC MAIN commitmail json YAML

Assume an unknown HWREV chip has the same features with the latest one.

(tsutsui)

2009-04-13 12:33:05 UTC MAIN commitmail json YAML

Add HWREV of RTL8102EL variant.  From FUKAUMI Naoki.

(tsutsui)

2009-04-13 12:28:46 UTC MAIN commitmail json YAML

Add HWREV values of RTL8168CP and RTL8168D.  From FreeBSD.

XXX: needs more quirk handling after wakeup for newer chips.

(tsutsui)

2009-04-13 12:25:36 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks.

(nonaka)

2009-04-13 12:18:56 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create ${MACHINE} and ${MACHINE_ARCH} symlinks.

(tsutsui)

2009-04-13 11:56:35 UTC MAIN commitmail json YAML

Define _NOREGNAMES before including <machine/asm.h> so that the
assembler doesn't get confused.

(he)

2009-04-13 11:54:58 UTC MAIN commitmail json YAML

Add the include of compat/darwin/darwin_types.h, so that this builds
again with COMPAT_DARWIN defined.  Fix from KIYOHARA Takashi.

(he)

2009-04-13 11:17:06 UTC MAIN commitmail json YAML

Appease -Wsign-compare

(lukem)

2009-04-13 11:07:59 UTC MAIN commitmail json YAML

2009-04-13 10:56:57 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wshadow -Wsign-compare)

(lukem)

2009-04-13 10:03:58 UTC MAIN commitmail json YAML

Do the -Wuninitialized workaround in a way which conforms to our
style guide, and remove a now unneeded LINTED comment.  From private
feedback.

(he)

2009-04-13 09:37:51 UTC MAIN commitmail json YAML

Include <sys/evcnt.h> instead of <sys/device.h> to break circular
dependency graph.

(he)

2009-04-13 07:31:36 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-13 07:30:49 UTC MAIN commitmail json YAML

2009-04-13 07:29:56 UTC MAIN commitmail json YAML

2009-04-13 07:23:14 UTC MAIN commitmail json YAML

Fix -Wsign-compare issues

(lukem)

2009-04-13 07:19:55 UTC MAIN commitmail json YAML

Fix -Wshadow issues

(lukem)

2009-04-13 07:18:38 UTC MAIN commitmail json YAML

fix -Wsign-compare issue

(lukem)

2009-04-13 07:15:32 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wshadow)

(lukem)

2009-04-13 07:11:37 UTC MAIN commitmail json YAML

fix -Wsign-compare issue

(lukem)

2009-04-13 07:10:25 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)

(lukem)

2009-04-13 07:06:53 UTC MAIN commitmail json YAML

fix -Wcast-qual issues

(lukem)

2009-04-13 07:04:54 UTC MAIN commitmail json YAML

fix -Wshadow issues

(lukem)

2009-04-13 06:42:26 UTC MAIN commitmail json YAML

2009-04-13 04:37:53 UTC MAIN commitmail json YAML

2009-04-13 04:36:34 UTC MAIN commitmail json YAML

Fix -Wcast-qual issue

(lukem)

2009-04-13 04:35:37 UTC MAIN commitmail json YAML

2009-04-13 04:24:29 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)

(lukem)

2009-04-13 04:16:38 UTC MAIN commitmail json YAML

Fix -Wcast-qual and -Wshadow issues

(lukem)

2009-04-13 03:38:15 UTC MAIN commitmail json YAML

provide more info on decoding errors.

(christos)

2009-04-13 00:41:28 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-13 00:37:05 UTC MAIN commitmail json YAML

2009-04-13 00:27:38 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wextra -Wsign-compare)

(lukem)

2009-04-13 00:12:16 UTC MAIN commitmail json YAML

2009-04-13 00:07:26 UTC MAIN commitmail json YAML

Fix sign-compare issue

(lukem)

2009-04-12 23:59:37 UTC MAIN commitmail json YAML

2009-04-12 23:38:17 UTC MAIN commitmail json YAML

Fix -Wcast-qual issue

(lukem)

2009-04-12 23:37:12 UTC MAIN commitmail json YAML

Fix -Wextra and -Wsign-compare issues

(lukem)

2009-04-12 23:34:12 UTC MAIN commitmail json YAML

Fix -Wextra and -Wsign-compare issues

(lukem)

2009-04-12 23:04:48 UTC MAIN commitmail json YAML

2009-04-12 23:02:43 UTC MAIN commitmail json YAML

2009-04-12 22:47:39 UTC MAIN commitmail json YAML

Work around a problem with gcc -Wuninitialized seen for our sh3 targets.

(he)

2009-04-12 22:42:36 UTC MAIN commitmail json YAML

2009-04-12 22:40:56 UTC MAIN commitmail json YAML

auto-define if we have 64 bit atomic ops.

(christos)

2009-04-12 22:37:50 UTC MAIN commitmail json YAML

Remove KAUTH_ARG() around the request for kauth_authorize_system().

(elad)

2009-04-12 22:30:48 UTC MAIN commitmail json YAML

we don't need memrchr anymore.

(christos)

2009-04-12 21:00:48 UTC MAIN commitmail json YAML

provide symlinks for the man pages too.

(christos)

2009-04-12 20:54:41 UTC MAIN commitmail json YAML

2009-04-12 19:55:05 UTC MAIN commitmail json YAML

2009-04-12 19:43:37 UTC MAIN commitmail json YAML

2009-04-12 19:39:52 UTC MAIN commitmail json YAML

New sentence, new line. Use .An.

(wiz)

2009-04-12 19:00:56 UTC MAIN commitmail json YAML

Drop conditionals now that groff can handle the umlaut in the author
name.

(joerg)

2009-04-12 18:52:52 UTC MAIN commitmail json YAML

Hook up ascii.tmac for the tool build as well.

(joerg)

2009-04-12 18:51:33 UTC MAIN commitmail json YAML

Remove conditional, groff now knows how to deal with ASCII output.

(joerg)

2009-04-12 18:34:07 UTC MAIN commitmail json YAML

libc part is now up-to-date; thanks wiz

(christos)

2009-04-12 18:31:47 UTC MAIN commitmail json YAML

Sort sections.

(wiz)

2009-04-12 17:56:35 UTC MAIN commitmail json YAML

Install some default transliterations for man pages. If nroff is used
with ASCII as output, encode the German umlaut and szet characters with
the normal transliteration rules.

OK wiz@

(joerg)

2009-04-12 17:35:16 UTC MAIN commitmail json YAML

add the var run lwresd and var run named

(christos)

2009-04-12 17:32:41 UTC MAIN commitmail json YAML

explain the changes

(christos)

2009-04-12 17:28:06 UTC MAIN commitmail json YAML

2009-04-12 17:24:52 UTC MAIN commitmail json YAML

2009-04-12 17:13:42 UTC MAIN commitmail json YAML

2009-04-12 17:13:06 UTC MAIN commitmail json YAML

2009-04-12 17:12:44 UTC MAIN commitmail json YAML

2009-04-12 17:10:22 UTC MAIN commitmail json YAML

hook bind libraries

(christos)

2009-04-12 17:09:46 UTC MAIN commitmail json YAML

unhook bind libraries

(christos)

2009-04-12 17:08:03 UTC MAIN commitmail json YAML

2009-04-12 17:07:34 UTC MAIN commitmail json YAML

2009-04-12 17:07:17 UTC MAIN commitmail json YAML

2009-04-12 16:58:57 UTC MAIN commitmail json YAML

2009-04-12 16:57:02 UTC MAIN commitmail json YAML

Convert to mdoc markup. With input from wiz.

(joerg)

2009-04-12 16:43:05 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-04-12 16:35:50 UTC MAIN commitmail json YAML

libc portion of libbind from external/bsd/libbind

Status:

Vendor Tag: ISC
Release Tags: libbind-6-0rc1

(christos)

2009-04-12 16:08:37 UTC MAIN commitmail json YAML

2009-04-12 16:06:27 UTC MAIN commitmail json YAML


import libbind include files.

Status:

Vendor Tag: ISC
Release Tags: libbind-6-0rc1

(christos)

2009-04-12 16:03:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #442):
tools/gettext/Makefile: revision 1.5
Explicitly disable C# support. Mono is known to have issues at time, so
don't try to look for it.

(snj)

2009-04-12 15:39:53 UTC MAIN commitmail json YAML

add libbind2netbsd script based on bind2netbsd

(christos)

2009-04-12 15:34:00 UTC MAIN commitmail json YAML

from ftp:///ftp.isc.org/isc/libbind import 6.0rc1.

Status:

Vendor Tag: ISC
Release Tags: libbind-6-0rc1

(christos)

2009-04-12 15:23:22 UTC MAIN commitmail json YAML

2009-04-12 15:05:59 UTC MAIN commitmail json YAML

2009-04-12 15:03:00 UTC MAIN commitmail json YAML

2009-04-12 14:47:51 UTC MAIN commitmail json YAML

fix PR/41136: \<word search doesn't work in vi
don't reuse RCHAR_T(=wchar_t)'s bits, CSI wchar_t is opaque object.

(tnozaki)

2009-04-12 14:31:02 UTC MAIN commitmail json YAML

fix -Wcast-qual issues

(lukem)

2009-04-12 14:28:30 UTC MAIN commitmail json YAML

fix -Wcast-qual issue

(lukem)

2009-04-12 14:23:30 UTC MAIN commitmail json YAML

2009-04-12 14:20:19 UTC MAIN commitmail json YAML

2009-04-12 14:17:25 UTC MAIN commitmail json YAML

fix -Wcast-qual issues

(lukem)

2009-04-12 14:15:08 UTC MAIN commitmail json YAML

fix sign-compare and cast-qual issues

(lukem)

2009-04-12 14:01:20 UTC MAIN commitmail json YAML

Fix WARNS=4 issues

(lukem)

2009-04-12 13:53:48 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-12 13:53:02 UTC MAIN commitmail json YAML

2009-04-12 13:52:20 UTC MAIN commitmail json YAML

2009-04-12 13:29:29 UTC MAIN commitmail json YAML

Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")

(lukem)

2009-04-12 13:08:31 UTC MAIN commitmail json YAML

2009-04-12 13:07:21 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)

(lukem)

2009-04-12 13:01:55 UTC MAIN commitmail json YAML

fix -Wcast-qual issues

(lukem)

2009-04-12 11:24:18 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-12 11:23:12 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-12 11:19:18 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-12 11:18:21 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)

(lukem)

2009-04-12 11:13:55 UTC MAIN commitmail json YAML

openldap-2.4.16 out.

(wiz)

2009-04-12 11:10:29 UTC MAIN commitmail json YAML

Don't immediately switch UTP/AUI ports on lost carrior.
It may take a while for modern switches to set 10baseT media.

(tsutsui)

2009-04-12 11:09:49 UTC MAIN commitmail json YAML

2009-04-12 10:51:38 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-12 10:31:14 UTC MAIN commitmail json YAML

2009-04-12 10:27:08 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-04-12 10:25:35 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-04-12 10:18:52 UTC MAIN commitmail json YAML

2009-04-12 09:31:32 UTC MAIN commitmail json YAML

If MAKEDEV exits non-zero, but was nevertheless able to create
/dev/console, then have init(8) just print a warning instead of
exiting.

(apb)

2009-04-12 07:07:41 UTC MAIN commitmail json YAML

2009-04-12 06:36:12 UTC MAIN commitmail json YAML

2009-04-12 06:18:54 UTC MAIN commitmail json YAML

2009-04-12 03:46:10 UTC MAIN commitmail json YAML

2009-04-12 03:35:43 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wshadow, -Wcast-qual, -Wsign-compare, etc)

(lukem)

2009-04-12 03:15:35 UTC MAIN commitmail json YAML

add missing commas in initializer for .d and .h macros,
which appear to have broken the intended behavior of those.

(lukem)

2009-04-12 03:13:10 UTC MAIN commitmail json YAML

2009-04-12 02:53:56 UTC MAIN commitmail json YAML

2009-04-12 02:51:36 UTC MAIN commitmail json YAML

fix -Wsign-compare issue

(lukem)

2009-04-12 02:36:33 UTC netbsd-5 commitmail json YAML

2009-04-12 02:34:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #698):
share/man/man4/man4.vax/hk.4: revision 1.14
Fix markup.

(snj)

2009-04-12 02:33:28 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #696):
share/man/man4/man4.vax/up.4: revision 1.15
Fix markup.

(snj)

2009-04-12 02:31:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #695):
lib/libc/stdlib/tsearch.3: revision 1.10
Fix markup.

(snj)

2009-04-12 02:29:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by 694):
lib/libutil/sockaddr_snprintf.3: revision 1.7
Fix markup.

(snj)

2009-04-12 02:27:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #693):
lib/libc/rpc/rpcbind.3: revision 1.11
Fix markup.

(snj)

2009-04-12 02:26:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #693):
lib/libc/rpc/rpc_xdr.3: revision 1.8
Fix markup.

(snj)

2009-04-12 02:25:26 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #692):
lib/libc/rpc/rpc.3: revision 1.21
Fix markup.

(snj)

2009-04-12 02:24:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #691):
lib/libpuffs/puffs_ops.3: revision 1.24
Fix markup.

(snj)

2009-04-12 02:22:24 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by markd in ticket #689):
sys/fs/tmpfs/tmpfs_subr.c: revision 1.50
For chown make auth checks consistent with UFS. Fixes PR kern/40933.

(snj)

2009-04-12 02:19:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by scw in ticket #688):
sys/arch/mvme68k/stand/Makefile.booters: revision 1.18
sys/arch/mvme68k/stand/bootst/dev_tape.c: revision 1.11
sys/arch/mvme68k/stand/bootst/version: revision 1.5
Fix for install/40961: The RAMDISK kernel has grown significantly
since bootst was written. Grab 3MB of the kernel image from tape
in hackprom_diskrd() instead of 2MB.
Bump bootst version on account of the above fix.
While here, use -Os instead of -O2 to compile mvme68k stand code.

(snj)

2009-04-11 23:05:26 UTC MAIN commitmail json YAML

2009-04-11 22:22:31 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-04-11 22:21:45 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-04-11 22:21:22 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-04-11 22:20:43 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-04-11 22:20:07 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2009-04-11 22:17:52 UTC MAIN commitmail json YAML

Drop trailing whitespace.

(wiz)