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

2024-05-10 09:56:04 UTC Now

2008-09-13 16:02:17 UTC MAIN commitmail json YAML

2008-09-13 15:58:01 UTC MAIN commitmail json YAML

2008-09-13 15:54:57 UTC MAIN commitmail json YAML

Reformat port-maintainers list and use @NetBSD.org address as other lists.
XXX: list-portmasters.pl needs to be updated.

(tsutsui)

2008-09-13 15:43:07 UTC MAIN commitmail json YAML

First cut at INSTALL notes for NetBSD/arc.
Finally we could close another ancient PR port-arc/11443.

After several years, we got the native bootloader and then had
sysinst which would do apprpriate partitioning for the bootloader,
so I've noted the last difficult part, how to specify boot commands
on the ARC BIOS.

I still wonder how many possible users of NetBSD/arc are there
who will need this topic though... ;-p

(tsutsui)

2008-09-13 15:40:51 UTC MAIN commitmail json YAML

Regen for Nvidia GeForce 6150 devices addition.

(njoly)

2008-09-13 15:39:01 UTC MAIN commitmail json YAML

Add Nvidia GeForce 6150 devices.

(njoly)

2008-09-13 14:00:35 UTC MAIN commitmail json YAML

Fix spelling of my name. While here add my middle initial.

(reed)

2008-09-13 13:45:00 UTC MAIN commitmail json YAML

Fix spelling typo.

(reed)

2008-09-13 13:11:38 UTC MAIN commitmail json YAML

2008-09-13 13:08:36 UTC MAIN commitmail json YAML

fix same problem with CP932, order should be NEC_IBM -> IBM.
rev1.11 and rev1.12 is completely mistake, sorry.

(tnozaki)

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

revert previous change, there's no problem for CP943.

(tnozaki)

2008-09-13 12:56:25 UTC MAIN commitmail json YAML

fix same problem with CP932, oreder should be NEC_IBM -> IBM.

(tnozaki)

2008-09-13 11:46:19 UTC MAIN commitmail json YAML

2008-09-13 09:20:37 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

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

New sentence, new line.

(wiz)

2008-09-13 09:13:14 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2008-09-13 07:36:30 UTC MAIN commitmail json YAML

2008-09-13 07:33:26 UTC MAIN commitmail json YAML

Fix (U)LLONG_(MAX|MIN) defines.

From Jonathan Kollasch. Thanks.

(skrll)

2008-09-13 07:30:59 UTC MAIN commitmail json YAML

Swap max/min in comments to match symbols.

(skrll)

2008-09-13 07:30:22 UTC MAIN commitmail json YAML

Multiple inclusion protection.

(skrll)

2008-09-13 07:03:21 UTC MAIN commitmail json YAML

tzcode2008e / tzdata2008e are available

(apb)

2008-09-13 04:33:06 UTC MAIN commitmail json YAML

Add pkgconfig files.

(cube)

2008-09-13 04:32:31 UTC MAIN commitmail json YAML

Install pkgconfig files.  Where applicable, remove .if 0 code that tried to
do the same thing.

(cube)

2008-09-13 04:31:12 UTC MAIN commitmail json YAML

Add a pre-substituted version of the freetype2.in template found in the
FreeType2 distribution.  It's easier that way than trying to point the
script to the right file.

(cube)

2008-09-13 04:28:37 UTC MAIN commitmail json YAML

Add logic to install pkgconfig files from X.Org sources.  Initial idea from
Tyler Retzlaff.

No, this is not code I am going to be proud of.  Meanwhile, anyone is
welcome to work on a mknative-xorg script and make sure that outputs across
all archs are consistent, and use it to generate a bunch of other stuff such
as the Imake config file and so on.  That will do for now though.

(cube)

2008-09-13 03:30:35 UTC MAIN commitmail json YAML

Don't split large commands into multiple commands; just fail on them.
This prevents CSRF-like attacks, when a web browser is used to access
an ftp server.
Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
Fix mostly derived from OpenBSD, written by Moritz Jodeit <moritz@OpenBSD.org>

(lukem)

2008-09-13 02:41:52 UTC MAIN commitmail json YAML

2008-09-13 00:50:57 UTC MAIN commitmail json YAML

This manpage was moved here five years ago because machine independent.
So remove the optional man page header (architecture)
(no other manpages in this directory have an architecture).

And it references two other man pages which are machine dependent,
so specifically prepend them with their mac68k architecture.

(reed)

2008-09-12 21:33:39 UTC MAIN commitmail json YAML

- remove dup code
- make sure that sigput always initializes ksi
- initialize si_code with SI_NOINFO instead of lying (SI_USER)
- if a process is being ktraced, make siginfo available
- always pass the available siginfo to ktrace, even if it has SI_NOINFO

(christos)

2008-09-12 20:46:42 UTC MAIN commitmail json YAML

2008-09-12 20:44:40 UTC MAIN commitmail json YAML

When returning an unknown code, return the code number not NULL

(christos)

2008-09-12 18:40:30 UTC MAIN commitmail json YAML

2008-09-12 16:51:55 UTC MAIN commitmail json YAML

PR/39525: Joachim Schueth, Frederik Sausmikat:
cgd inadvertently encrypts blkno eight times to generate IV

(christos)

2008-09-12 14:40:47 UTC MAIN commitmail json YAML

2008-09-12 13:39:04 UTC MAIN commitmail json YAML

Arguments were swapped for cpuset_set(), cpuset_clr(), cpuset_isset()
functions, but man pages were not updated (hi Christos!).

(rmind)

2008-09-12 10:56:14 UTC MAIN commitmail json YAML

- Replace simple_lock/ltsleep/wakeup with mutex/cv.
- Replace malloc/free with kmem_alloc/kmem_free.
- Use bdev_ioctl() instead of bdevsw_lookup()/(*d_ioctl)().
- Be more fair to readers by cleaning the cache one slot at a time.

(hannken)

2008-09-12 07:47:39 UTC MAIN commitmail json YAML

define USE_AMD64_IOPL on amd64, not USE_I386_IOPL

(mrg)

2008-09-12 07:47:11 UTC MAIN commitmail json YAML

2008-09-12 06:54:08 UTC MAIN commitmail json YAML

2008-09-12 04:59:23 UTC MAIN commitmail json YAML

pull in ${X11FLAGS.SERVER} to pick up _XSERVER64.  now amd64 works.

thanks rtr!

(mrg)

2008-09-12 01:19:17 UTC MAIN commitmail json YAML

Make the I2C_SCAN warning a bit more (ok, a LOT more) dire!

(pgoyette)

2008-09-12 00:35:12 UTC MAIN commitmail json YAML

Revert change made two years ago(!).  copyin_proc() and copyout_proc()
have never been converted to operation on LWPs.

(simonb)

2008-09-11 23:24:36 UTC MAIN commitmail json YAML

Forgot to bump the date

(pgoyette)

2008-09-11 21:53:12 UTC MAIN commitmail json YAML

Add some more details about the driver and events.

(reed)

2008-09-11 21:14:16 UTC MAIN commitmail json YAML

Add warning on possible side effects of using 'options I2C_SCAN'

(pgoyette)

2008-09-11 20:50:04 UTC MAIN commitmail json YAML

Include new I2C_SCAN option in ALL.

(pgoyette)

2008-09-11 20:49:30 UTC MAIN commitmail json YAML

Document new I2C_SCAN option.

(pgoyette)

2008-09-11 20:48:50 UTC MAIN commitmail json YAML

Provide an option I2C_SCAN to enable sanning i2c bus for responses.  This
is disabled by default, preserving current behavior.

OK garbled@

(pgoyette)

2008-09-11 17:58:59 UTC MAIN commitmail json YAML

Add support for source address hashhing in ALTQs WFQ. This allows to
easily distribute bandwidth for huge number of clients for incoming
traffic.

(joerg)

2008-09-11 17:03:23 UTC MAIN commitmail json YAML

PR/39513: Stathis Kamperis: reboot(2) doesn't explicitly mention that combining
options is possible
Also remove RB_DFLTROOT.

(christos)

2008-09-11 15:40:43 UTC MAIN commitmail json YAML

PR/39519: Nozomu Ando: Fix incorrect change from bind9 that broke IPv4 mapped
addresses.

(christos)

2008-09-11 13:42:35 UTC MAIN commitmail json YAML

* fsync after !B_ASYNC write
* replace some b_flags magic with BUF_ISREAD/WRITE()

(pooka)

2008-09-11 13:40:48 UTC haad-dm commitmail json YAML

Add new dm_target_*_deps function which will get all dependiences from
selected target. It is used to get device dependencies during
dm_table_deps_ioctl. Remove dm_dev::pdevs list which was really hard to
manage and wasn't use for anything usefull.

(haad)

2008-09-11 13:15:13 UTC MAIN commitmail json YAML

Add prop_array_add_int* and prop_array_add_uint* functions. These functions
can be used to append specified type to the end of prop_array_t.

Ok'ed by @joerg.

(haad)

2008-09-11 12:58:00 UTC MAIN commitmail json YAML

2008-09-11 12:33:55 UTC MAIN commitmail json YAML

Remove one remaining sccsid.

(joerg)

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

New sentence, new line.

(wiz)

2008-09-11 11:08:50 UTC MAIN commitmail json YAML

Add support for Intel MatrixRAID to ataraid(4). It is currently limited
to one volume.

The driver was provided by Juan RP in PR kern/39511.

(tron)

2008-09-11 09:37:53 UTC MAIN commitmail json YAML

fss_copy_on_write(): return error if reading the snapshotted device failed.
fss_read_cluster():  use nestiobuf for reading.
fss_bs_thread():    dont read the snapshotted device if a request is
                    completely covered by backing store.

(hannken)

2008-09-11 09:14:46 UTC MAIN commitmail json YAML

nestiobuf_setup(): Initialize b_dev from master buffer.

(hannken)

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

Fix generation of the startx script.  PR#39515 and PR#39516 by George
Michaelson.

(cube)

2008-09-10 21:34:28 UTC MAIN commitmail json YAML

Bump date for previous.

XXX: Missing license.

(wiz)

2008-09-10 20:49:52 UTC MAIN commitmail json YAML

Mention that it prints a single network configuration block
to standard output and the passphrase must be 8 to 63 characters
in length.

(reed)

2008-09-10 20:34:40 UTC MAIN commitmail json YAML

QuickCam Messenger: Set UQ_BAD_ADC quirk so uaudio will attach. The device
reports bcdADC == 0x200, but the microphone otherwise works fine.

(jmcneill)

2008-09-10 20:07:46 UTC MAIN commitmail json YAML

2008-09-10 20:04:56 UTC MAIN commitmail json YAML

Logitech QuickCam Messenger

(jmcneill)

2008-09-10 19:41:40 UTC MAIN commitmail json YAML

Remove extra space.
Spell out "maximum" and "minimum".

(reed)

2008-09-10 19:25:33 UTC MAIN commitmail json YAML

replace 0xa0 with space from Andy Shevchenko

(christos)

2008-09-10 19:23:44 UTC MAIN commitmail json YAML

2008-09-10 19:20:06 UTC MAIN commitmail json YAML

replace \xa0 with space from Andy Shevchenko

(christos)

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

bin/39446: Aleksey Cheusov: always produce errors on empty numbers.

(christos)

2008-09-10 18:43:27 UTC haad-dm commitmail json YAML

Introduce new dm_dev_lookup and use it to lookup for device name, uuid and
minor number in device global list.

(haad)

2008-09-10 18:08:58 UTC MAIN commitmail json YAML

Prepare use of strtoull, strtoumax and strtoimax in tools/compat by
including nbtool_config.h.

(joerg)

2008-09-10 17:52:36 UTC MAIN commitmail json YAML

2008-09-10 16:59:32 UTC MAIN commitmail json YAML

Don't attach RAID volumes with incomplete config blocks which would lead
to panic later. Patch provided by Juan PR in private e-mail.

(tron)

2008-09-10 16:36:54 UTC MAIN commitmail json YAML

* Fix from Elad to correct a couple of places where functions exited
  without releasing locks.
* Corrected a panic caused by veriexec_file_verify() not setting the
  returned struct veriexec_file_entry **vfep in all cases.

Thanks to Stathis Kamperis for finding the issues and testing the fixes.

(blymn)

2008-09-10 15:45:37 UTC MAIN commitmail json YAML

Allow a single process to control multiple ttys (for pthreads using _REENTRANT)
using multiple EditLine objects. Mostly from Preston A. Elder.

(christos)

2008-09-10 14:05:00 UTC MAIN commitmail json YAML

Check value range of ULONG and UQUAD values. On 32 bit platforms like
i386 "unsigned long x = 0x800000000UL;" passed lint and gcc complains
(rightfully). Validate quad as well to allow using a potentially larger
type to store the value.

(joerg)

2008-09-10 11:16:41 UTC MAIN commitmail json YAML

Document MKSTRIPIDENT. Requested by lukem@

(joerg)

2008-09-10 10:07:36 UTC MAIN commitmail json YAML

Define Am, so HTML man pages can use \*[Am] to get an ampersand.
Non-HTML man pages were already able to use \*[Am].

(apb)

2008-09-10 06:08:27 UTC MAIN commitmail json YAML

update TODO list: we have isoc support

(cegger)

2008-09-10 03:56:12 UTC MAIN commitmail json YAML

PR# 38683 - T61 cannot suspend with recent kernels

Don't restore spl until after AcpiLeaveSleepState.

(jmcneill)

2008-09-10 01:56:22 UTC MAIN commitmail json YAML

Get the socket addresses for dst/gateway/netmask/interface/ifaddr
out of the global namespace.

(dyoung)

2008-09-10 01:39:00 UTC MAIN commitmail json YAML

Updated UK Bank Holidays based on http://en.wikipedia.org/wiki/Bank_holiday
Thanks to perry@ for pointing me to this page.

(jnemeth)

2008-09-10 01:14:59 UTC MAIN commitmail json YAML

Don't cast a sockunion * to sockaddr *.  Instead, reference the
sockaddr inside of the sockunion.

(dyoung)

2008-09-10 01:08:39 UTC MAIN commitmail json YAML

Delete superfluous casts to void *.

(dyoung)

2008-09-10 01:06:58 UTC MAIN commitmail json YAML

2008-09-10 01:00:02 UTC MAIN commitmail json YAML

2008-09-10 00:57:57 UTC MAIN commitmail json YAML

Constify.

For clarity's sake, do not assign a new value to inet_makenetandmask()'s
argument, `inet'.

(dyoung)

2008-09-10 00:33:12 UTC MAIN commitmail json YAML

get rid if some mistyped magic number, spotted by Marco Trillo
While there map only the space we actually need.
Needs to be tested on actual hardware.

(macallan)

2008-09-09 21:51:32 UTC MAIN commitmail json YAML

Sign over copyright of Jeremy Morse's code to TNF, OK'd by Jeremy Morse
(still mention Jeremy as contributor)

(hubertf)

2008-09-09 21:47:34 UTC MAIN commitmail json YAML

PR/39501: David Holland: Don't print the remainder of the line in the error
context because it can confuse input parsing in warnings. A full explanation
is in the code.

(christos)

2008-09-09 20:12:18 UTC MAIN commitmail json YAML

Add support for SerDes controllers;  from the OpenBSD driver.  Tested on a
Dell Blade server by me, and an HP Blade server by Havard.

(mhitch)

2008-09-09 19:58:46 UTC MAIN commitmail json YAML

Extract subroutine extract_addrs() for reuse, later.

Replace the anonymous constant, 0, with AF_UNSPEC.

(dyoung)

2008-09-09 19:22:00 UTC MAIN commitmail json YAML

Fix build problem with puffs enabled caused by the fix for PR kern/39493.
Problem noted by Thomas Klausner, patch provided by Juan RP.

(tron)

2008-09-09 19:18:42 UTC MAIN commitmail json YAML

move punctuation of a complete sentence into its parens

(jschauma)

2008-09-09 18:47:19 UTC MAIN commitmail json YAML

- update all dates that varies (hopefully, they'll be correct for the
  first year that NetBSD 5.0 is out)
- add release date of NetBSD 4.0

XXX  There are several UK "Bank Holidays" in calendar.holiday.  Could
    somebody update those and give an indication of when they are, please?

(jnemeth)

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

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

In bnx_release_resources(), don't de-reference a NULL pointer if the
rx_mbuf_map has not been allocated yet.  From Havard Eidnes.

(mhitch)

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

2008-09-09 16:50:52 UTC MAIN commitmail json YAML

Shorten a staircase.  Remove superfluous parentheses from return
statements.  Constify.

(dyoung)

2008-09-09 16:35:15 UTC MAIN commitmail json YAML

Use EXIT_FAILURE instead of anonymous constant '1'.

(dyoung)

2008-09-09 16:23:33 UTC MAIN commitmail json YAML

Use a union and sizeof() to avoid a cast and an anonymous constant
buffer length, respectively.

(dyoung)

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

2008-09-09 15:44:10 UTC MAIN commitmail json YAML

I guess it is about time that I added my name.

(dyoung)

2008-09-09 15:39:04 UTC MAIN commitmail json YAML

2008-09-09 12:45:40 UTC MAIN commitmail json YAML

2008-09-09 12:09:32 UTC MAIN commitmail json YAML

Remove duplicate definition of "bootinfo" structure.
Patch provided by Juan RP in PR kern/39495.

(tron)

2008-09-09 11:54:19 UTC MAIN commitmail json YAML

Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared
libraries for space-constraint systems. The description is based on the
feedback of hubertf@, the logic on input from lukem@

This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.

(joerg)

2008-09-09 11:50:42 UTC MAIN commitmail json YAML

Some calls to set_port() were not correctly updated in the previous commit

(vanhu)

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

fix amd64 lists for MKDEBUG=yes MKXORG=yes

(rtr)

2008-09-09 06:32:59 UTC MAIN commitmail json YAML

Revert rev 1.9:
* we now disable gettext by not defining ENABLE_NLS,
* we now link in the xmalloc/xstrdup/xexit replacements explicitly.
Reduces differences to upstream.

(lukem)

2008-09-09 06:31:33 UTC MAIN commitmail json YAML

Don't define ENABLE_NLS if HOSTTOOL is defined
Link in xexit.c xmalloc.c xstrdup.c

(lukem)

2008-09-09 05:54:23 UTC MAIN commitmail json YAML

2008-09-09 05:47:08 UTC MAIN commitmail json YAML

Uncomment SEE ALSO.

(wiz)

2008-09-09 05:46:27 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2008-09-09 05:44:08 UTC MAIN commitmail json YAML

make this build w/o UVIDEO_DEBUG

(cegger)

2008-09-09 04:28:54 UTC MAIN commitmail json YAML

VIDIOC_QUERYCAP: device_xname on device_t, not softc

(jmcneill)

2008-09-09 04:23:53 UTC MAIN commitmail json YAML

More pixelformat mapping typo fixes

(jmcneill)

2008-09-09 04:23:02 UTC MAIN commitmail json YAML

Map VIDEO_FORMAT_MJPEG to V4L2_PIX_FMT_MJPEG, not V4L2_PIX_FMT_JPEG

(jmcneill)

2008-09-09 03:54:56 UTC MAIN commitmail json YAML

Redde Caesari quae sunt Caesaris.  Or rather, in this particular case,
those that are Lennart's.

Eventually there should only be one set of HID drivers.

(cube)

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

2008-09-09 01:36:48 UTC MAIN commitmail json YAML

Fix "select timeout" and low framerate issues with mplayer, from drochner@

(jmcneill)

2008-09-09 01:20:32 UTC MAIN commitmail json YAML

Note uvideo(4)

(jmcneill)

2008-09-09 01:19:37 UTC MAIN commitmail json YAML

2008-09-09 01:18:45 UTC MAIN commitmail json YAML

2008-09-09 01:18:15 UTC MAIN commitmail json YAML

xr pseye(4), video(9)

(jmcneill)

2008-09-09 01:17:23 UTC MAIN commitmail json YAML

2008-09-09 01:16:03 UTC MAIN commitmail json YAML

2008-09-09 01:13:42 UTC MAIN commitmail json YAML

USB Video Class capture device driver, part of Patrick Mahoney's Google
Summer of Code 2008 project.

(jmcneill)

2008-09-09 00:56:23 UTC MAIN commitmail json YAML

Cast f_type to signed integer before comparison with negative values.

(gmcgarry)

2008-09-09 00:48:28 UTC MAIN commitmail json YAML

getline() returns int.  Don't cast to unsigned value and compare with -1.

(gmcgarry)

2008-09-09 00:46:46 UTC MAIN commitmail json YAML

Clarify the message printed by the kernel when a low or full speed
device with isochronous endpoints is attached to a hi-speed hub. Also
silence a printf in ehci_device_isoc_close

(jmcneill)

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

No need for videoio.h in hw driver

(jmcneill)

2008-09-09 00:16:05 UTC MAIN commitmail json YAML

Avoid tests using nested functions when using PCC.

(gmcgarry)

2008-09-08 23:36:55 UTC MAIN commitmail json YAML

2008-09-08 23:07:52 UTC MAIN commitmail json YAML

Fix typo - no functional changes.

OK macallan@

(pgoyette)

2008-09-08 22:28:53 UTC MAIN commitmail json YAML

Run pseye_transfer_thread at a higher priority to ensure that we don't
receive partial frames in our bulk xfer.

(jmcneill)

2008-09-08 22:21:47 UTC MAIN commitmail json YAML

That audio is in fact should be video in the short description. :-)

(ahoka)

2008-09-08 22:14:11 UTC MAIN commitmail json YAML

Mention the word "regexp" and the fact that this inteface is obsolete
in the NAME section.

Previously, "man -k regex" printed the following two lines
with no hint that you needed to do "man 3 regexp" to get to
the man page associated with the first of the two lines:

regcomp, regexec, regsub, regerror (3) - regular expression handlers
regex, regcomp, regexec, regerror, regfree (3) - regular-expression library

(apb)

2008-09-08 22:13:26 UTC MAIN commitmail json YAML

Implement try_format

(jmcneill)

2008-09-08 21:54:10 UTC MAIN commitmail json YAML

more device_private, pointed by cube.

(christos)

2008-09-08 21:44:22 UTC MAIN commitmail json YAML

avoid using casts by referencing the proper struct members.

(christos)

2008-09-08 21:32:51 UTC MAIN commitmail json YAML

Make the amount of backing memory a macro to simplify changing it.

(joerg)

2008-09-08 21:20:03 UTC MAIN commitmail json YAML

2008-09-08 20:49:41 UTC MAIN commitmail json YAML

Add missing newline in debug message.

(njoly)

2008-09-08 20:47:09 UTC MAIN commitmail json YAML

Improve message for SMI interrupts.

(njoly)

2008-09-08 20:37:38 UTC MAIN commitmail json YAML

Fix compilation with ICHIIC_DEBUG.

(njoly)

2008-09-08 18:40:09 UTC MAIN commitmail json YAML

Add V4L2_PIX_FMT_SN9C10X

(jmcneill)

2008-09-08 16:18:37 UTC MAIN commitmail json YAML

Bump date for previous, and remove trailing whitespace.

(wiz)

2008-09-08 16:10:14 UTC MAIN commitmail json YAML

Remove obsolete description for old xen-i386 port.  Ok'ed by bouyer@.

(tsutsui)

2008-09-08 16:05:44 UTC MAIN commitmail json YAML

Provide correct URL for current data sheet.  This device is now owned
by ON Semi.

(pgoyette)

2008-09-08 15:31:19 UTC MAIN commitmail json YAML

2008-09-08 14:54:09 UTC MAIN commitmail json YAML

2008-09-08 14:46:15 UTC MAIN commitmail json YAML

Sync man page with recent changes;  ipmi can now return warning-under or
critical-under for temp/voltage sensors.

(pgoyette)

2008-09-08 14:22:31 UTC MAIN commitmail json YAML

Adjust some WAPBL transactions:
- Put transaction inside cgaccount() to simplify caller.
- No vget() / vrele() inside a transaction.

(hannken)

2008-09-08 12:49:50 UTC MAIN commitmail json YAML

Reduce size from 1407 bytes to 46 bytes by removing the copyright
notice.  OK'd by the copyright holder (board@).
Inspired by true(1) and false(1).

(hubertf)

2008-09-08 11:36:24 UTC haad-dm commitmail json YAML

Fix comment in dm_table and change target alloc function suggested by rmind@.

(haad)

2008-09-08 11:34:01 UTC haad-dm commitmail json YAML

Add new version of snapshot code for nowonlyinitial configuration of
snapshots (parsing parameters strings and opening devices was added).

Fixonebug in dm_pdev where was one SLIST_ENTRY used to for global
pdev list and for per device pdev list. This bug was hidden for a
long time because I haven't used devices with more than one pdev.

(haad)

2008-09-08 11:29:42 UTC MAIN commitmail json YAML

fix broken linux32_sys_times, copied from linux_sys_times.

(christos)

2008-09-08 11:08:02 UTC haad-dm commitmail json YAML

Small code style fixes suggested by rmind@.

(haad)

2008-09-08 08:03:45 UTC MAIN commitmail json YAML

2008-09-08 08:02:48 UTC MAIN commitmail json YAML

Serverworks: correct product id for LPC, add XIOAPIC and Watchdog Timer

(cegger)

2008-09-08 07:07:53 UTC MAIN commitmail json YAML

2008-09-08 07:06:48 UTC MAIN commitmail json YAML

correct product id for serverworks usb controllers

(cegger)

2008-09-08 03:16:43 UTC MAIN commitmail json YAML

Move successful removal of unreferenced inodes under WAPBL_DEBUG to not
spam the console.

OK simon@

(joerg)

2008-09-08 03:05:38 UTC MAIN commitmail json YAML

Separate checking of sensor value vs threshold/limit value into two
routines, so we can distinguish between an over-limit vs under-limit
condition.  Set sensor state appropriately based on which threshold
is exceeded.

To do: come up with a means of detecting non-existent fans vs broken
fans.  Currently, both report a valid value of "0 RPM" at least on
some platforms.

OK garbled@
Tested by simonb@

(pgoyette)

2008-09-08 00:39:27 UTC MAIN commitmail json YAML

Limit VIDEO_MAX_BUFS to 32 instead of 255

(jmcneill)

2008-09-07 22:36:36 UTC MAIN commitmail json YAML

Remove what seems to be a debug printf committed by accident.

(cube)

2008-09-07 20:22:58 UTC wrstuden-revivesa commitmail json YAML

2008-09-07 20:17:03 UTC MAIN commitmail json YAML

Give lwp0 an fd table and cwd.  Allows easier direct use of rump.

(pooka)

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

Missing aprint newline in video_attach

(jmcneill)

2008-09-07 19:28:29 UTC MAIN commitmail json YAML

2008-09-07 19:27:58 UTC MAIN commitmail json YAML

For rumpsyscalls, properly return -1 in case of error.

(pooka)

2008-09-07 19:07:21 UTC MAIN commitmail json YAML

Note that previous URL for ADT7463 datasheet is no longer operative, and
provide link to an earlier, but still active, revision.

(pgoyette)

2008-09-07 19:06:14 UTC MAIN commitmail json YAML

Actually, EINVAL is correct for an unimplemented ioctl. ENOTTY is only
needed for the VIDIOC_*_FMT ioctls.

(jmcneill)

2008-09-07 18:30:18 UTC wrstuden-revivesa commitmail json YAML

Turn off sys_sa_preempt() for now. It's not ready for prime-time and it
will probably be done differenty.

(wrstuden)

2008-09-07 17:13:21 UTC MAIN commitmail json YAML

Return ENOTTY instead of EINVAL if a driver doesn't implement one of the
set, try, get, or enum format ioctls.

(jmcneill)

2008-09-07 17:12:21 UTC MAIN commitmail json YAML

Implement enum_format callback.

(jmcneill)

2008-09-07 16:22:13 UTC MAIN commitmail json YAML

fix missing '$' in previous.

(apb)

2008-09-07 16:13:05 UTC MAIN commitmail json YAML

Even though V4L2_CID_HCENTER and V4L2_CID_VCENTER are deprecated, many
applications still want them to exist.

(jmcneill)

2008-09-07 15:54:52 UTC MAIN commitmail json YAML

Remove -Wno-pointer-sign and -ffreestanding from CXXFLAGS.  g++
doesn't support for them.

(kent)

2008-09-07 15:24:04 UTC MAIN commitmail json YAML

Document the change in meaning of "-s foo:bar".  It now means a single
file or directory named "foo:bar".  If you want the old meaning,
use "-s foo -s bar" instead.

(apb)

2008-09-07 15:22:47 UTC MAIN commitmail json YAML

* Allow colons to appear in the names of tgz files, to address PR 39459.
* Remove the ability to specify a colon-separated list of tgz files
  using a single "-s" option, because ":" is now a valid character within the
  name of a single file.  Callers should use multiple "-s" options
  instead.

(apb)

2008-09-07 15:21:31 UTC MAIN commitmail json YAML

Document the change in meaning of "-s foo:bar".  It now means a single
file or directory nmed "foo:bar".  If you want the old meaning,
use "-s foo -s bar" instead.

(apb)

2008-09-07 15:20:02 UTC MAIN commitmail json YAML

* Allow colons to appear in the names of tgz files, to address PR 39459.
* Allow spaces to appear in the name of the TEMPROOT and SRCDIR directories.
* Remove the ability to specify a colon-separated list of tgz files
  using a single "-s" option, because ":" is now a valid character within the
  name of a single file.  Callers should use multiple "-s" options
  instead.

(apb)

2008-09-07 15:14:31 UTC MAIN commitmail json YAML

fix type for a few functions

(pooka)

2008-09-07 14:52:48 UTC MAIN commitmail json YAML

2008-09-07 14:50:25 UTC MAIN commitmail json YAML

clean mkhtmlindex (created by <sys.mk> rule for .sh)

(lukem)

2008-09-07 14:43:49 UTC MAIN commitmail json YAML

Clean g3states.h
Support MAKEVERBOSE

(lukem)

2008-09-07 14:40:33 UTC MAIN commitmail json YAML

Clean XlibConf.h
Support MAKEVERBOSE

(lukem)

2008-09-07 14:37:45 UTC MAIN commitmail json YAML

Support cleaning fcarch-netbsd.h.
Enable MAKEVERBOSE

(lukem)

2008-09-07 14:31:10 UTC MAIN commitmail json YAML

Remove "shift" commands that should have been removed when the
option parsing loop was converted to use getopts.  (Hi christos)

(apb)

2008-09-07 14:30:28 UTC MAIN commitmail json YAML

Just use a BUILDSYMLINK for xdm.man.cpp -> xdm.man

(lukem)

2008-09-07 14:29:38 UTC MAIN commitmail json YAML

Define __appmansuffix__=1 in the man page cpp(1) translation.

(lukem)

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

Disable man pages "properly".
Fixes build problem on older NetBSD systems.

(lukem)

2008-09-07 13:15:50 UTC MAIN commitmail json YAML

2008-09-07 13:15:11 UTC MAIN commitmail json YAML

2008-09-07 13:13:04 UTC MAIN commitmail json YAML

Remove duplicate definition of "smbfs_node_pool".
Fix based on a patch provided by Juan RP in PR kern/39494.

(tron)

2008-09-07 13:12:28 UTC MAIN commitmail json YAML

use XLOCALE.DEFINES from bsd.x11.mk

(rtr)