summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-30regenDavid Gwynne
2008-12-30device ids for the intel 82801JD ich10 devices.David Gwynne
for claudio cos he fixed the routing table for me
2008-12-30Remove debug message that does not help. The problem with the initial floodClaudio Jeker
of the Link LSA is still not solved though.
2008-12-30Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes areClaudio Jeker
attached to the LSA (saves 8 to 12 bytes per prefix and makes our life more interesting or complex).
2008-12-30lsa_get_prefix() needs to use something else then struct lsa_prefix toClaudio Jeker
store the prefix to because the onwire format has the prefix compressed and so struct lsa_prefix will no longer carry the prefix in it. Use rt_prefix instead which is the expanded and host-byte-order version of the former.
2008-12-30Correctly compute the options for the net LSA as pre RFC options is set toClaudio Jeker
the or-ed result of all active neighbors. freaky... Discussed with stsp@
2008-12-30Add cbus(4), a virtual bus for devices that use logical domain channels asMark Kettenis
found on sun4v systems with multiple domains configured.
2008-12-30Add code to show Link LSA. Make the other detailed views a bit shorter byClaudio Jeker
removing an empty newline.
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio Jeker
LSA is lost in lsa_flood. Put this in because it goes in the right direction and ospf6d is work in progress. Add necessary framework so that we can print Link LSA in ospf6ctl. Diff mostly from stsp@ ospf6ctl part by myself
2008-12-30Implement the mach_desc hypervisor call.Mark Kettenis
2008-12-30Pass down bus_dma tag.Mark Kettenis
2008-12-30document that .Cd must take args, and is neither parsed nor callable;Jason McIntyre
from Kristaps D??onsons
2008-12-30dont enable unwanted interrupts, set t_dev, make certain device is initedDale Rahn
on first open.
2008-12-30be clear about what csplit does by default when no options to theJason McIntyre
contrary are specified; feedback/ok otto millert
2008-12-30Make _bus_dmamem_map(9) work. This function wasn't actually used until now,Mark Kettenis
but soon will be.
2008-12-30IPL_SERIAL should be shot.Dale Rahn
2008-12-30add a comment explaining the rather obscure decision when to recurseOtto Moerbeek
or not; ok millert@ pedro@
2008-12-30add some missing .At versions; from Kristaps D??onsonsJason McIntyre
2008-12-30make -S case insensitive; this avoids any confusion over the factJason McIntyre
that MD page headers use mixed case; tidy up the man page regarding this; diff from Ingo Schwarze ok sobrado millert krw
2008-12-30Add missing newline to error message printf.Reyk Floeter
Thanks to Alexey Suslikov
2008-12-30- if widget X will be named for widget Y and widget Y is disabled,Jacob Meuser
widget X should be disabled as well. - change the comment about renaming widgets to better explain why instead of how the renaming is done.
2008-12-30Remove mprotecting of struct dir_info introduced in previous commitDamien Miller
(MALLOC_OPTIONS=L). It was too slow to turn on by default, and we don't do optional security. requested by deraadt@ grumbling ok otto@
2008-12-30attach all three uarts, closer to working on freerunner.Dale Rahn
2008-12-30allow 3 uarts to attach, use local cache of variable.Dale Rahn
2008-12-30fix locator order.Dale Rahn
2008-12-30attempt to tell difference between gta01 and gta02 via clock rate (ick)Dale Rahn
more debugging code.
2008-12-30some progress on working on hardware, small steps.Dale Rahn
2008-12-30savecore(8) wants dumpmag to be an unsigned long.Miod Vallat
2008-12-30Add domain state related PROM calls.Mark Kettenis
2008-12-30Add domain state services hypervisor calls.Mark Kettenis
2008-12-30add AllowAgentForwarding to available Match keywords listOkan Demirmen
ok djm
2008-12-30Add firmware file for 2400 series boards.Kenneth R Westerback
2008-12-29initialize the sample rate converter on es1371 chips to 48 kHz insteadJacob Meuser
of 22.5 kHz, since this is an ac97(4) device, and the default sample rate for ac97(4) is 48 kHz. tested by jasper@, thanks
2008-12-29extra paranoia for malloc(3):Damien Miller
Move all runtime options into a structure that is made read-only (via mprotect) after initialisation to protect against attacks that overwrite options to turn off malloc protections (e.g. use-after-free) Allocate the main bookkeeping data (struct dir_info) using mmap(), thereby giving it an unpredictable address. Place a PROT_NONE guard page on either side to further frustrate attacks on it. Add a new 'L' option that maps struct dir_info PROT_NONE except when in the allocator code itself. Makes attacks on it basically impossible. feedback tedu deraadt otto canacar ok otto
2008-12-29Give ifb its own display type (be sure to make includes before rebuildingMiod Vallat
wsconsctl)
2008-12-29Blurb about ifbMiod Vallat
2008-12-29Move ifb identification to its own routine. We can not simply have the ifbMiod Vallat
probe win over vgafb, since one may configure a kernel with vgafb but without ifb (especially slackers who forget to rerun config).
2008-12-29Low-hanging fruit: while the blitter is still an untamed beast, implementMiod Vallat
eraserows as one low-style line of solid fills, and then as many copyrect calls as necessary to fill the complete area.
2008-12-29At least try to make this code a bit easier to read. Don't fiddle with xClaudio Jeker
when xx can do the trick or in dlg's words: "xx was a copy of x so they could use x for some temp working and restore it from xx later? yeesh" ok dlg@
2008-12-29Use rn_mpath_next() in rtalloc_mpath() to figure out if the next routeClaudio Jeker
belongs to the same multipath group instead of own wrong check which failed to look at the priority. Found and diff tested by gollo@
2008-12-29Some forms of inode corruption can make remsize and thus isize goOtto Moerbeek
negative and cause SEGVs. Handle this the same as an out of range blockno. ok jsg@ (also victim) pedro@ thib@
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
structures so we can keep a pointer to the device. Beside some simplifications, this allows to easily handle the situation where the audio device desappears. No change in the behaviour.
2008-12-29typoMiod Vallat
2008-12-29Remove unused prototype.aschrijver
2008-12-29fix previous; e.g. ls /var/spool/mqueue as an oridinary user. okOtto Moerbeek
millert@ thib@
2008-12-29Shorten "Direct Rendering Manager" to "DRM" in the malloc memory typeOwain Ainsworth
string. Prevents messing with vmstat output. from brad a while back. "absolutely ok kettenis@ on that one" kettenis@.
2008-12-29properly update RT2860_TX_RTS_CFGDamien Bergamini
2008-12-29move the 802.11 header out of the TXWI structure.Damien Bergamini
add some definitions for RT2870/RT3070.
2008-12-29regenDamien Bergamini
2008-12-29more Ralink RT3070/RT3071/RT3072 based devices.Damien Bergamini
two new vendors: Quantum and AirTies.