Age | Commit message (Expand) | Author |
2007-11-22 | Move the cmmu lock to 88200-specific code. 88110 MP code will use ipis | Miod Vallat |
2007-11-22 | Ansi-fy. | Kenneth R Westerback |
2007-11-22 | Ooops. Don't de-reference st until after it has been pointed at the | Kenneth R Westerback |
2007-11-22 | pass the carp ifp to rt_missmsg() when generating the RTM_ADD messages | Henning Brauer |
2007-11-22 | pf_src_tree_remove_state() is called upon pf_insert_state() failures. | Henning Brauer |
2007-11-22 | Factor out the virtual host portion of carp into a separate struct | Marco Pfatschbacher |
2007-11-21 | Use bcopy instead of assignment to avoid a possible misaligned access. | Miod Vallat |
2007-11-21 | Typo | Miod Vallat |
2007-11-21 | simplify sppp_chap_scr() now that we are using arc4random_bytes() | Can Erkin Acar |
2007-11-21 | Better cache invalidation functions (still horribly unoptimal, but less | Miod Vallat |
2007-11-21 | Don't bother flushing caches in pmap_{copy,zero}_page(), since our caches | Miod Vallat |
2007-11-21 | Move pmap_set_modify() prototype to a header file | Miod Vallat |
2007-11-21 | Move external interrupt and ast handling from m881[01]0_trap() to their | Miod Vallat |
2007-11-21 | A really horrible fix for sigreturn on 88110. This will probably be replaced | Miod Vallat |
2007-11-21 | Collect subid #defines at the top. | Deanna Phillips |
2007-11-21 | attach Logitech QuickCam Pro 5000 as ugen for now | Robert Nagy |
2007-11-21 | regen | Robert Nagy |
2007-11-21 | add Logitech QuickCam Pro 5000 | Robert Nagy |
2007-11-21 | Remove superfluous function declaration | Bret Lambert |
2007-11-20 | A line got lost while hand-editing diffs... | Miod Vallat |
2007-11-20 | On 88110, use a shorter path in pmap_is_modified(), since we perform | Miod Vallat |
2007-11-20 | Move 88110 trap-on-write processing from two duplicated sections in trap.c to | Miod Vallat |
2007-11-20 | Fix MP locking issues when processing data access faults on 88110, similar | Miod Vallat |
2007-11-20 | Overhaul of the pmap debug messages. They now provide slightly better | Miod Vallat |
2007-11-20 | Fix setregs() on 88110, so that binaries do not skip their first instruction. | Miod Vallat |
2007-11-20 | In data_access_emulation(), make sure that if we want the pipeline replay | Miod Vallat |
2007-11-20 | Fix possible mbuf leak on error. ok reyk@ | Can Erkin Acar |
2007-11-19 | armish and zaurus too | Theo de Raadt |
2007-11-19 | 802.11 radiotap + various tweaks | Damien Bergamini |
2007-11-19 | pairwise keys always have an ID equal to 0. | Damien Bergamini |
2007-11-19 | all TX rings have the same fixed size (256 entries) and this is not | Damien Bergamini |
2007-11-19 | sigh, amd64 still uses that stupid acpi_enabled variable... | Theo de Raadt |
2007-11-19 | softc's come initialized to 0, you know... | Theo de Raadt |
2007-11-19 | store revision; from jsg | Theo de Raadt |
2007-11-19 | supply a place to store acpi version; from jsg | Theo de Raadt |
2007-11-19 | Initialize sc_facs earlier. | Mark Kettenis |
2007-11-19 | Don't overwrite a core file owned by a different user. Makes the code | Todd C. Miller |
2007-11-19 | Remove the #define ENCDEBUG that slipped through somehow. | Marco Pfatschbacher |
2007-11-19 | When ignoring whether FR turns on or not, we should still set FRE, | Christopher Pascoe |
2007-11-18 | Add a few Cassini+ registers. | Mark Kettenis |
2007-11-18 | backout 1.562 since it triggers the problem described in pr 5648 | Theo de Raadt |
2007-11-18 | Don't add identity mappings for ISA interrupts for which we have an override. | Mark Kettenis |
2007-11-18 | Add missing locking around ktrsyscall() call. | Mark Kettenis |
2007-11-18 | eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too. | Kenneth R Westerback |
2007-11-18 | Fix for PR 5642 & 5643. Report and testing Martijn Rijkeboer | Marco Peereboom |
2007-11-18 | Sync struct ifaltq to match struct ifqueue. | Marco Pfatschbacher |
2007-11-18 | revert previous commit as requested by kettenis and deraadt. | Brad Smith |
2007-11-18 | regen | Brad Smith |
2007-11-18 | add the Planex GW-US54GXS adapter. | Brad Smith |
2007-11-18 | remove use of static. | Brad Smith |