Commit Graph

173230 Commits

Author SHA1 Message Date
jnemeth c189d3256b - 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?
2008-09-09 18:47:19 +00:00
jmcneill 426e852b45 register with pmf 2008-09-09 17:40:40 +00:00
mhitch 2478b16894 In bnx_release_resources(), don't de-reference a NULL pointer if the
rx_mbuf_map has not been allocated yet.  From Havard Eidnes.
2008-09-09 17:34:10 +00:00
dyoung 081a2b518e Constify. 2008-09-09 16:55:28 +00:00
dyoung 51731102ff Shorten a staircase. Remove superfluous parentheses from return
statements.  Constify.
2008-09-09 16:50:52 +00:00
dyoung acf567a730 Use EXIT_FAILURE instead of anonymous constant '1'. 2008-09-09 16:35:15 +00:00
dyoung c08d63b5ad Use a union and sizeof() to avoid a cast and an anonymous constant
buffer length, respectively.
2008-09-09 16:23:33 +00:00
dyoung a26d1ce8fc Use bool. 2008-09-09 16:18:17 +00:00
dyoung 3c17f72932 I guess it is about time that I added my name. 2008-09-09 15:44:10 +00:00
jakllsch ba80934542 Add myself. 2008-09-09 15:39:04 +00:00
tron 362b2f2b14 Complete device_t/softc split for the ld(4) attachments. This should
prevent crashes while attaching a drive.

Patch supplied by Juan RP in PR kern/39468.
2008-09-09 12:45:39 +00:00
tron 5f566e7cf3 Remove duplicate definition of "bootinfo" structure.
Patch provided by Juan RP in PR kern/39495.
2008-09-09 12:09:31 +00:00
joerg 5af38558ac 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.
2008-09-09 11:54:19 +00:00
vanhu 954f7757c0 Some calls to set_port() were not correctly updated in the previous commit 2008-09-09 11:50:42 +00:00
rtr 719482780c fix amd64 lists for MKDEBUG=yes MKXORG=yes 2008-09-09 08:25:31 +00:00
lukem 915ac4056f 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.
2008-09-09 06:32:59 +00:00
lukem d455051090 Don't define ENABLE_NLS if HOSTTOOL is defined
Link in xexit.c xmalloc.c xstrdup.c
2008-09-09 06:31:32 +00:00
cegger 127df52413 make an i386/ALL kernel build 2008-09-09 05:54:23 +00:00
wiz f6ea3f14f6 Uncomment SEE ALSO. 2008-09-09 05:47:07 +00:00
wiz a1aeca8b64 New sentence, new line. 2008-09-09 05:46:27 +00:00
cegger 9153a46c8f make this build w/o UVIDEO_DEBUG 2008-09-09 05:44:08 +00:00
jmcneill 7360cd3bde VIDIOC_QUERYCAP: device_xname on device_t, not softc 2008-09-09 04:28:54 +00:00
jmcneill f97cf58f74 More pixelformat mapping typo fixes 2008-09-09 04:23:53 +00:00
jmcneill 1bb2686bdf Map VIDEO_FORMAT_MJPEG to V4L2_PIX_FMT_MJPEG, not V4L2_PIX_FMT_JPEG 2008-09-09 04:23:02 +00:00
cube 65ce35522e 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.
2008-09-09 03:54:56 +00:00
ober ed773dc9c5 Adding iwn(4) to GENERIC 2008-09-09 03:26:42 +00:00
jmcneill ff15aabd32 Fix "select timeout" and low framerate issues with mplayer, from drochner@ 2008-09-09 01:36:48 +00:00
jmcneill d6caa10814 Note uvideo(4) 2008-09-09 01:20:32 +00:00
jmcneill 4b0864422d Add uvideo(4) 2008-09-09 01:18:45 +00:00
jmcneill 8aa427aa38 xr pseye(4), video(9) 2008-09-09 01:18:15 +00:00
jmcneill c0fb860aa0 uvideo(4) 2008-09-09 01:17:23 +00:00
jmcneill 54effa32f8 uvideo(4) man page 2008-09-09 01:16:03 +00:00
jmcneill c08044b7db USB Video Class capture device driver, part of Patrick Mahoney's Google
Summer of Code 2008 project.
2008-09-09 01:13:42 +00:00
gmcgarry 0e0358051d Cast f_type to signed integer before comparison with negative values. 2008-09-09 00:56:23 +00:00
gmcgarry 507b8fdd96 getline() returns int. Don't cast to unsigned value and compare with -1. 2008-09-09 00:48:28 +00:00
jmcneill 78974094d6 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
2008-09-09 00:46:45 +00:00
jmcneill 51d385aeea No need for videoio.h in hw driver 2008-09-09 00:19:10 +00:00
gmcgarry d818158a22 Avoid tests using nested functions when using PCC. 2008-09-09 00:16:05 +00:00
gmcgarry 0de5da9678 Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
preprocessor macros.
2008-09-08 23:36:53 +00:00
pgoyette ca20a59d5d Fix typo - no functional changes.
OK macallan@
2008-09-08 23:07:51 +00:00
jmcneill 6ea027b866 Run pseye_transfer_thread at a higher priority to ensure that we don't
receive partial frames in our bulk xfer.
2008-09-08 22:28:53 +00:00
ahoka f2efa49e4e That audio is in fact should be video in the short description. :-) 2008-09-08 22:21:47 +00:00
apb 7318d748c1 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
2008-09-08 22:14:11 +00:00
jmcneill dd848685c1 Implement try_format 2008-09-08 22:13:26 +00:00
christos f119abb6e1 more device_private, pointed by cube. 2008-09-08 21:54:10 +00:00
christos a1d4f75c7d avoid using casts by referencing the proper struct members. 2008-09-08 21:44:22 +00:00
joerg 08c7b8a922 Make the amount of backing memory a macro to simplify changing it. 2008-09-08 21:32:50 +00:00
christos f64bb5868f cf_attach_decl_new 2008-09-08 21:20:03 +00:00
njoly dcebe2386c Add missing newline in debug message. 2008-09-08 20:49:41 +00:00
njoly 5e265d5272 Improve message for SMI interrupts. 2008-09-08 20:47:09 +00:00