Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-06 | introduce map_dblookup() which allows us to query db maps for plain entries | Gilles Chehade | |
and catch (and warn) about invalid map types. | |||
2009-03-06 | make_plain() deals with a c-string, val->size should contain the nul-byte | Gilles Chehade | |
or we will truncate the last character of every value we store in a map. | |||
2009-03-06 | fix a bug in the generation of plain maps which would cause the value not | Gilles Chehade | |
to be correctly inserted into the map. | |||
2009-03-06 | Work-around a gcc3 -g bug causing debug ld.so to crash. | Kurt Miller | |
okay kettenis@ drahn@ | |||
2009-03-06 | Make RDE aware of multicast group members per interface. This is needed to | Michele Marchetto | |
make unicast routing decisions. ok claudio@ | |||
2009-03-06 | Fix setting of the Short Slot Time subfield of the Capability Information | Damien Bergamini | |
field in (Re)Association Requests. This fixes association with APs refusing non-short-slot-time capable STAs. This should also prevent the AP we're associating with to disable the use of short slot time in the BSS as we join. Fix debug message in recv_assoc_resp() while I'm here (s/reason/status/). Scary. Thanks to Adam Emanuel for spotting this. | |||
2009-03-06 | after some discussion with millert, pull in the character class info | Jason McIntyre | |
from glob(7) to the shell pages - they have their own glob stuff, and pointing to glob(7) is just not helpful. ok millert | |||
2009-03-06 | Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s. | Alexander Yurchenko | |
Not tested but should work. | |||
2009-03-06 | Add a few more cpu types from freebsd driver found on serveraid-8k board. | Alexander Yurchenko | |
Tested by apelsin. ok deraadt@ | |||
2009-03-06 | Bring NO_CCB to mpi. | Kenneth R Westerback | |
ok marco@ | |||
2009-03-05 | Demacro the inteldrm ring macros too, making them use bus_space_write | Owain Ainsworth | |
instead of assuming BUS_SPACE_LINEAR + bus_space_vaddr while i'm at it. Cleans things up nicely, and shaves a little bit of space, too. | |||
2009-03-05 | De-macro the ring manipulation macros in favour of functions. Saves a | Owain Ainsworth | |
large pile of space. Tested by several, thanks. | |||
2009-03-05 | Additional paranoia for the indirect buffer checking. | Owain Ainsworth | |
2009-03-05 | Do a similar thing to inteldrm re removing the old vblank crtc | Owain Ainsworth | |
inferfaces. Shrinks the code. | |||
2009-03-05 | Kill a bunch of (long long long) dead ioctls. | Owain Ainsworth | |
Shaves some bytes. | |||
2009-03-05 | Remove the stats_boxes counters and associated code from radeondrm. | Owain Ainsworth | |
They're really not all that useful. | |||
2009-03-05 | Change SMP secondary processor startup to have them ``hatch'' earlier, | Miod Vallat | |
so that they can invoke sched_init_cpu() before the scheduler starts, which allows the horrible kluge in cpu_configure() to die. | |||
2009-03-05 | +glob.7 | Jason McIntyre | |
2009-03-05 | Add support for IBM ServeRAID-8k. Thanks to Sergey Prysiazhnyi | Alexander Yurchenko | |
<apelsin@atmnis.com> for patiently testing my numerous diffs. ok deraadt@ | |||
2009-03-05 | Bump bus space size limit to fit all possible registers of the roket | Alexander Yurchenko | |
chipset. ok deraadt@ | |||
2009-03-05 | Call endusershell() at the end of ok_shell(), making a copy of the | Todd C. Miller | |
(possibly) expanded shell as needed. OK deraadt@ | |||
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis | |
NetBSD. ok kurt@, drahn@, miod@ | |||
2009-03-05 | Fix a panic in ether_output() when attempting to send multicast traffic on | Michele Marchetto | |
MPLS enabled kernels. ok claudio@ | |||
2009-03-05 | Teach bfd and gdb about the upcoming ELF core dumps. | Mark Kettenis | |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller | |
2009-03-05 | DOMAINNNAME -> DOMAINNAME; | Jason McIntyre | |
2009-03-05 | document what these functions do so I don't ever have to recuse into | Damien Miller | |
b64_pton/ntop to remember their return values | |||
2009-03-05 | call may_check_digest after extraction | Marc Espie | |
2009-03-05 | more stuff to check digests during extraction, if wanted. | Marc Espie | |
Fix read/write of digitalsignature stuff. don't integrate manual-installs, since it's highly variable. create correct category for digitalsignature, so it gets written out. | |||
2009-03-05 | Besides su(1) and passwd(1), also advise specifying the full path to | Antoine Jacoutot | |
sudo(8). "it makes sense" jmc@, ok deraadt@ | |||
2009-03-05 | add _smtpd to ftpusers | Gilles Chehade | |
2009-03-05 | refactor the (disabled) Schnorr proof code to make it a little more | Damien Miller | |
generally useful | |||
2009-03-05 | Rip out old fieldio code (no longer used) | Jordan Hargrave | |
ok marco@ | |||
2009-03-05 | New ACPI fieldio routines | Jordan Hargrave | |
Fix for PR6017, tested extensively on @tech ok marco@ | |||
2009-03-05 | Stricter state checking for ICMP and ICMPv6 packets: include the ICMP type | Ryan Thomas McBride | |
in one port of the state key, using the type to determine which side should be the id, and which should be the type. Also: - Handle ICMP6 messages which are typically sent to multicast addresses but recieve unicast replies, by doing fallthrough lookups against the correct multicast address. - Clear up some mistaken assumptions in the PF code: - Not all ICMP packets have an icmp_id, so simulate one based on other data if we can, otherwise set it to 0. - Don't modify the icmp id field in NAT unless it's echo - Use the full range of possible id's when NATing icmp6 echoy ok henning marco testing matthieu todd | |||
2009-03-04 | typo; | Michele Marchetto | |
unknon -> unknown | |||
2009-03-04 | adds -p1003.1-2008 to the list of standards for the St macro. | Igor Sobrado | |
ok jmc@ | |||
2009-03-04 | add _smtpd, ok deraadt@ | Gilles Chehade | |
2009-03-04 | add user and group for smtpd | Gilles Chehade | |
discussed with pyr@ and deraadt@ | |||
2009-03-04 | Clean up the ipi code a bit and try to provide useful comments as well. | Miod Vallat | |
2009-03-04 | Since 88110 processors can not flush individual TLB entries, instead of | Miod Vallat | |
flushing the whole TLB block every time a pte is modified, store a bitmask of pending flushes and do them at pmap_update() time. 88100 behaviour is unchanged. | |||
2009-03-04 | Introduce atomic_clear_int() as an MD atomic operation to perform atomic | Miod Vallat | |
exchange with zero; use it in the soft interrupt code to make it simpler and faster. | |||
2009-03-04 | When handling clock interrupts, check the overflow counter to know how many | Miod Vallat | |
times hardclock() needs to be invoked; fixes clock drift found on 197DP with SMP kernels. | |||
2009-03-04 | I should know outside data must be vis(3)'d. | Kevin Steves | |
Don't log kiss code for now. | |||
2009-03-04 | received refid should not be converted to host byte order; ok henning@ | Kevin Steves | |
2009-03-04 | log reason when not synced; ok henning@ | Kevin Steves | |
2009-03-04 | don't bus_space_unmap() sc->mt_ioh with the wrong bus tag | Alexandre Ratchov | |
from Alexandr Shadchin <ShadchinAV(at)mail.ru>, Thanks! | |||
2009-03-04 | print alarm condition from leap indicator; ok henning@ otto@ | Kevin Steves | |
2009-03-04 | Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non | Claudio Jeker | |
buf/imsg specific code. buf_close() will no force a truncation of the buffer to the wpos but actually add code in imsg.c to detect and report such silly behaviour. Makes the buf API a bit more sane. | |||
2009-03-04 | from wiz@netbsd, -r1.44: | Jason McIntyre | |
Log Message: Remove weird backslash that somehow must have crept in. Found by joerg and mdocml. |