Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-30 | regen | David Gwynne | |
2008-12-30 | device ids for the intel 82801JD ich10 devices. | David Gwynne | |
for claudio cos he fixed the routing table for me | |||
2008-12-30 | Remove debug message that does not help. The problem with the initial flood | Claudio Jeker | |
of the Link LSA is still not solved though. | |||
2008-12-30 | Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes are | Claudio Jeker | |
attached to the LSA (saves 8 to 12 bytes per prefix and makes our life more interesting or complex). | |||
2008-12-30 | lsa_get_prefix() needs to use something else then struct lsa_prefix to | Claudio 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-30 | Correctly compute the options for the net LSA as pre RFC options is set to | Claudio Jeker | |
the or-ed result of all active neighbors. freaky... Discussed with stsp@ | |||
2008-12-30 | Add cbus(4), a virtual bus for devices that use logical domain channels as | Mark Kettenis | |
found on sun4v systems with multiple domains configured. | |||
2008-12-30 | Add code to show Link LSA. Make the other detailed views a bit shorter by | Claudio Jeker | |
removing an empty newline. | |||
2008-12-30 | First try at originating Link (type-8) LSA. Code is wrong and the initial | Claudio 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-30 | Implement the mach_desc hypervisor call. | Mark Kettenis | |
2008-12-30 | Pass down bus_dma tag. | Mark Kettenis | |
2008-12-30 | document that .Cd must take args, and is neither parsed nor callable; | Jason McIntyre | |
from Kristaps D??onsons | |||
2008-12-30 | dont enable unwanted interrupts, set t_dev, make certain device is inited | Dale Rahn | |
on first open. | |||
2008-12-30 | be clear about what csplit does by default when no options to the | Jason McIntyre | |
contrary are specified; feedback/ok otto millert | |||
2008-12-30 | Make _bus_dmamem_map(9) work. This function wasn't actually used until now, | Mark Kettenis | |
but soon will be. | |||
2008-12-30 | IPL_SERIAL should be shot. | Dale Rahn | |
2008-12-30 | add a comment explaining the rather obscure decision when to recurse | Otto Moerbeek | |
or not; ok millert@ pedro@ | |||
2008-12-30 | add some missing .At versions; from Kristaps D??onsons | Jason McIntyre | |
2008-12-30 | make -S case insensitive; this avoids any confusion over the fact | Jason 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-30 | Add 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-30 | Remove mprotecting of struct dir_info introduced in previous commit | Damien 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-30 | attach all three uarts, closer to working on freerunner. | Dale Rahn | |
2008-12-30 | allow 3 uarts to attach, use local cache of variable. | Dale Rahn | |
2008-12-30 | fix locator order. | Dale Rahn | |
2008-12-30 | attempt to tell difference between gta01 and gta02 via clock rate (ick) | Dale Rahn | |
more debugging code. | |||
2008-12-30 | some progress on working on hardware, small steps. | Dale Rahn | |
2008-12-30 | savecore(8) wants dumpmag to be an unsigned long. | Miod Vallat | |
2008-12-30 | Add domain state related PROM calls. | Mark Kettenis | |
2008-12-30 | Add domain state services hypervisor calls. | Mark Kettenis | |
2008-12-30 | add AllowAgentForwarding to available Match keywords list | Okan Demirmen | |
ok djm | |||
2008-12-30 | Add firmware file for 2400 series boards. | Kenneth R Westerback | |
2008-12-29 | initialize the sample rate converter on es1371 chips to 48 kHz instead | Jacob 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-29 | extra 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-29 | Give ifb its own display type (be sure to make includes before rebuilding | Miod Vallat | |
wsconsctl) | |||
2008-12-29 | Blurb about ifb | Miod Vallat | |
2008-12-29 | Move ifb identification to its own routine. We can not simply have the ifb | Miod 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-29 | Low-hanging fruit: while the blitter is still an untamed beast, implement | Miod 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-29 | At least try to make this code a bit easier to read. Don't fiddle with x | Claudio 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-29 | Use rn_mpath_next() in rtalloc_mpath() to figure out if the next route | Claudio 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-29 | Some forms of inode corruption can make remsize and thus isize go | Otto Moerbeek | |
negative and cause SEGVs. Handle this the same as an out of range blockno. ok jsg@ (also victim) pedro@ thib@ | |||
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre 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-29 | typo | Miod Vallat | |
2008-12-29 | Remove unused prototype. | aschrijver | |
2008-12-29 | fix previous; e.g. ls /var/spool/mqueue as an oridinary user. ok | Otto Moerbeek | |
millert@ thib@ | |||
2008-12-29 | Shorten "Direct Rendering Manager" to "DRM" in the malloc memory type | Owain Ainsworth | |
string. Prevents messing with vmstat output. from brad a while back. "absolutely ok kettenis@ on that one" kettenis@. | |||
2008-12-29 | properly update RT2860_TX_RTS_CFG | Damien Bergamini | |
2008-12-29 | move the 802.11 header out of the TXWI structure. | Damien Bergamini | |
add some definitions for RT2870/RT3070. | |||
2008-12-29 | regen | Damien Bergamini | |
2008-12-29 | more Ralink RT3070/RT3071/RT3072 based devices. | Damien Bergamini | |
two new vendors: Quantum and AirTies. |