christos
9380d4efdb
replace 0xa0 with space from Andy Shevchenko
2008-09-10 19:25:33 +00:00
christos
9d61fcf10f
replace \xa0 with space from Andy Shevchenko
2008-09-10 19:20:06 +00:00
christos
2e63684c48
bin/39446: Aleksey Cheusov: always produce errors on empty numbers.
2008-09-10 19:00:51 +00:00
joerg
3ae583451f
Prepare use of strtoull, strtoumax and strtoimax in tools/compat by
...
including nbtool_config.h.
2008-09-10 18:08:58 +00:00
joerg
52c4a82ef2
In preparation for providing a db fallback in libnbcompat, remove
...
sccsid and conditionals around __RCSID. lint understands __RCSID enough
to ignore it, undefining LIBC_SCCS is superseded by MKSTRIPIDENT.
No functional changes.
2008-09-10 17:52:35 +00:00
tron
79a4d38697
Don't attach RAID volumes with incomplete config blocks which would lead
...
to panic later. Patch provided by Juan PR in private e-mail.
2008-09-10 16:59:32 +00:00
blymn
6a3775d153
* 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.
2008-09-10 16:36:54 +00:00
christos
872a7369cc
Allow a single process to control multiple ttys (for pthreads using _REENTRANT)
...
using multiple EditLine objects. Mostly from Preston A. Elder.
2008-09-10 15:45:37 +00:00
joerg
8a89a3dc54
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.
2008-09-10 14:05:00 +00:00
joerg
dc0088231d
Document MKSTRIPIDENT. Requested by lukem@
2008-09-10 11:16:41 +00:00
apb
72527b7be6
Define Am, so HTML man pages can use \*[Am] to get an ampersand.
...
Non-HTML man pages were already able to use \*[Am].
2008-09-10 10:07:36 +00:00
cegger
41812eebff
update TODO list: we have isoc support
2008-09-10 06:08:27 +00:00
jmcneill
b1cb1c6dcb
PR# 38683 - T61 cannot suspend with recent kernels
...
Don't restore spl until after AcpiLeaveSleepState.
2008-09-10 03:56:12 +00:00
dyoung
6a9236b124
Get the socket addresses for dst/gateway/netmask/interface/ifaddr
...
out of the global namespace.
2008-09-10 01:56:22 +00:00
jnemeth
60d26697e2
Updated UK Bank Holidays based on http://en.wikipedia.org/wiki/Bank_holiday
...
Thanks to perry@ for pointing me to this page.
2008-09-10 01:39:00 +00:00
dyoung
5e93382467
Don't cast a sockunion * to sockaddr *. Instead, reference the
...
sockaddr inside of the sockunion.
2008-09-10 01:14:59 +00:00
dyoung
0a77d3df40
Delete superfluous casts to void *.
2008-09-10 01:08:39 +00:00
dyoung
f791b67f11
Constify.
2008-09-10 01:06:58 +00:00
dyoung
cfe9ef5ba6
Constify.
2008-09-10 01:00:02 +00:00
dyoung
36aee9b2c9
Constify.
...
For clarity's sake, do not assign a new value to inet_makenetandmask()'s
argument, `inet'.
2008-09-10 00:57:57 +00:00
macallan
cc43cb490b
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.
2008-09-10 00:33:12 +00:00
hubertf
07d9131246
Sign over copyright of Jeremy Morse's code to TNF, OK'd by Jeremy Morse
...
(still mention Jeremy as contributor)
2008-09-09 21:51:32 +00:00
christos
8c8950af64
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.
2008-09-09 21:47:34 +00:00
mhitch
70a12d51ab
Add support for SerDes controllers; from the OpenBSD driver. Tested on a
...
Dell Blade server by me, and an HP Blade server by Havard.
2008-09-09 20:12:18 +00:00
dyoung
f65fccd290
Extract subroutine extract_addrs() for reuse, later.
...
Replace the anonymous constant, 0, with AF_UNSPEC.
2008-09-09 19:58:46 +00:00
tron
b8771f491d
Fix build problem with puffs enabled caused by the fix for PR kern/39493.
...
Problem noted by Thomas Klausner, patch provided by Juan RP.
2008-09-09 19:22:00 +00:00
jschauma
68b35bfb4d
move punctuation of a complete sentence into its parens
2008-09-09 19:18:41 +00:00
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