Age | Commit message (Expand) | Author |
2010-10-28 | Regen for new getdirentries. | Todd C. Miller |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-28 | A function that only returns NULL should return void. | Claudio Jeker |
2010-10-28 | support _SC_HOST_NAME_MAX; from brad | Theo de Raadt |
2010-10-27 | fix double ;; | Theo de Raadt |
2010-10-27 | Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4. | Miod Vallat |
2010-10-27 | Fix a few logic errors in comparison instruction emulation: make sure the | Miod Vallat |
2010-10-27 | improve the look of a for loop | Theo de Raadt |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-27 | The previous two commits cannot be right. If in fact offsets > 4GB are | Theo de Raadt |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-10-26 | thib missed this architecture when he did all the other architectures; | Theo de Raadt |
2010-10-26 | The LDT is only used by dead compat code now, so load the ldt | Philip Guenthe |
2010-10-26 | enable vmt(4). hopefully it will get some use soon. | David Gwynne |
2010-10-26 | log suspends and resumes. resend hostname and address info from the guest | David Gwynne |
2010-10-26 | big update to vmware tools functionality from jonathan matthew. | David Gwynne |
2010-10-26 | Replace broken CF driver with new one, fixed bus_space base address. | Takuya ASADA |
2010-10-25 | move to static initializers for the ifnet/ifg_head TAILQ's | Bret Lambert |
2010-10-25 | Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@. | Kenneth R Westerback |
2010-10-24 | Move build_trampoline() and setregs() to a common location for all mips ports. | Miod Vallat |
2010-10-24 | Don't short-circuit userret() when returning from trap() in the rm7000 | Miod Vallat |
2010-10-23 | Fix pr 6192: make netinet/tcp.h follow SUSv4 namespace rules by | Philip Guenthe |
2010-10-23 | regen | Damien Bergamini |
2010-10-23 | add a bunch of Realtek RTL8188CU/RTL8188CE/RTL8192CU usb ids. | Damien Bergamini |
2010-10-23 | Missed this in the last commit. No cookie for me. | Paul Irofti |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-10-23 | remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised. | Ted Unangst |
2010-10-23 | fix the two extremely retarded bugs that prevented the RT30XX | Damien Bergamini |
2010-10-23 | Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks! | Paul Irofti |
2010-10-23 | Add working compile directory | Miod Vallat |
2010-10-22 | Attach the two run(4) usb ids that krw@ added to usbdevs. | Damien Bergamini |
2010-10-21 | There is no TCP6 in our kernel, so remove the #ifndef TCP6. | Alexander Bluhm |
2010-10-20 | Disestablish interrupts if attachment fails. | Michael Knudsen |
2010-10-19 | grow i386 inside media a teeny bit | Theo de Raadt |
2010-10-19 | Remove the LOG_MAKEPRI macro. It has been broken (the << 3 is wrong) since | Theo de Raadt |
2010-10-19 | update initialization values for the Osprey 2.2. | Damien Bergamini |
2010-10-19 | Unify some error messages to simplify reset code. No functional | Kenneth R Westerback |
2010-10-18 | bFrameIntervalType affects frame rates, not frame sizes | Jacob Meuser |
2010-10-18 | when configuring the streaming interface with the video probe and | Jacob Meuser |
2010-10-18 | use setting with closest matching bandwidth for the current configuration | Jacob Meuser |
2010-10-18 | tmac update no longer needed | Theo de Raadt |
2010-10-18 | Stop compiling with ATHN_DEBUG defined by default. | Damien Bergamini |
2010-10-18 | Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors. | Damien Bergamini |
2010-10-18 | remove v2.0 initialization values for the Osprey. | Damien Bergamini |
2010-10-18 | Revert non-compatible and undocumented bullshit commited by 3 developers | Theo de Raadt |
2010-10-18 | There is no reason to not include MPLS and mpe(4) in GENERIC. Makes my | Claudio Jeker |
2010-10-18 | PRU_PEEREID is only used by code under COMPAT_O47, so put it there too | Philip Guenthe |
2010-10-17 | Add quirks support to operating system fingerprinting. tcpdump part | Joel Sing |
2010-10-17 | Ansify non-ansified function definitions. No functional change. | Kenneth R Westerback |