Age | Commit message (Expand) | Author |
2008-07-25 | In gdt_grow, always map the gdt on the secondary cpus too. This far | Artur Grabowski |
2008-07-25 | much more correct way of dealing with nfs pending reads/writes | Bob Beck |
2008-07-25 | Switch to a temporary stack early on such that we don't lose if the stack | Mark Kettenis |
2008-07-25 | Correct printing of the pg_flags for ddb. | Artur Grabowski |
2008-07-25 | some splassert paranoia. | Artur Grabowski |
2008-07-25 | Not all devices support GET_DEF, fall back on GET_CUR if so. | Marcus Glocker |
2008-07-25 | shrink MINCLSIZE to MHLEN + 1 again for the release, we're not confident | Henning Brauer |
2008-07-24 | the softc sc_lock lockmgr lock is unused, so remove it. | Thordur I. Bjornsson |
2008-07-24 | dont need malloc.h anymore; plus two tiny whitespace fixes | Thordur I. Bjornsson |
2008-07-24 | remove a bunch of bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-24 | sng_exponent should be sng_exp (MI code now cares); ok martynas | Theo de Raadt |
2008-07-24 | Add code to decode machine checks on Avanti, providing a description of the | Miod Vallat |
2008-07-24 | Remove some obsolete XXX comments. | Marcus Glocker |
2008-07-24 | Simplify uvideo_enum_fmt(), no functional changes. | Marcus Glocker |
2008-07-24 | ipsec is glued into the stack in a very weird way, violating all kinds | Henning Brauer |
2008-07-24 | Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make no | Miod Vallat |
2008-07-23 | If /dev/video* is already used by an application, return EBUSY to other | Marcus Glocker |
2008-07-23 | Do not rely on an <ichc>invisible cast</ichc> to return failure in | Miod Vallat |
2008-07-23 | regen | Brad Smith |
2008-07-23 | Attansic L1E PCI id. | Brad Smith |
2008-07-23 | make this real C | Theo de Raadt |
2008-07-23 | So it turns outthe HP engineers changed the PA-RISC 2.0 architecture | Mark Kettenis |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-07-23 | Fix a blatant misuse of MINCLSIZE I introduced in ieee80211_output.c r1.59 | Damien Bergamini |
2008-07-23 | - Fix potential uvm_fault crash in | Marcus Glocker |
2008-07-23 | Clear correctable errors after handling them. From Bjorn Andersson. | Mark Kettenis |
2008-07-23 | - in nfs_mknodrpc - initialize the node we pass to nfs_lookitup. It's | Artur Grabowski |
2008-07-23 | sync | Marcus Glocker |
2008-07-23 | Unbreak the tree. | Marcus Glocker |
2008-07-23 | sync | Theo de Raadt |
2008-07-23 | new ati goo; giovanni | Theo de Raadt |
2008-07-23 | move the aml_register_notify() call below for better debugging output. | Federico G. Schwindt |
2008-07-22 | None of the pceb EISA alpha designs has more than 8 physical slots, so don't | Miod Vallat |
2008-07-22 | Proper interrupt swizzling for devices behind bridges; matches what SRM | Miod Vallat |
2008-07-22 | Modify pci_intr_map() implementation to pass the pci_attach_args to the | Miod Vallat |
2008-07-22 | Use cgbase() instead of doing arithmetic on fs_fpg, for the former does | Miod Vallat |
2008-07-22 | Do not define VM_MIN_ADDRESS as __LDPGSZ, but provide its value, to prevent | Miod Vallat |
2008-07-22 | There are devices out there which are UVC compatible, but do not show | Marcus Glocker |
2008-07-22 | after pf_state_key_atach nothing must use the state keys passed to it any | Henning Brauer |
2008-07-22 | more negotation -> negotiation; ok sthen@ | Martynas Venckus |
2008-07-22 | Spelling, negotation -> negotiation. | Marcus Glocker |
2008-07-22 | Fix uvm_fault crash in uvideo_vs_negotation() which was reported by some | Marcus Glocker |
2008-07-22 | Assign the struct size to sin6_len instead of sin6_family. | Alexander Bluhm |
2008-07-22 | change the bcachestats structures members to int64_t's and do the | Thordur I. Bjornsson |
2008-07-22 | deactivate the code to display location in the sensor description | Marc Balmer |
2008-07-22 | implement the fetching of a scsi devices "devid". recent hardware provides | David Gwynne |
2008-07-22 | tweak comment to reflect the new reality after my last change. | David Gwynne |
2008-07-21 | when probing a device the midlayer queries its inquiry data and | David Gwynne |
2008-07-21 | vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX d | Martynas Venckus |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |