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 (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 05:03:23 UTC Now

2009-10-29 00:56:20 UTC MAIN commitmail json YAML

2009-10-29 00:46:55 UTC MAIN commitmail json YAML

2009-10-28 23:44:51 UTC MAIN commitmail json YAML

Add workaround about zfs vnode reclaiming deadlock by checking if we don't
ehld ZFS_MUTEX_OBJ already. If we can lock OBJ_MUTEX deffer execution of
zfs_zinactive to taskq. Code was inspired by FreeBSD zfs_freebsd_reclaim.

XXX. This needs to be fixed after finding final solution for vnode lifecycle.

(haad)

2009-10-28 22:49:38 UTC MAIN commitmail json YAML

2009-10-28 22:37:50 UTC MAIN commitmail json YAML

2009-10-28 22:22:44 UTC MAIN commitmail json YAML

2009-10-28 22:09:02 UTC MAIN commitmail json YAML

2009-10-28 22:00:56 UTC MAIN commitmail json YAML

prefix some parameters with _ to avoid conflicts with files that have the
same variable names as globals.

(christos)

2009-10-28 21:42:47 UTC MAIN commitmail json YAML

2009-10-28 21:22:49 UTC MAIN commitmail json YAML

2009-10-28 20:59:46 UTC MAIN commitmail json YAML

2009-10-28 19:43:56 UTC MAIN commitmail json YAML

add %option noyywrap

(christos)

2009-10-28 19:18:15 UTC MAIN commitmail json YAML

Fix a bunch of typos and spelling errors.

(snj)

2009-10-28 18:24:44 UTC MAIN commitmail json YAML

Make flock(2) more robust to invalid operation, such as
(LOCK_EX|LOCK_SH).

(njoly)

2009-10-28 18:20:41 UTC MAIN commitmail json YAML

Remove callback_entry ce description which has nothing to do with
callback_run_roundrobin() function.

(njoly)

2009-10-28 17:25:44 UTC MAIN commitmail json YAML

2009-10-28 15:56:26 UTC MAIN commitmail json YAML

2009-10-28 15:00:26 UTC MAIN commitmail json YAML

Bring in the proper fix from upstream.

(christos)

2009-10-28 13:08:45 UTC MAIN commitmail json YAML

Deal with errno correctly. Fixed better upstream.

(christos)

2009-10-28 13:06:22 UTC netbsd-5 commitmail json YAML

2009-10-28 12:59:24 UTC MAIN commitmail json YAML

Handle nbtools build better.

(christos)

2009-10-28 11:20:08 UTC MAIN commitmail json YAML

Debugging libraries require MKDEBUGLIB not MKDEBUG.

(njoly)

2009-10-28 09:08:16 UTC netbsd-5 commitmail json YAML

2009-10-28 09:06:14 UTC netbsd-5 commitmail json YAML

2009-10-28 09:03:42 UTC netbsd-5 commitmail json YAML

Pull up the following revisions, requested by sborrill in ticket #1114:
share/man/man4/sdhc.4          1.1-1.2
sys/dev/pci/sdhc_pci.c          1.1-1.3
distrib/sets/lists/man/mi      patch
share/man/man4/Makefile        patch
sys/arch/amd64/conf/GENERIC    patch
sys/arch/i386/conf/ALL          patch
sys/arch/i386/conf/GENERIC      patch
sys/dev/pci/files.pci          patch
sys/dev/pci/pcidevs            patch
sys/dev/pci/pcidevs.h          regen
sys/dev/pci/pcidevs_data.h      regen

Add sdhc(4), a driver for SD controllers following the SD Host
Controller Standard Simplified Specification.

(bouyer)

2009-10-28 06:23:29 UTC MAIN commitmail json YAML

2009-10-28 05:04:02 UTC MAIN commitmail json YAML

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

fix occasionally wrong colours in rectangle fills

(macallan)

2009-10-28 03:41:31 UTC MAIN commitmail json YAML

add radeonfb ( has been working for ages with my XVR-100 ) and pm2fb ( for
PGX32 / TechSource Raptor GFX 8P )
We should probably enable cgthree as well since it grew wsdisplay support a
while ago.

(macallan)

2009-10-28 02:42:20 UTC MAIN commitmail json YAML

don't '#define yywrap() 1', use '%option noyywrap'. This is because the
#define is doomed to failure if --prefix is used.

(christos)

2009-10-28 02:31:44 UTC MAIN commitmail json YAML

As Mikael Magnusson notes, run_fsck_flags does not take a YES or NO
and it should be in the second listing of variables.  While here,
capitalize and make the description a little bit more explicit.

(snj)

2009-10-28 02:10:27 UTC MAIN commitmail json YAML

A driver for the Permedia 2 graphics processor, so far it's been tested only
on sparc64 with a Sun PGX32 / TechSource Raptor GFX 8P
So far it accelerates block copies, rectangle fills and the cursor, it
supports the usual wsdisplay / vcons stuff.
TODO:
- character drawing by hardware so we don't need to map the framebuffer
- DDC2 support
- mode setting
This driver still relies on the firmware to set up graphics modes etc. so it
won't work on x86 ( or non-OpenFirmware for that matter ) unless you use the
VESA BIOS to set up graphics and pass the right properties ( width, height
etc. ) to the driver. For the same reason it will work only if it's the
OpenFirmware console.

(macallan)

2009-10-27 23:23:33 UTC MAIN commitmail json YAML

elric's ad clause is no more.

(snj)

2009-10-27 23:17:13 UTC MAIN commitmail json YAML

2009-10-27 23:04:41 UTC MAIN commitmail json YAML

Assign copyright to TNF on these old files.

(elric)

2009-10-27 22:01:46 UTC netbsd-5 commitmail json YAML

2009-10-27 21:58:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1115):
sys/fs/cd9660/cd9660_vfsops.c: revision 1.68
Apply a similar fix for mount function from ffs_vfsops.c rev 1.186:
Change cd9660_mount, in MNT_UPDATE case, to check dev_t's for equality
instead of just vnode pointers.  Fixes erroneous "Invalid argument"
errors from mount(8) with -u against cd9660 root in the presence of
mfs or tmpfs /dev prepared after initial mountroot.
Tested on QEMU running cobalt Restore CD.

(bouyer)

2009-10-27 21:47:23 UTC MAIN commitmail json YAML

Fix endianess issues when accessing the B-channel fifos.

(martin)

2009-10-27 21:42:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by markd in ticket #1113):
sys/miscfs/procfs/procfs_linux.c: revision 1.58
Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo.

(bouyer)

2009-10-27 21:41:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #1112):
sys/ufs/ext2fs/ext2fs_vnops.c: revision 1.91
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.152
sys/ufs/ext2fs/ext2fs_extern.h: revision 1.42
update i_uid and i_gid after chown

(bouyer)

2009-10-27 21:39:21 UTC netbsd-5 commitmail json YAML

Apply patch, requested by ahoka in ticket #1111:
sys/dev/pckbport/wskbdmap_mfii.c: patch
Add hungarian keyboard layout

(bouyer)

2009-10-27 21:37:52 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by wiz in ticket #1110):
usr.bin/systat/vmstat.c: revision 1.74
usr.bin/systat/syscall.c: revision 1.7
Fix problems with SIGWINCH. From Paul Ripke in PR 42161.

(bouyer)

2009-10-27 20:47:35 UTC netbsd-5 commitmail json YAML

2009-10-27 20:46:53 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #1109):
sys/fs/smbfs/smbfs_smb.c: revision 1.41
sys/fs/smbfs/smbfs_subr.h: revision 1.20
Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely
based on code taken from FreeBSD.
This stops truncation of files larger than 4GB by VOP_SETATTR() which e.g.
happened when copying large files "rump_smbfs". Kudos to Antti Kantee
for diagnosing the problem in smbfs_smb_setfsize().

(bouyer)

2009-10-27 20:44:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #1108):
xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c: revision 1.4
xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.h: revision 1.2
external/mit/xorg/server/drivers/xf86-video-chips/Makefile: revision 1.5
make this work on shark again by enabling the VLB probe routines when HAVE_ISA
is defined. For now this disables the PCI probe routine but the only arch
where we actually need this is shark where we couldn't add a PCI CT65550
even if we wanted to.
Tested on shark and macppc
set -DHAVE_ISA on shark, with this accelerated Xorg works again on rev. 4
sharks.

(bouyer)

2009-10-27 20:37:39 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #1105):
lib/libpuffs/puffs.h: revision 1.112
lib/libpuffs/puffs.c: revision 1.100
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/shl.mi: patch
lib/libpuffs/shlib_version: patch

Make it possible to supply parameters to puffs_init() later (but
before puffs_mount()).

(bouyer)

2009-10-27 20:31:15 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #1104):
sys/netsmb/smb_smb.c: revision 1.31
sys/netsmb/smb_smb.c: revision 1.32
Fix detection of SMB capabilities according to the CIFS spec:
1.) SMB_CAP_LARGE_FILES advertises support for 64-bit file offsets.
2.) SMB_CAP_LARGE_READX and SMB_CAP_LARGE_WRITEX advertise support for
    large reads and writes (larger than 64KB).
The code previously only used SMB_CAP_LARGE_READX and SMB_CAP_LARGE_WRITEX
which is not correct and doesn't work for the Apple Time Capsule which
only supports SMB_CAP_LARGE_FILES. With these changes SMBFS can copy a
5GB to a Time Capsule and read it back without problems.
Thanks a lot to Allen Briggs for pointing out the broke assumptions
and explaining the CIFS spec to me. This fixes PR kern/42175.
Fix cut & paste error spotted by Nicolas Joly.

(bouyer)

2009-10-27 20:14:11 UTC MAIN commitmail json YAML

hubertf's ad clause is no more.

(snj)

2009-10-27 18:50:32 UTC MAIN commitmail json YAML

Add a Makefile to rebuild the bootstrap files.

(christos)

2009-10-27 18:35:10 UTC MAIN commitmail json YAML

break cyclical dependency of lex depending on m4 and m4 depending on lex,
by providing pre-built lex and yacc files for m4.

(christos)

2009-10-27 17:51:19 UTC MAIN commitmail json YAML

Descend into the man/ subdirectory, so that flex.info gets installed,
and what gets installed matches up with the set lists.

(he)

2009-10-27 16:27:47 UTC MAIN commitmail json YAML

PR/42239: M. Levinson: paxctl(8) fails since binutils 2.19.1 upgrade
binutils-2.19.1 tries to create one note section for all adjacent loadable
note sections, instead of the old behavior where each note is in its own
section. The fix looks at the section headers instead of the program headers
for the note.

(christos)

2009-10-27 14:20:21 UTC MAIN commitmail json YAML

Use HOST_SRCDIR=external/gpl3/binutils/usr.sbin/foo
in $(HAVE_BINUTILS)=="219" case.
Fixes build failures on Cygwin. (new libbfd depends on libz)

BTW, should we revive old ones under src/usr.sbin for
native dbsym(8)/mdsetimage(8) binaries which don't need libbfd?

(tsutsui)

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

This was replaced by a shell script quite some time ago, purge.

(hubertf)

2009-10-27 08:55:44 UTC MAIN commitmail json YAML

2009-10-27 03:48:59 UTC MAIN commitmail json YAML

cpu_proc_fork: use pcb1 and pcb2, and thus make routine more readable.
Remove or update outdated comments, add new ones.  Clean-up.

(rmind)

2009-10-27 03:45:33 UTC MAIN commitmail json YAML

Drop 3rd and 4th clauses.  Approved by gwr@ and wrstuden@ (copyright
holders).

(snj)

2009-10-27 03:42:31 UTC MAIN commitmail json YAML

Drop 3rd and 4th clauses.  Approved by all copyright holders
(Embedtronics Oy's owners, Jon Sevy, and joff).

(snj)

2009-10-27 03:05:28 UTC MAIN commitmail json YAML

Make pcb_ldt_sel, in amd64, an unused field.  Unlike in i386, it was
missed during clean-up of LDT handling.

(rmind)

2009-10-27 02:58:29 UTC MAIN commitmail json YAML

- Amend fd_hold() to take an argument and add assert (reflects two cases,
  fork1() and the rest, e.g. kthread_create(), when creating from lwp0).

- lwp_create(): do not touch filedesc internals, use fd_hold().

(rmind)

2009-10-27 02:55:07 UTC MAIN commitmail json YAML

- Use pool(9) for pmf_event_workitem_t, instead of pool_cache(9).  Still,
  meta-data of this pool takes more space than the actual data..

- Reduce lowat/hiwat to 1..8, since intensity is very low.

- Remove unused pew_next_free from pmf_event_workitem_t.

(rmind)

2009-10-27 01:44:01 UTC MAIN commitmail json YAML

2009-10-26 22:40:50 UTC MAIN commitmail json YAML

Fix a few typos.

(snj)

2009-10-26 21:38:32 UTC MAIN commitmail json YAML

2009-10-26 21:38:01 UTC MAIN commitmail json YAML

2009-10-26 21:37:36 UTC MAIN commitmail json YAML

2009-10-26 21:37:10 UTC MAIN commitmail json YAML

2009-10-26 21:36:46 UTC MAIN commitmail json YAML

hook the new flex.

(christos)

2009-10-26 21:35:51 UTC MAIN commitmail json YAML

2009-10-26 21:32:14 UTC MAIN commitmail json YAML

switch to new lex

(christos)

2009-10-26 21:30:02 UTC MAIN commitmail json YAML

Allow tools to override m4

(christos)

2009-10-26 21:29:46 UTC MAIN commitmail json YAML

We don't need the pre-built skel.c

(christos)

2009-10-26 21:17:19 UTC MAIN commitmail json YAML

Hard-wire NetBSD major+minor version for the tool version of mandoc.
This gives "NetBSD 5.99" for .Os in -current and "NetBSD 6.0" for the
next release.

(joerg)

2009-10-26 21:16:50 UTC MAIN commitmail json YAML

fix the tools build

(christos)

2009-10-26 21:14:18 UTC MAIN commitmail json YAML

2009-10-26 21:12:47 UTC MAIN commitmail json YAML

2009-10-26 21:11:29 UTC MAIN commitmail json YAML

2009-10-26 21:08:59 UTC MAIN commitmail json YAML

2009-10-26 20:43:37 UTC MAIN commitmail json YAML

mention MODULE_CLASS_SECMODEL

(jnemeth)

2009-10-26 20:40:00 UTC MAIN commitmail json YAML

XXX - confirmed that ms_required is comma-delimited

XXX - MODULE_CLASS_ANY shouldn't be returned, but potentially could
      be if a module were declared that way

(jnemeth)

2009-10-26 19:55:11 UTC MAIN commitmail json YAML

2009-10-26 19:23:33 UTC MAIN commitmail json YAML

avoid unused label warning

(christos)

2009-10-26 19:23:19 UTC MAIN commitmail json YAML

rename warn -> lwarn to use the pre-generated parse.c since our yacc is
not up to snuff yet.

(christos)

2009-10-26 19:16:59 UTC MAIN commitmail json YAML

2009-10-26 19:03:17 UTC MAIN commitmail json YAML

Update comment about proc0_init().

(rmind)

2009-10-26 18:32:39 UTC MAIN commitmail json YAML

Now it works, but it needs gm4...
Problem was that our bison cannot deal with it, so we don't regenerate
parse.c and parse.h from parse.y.
So we need:
1. Fix m4
2. Get new byacc/bison

(christos)

2009-10-26 16:41:35 UTC MAIN commitmail json YAML

buildfix: only declare sysctl_net_ifq_setup() if INET or INET6 is defined

(cegger)

2009-10-26 15:32:38 UTC MAIN commitmail json YAML

Add -n option to print major and minor version, e.g. 5.99 on -current.

(joerg)

2009-10-26 15:05:51 UTC MAIN commitmail json YAML

2009-10-26 14:55:12 UTC MAIN commitmail json YAML

Finish import of mdocml-1.9.10.

(joerg)

2009-10-26 14:54:08 UTC MAIN commitmail json YAML

2009-10-26 14:50:45 UTC MAIN commitmail json YAML

Obfuscate RCS ID matching so that CVS doesn't expand it.

(joerg)

2009-10-26 14:26:25 UTC MAIN commitmail json YAML

A checksum value in alpha boot block is stored in little endian,
so use le64toh() to print it on the host tool.
While here, use consistent (unsignd long long) casts on printing it.

(tsutsui)

2009-10-26 14:22:47 UTC MAIN commitmail json YAML

A boot block on alpha is always little endian, so read and store values
in little endian via le64toh() and htole64() in ALPHA_BOOT_BLOCK_CKSUM().
Fixes installboot(8) (and future endian-aware disklabel(8)) for alpha
on big endian machines.

(tsutsui)

2009-10-26 11:19:47 UTC MAIN commitmail json YAML

it is more complicated to rebuild the skel now.

(christos)

2009-10-26 11:17:16 UTC MAIN commitmail json YAML

2009-10-26 05:57:36 UTC MAIN commitmail json YAML

Edit - expand descriptions; document data structures in English rather
than in C; use more markup; make nroff output not exceed 80 columns.

(dholland)

2009-10-26 04:27:15 UTC MAIN commitmail json YAML

2009-10-26 04:11:09 UTC MAIN commitmail json YAML

2009-10-26 04:10:39 UTC MAIN commitmail json YAML

2009-10-26 04:10:12 UTC MAIN commitmail json YAML

unhook flex for now

(christos)

2009-10-26 04:09:45 UTC MAIN commitmail json YAML

2009-10-26 04:08:55 UTC MAIN commitmail json YAML

back to old lex

(christos)

2009-10-26 04:08:25 UTC MAIN commitmail json YAML

back to old lex

(christos)

2009-10-26 03:51:43 UTC MAIN commitmail json YAML

Garbage-collect pmap_do_reactivate() and the associated IPI -- nothing has
used them for a long time.

(thorpej)

2009-10-26 03:21:20 UTC MAIN commitmail json YAML

Garbage-collect PMAP_LEV1MAP_SHOOTDOWN() -- it hasn't been used for a long
time.

(thorpej)

2009-10-26 02:53:15 UTC MAIN commitmail json YAML

2009-10-26 02:51:01 UTC MAIN commitmail json YAML

2009-10-26 01:59:36 UTC MAIN commitmail json YAML

2009-10-26 01:39:45 UTC MAIN commitmail json YAML

2009-10-26 01:37:21 UTC MAIN commitmail json YAML

add options from the new castrated man page.

(christos)

2009-10-26 01:34:43 UTC MAIN commitmail json YAML

add a script to help future imports

(christos)

2009-10-26 01:33:28 UTC MAIN commitmail json YAML

2009-10-26 01:22:41 UTC MAIN commitmail json YAML

2009-10-26 01:22:12 UTC MAIN commitmail json YAML

2009-10-26 01:19:02 UTC MAIN commitmail json YAML

2009-10-26 01:18:46 UTC MAIN commitmail json YAML

hook the new flex library

(christos)

2009-10-26 01:18:19 UTC MAIN commitmail json YAML

unhook old flex.

(christos)

2009-10-26 01:18:01 UTC MAIN commitmail json YAML

2009-10-26 00:59:39 UTC MAIN commitmail json YAML

2009-10-26 00:49:04 UTC MAIN commitmail json YAML

2009-10-26 00:46:19 UTC MAIN commitmail json YAML

For the multicast_dns only mode, be very restrictive in what lookups we
try. No point in making queries and waiting for timeouts on lookups that
will never succeed.

Now only does lookups for linklocal addresses (v4 or v6) and
"name.local" names (and dotless names, iff "local" is specified in the
resolv.conf search list).

Also, lower the timeout in this mode, since multicast lookups should
return pretty fast or not at all.

(tsarna)

2009-10-26 00:29:59 UTC MAIN commitmail json YAML

2009-10-25 23:42:59 UTC MAIN commitmail json YAML

2009-10-25 23:35:41 UTC MAIN commitmail json YAML

2009-10-25 23:27:36 UTC MAIN commitmail json YAML

2009-10-25 20:53:43 UTC MAIN commitmail json YAML

paper over pointer aliasing problem

(christos)

2009-10-25 20:44:13 UTC MAIN commitmail json YAML

2009-10-25 20:39:45 UTC MAIN commitmail json YAML

We might switch cpu in between the start of cpu_reboot() and where we
actually start shutting down cpus.  This caused problems because the
wait_mask computed at the beginning of cpu_reboot() wouldn't be correct
when actually waiting for the other cpus to shutdown, and cpu_halt()
might be called instead of prom_halt() at the end, leading to a hung
machine.

(mhitch)

2009-10-25 20:14:50 UTC MAIN commitmail json YAML

Match directory extraction output with Infozip.

(wiz)

2009-10-25 19:28:45 UTC MAIN commitmail json YAML

after setting the L2CAP link mode in server mode, retrieve the kernels
interpretation of it and check specifically for auth when creating the
service record.

(plunky)

2009-10-25 18:35:45 UTC MAIN commitmail json YAML

Use .%U inside of .Rs/.Re.

(joerg)

2009-10-25 18:34:04 UTC MAIN commitmail json YAML

2009-10-25 18:33:36 UTC MAIN commitmail json YAML

Add .%U to mark up URLs in bibliographic entries of mdoc(7) pages.
Discussed with wiz, Kristaps Dzonsons and Ruslan Ermilov, proposed
(without reaction) on the groff mailing list.

(joerg)

2009-10-25 17:09:34 UTC MAIN commitmail json YAML

Lint is differentially far too picky...
Remove some warnings that only appear on i386 (not on amd64) and that
for some reason best known to others are deemed fatal for i386.
Making this code 'pass lint' does absolutely nothing for its readability (etc).

(dsl)

2009-10-25 16:20:19 UTC MAIN commitmail json YAML

import tzcode2009k

Status:

Vendor Tag: ADO
Release Tags: TZCODE2009K

(mlelstv)

2009-10-25 15:11:01 UTC MAIN commitmail json YAML

s/comp-debugd-bin/comp-bind-debug/.

(njoly)

2009-10-25 15:07:47 UTC MAIN commitmail json YAML

Add dnssec-{revoke,settime}.debug, obsolete rndc-confgen.debug.

(njoly)

2009-10-25 14:33:24 UTC netbsd-3 commitmail json YAML

Grumble grumble add xirc.4 grumble grumble.

(snj)

2009-10-25 13:47:43 UTC MAIN commitmail json YAML

When we stall the continuation waiting for the queued I/O to complete
in xbdback_co_cache_flush2(), we don't advance the req pointer. In this
case call xbdi_put() to compensate for the xbdi_get() that will be done again
in xbdback_co_main_loop().
Fix stalled xbdback detach that would stall the whole xenbus thread,
preventing new domU from be created.

(bouyer)

2009-10-25 10:30:47 UTC MAIN commitmail json YAML

Remove .Os argument.
Remove ending dot in SEE ALSO.
Use Fl Fl for long options.
New sentence, new line.
Remove trailing whitespace.

(wiz)

2009-10-25 09:32:25 UTC MAIN commitmail json YAML

Remove obscenity from comments.

(ahoka)

2009-10-25 09:25:10 UTC MAIN commitmail json YAML

Correct the previous by adding an obviously overlooked
"struct pmap *pm" argument declaration to pmap_vax_swappable().

(he)

2009-10-25 04:42:16 UTC MAIN commitmail json YAML

update to 9.7.0-b1

(christos)

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

bind manual page updates

(christos)

2009-10-25 04:38:06 UTC MAIN commitmail json YAML

2009-10-25 01:52:05 UTC MAIN commitmail json YAML

Fix section number for a man page reference.
While here put the man pages in the SEE ALSO in order too.
(This was shared and now fixed upstream too.)

(reed)

2009-10-25 01:34:40 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2009-10-25 01:30:48 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2009-10-25 01:14:04 UTC MAIN commitmail json YAML

2009-10-25 01:09:09 UTC MAIN commitmail json YAML

Renumber 6bone addresses to documentation prefix.
Fix broken URL for totd site.
Add reference to pkgsrc/net/totd.

(jakllsch)

2009-10-25 00:18:40 UTC MAIN commitmail json YAML

2009-10-25 00:17:06 UTC MAIN commitmail json YAML

Major enhancements to mdnsd nsswitch support:

- nss_mdns renamed to nss_multicast_dns for clarity and less chance of
  confusion with nss_mdnsd (see next).
- Support using mdnsd for all unicast too with new nss_mdnsd module
  (note: this mode requires an updated mdnsd too, not yet committed)
- Implement resolv.conf "search" directive support. Needed for nss_mdnsd,
  potentially useful with nss_multicast_dns (you could now do
  "search example.com local" in resolv.conf if you wanted to and it would
  act as you might expect)
- Add references in nsswitch.conf man page and sample file
- Implement AI_CANONNAME
- Various bug fixes

(tsarna)

2009-10-25 00:14:34 UTC MAIN commitmail json YAML

2009-10-25 00:03:55 UTC MAIN commitmail json YAML

2009-10-24 21:37:57 UTC MAIN commitmail json YAML

don't read hostaliases using unbuffered reads. there is no security benefit.

(christos)

2009-10-24 20:07:48 UTC MAIN commitmail json YAML

Garbage collect left-overs, iscsi moved to src/external/bsd/iscsi.

(joerg)

2009-10-24 20:06:42 UTC MAIN commitmail json YAML

use correct value for 10 Mbps

(plunky)

2009-10-24 20:03:56 UTC MAIN commitmail json YAML

2009-10-24 19:31:03 UTC MAIN commitmail json YAML

Reduce amount of macro magic.  Use the same special characters as nroff
can deal with limitations of the terminal.

(joerg)

2009-10-24 18:30:29 UTC matt-nb5-mips64 commitmail json YAML

fuword works on longs too.

(matt)

2009-10-24 18:15:46 UTC MAIN commitmail json YAML

2009-10-24 18:11:53 UTC matt-nb5-mips64 commitmail json YAML

suword stores a long, not a int.

(matt)

2009-10-24 17:49:58 UTC MAIN commitmail json YAML

simplify the example; only register the set of events to watch once since
it does not change. Also print that ATTR means changing times too.

(christos)

2009-10-24 17:24:02 UTC MAIN commitmail json YAML

2009-10-24 17:23:34 UTC MAIN commitmail json YAML

expose res_check for the benefit of mDNS.

(christos)

2009-10-24 17:01:04 UTC MAIN commitmail json YAML

With 64bit time_t years can be negative and lapyear computation
requires rounding down. This avoids an infinite loop in localtime().

(mlelstv)

2009-10-24 15:20:15 UTC MAIN commitmail json YAML

2009-10-24 14:52:20 UTC MAIN commitmail json YAML

Use trunc_page or round_page where appropriate.
No functional changes intended, and generate same binaries.

(nakayama)

2009-10-24 14:50:48 UTC MAIN commitmail json YAML

Check for EOF before erroring fgets() with length <= 0.
If length is invalid, set errno = EINVAL and __SERR as well returning NULL.
Should let me close PR/41992.

(dsl)

2009-10-24 14:41:58 UTC MAIN commitmail json YAML

2009-10-24 13:34:50 UTC MAIN commitmail json YAML

Add lintmanpages later to target to ensure that MKMANDOC is set.

(joerg)

2009-10-24 13:28:16 UTC MAIN commitmail json YAML

Fix the previous by terminating the comment.

(he)

2009-10-24 12:57:17 UTC MAIN commitmail json YAML

2009-10-24 12:47:31 UTC MAIN commitmail json YAML

2009-10-24 12:23:47 UTC MAIN commitmail json YAML

Change manpage reference from talkd to ntalkd.
(Man link does exist, but no binary.)

(reed)

2009-10-24 12:22:24 UTC MAIN commitmail json YAML

Fix man page reference from non-existent dhcp(8) to dhcpd(8).
Hope this was what was intended.

(reed)

2009-10-24 12:21:31 UTC MAIN commitmail json YAML

Refer to rpc.bootparamd instead of bootparamd.

(reed)

2009-10-24 12:18:05 UTC MAIN commitmail json YAML

Change two man page references to use the official names.
(I define "official" as the Document Title name and original file name.)

(reed)

2009-10-24 11:36:59 UTC MAIN commitmail json YAML

Pass modinit to rumpuser_dl_module_bootstrap() as a function pointer
to avoid linker rump -> rumpuser -> rump dependency which is annoying
redundancy in static linking.

(pooka)

2009-10-24 11:29:55 UTC MAIN commitmail json YAML

2009-10-24 11:24:19 UTC MAIN commitmail json YAML

In SEE ALSO, refer to useradd instead of adduser.
(adduser is a man link, but no tool by that name.)

(reed)

2009-10-24 11:23:07 UTC MAIN commitmail json YAML

Support reading /boot > 64k.  Based on the patch from Izumi Tsutsui.
Compiles but not actually tested!  Fixes PR/42202

(dsl)

2009-10-24 11:22:48 UTC MAIN commitmail json YAML

For the rpc* references use the full rpc.* names.
These match what is really installed.
I know the man links are there too. But this helps in the
case where someone has printed man pages but only has one
man page printed per inode -- so best to refer to the known Dt name.

(reed)

2009-10-24 11:17:13 UTC MAIN commitmail json YAML

Add missing comma in the NAME Nm list.

(reed)

2009-10-24 11:12:56 UTC MAIN commitmail json YAML

2009-10-24 11:09:31 UTC MAIN commitmail json YAML

Fix Document Title.
(I already report and it is fixed upstream.)

(reed)

2009-10-24 11:08:47 UTC MAIN commitmail json YAML

Show that -l is option for bind builtin.
(The -l is described later.)

(reed)

2009-10-24 10:28:30 UTC MAIN commitmail json YAML

Add some illumination ...

(dsl)

2009-10-24 06:36:39 UTC MAIN commitmail json YAML

2009-10-24 05:35:37 UTC MAIN commitmail json YAML

Add a knote to keep track when resolv.conf gets changed and re-initialize.
While here fix a memory leak when calling res_vinit with an already inited
res_state.

(christos)

2009-10-24 04:56:42 UTC MAIN commitmail json YAML

Ensure coherency between the L1 PT cache and pmap_growkernel() -- protect
allocations from pmap_growkernel() with a r/w lock.

(thorpej)

2009-10-24 04:04:40 UTC MAIN commitmail json YAML

Add interface list dump to debugging output.

(tsarna)

2009-10-24 03:55:27 UTC MAIN commitmail json YAML

note apache2

(tsarna)

2009-10-24 01:59:07 UTC MAIN commitmail json YAML

Add a copy of the Apache 2.0 license here as requested by reed.

(tsarna)

2009-10-24 00:10:30 UTC MAIN commitmail json YAML

snj doesn't like my accent, so use proper English month names.

(joerg)

2009-10-23 23:42:52 UTC MAIN commitmail json YAML

Disable the use of mandoc for now until support for conditional
expression exists.

(joerg)

2009-10-23 23:23:56 UTC MAIN commitmail json YAML

Don't even try to use mandoc for the groff documentation.

(joerg)

2009-10-23 23:22:54 UTC MAIN commitmail json YAML

Reduce macro magic.  Ensure that GNU is on the left side.
Consistently use roff character entities, nroff is smart enough to deal
with that.

(joerg)

2009-10-23 23:12:10 UTC MAIN commitmail json YAML

Do not run mandoc for lintmanpages if MANPAGES is empty.
Add it to the list of targets to recurse for.

(joerg)