Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-08 | Remove #ifdef'd code which had a TODO comment essentially asking | Stefan Sperling | |
"Do we need anything fancy to determine whether *-prefix-LSAs are self-originated?" The answer is "No, we don't, see section 4.6 of RFC5340." ok claudio@ | |||
2009-03-08 | If a session leader exists s_leader is set to NULL, so don't dereference it | Mark Kettenis | |
unconditionally. ok miod@ | |||
2009-03-08 | Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices that | Robert Nagy | |
can be found in iBook G4 12". Remove references for LCD panel sizes because the same device can be found on different sized laptops and it has nothing to do with the trackpad. Introduce a type variable that stores the device type: FOUNTAIN, GEYSER1 or GEYSER2. This value helps deciding some of the device parameters and it gets printed in the dmesg instead of the panel size. Introduce "mouse button emulation" on multi-touch trackpads just like in macos, so it's not needed to bind mouse buttons to the keyboard anymore: Tap two fingers + mouse button = 3rd mouse button = right click Tap three fingers + mouse button = 2nd mouse button = middle click Discussed with and ok: miod@ and maja@ | |||
2009-03-07 | No need to spam log with 'unable to alloc CCB' messages now that | Kenneth R Westerback | |
NO_CCB is in place and the I/O is retried rather than discarded. So move the message inside a #ifdef CAC_DEBUG. Noticed by jbg@. | |||
2009-03-07 | Make sure the scsi_xfer timeout is set up before the command may complete; | Miod Vallat | |
similar fix to osiop. | |||
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat | |
try to be smart for the address range, uvm_pglistalloc() is smart enough nowadays. | |||
2009-03-07 | No need to register a soft interrupt for softclock, it's done in MI code. | Miod Vallat | |
2009-03-07 | GENERIC.MP is now stable on MVME197DP. | Miod Vallat | |
2009-03-07 | Get rid of rde_nbr structure as it is no more needed in RDE to make | Michele Marchetto | |
routing decisions. ok claudio@ | |||
2009-03-07 | Our gcc doesn't provide __builtin_memmove(), so replace it by memmove(). | Landry Breuil | |
Slipped in when fixing libstdc++ for gtk2mm, spotted the hard way when porting nemiver. ok espie@ | |||
2009-03-07 | tweak code to use same comparison operations as PackageNames. | Marc Espie | |
so the "special code" to handle weird suffixes and epoch names (v*) finally comes into operation. regress tests still pass, I still expect some breakage... | |||
2009-03-07 | introduce versionspecs as a derivative object from version. | Marc Espie | |
Allows an operator such as <=. also overrides the compare operator for the pnum part, because specifically, in pkgspecs, if the pnum is not specified, it stands for "any pnum will do"... yes, that's hairy... | |||
2009-03-07 | regen | Jonathan Gray | |
2009-03-07 | Mobility Radeon HD 3400 from Eric JACQUOT and some | Jonathan Gray | |
additional entries from submitted dmesgs. | |||
2009-03-07 | Misc cleanups, remove dead code | Jordan Hargrave | |
Normalized api for conversion/concatenation ok marco@ | |||
2009-03-07 | aac now supports SAS controllers, mention this in Nd. | Alexander Yurchenko | |
from brad | |||
2009-03-07 | "Numer of " -> "Number of ". Typo from r1.1. | Kenneth R Westerback | |
2009-03-07 | Make sure pd2 has a pointer to the icmp header in the payload; fixes | Ryan Thomas McBride | |
panic seen with some some icmp types in icmp error message payloads. Reported by david@ and insan.praja@gmail.com | |||
2009-03-07 | Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree. | Stefan Sperling | |
We had code marked XXX searching an LSA tree manually using RB_FIND(), switch it over to lsa_find_tree(). Make lsa_find() use the new function, too, to avoid code duplication. ok claudio@ | |||
2009-03-06 | missing prototype | Gilles Chehade | |
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@ |