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 (177d) 

2024-05-10 01:06:10 UTC Now

2008-09-30 16:28:45 UTC MAIN commitmail json YAML

- Schedule bound threads even if CPU is offline.  Might be revisited later,
  when decision what to do with already bound threads will be made.
- Do not allow to assign offline CPU to the processor-set.

Quick fix for PR/39349.

(rmind)

2008-09-30 15:26:54 UTC MAIN commitmail json YAML

Add an unspeakable kludge for nfs, which keeps an explicit reference
to the root vnode.  Properly fixing this would require fixing p2k,
which would require fixing puffs, which has some optimizations,
which are incompatible with kernel file systems...  guess my Eyes
of the Overworld were misplaced at that time.

(pooka)

2008-09-30 14:29:39 UTC MAIN commitmail json YAML

Initialize nfsnode pools and malloc type dynamically in the
constructor instead of depending on link sets.  Consequently, rename
nfs_nh{init,reinit,done} to nfs_node_{init,reinit,done}, respectively,
to better convey the function.

(pooka)

2008-09-30 14:25:15 UTC MAIN commitmail json YAML

Apply #ifdef modern art to make NFSSERVER-without-NFS possible.

(pooka)

2008-09-30 09:41:41 UTC MAIN commitmail json YAML

Bump date for previous. Remove trailing whitespace.
New sentence, new line. Capitalize Ethernet.

(wiz)

2008-09-30 08:37:42 UTC MAIN commitmail json YAML

have '$' include the last character in the line when embedded in a command.
This fixes c$, d$, y$, and so on in vi mode.

(aymeric)

2008-09-30 06:25:22 UTC MAIN commitmail json YAML

Refine previous: can put the main -> mymain thing in the .x file, which is
both tidier and also doesn't break update builds.

(dholland)

2008-09-30 05:51:41 UTC MAIN commitmail json YAML

If the parser scrapes up something it thinks is positionally a month, but
is numerically out of range, do something reasonable instead of crashing.
PR bin/39627.

(dholland)

2008-09-30 05:20:43 UTC MAIN commitmail json YAML

Enable the code that reads /etc/pcnfsd.conf. It was disabled because
rpcgen offers no mechanism to call it from the rpcgen-created main().
So, use the preprocessor to rename that mymain() and provide another
main() that loads the config file first.

PR bin/12758.

(dholland)

2008-09-30 04:03:37 UTC MAIN commitmail json YAML

Use off_t, not __off_t.

(dholland)

2008-09-30 03:41:53 UTC MAIN commitmail json YAML

2008-09-29 22:55:08 UTC MAIN commitmail json YAML

When scanning i2c bus for responding devices, skip over the multicast
i2c Alert Response Address.  Skipping this won't hurt (the address is
allegedly reserved), and it might avoid the lock-ups that have been
seen by others.

(pgoyette)

2008-09-29 21:30:12 UTC MAIN commitmail json YAML

Make setpriority(2) return EINVAL for incorrect which values.

(njoly)

2008-09-29 20:26:47 UTC netbsd-4 commitmail json YAML

Tickets 1192 and 1207.

(jdc)

2008-09-29 20:23:31 UTC netbsd-4 commitmail json YAML

Document hack to make vax port build again
(requested by bouyer in ticket #1207).

(jdc)

2008-09-29 20:21:24 UTC netbsd-4 commitmail json YAML

Apply patch to make vax port build again
(requested by bouyer in ticket #1207).

(jdc)

2008-09-29 20:12:10 UTC netbsd-4 commitmail json YAML

Regenerate for pullup ticket #1192.
(addd SYMBIOS SAS1068_2, SAS1064E_2 and SAS1068E_2)

(jdc)

2008-09-29 20:10:30 UTC netbsd-4 commitmail json YAML

Pull up revision 1.12 (requested by bouyer in ticket #1192).

add SAS1068_2, SAS1064E_2 and SAS1068E_2

(jdc)

2008-09-29 20:10:15 UTC netbsd-4 commitmail json YAML

Pull up revision 1.902 (requested by bouyer in ticket #1192).

addd SYMBIOS SAS1068_2, SAS1064E_2 and SAS1068E_2

(jdc)

2008-09-29 20:01:21 UTC netbsd-4-0 commitmail json YAML

Note that ticket 1183 fixes CVE-2008-3651 and CVE-2008-3652.
From Izumi Tsutsui.

(jdc)

2008-09-29 20:00:58 UTC netbsd-4 commitmail json YAML

Note that ticket 1183 fixes CVE-2008-3651 and CVE-2008-3652.
From Izumi Tsutsui.

(jdc)

2008-09-29 17:28:08 UTC MAIN commitmail json YAML

Do not mention the 'ns' address family any longer, since that
support was removed quite a while ago.

Mention the 'link' address family.  Describe the 'active' keyword.
Add examples for adding and activating a link-layer address.

(dyoung)

2008-09-29 15:59:54 UTC MAIN commitmail json YAML

remove verbosity attack

(pooka)

2008-09-29 12:30:12 UTC MAIN commitmail json YAML

Make this build on Mac OS X.

(agc)

2008-09-29 11:39:37 UTC MAIN commitmail json YAML

Add strfile.debug and unstr.debug

(njoly)

2008-09-29 10:27:53 UTC MAIN commitmail json YAML

- Fix message queue permissions problems.
- Rake into account umask when creating mqueue.
- Restore DDB command, which was accidentally lost (hi martin).
- Misc.

(rmind)

2008-09-29 08:48:15 UTC MAIN commitmail json YAML

make PTHREAD__COMPAT=1

Builds a libpthread that can be dropped into a NetBSD 2/3/4 chroot.

This makes threading work in the chroot when using a NetBSD 5 kernel, no
other modifications required.

(ad)

2008-09-29 08:43:01 UTC MAIN commitmail json YAML

2008-09-29 00:58:45 UTC MAIN commitmail json YAML

Regen from configure.ac 1.18 for tnftpd 20080929

(lukem)

2008-09-29 00:55:57 UTC MAIN commitmail json YAML

2008-09-29 00:37:08 UTC MAIN commitmail json YAML

2008-09-28 21:27:12 UTC MAIN commitmail json YAML

2008-09-28 21:23:32 UTC wrstuden-revivesa commitmail json YAML

2008-09-28 21:18:53 UTC wrstuden-revivesa commitmail json YAML

2008-09-28 21:17:12 UTC wrstuden-revivesa commitmail json YAML

2008-09-28 21:14:14 UTC wrstuden-revivesa commitmail json YAML

2008-09-28 20:37:20 UTC wrstuden-revivesa commitmail json YAML

2008-09-28 18:54:55 UTC MAIN commitmail json YAML

2008-09-28 18:54:30 UTC MAIN commitmail json YAML

2008-09-28 18:30:47 UTC MAIN commitmail json YAML

Regen: Add JMicron OUI, and JMC2[56]0 PHYs.

(bouyer)

2008-09-28 18:30:11 UTC MAIN commitmail json YAML

Add JMicron OUI, and JMC2[56]0 PHYs.

(bouyer)

2008-09-28 16:43:44 UTC netbsd-3 commitmail json YAML

Tickets 1945 and 1946.

(jdc)

2008-09-28 16:17:17 UTC MAIN commitmail json YAML

Undo previous change to an #if 0.  The code does belong to the
distributed sparing bits, but no-one has compile-tested the code.
Un-breaks the ALL build.

(oster)

2008-09-28 16:06:39 UTC netbsd-3 commitmail json YAML

Pull up revisions:
  sys/dev/usb/ehci.c 1.138 via patch
  sys/dev/usb/ehcivar.h 1.31 via patch
  sys/dev/usb/ohci.c 1.195 via patch
  sys/dev/usb/ohcivar.h 1.45 via patch
  sys/dev/usb/uhci.c 1.223 via patch
  sys/dev/usb/uhcivar.h 1.45 via patch
  sys/dev/usb/usb_mem.c 1.37 via patch
  sys/dev/usb/usb_mem.h 1.27 via patch
requested by bouyer in ticket 1946.

Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4),
as proposed on tech-kern@.
While all DMA memory used in the USB framework is mapped BUS_DMAMAP_COHERENT
(including data memory, which is memcpy'd from/to USB-private buffers),
the CPU can reorder loads or stores from/to main memory, causing the
controller to have an incoherent view of the DMA descriptors lists for a
short time. bus_dmamap_sync() should contain memory barriers that prevents
the CPU from reordering load/store. Note that BUS_DMAMAP_COHERENT is
still required for the DMA descriptor lists - these can't work properly
with software cache coherency.
This fixes "host controller process error/host controller halted" errors
I'm occasionally seeing with a umodem device on uhci on x86.
Thanks to Michael Lorenz for testing it on his O2, and Izumi Tsutsui on
his Cobalt Qube 2700.

(jdc)

2008-09-28 15:57:50 UTC netbsd-3 commitmail json YAML

Pull up revisions:
  sys/arch/amd64/include/cpufunc.h patch
  sys/arch/i386/include/cpufunc.h patch
  sys/arch/x86/x86/bus_dma.c 1.45 via patch
requested by bouyer in ticket 1945.

(jdc)

2008-09-28 15:41:50 UTC MAIN commitmail json YAML

2008-09-28 15:41:29 UTC MAIN commitmail json YAML

Add Zippy Technology Corporation (from www.linux-usb.org/usb.ids).

(wiz)

2008-09-28 15:39:40 UTC MAIN commitmail json YAML

Apply patch from Dave Huang in PR kern/39642: catch up on com(4)'s
device_t/softc split.

(martin)

2008-09-28 15:19:09 UTC MAIN commitmail json YAML

having 2 separate implementations of frexp ldexp and modf (one here and
one in libm) that produce different results does not make any sense. Use
the one from libm to build instead.

(christos)

2008-09-28 14:57:41 UTC MAIN commitmail json YAML

Add the C99 header <tgmath.h>  (Type-generic math.h)
Until IEEE libm support *l (long double) we can't install it.

(matt)

2008-09-28 12:59:54 UTC MAIN commitmail json YAML

2008-09-28 11:36:07 UTC MAIN commitmail json YAML

2008-09-28 11:35:06 UTC MAIN commitmail json YAML

Add JMicron JMC250 Gigabit Etheret and JMC260 Fast Ethernet Controllers.
While here, fix other JMicron device IDs (product ID is 4 digits, not five).

(bouyer)

2008-09-28 11:17:15 UTC mjf-devfs2 commitmail json YAML

2008-09-28 11:09:22 UTC mjf-devfs2 commitmail json YAML

2008-09-28 11:01:51 UTC MAIN commitmail json YAML

* conditionally #include "nbtool_config.h" to improve the ability
  to cross compile this file;
* remove tests for #ifdef __NetBSD__, replacing affected code with
  something more conventional:
    - #include <sys/cdefs.h> unconditionally;
    - use __dead unconditionally;
  (The tools build environment is supposed to ensure that this works
  during cross builds.)
* #include <stdint.h> for uint32_t;

(apb)

2008-09-28 10:41:07 UTC mjf-devfs2 commitmail json YAML

2008-09-28 09:02:45 UTC MAIN commitmail json YAML

Remove the not anymore used UDF_READWRITE flag.

(reinoud)

2008-09-28 07:43:42 UTC MAIN commitmail json YAML

2008-09-28 06:38:02 UTC MAIN commitmail json YAML

Support RESCUEDIR for _PATH_VI.
Fixes /rescue/disklabel -e

(lukem)

2008-09-28 06:34:49 UTC MAIN commitmail json YAML

Obsolete libXres* as they were mistakenly installed with the wrong name.

NOTE: As nothing should have linked against this, it should be ok to
obsolete the major shared library, which I've done contrary to the
usual rules for such files.

(lukem)

2008-09-28 00:10:19 UTC MAIN commitmail json YAML

Don't free nd_mrep in case of no reply.  It is (at least in one
case) freed already within the rpc handler.

XXX: this line and another was originally committed with "don't
leak mbufs", but given that currently it can double-free an mbuf
and essentially crash the system, I'll opt for the leak.  Needless
to say, this needs revisiting, but that requires a large scale
campaign due to the sticky nature of nfsm love.

(pooka)

2008-09-27 23:15:21 UTC MAIN commitmail json YAML

2008-09-27 23:10:02 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that the contents fits again.

(he)

2008-09-27 21:58:04 UTC MAIN commitmail json YAML

Cleanup some of the spare table stuff.  It is not needed in the general
case, and is only needed for parity declustering with distributed
sparing.

(oster)

2008-09-27 20:49:56 UTC MAIN commitmail json YAML

2008-09-27 20:45:07 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that the contents fits again.

(he)

2008-09-27 20:39:42 UTC MAIN commitmail json YAML

Assign default value for retrycnt already in data.
XXX: the use of globals would benefit from a loving touch

(pooka)

2008-09-27 20:13:03 UTC MAIN commitmail json YAML

2008-09-27 20:04:24 UTC MAIN commitmail json YAML

Don't accidentally treat "long double" as "long". PR bin/39639.

(dholland)

2008-09-27 16:58:03 UTC MAIN commitmail json YAML

RCS Id polizei

(pooka)

2008-09-27 16:37:40 UTC MAIN commitmail json YAML

Display memory latency/timing data via aprint_verbose()

spdmem0: tAA-tRCD-tRP-tRAS: 5-5-5-18

OK garbled@

(pgoyette)

2008-09-27 16:07:36 UTC MAIN commitmail json YAML

more portability issues

(lukem)

2008-09-27 16:03:30 UTC MAIN commitmail json YAML

Help out reinoud a bit with the challenge of adding vfs_dirhash.c here

(pooka)

2008-09-27 16:03:25 UTC MAIN commitmail json YAML

Tweak subdir traversal

(lukem)

2008-09-27 15:28:16 UTC MAIN commitmail json YAML

don't assume pid_t can be printed as an int without casting

(lukem)

2008-09-27 15:14:29 UTC MAIN commitmail json YAML

Apply revision 1.34 from lib/libc/gen/fts.c:
fix unused variable if !defined(FTS_ALLOC_ALIGNED)

(lukem)

2008-09-27 15:12:01 UTC MAIN commitmail json YAML

fix unused variable if !defined(FTS_ALLOC_ALIGNED)

(lukem)

2008-09-27 13:16:53 UTC MAIN commitmail json YAML

Instead of removing entries, I should have marked them obsolete.
Sorry I didn't read the "Note" at the top of the file.

(reed)

2008-09-27 13:05:34 UTC MAIN commitmail json YAML

2008-09-27 13:01:07 UTC MAIN commitmail json YAML

Add generic FS agnostic directory hashing support. Currently only in use by
UDF. Future users could be msdosfs, ufs, nilfs2 (when ready), cd9660 etc.

Note that its not the same as UFS's DIRHASH support; UFS would need a good
cleanup/splitout of directory operations to adopt to this new directory
hashing support since most directory operations are interweaved with the
vnops itself. This is a TODO.

(reinoud)

2008-09-27 06:58:09 UTC MAIN commitmail json YAML

Miscellaneous clean-ups:
  1. Use proper CRc check for FB-DIMMs rather than simple checksum
  2. Provide access to entire SPD ROM contents via sysctl, rather than
    only the first 64 bytes
  3. Use macros to define i2c bus address checking
  4. General fix-up for RAMBUS memory (not that anyone I know has one)

OK garbled@

(pgoyette)

2008-09-27 05:04:14 UTC MAIN commitmail json YAML

today's configure tweaking

(lukem)

2008-09-27 05:00:48 UTC MAIN commitmail json YAML

regen from configure.ac 1.17

(lukem)

2008-09-27 04:56:56 UTC MAIN commitmail json YAML

Use AC_PROG_MKDIR_P, and @MKDIR_P@ appropriately.
Ensure $YACC is actually usable.
Consistency tweaks in AC_MSG_CHECKING

(lukem)

2008-09-27 04:47:01 UTC MAIN commitmail json YAML

Fix the Title of manual page so it our official name (rpc.pcnfsd).
Install so first file installed matches this correct manual page
name.

(Both manual pages are still installed. And only rpc.pcnfsd binary is
installed. So no change.)

(reed)

2008-09-27 04:41:20 UTC MAIN commitmail json YAML

Fix the Document Title of manual page so it our official name (ntalkd).
Install so first file installed matches this correct manual page
name.

(Both manual pages are still installed. And only ntalkd binary is
installed. So no change.)

(reed)

2008-09-27 04:33:04 UTC MAIN commitmail json YAML

ndiscvt is architecture specific.
So install manual page to architecture sub directory.
And add architecture to the manual page document title.
(Note that ndis(4) is already done that way.)

On netbsd-docs, I was told if it is made machine independent
in the future, we can then revert this change.

(reed)

2008-09-27 04:16:15 UTC MAIN commitmail json YAML

Fix less-than-or-equal to just less-than.
I noticed this in the postscript output.

It appears to have been accidently broken during mass conversion
in 2002:
http://mail-index.netbsd.org/source-changes/2002/02/08/0016.html
(Other commits to. I didn't check many others.)

(reed)

2008-09-27 03:57:37 UTC MAIN commitmail json YAML

add entry for the rtld.c __builtin_return_address(0) hack on powerpc

(macallan)

2008-09-27 03:52:24 UTC MAIN commitmail json YAML

Pull in a fix from wrstuden-revivesa:

Let's look for threads in the TARGET process, not in the
debugger process (gdb). Noticed when a KASSERT fired while
running gdb on a threaded app.

I will adjust wrstuden-revivesa-base-3 to include this change.

(wrstuden)

2008-09-27 03:52:05 UTC MAIN commitmail json YAML

avoid usind __builtin_return_address(0) on PowerPC because it fails in
Xorg's module loader.
Should fix PR37812

(macallan)

2008-09-27 03:45:43 UTC wrstuden-revivesa commitmail json YAML

Let's look for threads in the TARGET process, not in the
debugger process (gdb). Noticed when a KASSERT fired while
running gdb on a threaded app.

(wrstuden)

2008-09-27 02:47:57 UTC MAIN commitmail json YAML

De-USB_* pseye(4)

(jmcneill)

2008-09-27 02:30:46 UTC MAIN commitmail json YAML

Add the complex types to the floating point promotion rules.

(matt)

2008-09-27 01:26:28 UTC MAIN commitmail json YAML

Use a 192.0.2.0/24 address in example per RFC 3330. Suggested by tron@.

(tsutsui)

2008-09-26 23:51:04 UTC MAIN commitmail json YAML

Add a missing label for LCOMPLEX

(matt)

2008-09-26 22:57:13 UTC haad-dm commitmail json YAML

Rework disklabel stuff once again, do not allocate nw disklabel struct
every time DIOCGPART is called. Recreate disklabel after resume so it
contains correct table. Do not leak device when I want to create device
with name which already exists.

XXX: dm_dev_resume_ioctl and dmgetdisklabel is broken I need to completly
rework locking here soon.

(haad)

2008-09-26 22:52:24 UTC MAIN commitmail json YAML

2008-09-26 18:56:43 UTC MAIN commitmail json YAML

Install unstr:
* in games/fortune/Makefile, add unstr to SUBDIR;
* in games/fortune/unstr/Makefile, include ../../Makefile.inc;
* in games/fortune/strfile/Makefile, add MLINKS for unstr man page;
* in distrib/sets/lists/games/mi, add new files.

(apb)

2008-09-26 18:42:52 UTC MAIN commitmail json YAML

Remove a hack which disables loading boot.cfg from ustarfs.
Now all bootfloppies have a proper boot.cfg file in ustarfs.

Tested on qemu.
(though qemu doesn't emulate timeout on the boot prompt properly)

(tsutsui)

2008-09-26 18:36:44 UTC MAIN commitmail json YAML

Put boot.cfg for bootfloppy into ustarfs without path
so that bootloader can load it properly.

(tsutsui)

2008-09-26 18:23:09 UTC MAIN commitmail json YAML

Build strfile both as a host tool and as an installed program:
* in games/fortune/strfile/Makefile, build strfile as a
  regular program instead of as a host tool;
* add tools/strfile directory to build strfile as a host tool;
* in tools/Makefile, add strfile to SUBDIR list;
* in BSD.*.mk, define TOOL_STRFILE variable;
* in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating
  databases at build time;
* in distrib/sets/lists/games/mi, mention usr/games/strfile.

(apb)

2008-09-26 14:12:50 UTC MAIN commitmail json YAML

The structure of our elf kernel is:

    elf header/program headers/text/data/note/
    section headers/symbol table/string table

We need to read the section headers first to find the offset of the note
and thus we requite backwards seek. The only reason we need to read the
note is to find the version of the kernel, and this seems not to be used
anywhere. We could potentially change the kernel ldscript to add the note
information in the program headers, but dealing with ldscripts is painful
and producing a more complex binary could break some dumb standalone loader.
So the simple solution is to just disable the note loading for floppies
which is what this patch does. If someone wants to fix it in a better way,
be my guest.

(christos)

2008-09-26 13:46:49 UTC MAIN commitmail json YAML

Make this pass WARNS=4:
* u_int32_t -> uint32_t, and remove ifdef test.
* add function prototypes.

(apb)

2008-09-26 13:02:42 UTC MAIN commitmail json YAML

Sync usage with man page.

(wiz)

2008-09-26 12:59:18 UTC MAIN commitmail json YAML

Sort options.
Remove systrace reference.

(wiz)

2008-09-26 12:42:48 UTC MAIN commitmail json YAML

- use appropriate IFnames for each port
- use le0 as the default IFname for our favorite but orphaned antique ports,
  rather than modern but obsolete de0
- use a private IP address in example

(tsutsui)

2008-09-26 11:41:06 UTC MAIN commitmail json YAML

unsigned int32_t -> uint32_t

(tsutsui)

2008-09-26 11:13:28 UTC MAIN commitmail json YAML

Pull in conf.d so GNOME looks better and define default <cachedir>s
to shut up libfontconfig

(jmcneill)

2008-09-26 11:02:12 UTC MAIN commitmail json YAML

whitespace tweak
  - one subdir per line
  - one condition per line
  - sort subdirs

should allow future manipulation to minimize line changes

(rtr)

2008-09-26 10:31:47 UTC MAIN commitmail json YAML

Move default route configuration after interface alias address
configuration, in case people have default routes over aliased
addresses.

(apb)

2008-09-26 08:12:34 UTC MAIN commitmail json YAML

Mention ps -A

(apb)

2008-09-26 08:09:31 UTC MAIN commitmail json YAML

Add "ps -A" option.  This displays information about all processes,
like BSD "ps -ax" or SYSV "ps -ef".  It's specified in SUSv3.

Also make some minor clarifications to the man page.

(apb)

2008-09-26 07:15:53 UTC MAIN commitmail json YAML

2008-09-26 07:02:58 UTC MAIN commitmail json YAML

2008-09-26 06:57:04 UTC MAIN commitmail json YAML

2008-09-26 04:54:23 UTC MAIN commitmail json YAML

+TLS (thread-local storage)

(dholland)

2008-09-26 04:06:59 UTC MAIN commitmail json YAML

Use access functions to mess with FCRs, GPIOs etc. in order to avoid
multiple mappings of obio's register space.
This needs testing.

(macallan)

2008-09-26 03:40:26 UTC MAIN commitmail json YAML

add some register definitions

(macallan)

2008-09-26 03:39:59 UTC MAIN commitmail json YAML

2008-09-26 03:39:24 UTC MAIN commitmail json YAML

use access functions to mess with obio's registers

(macallan)

2008-09-26 03:38:25 UTC MAIN commitmail json YAML

use access functions to mess with obio's registers

(macallan)

2008-09-26 03:20:30 UTC MAIN commitmail json YAML

use min(255, blah) to cap volume instead of masking the upper bits out

(macallan)

2008-09-26 03:19:05 UTC MAIN commitmail json YAML

Provide access functions for mac-io registers in order to get rid of
private mappings some drivers use which won't work anymore in the new
post-ppcoea-renovation world order.

(macallan)

2008-09-26 02:24:35 UTC MAIN commitmail json YAML

Point FONTCONFIG_PATH to /etc/fonts (where we install fonts.conf) instead
of /etc/X11/fonts, and set FC_DEFAULT_FONTS to the base font directory
rather than the Type1 directory.

(jmcneill)

2008-09-25 23:46:52 UTC MAIN commitmail json YAML

ls -n now implies -l

(lukem)

2008-09-25 23:44:05 UTC MAIN commitmail json YAML

Change '-n' so that it implies '-l' rather than requires '-l'.
Brings ls(1) closer to POSIX.1 2004.
Per discussion with Thomas Klausner and Igor Sobrado.

(lukem)

2008-09-25 22:44:51 UTC MAIN commitmail json YAML

Mention that the program is only installed on supported platforms.
(Also add a paragraph break.)

I didn't specifically mention the platforms or what support is needed.
At least someone reading the manpage will have some idea why the tool
is missing from their system.

(Some manual pages mention this in the BUGS section, but I didn't do that.)

(reed)

2008-09-25 22:00:27 UTC MAIN commitmail json YAML

Simpler version of the previous commit.

(cube)

2008-09-25 21:55:35 UTC MAIN commitmail json YAML

LIB is XRes, but we have to use Xres internally.

(cube)

2008-09-25 21:03:22 UTC MAIN commitmail json YAML

2008-09-25 20:59:38 UTC MAIN commitmail json YAML

add a LOAD_NOTE flag to make loading the note optional.

(christos)

2008-09-25 20:30:50 UTC netbsd-4 commitmail json YAML

2008-09-25 20:29:56 UTC netbsd-4 commitmail json YAML

pullup the following revisions, requested my macallan in ticket 616:
sys/arch/macppc/dev/snapper.c 1.14-1.21
- proper support for 24bit audio on TAS3004 / snapper codecs
- fix sample rate setup bugs ( otherwise the chip would always stay in
  44.1kHz )
- add support for the codecs found in G4 Mac Minis ( AOAKeylargo and
  AOAK2 ), which don't have hardware volume control
- add support for 'tumbler' codecs found in some iBook G3 models

(bouyer)

2008-09-25 20:14:09 UTC MAIN commitmail json YAML

Properly install xinitrc too.

(cube)

2008-09-25 19:59:39 UTC netbsd-4 commitmail json YAML

Tickets 945, 979, 981, 984.

(bouyer)

2008-09-25 19:49:57 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #984):
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.235
We need to initialize dk_driver as well.  Thanks to Ronald Roskens
for reporting the problem and testing the fix.

(bouyer)

2008-09-25 19:45:23 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #981):
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.234
Implement support for drvctl in RAIDframe.  Thanks to jnemeth@ for
initial patch.

(bouyer)

2008-09-25 19:41:44 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #979):
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.228
don't leak a vnode in the wedge case.

(bouyer)

2008-09-25 19:40:12 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #945):
sys/arch/sparc64/sparc64/locore.s: revision 1.261
Remove an unused .globl declaration

(bouyer)

2008-09-25 19:34:49 UTC MAIN commitmail json YAML

Add V4L2_TUNER_MODE_LANG1_LANG2 tuner audio mode.

(jmcneill)

2008-09-25 19:26:01 UTC wrstuden-revivesa commitmail json YAML

Typo in comment and define 'p' in getucontext32_sa.

(skrll)

2008-09-25 19:22:39 UTC wrstuden-revivesa commitmail json YAML

We now don't set PS_WEXIT in sigexit() when we're doing a core dump.
So check for PS_WCORE too.

(wrstuden)

2008-09-25 18:24:20 UTC wrstuden-revivesa commitmail json YAML

We want to call mi_switch() if the process is exiting, not just if our
specific thread is exiting.

(wrstuden)

2008-09-25 18:21:41 UTC wrstuden-revivesa commitmail json YAML

Add opt_sa.h to help librump along.

(wrstuden)

2008-09-25 18:15:38 UTC wrstuden-revivesa commitmail json YAML

Revive /usr/include/sys/sa.h and add /usr/include/sys/satypes.h.

(wrstuden)

2008-09-25 17:58:51 UTC wrstuden-revivesa commitmail json YAML

2008-09-25 17:40:05 UTC MAIN commitmail json YAML

As "libgcov.c" uses alloca(3) (*yuuuk*) disable "-Wstack-protector" to
fix the build with "USE_SSP" set to "yes".

(tron)

2008-09-25 17:17:10 UTC MAIN commitmail json YAML

Split rate-checking routines into their own module for easier reuse.

(pooka)

2008-09-25 17:12:12 UTC MAIN commitmail json YAML

2008-09-25 16:23:46 UTC MAIN commitmail json YAML

2008-09-25 15:48:57 UTC MAIN commitmail json YAML

Don't wrap whole file in INET.

(pooka)

2008-09-25 15:41:52 UTC MAIN commitmail json YAML

Remove useless contents.

(tsutsui)

2008-09-25 15:14:06 UTC MAIN commitmail json YAML

Add ${X11FONTDIR}/TTF/ to COMPILEDDEFAULTFONTPATH

(jmcneill)

2008-09-25 15:02:58 UTC MAIN commitmail json YAML

add missing SRCS to libglx module and archive (now it works)

(rtr)

2008-09-25 14:47:54 UTC MAIN commitmail json YAML

If we have to guess wether the console keyboard is USB or ADB check if the
PMU actually has ADB support.

(macallan)

2008-09-25 14:44:51 UTC MAIN commitmail json YAML

recognize ATY,DDparent as display device so the rest of the code can find
the nodes for each individual display

(macallan)

2008-09-25 14:37:30 UTC MAIN commitmail json YAML

Fix typo in comment.

(wiz)

2008-09-25 14:17:29 UTC MAIN commitmail json YAML

PR kern/39307 (mfs will sometimes panic at umount time)

Change dounmount() so that it never drops the caller provided reference.
Garbage collecting 'struct mount' is up to the caller.

(ad)

2008-09-25 14:15:55 UTC MAIN commitmail json YAML

2008-09-25 14:15:06 UTC MAIN commitmail json YAML

2008-09-25 14:08:12 UTC MAIN commitmail json YAML

ioport.debug does not belong in the mi set

(rtr)

2008-09-25 14:06:52 UTC MAIN commitmail json YAML

2008-09-25 13:58:41 UTC MAIN commitmail json YAML

build pcitweak, scanpci for netwinder (used to do this on xfree)
build arm_video and related for netwinder
build netbsdPci for netwinder

(rtr)

2008-09-25 13:29:53 UTC MAIN commitmail json YAML

Add ${X11FONTDIR}/TTF/ to COMPILEDDEFAULTFONTPATH

(jmcneill)

2008-09-25 13:10:53 UTC MAIN commitmail json YAML

Remove space from start of line -- it had caused the sentence
to wrap too early.

(reed)

2008-09-25 12:30:04 UTC MAIN commitmail json YAML

don't make LIBDIR.GL/glx descending there is disabled currently

(rtr)

2008-09-25 10:40:48 UTC MAIN commitmail json YAML

PR kern/39298 dd brings system to knees

Make /dev/zero and friends MPSAFE.

(ad)

2008-09-25 09:34:39 UTC ipsec-tools-0_7-branch commitmail json YAML

Fixed resending mechanism to have non-ESP marker for retransmitted packets

(vanhu)

2008-09-25 09:34:13 UTC MAIN commitmail json YAML

Fixed resending mechanism to have non-ESP marker for retransmitted packets

(vanhu)

2008-09-25 08:06:40 UTC MAIN commitmail json YAML

Add options WAPBL. Tested on Jornada 690.

OK uwe@

(sborrill)

2008-09-25 06:12:28 UTC wrstuden-revivesa commitmail json YAML

Hack a merge to the "new" wrstuden-revivesa-base-3 tag for this file.
It turns out the problems with regression tests were really with
VIRTUAL timers. The timers that the round-robin scheduling in libpthread
uses to switch stuff around. Fixing that make the "kill1" regression
test complete in a timely manner. So pull in the rev
between 1.151 and 1.152, which now lines us up with our new base.

(wrstuden)

2008-09-24 22:54:10 UTC MAIN commitmail json YAML

Add missing .El directive.

(njoly)

2008-09-24 21:26:59 UTC MAIN commitmail json YAML

Simplify argument passing, recommended by christos@

(hubertf)

2008-09-24 21:14:07 UTC MAIN commitmail json YAML

Replace docbook tag with roff.
(It was used in wrong context so wasn't replaced.)
I reported this upstream and provided fix to lwresd.docbook.
I didn't commit fix here for docbook file, because
NetBSD doesn't regenerate the manual page.

(reed)

2008-09-24 21:11:25 UTC MAIN commitmail json YAML

* vmem_create returns vmem_t *, not vmem_t
* document ipl

(pooka)

2008-09-24 20:07:05 UTC MAIN commitmail json YAML

Use Subsection headers instead of Symbol macro
for a few headers. This makes this consistent with the
other boot.8 manual pages.
(I am guessing a typo was done one time and then duplicated to few
other man pages. I noticed when looking at print version which had
all architecture boot.8 pages.)

(reed)

2008-09-24 19:28:48 UTC MAIN commitmail json YAML

Add missing comma in SEE ALSO list.

(reed)

2008-09-24 19:24:00 UTC wrstuden-revivesa commitmail json YAML

2008-09-24 18:19:13 UTC MAIN commitmail json YAML

Add architecture to the man page headers.
This is an optional argument to .Dt.

I noticed in printed docs, that format(8) didn't mention "vax".
Then I saw a few others were missing too. This makes it consistent
with some others there.

If this is wrong, then these files shouldn't be in the architecture
specific directories.

(reed)

2008-09-24 18:16:39 UTC netbsd-4-0 commitmail json YAML

Note completion of ticket #904.
While there fix several entries (no src/ prefix for sources)

(bouyer)

2008-09-24 18:14:36 UTC netbsd-4 commitmail json YAML

Note completion of ticket #904.
While there fix several entries (no src/ prefix for sources)

(bouyer)

2008-09-24 18:06:46 UTC netbsd-4-0 commitmail json YAML

pullup the following revisions, requested by joerg in ticket 904
(the previous processing of 904 was incomplete):
common/lib/libprop/prop_array.3 1.5
common/lib/libprop/prop_bool.3 1.3
common/lib/libprop/prop_data.3 1.4
common/lib/libprop/prop_dictionary.3 1.8
common/lib/libprop/prop_dictionary_util.3 1.2
common/lib/libprop/prop_ingest.3 1.3
common/lib/libprop/prop_number.3 1.7
common/lib/libprop/prop_object.3 1.6
common/lib/libprop/prop_string.3 1.4
boolean_t -> bool
TRUE -> true
FALSE -> false
Fixes PR lib/38013.

(bouyer)

2008-09-24 18:06:13 UTC wrstuden-revivesa commitmail json YAML

Scoot a little past wrstuden-revivesa-base-3 to get working code.

(wrstuden)

2008-09-24 18:05:48 UTC netbsd-4 commitmail json YAML

pullup the following revisions, requested by joerg in ticket 904
(the previous 904 processing was incomplete):
common/lib/libprop/prop_array.3 1.5
common/lib/libprop/prop_bool.3 1.3
common/lib/libprop/prop_data.3 1.4
common/lib/libprop/prop_dictionary.3 1.8
common/lib/libprop/prop_dictionary_util.3 1.2
common/lib/libprop/prop_ingest.3 1.3
common/lib/libprop/prop_number.3 1.7
common/lib/libprop/prop_object.3 1.6
common/lib/libprop/prop_string.3 1.4
boolean_t -> bool
TRUE -> true
FALSE -> false
Fixes PR lib/38013.

(bouyer)

2008-09-24 17:31:29 UTC netbsd-4-0 commitmail json YAML

2008-09-24 17:31:12 UTC netbsd-4-0 commitmail json YAML

Apply patch, requested by tsutsui in ticket 1206:
distrib/notes/common/main patch
distrib/notes/common/postinstall patch
Add a "Changes Between The NetBSD 4.0 release and 4.0.1 update" section
Various others minor adjustements for 4.0.1

(bouyer)

2008-09-24 17:27:49 UTC MAIN commitmail json YAML

Regen from GENERIC.in rev 1.69:
> Enable fss(4) in not only GENERIC but also all !INSTALL kernels (i.e. DRACO).

(tsutsui)

2008-09-24 17:26:37 UTC MAIN commitmail json YAML

Enable fss(4) in not only GENERIC but also all !INSTALL kernels (i.e. DRACO).

(tsutsui)

2008-09-24 17:25:49 UTC netbsd-4 commitmail json YAML

2008-09-24 17:25:23 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1205):
sys/dev/pci/arcmsrvar.h: revision 1.13
sys/dev/pci/arcmsr.c: revision 1.22
PR/39583: Brad du Plessis: acrmsr(4) driver doesn't report number of
volumes correctly
to bioctl(8)
PR/39584: Juan RP: arcmsr(4) driver disk state values are incorrect (for
ARC-1220)

(bouyer)

2008-09-24 17:20:43 UTC MAIN commitmail json YAML

Regen from GENERIC.in rev 1.68:
> Add accept filters to a proper file, as _READ_ME_FIRST_ claims.

(tsutsui)

2008-09-24 17:18:02 UTC MAIN commitmail json YAML

Add accept filters to a proper file, as _READ_ME_FIRST_ claims.

(tsutsui)

2008-09-24 17:04:27 UTC wrstuden-revivesa commitmail json YAML

Fix typo in call to sys_nosys().

(wrstuden)

2008-09-24 16:58:54 UTC MAIN commitmail json YAML

2008-09-24 16:41:23 UTC wrstuden-revivesa commitmail json YAML

2008-09-24 16:38:59 UTC wrstuden-revivesa commitmail json YAML

2008-09-24 16:35:51 UTC wrstuden-revivesa commitmail json YAML

2008-09-24 16:35:09 UTC wrstuden-revivesa commitmail json YAML

src/external/bsd/pcc/dist/pcc/cc/ccom/pftn.c@1.3.2.3 / diff / nxr@1.3.2.3
src/external/mit/xorg/bin/xinit/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/bigreqsproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/compositeproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/damageproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/evieext/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/fixesproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/fontcacheproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/fontsproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/glproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/inputproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/kbproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/printproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/randrproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/recordproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/renderproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/resourceproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/scrnsaverproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/trapproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
src/external/mit/xorg/include/videoproto/Makefile@1.2.2.3 / diff / nxr@1.2.2.3
      :
(more 131 files)
Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.

(wrstuden)