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

2024-05-10 05:31:05 UTC Now

2009-01-18 07:14:03 UTC MAIN commitmail json YAML

2009-01-18 07:12:39 UTC MAIN commitmail json YAML

2009-01-18 07:11:45 UTC MAIN commitmail json YAML

2009-01-18 07:08:30 UTC MAIN commitmail json YAML

fix -Wsign-compare issues.  minor knf

(lukem)

2009-01-18 07:05:53 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 05:23:34 UTC MAIN commitmail json YAML

struct device * -> device_t

(isaki)

2009-01-18 05:07:51 UTC MAIN commitmail json YAML

- Avoid calling sched_catchlwp() if CPUs have different processor-sets.
- sched_takecpu: check for psid earlier (be more strict).

PR/40419.

(rmind)

2009-01-18 05:00:39 UTC MAIN commitmail json YAML

- malloc() + memset(0) -> malloc(M_ZERO).
- remove temporary variable.

(isaki)

2009-01-18 04:48:53 UTC MAIN commitmail json YAML

Delete 10 years old #if 0'd comments in intio.c, locore.s.
According to the old comment, the interrupt handler via intiotrap
should set his interrupt level again, but it's not right.  And
don't set it again by interrupt hander.

(isaki)

2009-01-18 04:11:38 UTC MAIN commitmail json YAML

wscons(4) support for cgthree and cgsix have been pulled up to netbsd-5.

XXX1: We have to check all pulled up changes and update CHANGES.prev.
XXX2: We should also check all visible changes that are worth to pullup?

(tsutsui)

2009-01-18 04:02:59 UTC MAIN commitmail json YAML

- add more visible changes
- tweak some entries (sort, periods etc.)

(tsutsui)

2009-01-18 03:45:50 UTC MAIN commitmail json YAML

2009-01-18 03:43:45 UTC MAIN commitmail json YAML

2009-01-18 02:59:02 UTC MAIN commitmail json YAML

I really hate silly hacks inside #ifndef _STANDALONE in libsa sources...

(tsutsui)

2009-01-18 02:40:05 UTC MAIN commitmail json YAML

2009-01-18 01:44:09 UTC MAIN commitmail json YAML

Fix struct passwd time fields. From Shin'ichiro TAYA

(christos)

2009-01-18 01:34:30 UTC MAIN commitmail json YAML

2009-01-18 01:31:58 UTC MAIN commitmail json YAML

Need <arm/cpu.h> for GET_CURPCB.
Also, while it's true that at the moment struct user only contains
struct pcb, we probably shouldn't rely on that.

(bjh21)

2009-01-18 01:31:12 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 01:30:44 UTC MAIN commitmail json YAML

Need <arm/cpu.h> for GET_CURPCB.

(bjh21)

2009-01-18 01:29:57 UTC MAIN commitmail json YAML

2009-01-18 01:19:33 UTC MAIN commitmail json YAML

Now that GET_CURPCB and GET_CURCPU are generally available, use them
unconditionally rather than rolling our own (often badly) all over the
place.

(bjh21)

2009-01-18 01:17:07 UTC MAIN commitmail json YAML

Let the assembler generate my literal pools for me, since that makes things
more readable.

(bjh21)

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

fix -Wsign-compare issues

(lukem)

2009-01-18 01:06:42 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 01:04:34 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 01:02:41 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 01:02:31 UTC MAIN commitmail json YAML

Fix -Wsign-compare issues:
* Provide our own TOKEOF enum, rather than using stdio's EOF (which is signed)
* Use tokid_t instead of int where appropriate

(lukem)

2009-01-18 00:44:34 UTC MAIN commitmail json YAML

Bump shared lib versions for libdevmapper following the 64bit time_t/dev_t bumps

(agc)

2009-01-18 00:42:35 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 00:37:53 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 00:36:29 UTC MAIN commitmail json YAML

Define a version of GET_CURCPU, GET_CURLWP, and GET_CURPCB for use on
old uniprocessor ARMs, and re-arrange the ifdefs so that it gets
used on 26-bit systems as well.  This allows us to uniformly use these
macros everywhere.

(bjh21)

2009-01-18 00:36:20 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 00:34:03 UTC MAIN commitmail json YAML

2009-01-18 00:30:54 UTC MAIN commitmail json YAML

2009-01-18 00:30:17 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 00:27:59 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 00:25:13 UTC MAIN commitmail json YAML

fix -Wsign-compare issues

(lukem)

2009-01-18 00:24:29 UTC MAIN commitmail json YAML

2009-01-18 00:21:09 UTC MAIN commitmail json YAML

2009-01-18 00:18:41 UTC MAIN commitmail json YAML

* Fix -Wsign-compare issues.
* Add some XXXs noting where we might want to check for 16bit overflow.
* Use uintNN_t instead of int if the values is read from or written to
  using udf_rwNN().

(lukem)

2009-01-17 23:24:30 UTC MAIN commitmail json YAML

Use ll instead of non-standard q as length modifier in format strings.
Makes this work on Solaris. OK by apb.

(hans)

2009-01-17 23:01:15 UTC netbsd-5 commitmail json YAML

2009-01-17 22:56:34 UTC MAIN commitmail json YAML

Clear out the vestigial support for the Simtec Hydra board.  Now that we're
getting support for proper SMP ARMs, keeping non-functional support for
a seriously crippled not-really-SMP system is likely to cause more problems
than it's worth, even if it was fun for a while.

(bjh21)

2009-01-17 22:56:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #280):
sys/arch/mac68k/nubus/if_ae_nubus.c: revision 1.41
Split device_t/softc, missed on MI dp8390nic changes 10 months ago.
Also use aprint_*(), and remove unnecessary casts against void *
variables.
Tested by John Klos on port-mac68k, and should be pulled up to netbsd-5.

(snj)

2009-01-17 22:56:15 UTC mjf-devfs2 commitmail json YAML

It seems that "fattr.h" moved and what I should now include is
"mountprog.h" to get a_gid() and a_uid().

(mjf)

2009-01-17 22:51:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #278):
sys/dev/pci/if_jme.c: revision 1.5
sys/dev/pci/if_jmereg.h: revision 1.3
According to the latest datasheet I have (1.09), the transmitter and
ckecksum offload clocks needs to be programmed according to the negociated
speed; make it so. This makes the sample JME260 I have work.

(snj)

2009-01-17 22:34:02 UTC MAIN commitmail json YAML

2009-01-17 22:28:53 UTC MAIN commitmail json YAML

2009-01-17 22:23:28 UTC MAIN commitmail json YAML

Workaround the backwards compatible firm_event:  firm_event still uses
32 bit times to maintain compatibility for older Xamiga.  This should
really be versioned to use the approriate timeval structures in the
firm_event data.  This workaround should suffice for while;  will there
even be any Amigas still running when this breaks?

(mhitch)

2009-01-17 22:01:32 UTC MAIN commitmail json YAML

Avoid casting an uisigned to a signed value, thereby invoking formally
undefined behaviour.  Instead go via u_int and print with %u.

(he)

2009-01-17 21:50:38 UTC netbsd-5 commitmail json YAML

2009-01-17 21:49:10 UTC netbsd-5 commitmail json YAML

Apply patch (requested by mrg in ticket #265):
Work around a make bug.

(snj)

2009-01-17 20:59:01 UTC MAIN commitmail json YAML

Improve description in NAME section:
"serial terminal emulator"

From nick@openbsd via jmc@openbsd.

(wiz)

2009-01-17 20:43:44 UTC mjf-devfs2 commitmail json YAML

2009-01-17 20:17:09 UTC mjf-devfs2 commitmail json YAML

2009-01-17 20:08:07 UTC MAIN commitmail json YAML

2009-01-17 19:39:50 UTC MAIN commitmail json YAML

Umm, add two spaces which accidentally was left by the wayside.

(he)

2009-01-17 19:38:53 UTC MAIN commitmail json YAML

Print dev_t with PRIu64 instead of llu, suggested by mhitch@.

(he)

2009-01-17 19:34:28 UTC MAIN commitmail json YAML

Print dev_t with PRIu64 instead of llu, suggested by mhitch@.

(he)

2009-01-17 18:24:38 UTC MAIN commitmail json YAML

2009-01-17 17:56:01 UTC MAIN commitmail json YAML

use a separate variable to copy the locale.

(christos)

2009-01-17 17:08:44 UTC MAIN commitmail json YAML

2009-01-17 17:06:19 UTC MAIN commitmail json YAML

Fix printf format for suseconds_t

(mjf)

2009-01-17 17:05:17 UTC MAIN commitmail json YAML

Catch up with shlib major bump for all arm platforms.

(mjf)

2009-01-17 16:08:02 UTC MAIN commitmail json YAML

Use more fields from curcup(), specifically ci_dev (replacing the local
the_cpu) and the various fields set from the CPU ID register.

(bjh21)

2009-01-17 15:53:15 UTC MAIN commitmail json YAML

#ifdef __powerpc__ -> #ifdef PPC_OEA in previous.  Forgot that powerpc
has 57 billion different pmaps.
(not compile-tested for a full build)

(pooka)

2009-01-17 15:50:12 UTC MAIN commitmail json YAML

Regenerate files after updating syscalls.master for compat_ultrix:

  Adapt to the state after the recent time_t change.
  Type changes:
    timeval -> timeval50
    itimerval -> itimerval50
    rusage -> rusage50
  and use of the compat_50 calls where appropriate.
  Untested, but at least it builds.

  Discussed with christos@

(he)

2009-01-17 15:48:06 UTC MAIN commitmail json YAML

Adapt to the state after the recent time_t change.
Type changes:
  timeval -> timeval50
  itimerval -> itimerval50
  rusage -> rusage50
and use of the compat_50 calls where appropriate.
Untested, but at least it builds.

Discussed with christos@

(he)

2009-01-17 15:43:52 UTC MAIN commitmail json YAML

Small tweak to kernel RAS restart code: there's no need to restart if PC
is already at the first instruction of the RAS.

(bjh21)

2009-01-17 15:25:36 UTC MAIN commitmail json YAML

fix debugging build.

(christos)

2009-01-17 15:20:17 UTC MAIN commitmail json YAML

2009-01-17 14:35:06 UTC MAIN commitmail json YAML

Use firm_gettime() to retain compatibility with old firm_event. From amiga.

(he)

2009-01-17 14:21:29 UTC MAIN commitmail json YAML

Print dev_t (from major() and minor()) with %llu.

(he)

2009-01-17 14:14:56 UTC MAIN commitmail json YAML

Remove the implementation of cpu_intr_p() from here now that it's in
arm/arm_machdep.h.  Should fix builds on arm32 platforms.  Thanks to
Matt Fleming for reporting the problem.

(bjh21)

2009-01-17 14:00:36 UTC MAIN commitmail json YAML

2009-01-17 13:55:42 UTC MAIN commitmail json YAML

__predict_false() isn't defined if we aren't netbsd, stub out.

(dsl)

2009-01-17 13:48:54 UTC mjf-devfs2 commitmail json YAML

2009-01-17 13:29:43 UTC mjf-devfs2 commitmail json YAML

2009-01-17 13:29:37 UTC MAIN commitmail json YAML

Change 'Buffer' so that it is the actual struct, not a pointer to it.
Saves having to malloc/free a fixed size structure.
Buf_Init() now takes ptr to Buffer to initialiase.
Change Buf_Destroy() to return ptr to string when not freed.
Remove large number of casts to (Byte) and (Byte *) - 'Byte' is 'char' here.
Buf_AddByte[s] guarantees that the data is 0 termininated, so never add '\0'.
Keep 'count' not 'left' and 'inPtr', code is simplier with only one update.
Fix fallou, no functional change.

(dsl)

2009-01-17 12:47:02 UTC MAIN commitmail json YAML

Correct typo in previous: seseconds_t -> saseconds_t.

(he)

2009-01-17 12:34:25 UTC MAIN commitmail json YAML

Follow up the time_t -> saseconds_t or satime_t type changes by
changing the signatures of netif_get() and getsecs() appropriately.

(he)

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

Print dev_t (result of major() and minor()) with %llu.

(he)

2009-01-17 12:09:59 UTC MAIN commitmail json YAML

If we have a SHLIB_VERSION_FILE, add is as a dependency for the
library.  This is mostly a convenience, so that you can trigger
a shared library rebuild by touching the shlib_version file, it
should not otherwise impact the build one way or the other.

(he)

2009-01-17 12:07:59 UTC MAIN commitmail json YAML

Move _LIBLDOPTS and LDFLAGS to a spot behind LDADD when making a
shared library.  This is done so that -L options pointing into
DESTDIR will come after -L options pointing into our object tree
for shared libraries this shared library depends on.

This makes a difference when shared library major numbers are bumped
(as was recently done in our tree), and you build into an already-
populated DESTDIR, because otherwise the old major version shared
libraries will be picked up, because the new ones have not yet been
installed at this stage. This will in all probability lead to
conflicts later on when linking programs, where one would try to
mix new and old major versions for the same shared library.

I *hope* this will not have any negatively impact by moving other
order-dependent options around; local tests with rebuilds did not
uncover any problems I could see.

OK'ed by lukem@

(he)

2009-01-17 10:02:23 UTC MAIN commitmail json YAML

2009-01-17 09:20:46 UTC MAIN commitmail json YAML

2009-01-17 09:00:24 UTC MAIN commitmail json YAML

2009-01-17 07:31:57 UTC MAIN commitmail json YAML

2009-01-17 07:17:36 UTC MAIN commitmail json YAML

Move extern decls for Sysseg, Sysptmap, Sysptsize, mem_size, virtual_avail,
virtual_end, and protection_codes[] to common <m68k/pmap_motorola.h>,
and also make protection_codes[] unsigned.

XXX: avail_start and avail_end should also be moved, but it causes
XXX: -Wshadow warnings in uvm/uvm_page.c:uvm_page_physload() and
XXX: I don't have a good idea of alternative names for now.

(tsutsui)

2009-01-17 07:02:35 UTC MAIN commitmail json YAML

2009-01-17 06:33:15 UTC MAIN commitmail json YAML

2009-01-17 06:32:03 UTC MAIN commitmail json YAML

bootdev: dev_t -> uint32_t.
locore.s assumes bootdev being 32bit value.

(isaki)

2009-01-17 05:23:29 UTC MAIN commitmail json YAML

Use firm_gettime() to retain compatibility with old firm_event. From amiga.

(tsutsui)

2009-01-17 05:22:00 UTC MAIN commitmail json YAML

Use PRIu64 to print 64 bit dev_t (for now).

(tsutsui)

2009-01-17 03:53:01 UTC MAIN commitmail json YAML

2009-01-17 03:26:31 UTC MAIN commitmail json YAML

Use firm_gettime() (in dev/sun/vuid_event.h) to adapt
changes in chiristos-time_t.

(isaki)

2009-01-17 03:02:10 UTC MAIN commitmail json YAML

Set the default color of the root window to plain black due to
popular demand. It looks much better that way.

(ahoka)

2009-01-17 01:38:10 UTC MAIN commitmail json YAML

Make st_entry_t and pt_entry_t unsigned.
These values contain paddr_t and bitmap flags.

XXX paddr_t is unsigned long, not unsigned int.

(tsutsui)

2009-01-17 01:19:18 UTC MAIN commitmail json YAML

2009-01-17 00:02:40 UTC MAIN commitmail json YAML

Until we do WOL, the PCI power management suspend code is a noop.

(cegger)

2009-01-16 23:58:05 UTC MAIN commitmail json YAML

don't call age_stop and age_init in suspend/resume.
pmf network class is already doing that.
pointed out by jmcneill

(cegger)

2009-01-16 23:43:46 UTC MAIN commitmail json YAML

Split device_t/softc, missed on MI dp8390nic changes 10 months ago.
Also use aprint_*(), and remove unnecessary casts against void * variables.

Tested by John Klos on port-mac68k, and should be pulled up to netbsd-5.

(tsutsui)

2009-01-16 23:27:50 UTC MAIN commitmail json YAML

Fix Dd, make output HTML-ready, punctuation and casing improvements.

(wiz)

2009-01-16 23:26:31 UTC MAIN commitmail json YAML

Fix Dd, add Xref to age(4).

(wiz)

2009-01-16 23:23:34 UTC MAIN commitmail json YAML

rename PCI_PMCSR_PME to PCI_PMCSR_PME_STS.
Per request from jmcneill

(cegger)

2009-01-16 23:10:32 UTC MAIN commitmail json YAML

- fix age_read_vpd_word().
- add power management support. From FreeBSD.

(cegger)

2009-01-16 23:09:27 UTC MAIN commitmail json YAML

add Power Management flag. From FreeBSD.

(cegger)

2009-01-16 23:08:57 UTC netbsd-5 commitmail json YAML

2009-01-16 23:07:42 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kardel in ticket #279):
dist/ntp/include/ntp_stdlib.h: revision 1.6
dist/ntp/libntp/emalloc.c: revision 1.3
trust me, malloc's argument is size_t not u_int.

(bouyer)

2009-01-16 23:03:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #277):
share/misc/airport: revision 1.31
PR/40404 - Robert Elz -- Thailand airport updates

(bouyer)

2009-01-16 23:01:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #276):
etc/MAKEDEV.tmpl: revision 1.119
* When testing whether the fdesc file system is mounted, parse the
output from mount(8) rather than df(1), because mount is more likely
to be available on install media.  mount is invoked in a way that
always prints an error message, and the content of the error message
tells us whether fdesc is mounted.
* Don't use negative variable names.  Instead of nofdesc=false, use
fdesc_mounted=true.
* Add a comment explaining that MAKEDEV may be executed in an environment
that is missing some common commands.

(bouyer)

2009-01-16 22:58:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #275):
sys/dev/ic/ld_mlx.c: revision 1.19
Another missed part of the device_t/softc split.  Fixes ld(4) devices
on mlx(4) controller.

(bouyer)

2009-01-16 22:57:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #274):
sys/arch/atari/stand/xxboot/Makefile.xxboot: revision 1.5
sys/arch/atari/stand/tostools/libtos/libtos.h: revision 1.5
sys/arch/atari/stand/installboot/disklabel.c: revision 1.3
sys/arch/atari/stand/bootxxx/Makefile.bootxxx: revision 1.4, 1.5
sys/arch/atari/stand/libsa/Makefile: revision 1.28
sys/arch/atari/stand/bootxx/start.S: revision 1.1
distrib/utils/sysinst/arch/atari/md.c: revision 1.23
sys/arch/atari/stand/bootxx/Makefile.bootxx: revision 1.8
sys/arch/atari/stand/tostools/libtos/aout.c: revision 1.11
sys/arch/atari/stand/installboot/installboot.h: revision 1.9
sys/arch/atari/stand/bootxxx/bootxxx.c: revision 1.4
sys/arch/atari/stand/Makefile.inc: file removal
distrib/sets/lists/base/md.atari: revision 1.50
sys/arch/atari/stand/Makefile.booters: revision 1.1
sys/arch/atari/stand/bootxx/bootxx.c: revision 1.13
sys/arch/atari/stand/installboot/installboot.c: revision 1.22
sys/arch/atari/stand/tostools/libtos/elf.c: revision 1.9
sys/arch/atari/stand/tostools/libtos/sysinfo.c: revision 1.8
sys/arch/atari/stand/bootxxx/start.S: revision 1.1
Fix PR port-atari/40315: Bootloader fails on Atari TT030
Add asm sources which provide a fixed entry point for raw bootxx and bootxxx
because modern aggressive gcc4 may reorder functions in the same source
and the first function in a C source won't always appear at the beginning
in its object.
Also overhaul various files in the stand directory:
- rename stand/Makefile.inc to stand/Makefile.booters and
  explicitly include it from each Makefile because the stand
  directory contains non standalone programs like installboot and
  Makefile.inc will be included implicitly from all Makefiles in SUBDIRs
- put more common options into Makefile.booters so that
  all boot programs use proper options (-Os etc.)
- make standalone boot programs compile without installed ${DESTDIR}:
  - create machine and m68k symlinks in ${.OBJDIR} in all boot programs
  - set appropriate make environments to suppress errors and warnings
  - <string.h> isn't there in _STANDALONE case
  - put #ifdef TOSTOOLS (looks equivarent with !_STANDALONE)
    to some files in stand/tostools
  - use ${LD} ${LINKFLAGS} rather than ${CC} ${LDFLAGS}
- create raw binaries on ${PROG} target rather than on beforeinstall
  and stop weird renaming on beforeinstall and afterinstall
- print proper error message if bootxx size is larger than limit
- create ${DESTDIR}/usr/mdec/{milan,std} directories on beforeinstall
  in all boot programs
  (XXX: how can we put MD /usr/mdec/foo directories into src/etc/mtree?)
- prototype warnsfy
- cleanup Makefiles for readablity and remove unnecessary rules
- no need to use daddr_t in installboot because the AHDI label doesn't
  support 64 bit block numbers
Tested by David Ross (PR submitter) on port-atari, and
finally NetBSD/atari on TT030 is now fully functional.
Should be pulled up to netbsd-4 (where gcc4 was initially imported)
and netbsd-5.
Don't install built boot.atari loaders into / of DESTDIR because
there are two variants of boot.atari per machine types (std or milan)
and they should be selected and copied from /usr/mdec/{std,milan} dirs
to /targetroot during installation.
Problem on default installation with sysinst was reported by David Ross.
Remove /boot.atari, which is no longer installed during build
and removed from base.tgz.
Note we must not mark this obsolete because this tertiary bootloader
will be copied into / during installation and it shouldn't be removed
by postinstall(8).
Before installboot(8), check running machine types (milan or others)
via sysctl(3) and copy appropriate tertiary boot.atari loader
from /usr/mdec/{std,milan} into targetroot.
Full fresh installations of 5.0_BETA and 4.0_STABLE with the same change
have been tested by David Ross on port-atari.
Fixes the final portion of PR port-atari/40315, and
pullup requests to both netbsd-4 and netbsd-5 will be sent shortly.

(bouyer)

2009-01-16 22:48:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #273):
share/man/man4/tun.4: revision 1.23
typo fix

(bouyer)

2009-01-16 22:47:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #272):
lib/libc/gen/setmode.3: revision 1.19, 1.20
lib/libc/sys/chmod.2: revision 1.34
SEE ALSO getmode(3)/setmode(3).
Suggested in passing by Joerg a long time ago on tech-pkg, seems like
a good idea.
Bump date.
Rework the text to make it clearer; it was really pretty confusing before.
Add an example; note some bugs/shortcomings. Bump date.
Fix HTML output.

(bouyer)

2009-01-16 22:45:39 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #271):
usr.bin/make/make.1: revision 1.151
Fix blatantly wrong exposition of .WAIT example.
PR bin/40372 from Gao Ya'nan.

(bouyer)

2009-01-16 22:44:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pgoyette in ticket #269):
sys/dev/i2c/dbcool.c: revision 1.8
Include ADT7460 in chip table (it's identical to the ADT7463, except for
physical packaging).

(bouyer)

2009-01-16 22:43:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #268):
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.252
Implement DIOCCACHESYNC for RAIDframe too,
should help prevent journal corruption that causes PR#39371

(bouyer)

2009-01-16 22:23:52 UTC netbsd-5 commitmail json YAML

2009-01-16 22:22:52 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #266):
sbin/mount/mount.c: revision 1.87
Warn that autoselecting nfs based on : or @ in the device path will
be removed in a future release.

(bouyer)

2009-01-16 22:21:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #265):
libexec/ld.elf_so/headers.c: revision 1.27
rescue/list: revision 1.35
libexec/ld.elf_so/arch/sparc/Makefile.ld32: revision 1.1
usr.bin/ldd/Makefile.elf: revision 1.1
usr.bin/ldd/Makefile.elf: revision 1.2
usr.bin/ldd/ldd_aout/ldd.c: file removal
usr.bin/ldd/Makefile.elf: revision 1.3
libexec/ld.elf_so/arch/sparc/Makefile.inc: revision 1.12
usr.bin/ldd/dummy.c: revision 1.1
gnu/usr.bin/binutils/ld/Makefile: revision 1.28
usr.bin/ldd/elf32/Makefile: revision 1.1
usr.bin/ldd/elf32/Makefile: revision 1.2
usr.bin/ldd/ldd.c: revision 1.3
usr.bin/ldd/elf32/Makefile: revision 1.3
usr.bin/ldd/ldd_elf/Makefile: file removal
usr.bin/ldd/ldd.h: revision 1.1
usr.bin/ldd/ldd.c: revision 1.4
usr.bin/ldd/ldd_aout.c: revision 1.1
usr.bin/ldd/Makefile: revision 1.8
usr.bin/ldd/Makefile: revision 1.9
usr.bin/ldd/ldd_elfxx.c: revision 1.1
libexec/ld.elf_so/map_object.c: revision 1.37
usr.bin/ldd/ldd_aout/Makefile: file removal
usr.bin/ldd/elf64/Makefile: revision 1.1
rescue/Makefile: revision 1.22
libexec/ld.elf_so/arch/i386/Makefile.ld32: revision 1.1
usr.bin/ldd/ldd_elf/ldd.c: file removal
usr.bin/ldd/elf64/Makefile: revision 1.2
usr.bin/ldd/elf64/Makefile: revision 1.3
usr.bin/ldd/aout/Makefile: revision 1.1
libexec/ld.elf_so/arch/i386/Makefile.inc: revision 1.12
rescue/list.ldd: revision 1.1
usr.bin/ldd/ldd_elf/README: file removal
usr.bin/ldd/Makefile.common: revision 1.1
move the defines for RTLD_ARCH_SUBDIR into a sub-sub-makefile so we can
grab these values via reach-over more easily.
some fixes for PR#40170:
- set NATIVE=yes in the environment for genscripts.sh
- set LIB_PATH to /usr/lib/{sparc,i386} for those scripts
- set use_sysroot to "yes", to enable LIB_PATH to work in genscripts.sh
- get rid of building an a.out-happy ldd (but keep supporting a.out
  binaries for the ELF version.)
- convert a.out, elf32 and elf64 support into convience libraries and
  link them right ones in.  if elf_ldd() fails on 64 bit platforms,
  try elf32_ldd() before aout_ldd().
now ldd on 64 bit platforms works for 32 bit binaries, aka PR#40199,
and it seems that all the issues from README are gone too.
add some (uintptr_t) to some casts, so these compile with ELFSIZE=32
*and _LP64.  necessary for 32/64 bit combo ldd support.
- rework this a bunch to make it work inside /rescue/ldd.
- fix alpha build.
make sure we set LIBISPRIVATE.
fixes build issues reported by moof.
make sure we set LIBISPRIVATE.
fixes build issues reported by moof.

(bouyer)

2009-01-16 21:58:29 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ahoka in ticket #264):
sys/arch/macppc/dev/dbcool_ki2c.c: revision 1.4
The following patch makes dbcool(4) recognize the ADT7460 hardware in
the aluminium PowerBook G4 12".  The hardware is very similar to
several other models, to the point that it cannot be distinguished by
its advertised device id and revision id, which are the same as the
ADT7463.
Patch from Taylor R Campbell.

(bouyer)

2009-01-16 21:56:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tjam in ticket #263):
sys/arch/atari/dev/ncr5380.c: revision 1.57
To be safe, do not use DMA for Falcon - from Tuomo

(bouyer)

2009-01-16 21:50:02 UTC MAIN commitmail json YAML

2009-01-16 21:47:56 UTC MAIN commitmail json YAML

2009-01-16 21:44:31 UTC netbsd-5 commitmail json YAML

2009-01-16 21:41:11 UTC netbsd-5 commitmail json YAML

Apply patch, requested by pooka in ticket 259:
distrib/sets/sets.subr patch
distrib/sets/lists/base/lkm.mi patch
distrib/sets/lists/base/md.amd64 patch
distrib/sets/lists/base/md.sparc64 patch
distrib/sets/lists/base/mi patch
distrib/sets/lists/base/shl.elf patch
distrib/sets/lists/base/shl.mi patch
distrib/sets/lists/comp/md.amd64 patch
distrib/sets/lists/comp/md.sparc64 patch
distrib/sets/lists/comp/mi patch
distrib/sets/lists/comp/shl.mi patch
distrib/sets/lists/man/mi patch
lib/Makefile patch
share/man/man5/mk.conf.5 patch
share/mk/bsd.README patch
share/mk/bsd.own.mk patch
sys/lkm/vfs/Makefile patch
usr.sbin/Makefile patch
Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.

(bouyer)

2009-01-16 21:37:53 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bjh21 in ticket #258):
sys/arch/acorn26/acorn26/irq.c: revision 1.10
Replace the local current_spl with the ARM-wide curcpu()->ci_cpl, since
otherwise a DEBUG kernel panics at the first AST, though I don't think
any non-DEBUG code cares.

(bouyer)

2009-01-16 21:35:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #257):
sys/arch/x86/x86/mpacpi.c: revision 1.74
Return ENOENT instead of panicking when irq doesn't equal line
(mpacpi_findintr_linkdev: irq mismatch). This doesn't fix the cause of
kern/38540, but stops the bogus panic. It's pretty definite that the device
with the mismatched irq will not function.
----------------------------------------------------------------------

(bouyer)

2009-01-16 21:33:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #256):
sys/arch/amiga/dev/siop2.c: revision 1.33
sys/arch/amiga/dev/siop.c: revision 1.61
For some reason lost in obscurity and time, I did not ever implement a
timeout capability to these drivers.  Apparently no one has ever had
scsi devices that failed to complete a scsi operation in some fashion,
or at least no one has reported it as best I can remember.  I've just
run into this situation and figured out that one disk would fail to
complete an I/O transaction and never timed out.  Add the appropriate
timeout function to reset the controller and restart things.

(bouyer)

2009-01-16 21:33:15 UTC MAIN commitmail json YAML

drivers for Attansic/Atheros L1 gigabit ethernet and its PHY.

(cegger)

2009-01-16 21:28:11 UTC MAIN commitmail json YAML

manpages for new age(4) and atphy(4) drivers

(cegger)

2009-01-16 21:27:41 UTC MAIN commitmail json YAML

2009-01-16 21:23:47 UTC netbsd-4-0 commitmail json YAML

2009-01-16 21:23:12 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1265):
share/misc/airport: revision 1.31
PR/40404 - Robert Elz -- Thailand airport updates

(bouyer)

2009-01-16 21:22:07 UTC netbsd-4 commitmail json YAML

2009-01-16 21:21:37 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1265):
share/misc/airport: revision 1.31
PR/40404 - Robert Elz -- Thailand airport updates

(bouyer)

2009-01-16 21:18:38 UTC MAIN commitmail json YAML

make this compile [now that I am on a machine that can compile :-)]

(christos)

2009-01-16 21:15:34 UTC MAIN commitmail json YAML

Allocate string vector in chunks, instead of calling realloc()
every time something is added.

(dsl)

2009-01-16 21:14:30 UTC MAIN commitmail json YAML

2009-01-16 21:13:13 UTC MAIN commitmail json YAML

Send output of Error() to debug_file (unless stderr/stdout).

(dsl)

2009-01-16 21:12:11 UTC MAIN commitmail json YAML

PR/40411: Hisashi T Fujinaka: standalone-tcsh dumps core when tab completing

The new rune code abuses __UNCONST to lazily initialize _RuneLocale. If
that happens to be the _DefaultRuneLocale which is const, the program will
core-dump because it will attempt to write to read-only memory. Catch this
and clone a copy of the locale and return it. The reason we don't see
everything core-dumping is because our shared library code probably loads
the text segment COW so it works (Is there an mprotect missing somewhere?).
But on statically linked binaries this is not the case and we die.

XXX[1]: Vet the code so that we are sure that there is no more of that
        happening trying to get rid of much of the __UNCONST'ing.
XXX[2]: This needs to be fixed for 5.0 and all related fixes.
XXX[3]: There is one place in the code where _DefaultRuneLocale is treated
specially, does the patch break things?

(christos)

2009-01-16 21:11:27 UTC MAIN commitmail json YAML

age driver needs mii_phy

(cegger)

2009-01-16 21:06:36 UTC MAIN commitmail json YAML

Catch up with changes in XAA that rendered our RENDER acceleration code
non-functional. While there, fix VSCROLL support to disable alpha blending
in order to avoid those bluish-greenish artifacts we'd get otherwise when
doing a VSCROLL right after a RENDER op.

(macallan)

2009-01-16 21:06:24 UTC MAIN commitmail json YAML

Driver for Attansic Technology F1 10/100/1000 Ethernet PHY.

Written by Pyun YongHyeon for FreeBSD, ported to OpenBSD by Kevin Lo, ported to
NetBSD by me.

(cegger)

2009-01-16 21:02:58 UTC netbsd-4 commitmail json YAML

2009-01-16 21:02:25 UTC netbsd-4 commitmail json YAML

Regen for ticket 1264:
Increase min ST_POOL_SIZE from 22 to 24 to avoid out of ST memory
issues.  Tested by Tuomo.
Enable 68060 support in FALCON & BOOTX kernels for CT60/63 upgrades
Drop KERNFS from INSTALL kernels
Drop 68040 support from ATARITT kernels

(bouyer)

2009-01-16 20:58:22 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by tjam in ticket #1264):
sys/arch/atari/conf/GENERIC.in: revision 1.75, 1.76 via patch
Increase min ST_POOL_SIZE from 22 to 24 to avoid out of ST memory issues.
Tested by Tuomo
Enable 68060 support in FALCON & BOOTX kernels for CT60/63 upgrades
Drop KERNFS from INSTALL kernels
Drop 68040 support from ATARITT kernels

(bouyer)

2009-01-16 20:55:01 UTC netbsd-4 commitmail json YAML

2009-01-16 20:54:48 UTC netbsd-4-0 commitmail json YAML

2009-01-16 20:54:26 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by briggs in ticket #1255):
sys/dev/pci/aac_pci.c: revision 1.26
Allocate enough space for the aac_pci_softc, not just the aac_softc.

(bouyer)

2009-01-16 20:53:58 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by briggs in ticket #1255):
sys/dev/pci/aac_pci.c: revision 1.26
Allocate enough space for the aac_pci_softc, not just the aac_softc.

(bouyer)

2009-01-16 20:52:20 UTC MAIN commitmail json YAML

Use mii_anar(). No functional change.

(cegger)

2009-01-16 20:51:19 UTC MAIN commitmail json YAML

2009-01-16 20:50:24 UTC MAIN commitmail json YAML

Parse_Error() really doesn't need to cruft up a dummy structure for curFile.
It only needs the 'fname' and 'lineno' fields - so just use NULL/0 when
curFile is NULL.

(dsl)

2009-01-16 20:42:19 UTC MAIN commitmail json YAML

2009-01-16 20:41:39 UTC MAIN commitmail json YAML

add ATHEROS F1 and F2 PHYs

(cegger)

2009-01-16 20:18:08 UTC MAIN commitmail json YAML

Driver for Attansic L1 gigabit ethernet driver.

Written by Pyun YongHyeon for FreeBSD, ported to DragonFlyBSD
by Sepherosa Ziehau, ported to OpenBSD by Kevin Lo and then
ported to NetBSD by me.

XXX Driver needs testing.

(cegger)

2009-01-16 20:16:47 UTC MAIN commitmail json YAML

2009-01-16 19:56:06 UTC MAIN commitmail json YAML

According to the latest datasheet I have (1.09), the transmitter and ckecksum
offload clocks needs to be programmed according to the negociated speed;
make it so. This makes the sample JME260 I have work.

(bouyer)

2009-01-16 19:39:52 UTC MAIN commitmail json YAML

Move fs-specific stuff in Makefile to fs/Makefile.inc to clarify
top-level Makefile.

(pooka)

2009-01-16 18:39:50 UTC MAIN commitmail json YAML

2009-01-16 18:20:47 UTC MAIN commitmail json YAML

2009-01-16 18:02:24 UTC MAIN commitmail json YAML

remove fsopts asserts - the parameter is unused, so we don't care here

(pooka)

2009-01-16 17:31:22 UTC MAIN commitmail json YAML

Support amd unmounts, from Anon-Ymous. Not turned on yet because we need
to patch amd for this to work.

(christos)

2009-01-16 15:14:11 UTC MAIN commitmail json YAML

always use the new version of wscons_event for in-kernel.

(yamt)

2009-01-16 15:05:55 UTC MAIN commitmail json YAML

PR/40414: Peter Bex: nvi abort()s in autoindent/autoindent differs from
historical vi

(christos)

2009-01-16 14:48:04 UTC MAIN commitmail json YAML

Add some more weak aliases for versioned library calls, to prevent
that we try to link in objects from libc.a where we also provide our
own replacements here, leading to multiple definitions during linking.

OK'ed by christos@

(he)

2009-01-16 14:38:09 UTC MAIN commitmail json YAML

wsevent_init: always initialize version.  pointed out by christos.

(yamt)

2009-01-16 13:31:41 UTC MAIN commitmail json YAML

2009-01-16 13:31:01 UTC MAIN commitmail json YAML

Add HP Generic RNDIS ID

(jmcneill)

2009-01-16 13:30:07 UTC MAIN commitmail json YAML

2009-01-16 13:12:35 UTC MAIN commitmail json YAML

2009-01-16 13:10:47 UTC MAIN commitmail json YAML

2009-01-16 11:19:03 UTC MAIN commitmail json YAML

Add struct disk to dm_dev so our LV will beshowed in iostat output.

(haad)

2009-01-16 10:52:07 UTC MAIN commitmail json YAML

2009-01-16 10:42:36 UTC MAIN commitmail json YAML

Make sure that the database version is correct if we are updating a single
record; otherwise, bail out early to avoid leaving the database in an
inconsistent state (some old-format records, one new-format record).

(jmmv)

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

Simplify the pre-ARMv6 code.  Specifically:
* Take advantage of conditional instructions to avoid branching.
* Tweak register allocation to remove some MOVs from the debug code.
* In the debug code, only the address of the counter varies between
  the success and failure cases, so make the rest of the code common.

Also correct the initial comment: _lock_cas returns the old value, not a
boolean.

(bjh21)

2009-01-16 10:24:20 UTC MAIN commitmail json YAML

Fix one more build breakage ("warning: 'er' may be used uninitialized in
this function").

(junyoung)

2009-01-16 09:51:34 UTC MAIN commitmail json YAML

2009-01-16 09:43:41 UTC MAIN commitmail json YAML

Better whitespace in ioconf.c output.

(uebayasi)

2009-01-16 08:51:37 UTC MAIN commitmail json YAML

PR/40404 - Robert Elz -- Thailand airport updates

(jnemeth)

2009-01-16 07:09:09 UTC MAIN commitmail json YAML

Fix build error (hi christos).

(junyoung)

2009-01-16 07:01:28 UTC MAIN commitmail json YAML

uvm_page_unbusy: add an assertion

(yamt)

2009-01-16 06:59:22 UTC MAIN commitmail json YAML

cache_prune: use (a - b > 0) rather than (a > b) to compare ticks.

(yamt)

2009-01-16 05:40:50 UTC MAIN commitmail json YAML

When checking drive status, bump the pointer to the previous status
rather than using just drive 0 status.  Another drive with a different
status would cause the previous status state to flip-flop and repeatedly
output state change messages.

(mhitch)

2009-01-16 05:15:30 UTC MAIN commitmail json YAML

one more change which i forgot to commit with
UVM_PAGE_HASH_PENALTY -> UVM_PAGE_TREE_PENALTY rename.
noticed by Andreas Wrede.

(yamt)

2009-01-16 04:20:28 UTC MAIN commitmail json YAML

Another missed part of the device_t/softc split.  Fixes ld(4) devices
on mlx(4) controller.

(mhitch)

2009-01-16 03:26:01 UTC netbsd-5 commitmail json YAML

2009-01-16 03:22:40 UTC netbsd-5 commitmail json YAML

xsrc/external/mit/xterm/dist/INSTALL@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/MANIFEST@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/Tekproc.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/VTPrsTbl.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/VTparse.def@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/VTparse.h@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/XTerm.ad@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/aclocal.m4@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/button.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/cachedGCs.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/charclass.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/charproc.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/charsets.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/config.guess@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/config.sub@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/configure@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/configure.in@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/ctlseqs.ms@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/ctlseqs.txt@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xterm/dist/cursor.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
      :
(more 25 files)
Apply patch (requested by tron in ticket #267):
Upgrade XTerm to version 239, fixing CVE-2008-2383.

(snj)

2009-01-16 03:13:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #262):
dist/bind/lib/dns/openssldsa_link.c: revision 1.3
dist/bind/lib/dns/opensslrsa_link.c: revision 1.2
sync the last commit with the official 9.5.1-P1 release,
thanks to Adrian Portelli for the upstream patch

(snj)

2009-01-16 03:11:51 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #262):
dist/bind/lib/dns/openssldsa_link.c: revision 1.2
try to fix CVE-2009-0025 (incorrect check of DSA_do_verify()'s
return value
(This is not an official patch and possible incomplete.)

(snj)

2009-01-16 03:08:50 UTC netbsd-5 commitmail json YAML

2009-01-16 03:04:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kardel in ticket #255):
sys/sys/timex.h: revision 1.16
fix status translation (two missing P in PPS* bits)

(snj)

2009-01-16 03:03:51 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kardel in ticket #255):
sys/sys/timex.h: revision 1.15
provide an snprintb(3) format for status

(snj)

2009-01-16 03:01:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kardel in ticket #255):
dist/ntp/ntpd/ntp_loopfilter.c: revision 1.9
make status humanly parsable.

(snj)

2009-01-16 02:48:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kardel in ticket #255):
doc/3RDPARTY: revision 1.661 via patch
doc/CHANGES: revision 1.1160 via patch
usr.sbin/ntp/importdate: revision 1.3
usr.sbin/ntp/ntp-keygen/ntp-keygen.8: revision 1.5
usr.sbin/ntp/ntpd/ntpd.8: revision 1.19
usr.sbin/ntp/ntpdc/ntpdc.8: revision 1.17
usr.sbin/ntp/ntpq/ntpq.8: revision 1.20
usr.sbin/ntp/scripts/mkver: revision 1.11
usr.sbin/sntp/sntp.1: revision 1.6
dist/ntp/COPYRIGHT: revision 1.1.1.8
dist/ntp/ChangeLog: revision 1.1.1.9
dist/ntp/CommitLog: revision 1.1.1.3
dist/ntp/NEWS: revision 1.1.1.9
dist/ntp/configure: revision 1.9
dist/ntp/packageinfo.sh: revision 1.1.1.6
dist/ntp/version: revision 1.1.1.7
dist/ntp/version.m4: revision 1.1.1.6
dist/ntp/html/copyright.html: revision 1.5
dist/ntp/include/version.def: revision 1.1.1.6
dist/ntp/ntpd/ntp_crypto.c: revision 1.14
dist/ntp/ntpd/ntpd-opts.c: revision 1.1.1.4
dist/ntp/ntpd/ntpd-opts.h: revision 1.1.1.4
dist/ntp/ntpd/ntpd-opts.texi: revision 1.1.1.4
dist/ntp/ntpd/ntpd.1: revision 1.1.1.4
dist/ntp/ntpd/ntpdsim-opts.c: revision 1.1.1.4
dist/ntp/ntpd/ntpdsim-opts.h: revision 1.1.1.4
dist/ntp/ntpd/ntpdsim-opts.texi: revision 1.1.1.4
dist/ntp/ntpd/ntpdsim.1: revision 1.1.1.4
dist/ntp/ntpdc/ntpdc-opts.c: revision 1.1.1.4
dist/ntp/ntpdc/ntpdc-opts.h: revision 1.1.1.4
dist/ntp/ntpdc/ntpdc-opts.texi: revision 1.1.1.4
dist/ntp/ntpdc/ntpdc.1: revision 1.1.1.4
dist/ntp/ntpq/ntpq-opts.c: revision 1.1.1.4
dist/ntp/ntpq/ntpq-opts.h: revision 1.1.1.4
dist/ntp/ntpq/ntpq-opts.texi: revision 1.1.1.4
dist/ntp/ntpq/ntpq.1: revision 1.1.1.4
dist/ntp/sntp/sntp-opts.c: revision 1.1.1.4
dist/ntp/sntp/sntp-opts.h: revision 1.1.1.4
dist/ntp/sntp/sntp-opts.texi: revision 1.1.1.4
dist/ntp/sntp/sntp.1: revision 1.1.1.5
dist/ntp/sntp/version.def: revision 1.1.1.4
dist/ntp/util/ntp-keygen-opts.c: revision 1.1.1.4
dist/ntp/util/ntp-keygen-opts.h: revision 1.1.1.4
dist/ntp/util/ntp-keygen-opts.texi: revision 1.1.1.4
dist/ntp/util/ntp-keygen.1: revision 1.1.1.4
Update ntp to 4.2.4p6.

(snj)

2009-01-16 02:33:14 UTC MAIN commitmail json YAML

- g/c stale function prototypes.
- rename UVM_PAGE_HASH_PENALTY to UVM_PAGE_TREE_PENALTY.

(yamt)

2009-01-16 01:59:23 UTC MAIN commitmail json YAML

Add lvm rc.d script to build.

(haad)