Age | Commit message (Expand) | Author |
2009-06-11 | fix potential use of uninitialized value. | Charles Longeau |
2009-06-11 | The MAC multicast filter is set in mec_iff() hence there is need to do this | Joel Sing |
2009-06-11 | tab indent SO_RDOMAIN, like all the other SO_* defines. | Jonathan Gray |
2009-06-11 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-06-11 | KNF | Marco Peereboom |
2009-06-11 | add the VIA CX800 south bridge. | Kevin Lo |
2009-06-10 | Typo | Marco Peereboom |
2009-06-10 | Fix: Clean and dirty pages had the memtype ids and the desparate case failed | Ariane van der Steldt |
2009-06-10 | Remove (unused) CASSERT macro. Whatever it was intended to be used for, it | Miod Vallat |
2009-06-10 | Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c | Miod Vallat |
2009-06-10 | In the NMI handler, always print EPC even if we're going to drop into ddb. | Miod Vallat |
2009-06-10 | Add udl and url, verified to work on Fuel (url to the RAMDISK too) | Miod Vallat |
2009-06-10 | Allow /dev/kmem reads in the direct mapping region where there is | Miod Vallat |
2009-06-10 | Re introduce the _PDC code backed out before 4.5, in addition to evaluating the | Gordon Willem Klok |
2009-06-10 | Add framework for raid 4 & 5 so that we can work in tree. | Marco Peereboom |
2009-06-10 | jj reported a panic in bulk updates to me. this is my attempt to fix the | David Gwynne |
2009-06-09 | fix potential null dereference. | Charles Longeau |
2009-06-09 | correct loop in debug code to not use an uninitialised page. it was | Owain Ainsworth |
2009-06-09 | Fix userland regression tests by providing a #define for pool_setipl() | Owain Ainsworth |
2009-06-09 | By default, don't accept IPv4 ICMP redirects. This behaviour can be | Stuart Henderson |
2009-06-09 | AD1981HD output amps are weird. they report 63 volume steps but the | Jacob Meuser |
2009-06-09 | quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problem | Jacob Meuser |
2009-06-09 | revert guenther@'s un-revert of art's curpmap. | Kenneth R Westerback |
2009-06-09 | Disable xlights for now, since the rapid periodic interrupts it generates | Theo de Raadt |
2009-06-09 | backout interrupt diff until it the next round of fixes | Theo de Raadt |
2009-06-08 | must calculate iovlen or ktrace panics the machine; diff from blambert | Theo de Raadt |
2009-06-08 | If the machine only has one state enabling the EST driver is pointless, | Gordon Willem Klok |
2009-06-08 | remove stray * from comment, probably a rewrapping artefact | Stuart Henderson |
2009-06-08 | fix non standard/valid usage of ? : operator on amd64 | Jonathan Gray |
2009-06-08 | fix non standard/valid usage of ? : operator. | Jonathan Gray |
2009-06-08 | in pf_print_state_parts, do not use skw->proto to print the protocol | Henning Brauer |
2009-06-08 | bring back the fixed PF_AEQ/ANEQ/AZERO macros, the offending use has been | Henning Brauer |
2009-06-08 | "do not call PF_ANEQ with af=0, dragons". fixes a problem with skip | Stuart Henderson |
2009-06-08 | gah. something is not quite right, sthen sees strange behaviour fixed | Henning Brauer |
2009-06-08 | some vnodes have a NULL mountpoint, so strlcpy of the f_mntonname if not advised | Theo de Raadt |
2009-06-08 | unfuck PF_AEQ PF_ANEQ PF_AZERO macos that got fucked when v6 support | Henning Brauer |
2009-06-07 | We weren't including isa.h and therefore missing the NISA #define. This | Mike Larkin |
2009-06-07 | Do not look at the avail_{start,end} members from vm_physmem[] anymore. | Miod Vallat |
2009-06-07 | don't prefix the usage of a define that has a - with a - | Jonathan Gray |
2009-06-07 | Shave surplus space from format string. | Michael Knudsen |
2009-06-07 | Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures, | Todd C. Miller |
2009-06-07 | on amd64, store a pointer to the loaded data and the type. This will | Owain Ainsworth |
2009-06-07 | fix uninitialized or undefined value returned to caller | Charles Longeau |
2009-06-07 | extend uvm_page_physload to have the ability to add "device" pages to the | Owain Ainsworth |
2009-06-06 | Unrevert the curpmap change with the addition of correct %gs handling | Philip Guenthe |
2009-06-06 | Don't allocate an mbuf cluster without checking to see if it will | Bret Lambert |
2009-06-06 | Somehow I missed comitting this. | Artur Grabowski |
2009-06-06 | Update est.c, make it capable of using ACPI if the PSS is available but | Gordon Willem Klok |
2009-06-06 | Consolidate error handling in read case. | Bret Lambert |
2009-06-06 | ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order to | Philip Guenthe |