roy
5f399f5c68
Use a function to add extra data to the vendor area so that data added
...
remains constant for both DISCOVER and REQUEST messages.
2009-07-10 12:16:31 +00:00
roy
4cd4e97af9
We should request the DHCP parameters we need.
2009-07-10 02:55:42 +00:00
roy
eb66460837
Protect against short IP addresses in the DHCP message.
2009-07-10 02:41:39 +00:00
roy
0aeddffdd4
When using DHCP, request the parameters that we need. Fixes PR kern/38830.
...
Thanks to Tim McIntosh.
2009-07-10 01:29:54 +00:00
joerg
a8766915af
Ensure that y,x are valid coordinates before using them.
2009-07-09 22:08:45 +00:00
rmind
054e90dd48
Mention emap and few more items.
2009-07-09 21:53:08 +00:00
rmind
3cee4be877
- Fix rare crashe in the intr_lapic_tlb_bcast() handler: save and setup
...
%fs on i386, %gs on amd64 registers, before using them. Otherwise, it
might be invalid/garbage, eg. IPI can interrupt userspace.
- Explicitly initialize per-CPU emap generation number.
Thanks <drochner> for reporting and testing of patch.
2009-07-09 21:43:16 +00:00
macallan
ec8b80662c
enable mmap() support for /dev/pci* with options PCI_ALLOW_MMAP
2009-07-09 19:22:21 +00:00
christos
8e714f4b6e
add stdio.h since we are using FILE. From Grant Erickson
2009-07-09 19:02:04 +00:00
pgoyette
4bcd1e306c
Don't extract upper/lower limit values if the values are not valid.
...
Correct comparison of cur_value against lower-limits.
2009-07-09 15:50:26 +00:00
nisimura
e846f5a648
- show link speed and duplexity.
...
- fix an incomplete mod in mii_read().
2009-07-09 15:39:28 +00:00
dholland
976c3188e1
Add an entry for last summer's libpthread compat fix, since it
...
apparently never got listed (only posted on current-users) and came up
again recently.
Thanks to Martin Husemann, Matthias Drochner, and Geoff Wing for info
(any errors are mine).
As per http://mail-index.netbsd.org/current-users/2008/08/05/msg003880.html .
2009-07-09 08:04:32 +00:00
dholland
ac1daebd72
Fix a garbled old entry that I happened upon just now.
2009-07-09 07:50:24 +00:00
mrg
c6b110c7ca
XXX: -Wno-error savage_exa.c for now.
2009-07-09 07:50:10 +00:00
mrg
c7d3afbfeb
note that update builds might again fail for new xorg
2009-07-09 07:31:54 +00:00
mrg
6773cdf6e4
XORG_CURRENT_VERSION is now 1.6.2.
2009-07-09 07:30:17 +00:00
mrg
393017d87b
fix build for pixman 0.15.14
2009-07-09 02:15:48 +00:00
roy
514c68c0e1
Import dhcpcd-5.0.6
2009-07-08 22:36:29 +00:00
roy
b1b5513e68
Update to dhcpcd-5.0.6
...
Changes from dhcpcd-5.0.5 include
* Fix crash on MIPS, fixes PR bin/41682
Thanks to Tim McIntosh <tmcintos@eskimo.com> for the patch
* Save and restore interface MTU when changing
* IP whitelist
* Ensure that the lease and pidfile directories exist at startup
2009-07-08 22:33:21 +00:00
tls
e234ec7db5
Update to libevent-1.4.11-stable. This has been a long time coming and
...
fixes many bugs, particularly with signal handling.
The regression tests have also been updated and complete successfully
on amd64.
2009-07-08 21:23:52 +00:00
reinoud
77a7c01d68
Fix alternating oddity in RMW strategy. Even when in the reading state it
...
would push out elements to fillup-read only when the time had come for them.
This could then trickle feed the read queue slowly, but fast enough to prevent
it from switching state.
2009-07-08 19:04:08 +00:00
dyoung
bfd7452af9
pmf_event_inject(9) may be called from interrupt context, so we
...
must not allocate a pmf_event_workitem_t using kmem_alloc(9). Use
pool_cache(9), instead, because it is safe in interrupt context.
Thanks, rmind@, for catching the problem and suggesting the solution.
2009-07-08 18:53:36 +00:00
pgoyette
e17701cfef
Remove driver name from debug message. Not all drivers have set this
...
early enough, and we can easily figure out the driver name from some
subsequent debug messages.
2009-07-08 17:54:27 +00:00
pgoyette
c7ba8d5428
Initialize lims.sel_flags before using it. Prevents spurious limit
...
events being created for devices that don't provide internal limits.
Thanks to Mattias for finding this.
2009-07-08 17:28:53 +00:00
reinoud
ff90f0d37d
Remove unused LIST_ENTRY()'s now replaced by the rbtree.
2009-07-08 14:53:23 +00:00
reinoud
7f0e98bc0d
Since OSTA has not defined a good set of flags to cover our flags, its not
...
usefull to implement chflags(). Instead ignore it for now since the error
codes might confuse esp. gui's.
2009-07-08 14:46:55 +00:00
pgoyette
e65558aef1
Clean up a couple of debug statements that got missed previously.
2009-07-08 13:34:11 +00:00
tsutsui
0a36a9ab42
Merge local <atari/atari/intr.h> into common <machine/intr.h>.
2009-07-08 12:23:09 +00:00
njoly
b3f068f354
Fix amd64 build with VIDEO_DEBUG.
2009-07-07 21:55:17 +00:00
dyoung
c88ea823f8
At the bottom of vndclear(), clear VNF_CLEARING: it is no longer
...
needed to exclude vndopen(), and it will prevent subsequent opens
if we leave it.
2009-07-07 19:51:22 +00:00
christos
e09097a0e7
simplify previous.
2009-07-07 17:08:19 +00:00
tsutsui
2d065ae111
KNF, ANSIfy, etc.
2009-07-07 16:16:18 +00:00
tsutsui
d41c06b17d
Explicitly initialize the MFP Timer-B for delay(9) from atari_hwinit()
...
rather than using if(!atari_realconfig) in clockmatch().
(I doubt the latter one has actually been called..)
2009-07-07 15:37:02 +00:00
tsutsui
0745bac2ee
Some KNF and cosmetics.
2009-07-07 15:15:35 +00:00
tsutsui
77d3988d38
Add a workaround for annoying
...
"WARNING: negative runtime; monotonic clock has gone backwards"
message. Partially taken from hp300.
2009-07-07 15:15:08 +00:00
christos
e234b387dc
The compatibility call to re-export from sys_mount() calls
...
mountd_set_exports_list, with the mnt_updating mutex held. Account for that
to avoid a locking against myself panic.
2009-07-07 14:09:05 +00:00
joerg
2a64051b50
Be strict on xcurses support:
...
- Do not perform wrapping at all by setting the line flags.
- Do not alter the cursor position, even for mv(w)chgat.
2009-07-07 13:10:02 +00:00
tteras
aab4a00722
From Arnaud Ebalard: Fix possible usage of uninitialized local variable
...
(not sure if any code path triggers this, but this makes compiler happy).
2009-07-07 12:25:22 +00:00
joerg
ba2ae25781
chgat() and friends are in X/Open. Noticed by Thomas Dickey.
2009-07-07 11:53:43 +00:00
tonnerre
e79d7b3f02
Add DOA which is widely used but not in here for some reason.
2009-07-07 10:56:13 +00:00
mbalmer
7e7dd97688
Unify BSL, MLH, and EAP, which are all the same airport.
2009-07-07 10:50:51 +00:00
reinoud
c093c2520a
Replace the old hashtable and sorted list implemenation by a RB-tree.
...
Benefits are significant speed improvements on node creation/insertion while
keeping the lookup times low and still allowing sequential iteration over the
nodes.
2009-07-07 10:23:36 +00:00
joerg
eadfd2731f
Add vw_printw and vw_scanw as mandated by SUSv2's xcurses. Follow
...
ncurses and just make the historic vwprintw and vwscanw functions
aliases, ignoring that they should take a varargs.h va_list argument.
2009-07-07 10:16:52 +00:00
joerg
32e50f68cc
Use __printflike/__scanflike.
2009-07-07 09:58:08 +00:00
cegger
484dd68fe4
regen.
2009-07-07 09:46:25 +00:00
cegger
a240b4e5e6
correct product ids for RD890 chipset
2009-07-07 09:45:45 +00:00
mrg
f0f6e34374
need to link stdResource.c now
2009-07-07 07:58:46 +00:00
mrg
6144dd6ce4
remove libint10 libraries that are not needed for sparc*.
2009-07-07 07:53:38 +00:00
agc
51e16c73a5
Move the null file checks for sign/verify/encrypt/decrypt down into the
...
library itself. Update the regression test script to add some tests.
2009-07-07 01:13:07 +00:00
agc
1eddadf4f7
Add two more items to the TODO list
2009-07-07 01:12:06 +00:00