summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-10-28Fix a 'bstp still active' panic that happens if a stp enabledMarco Pfatschbacher
2010-10-28Do not send route messages to userland processes that the kernelClaudio Jeker
2010-10-28Normalize mbuf after prepending space for the header since the dataClaudio Jeker
2010-10-28Add m_print() a function to print mbuf headers. Can be called from ddbClaudio Jeker
2010-10-28cleanup ;;Theo de Raadt
2010-10-28improve look of ;; in a for loopTheo de Raadt
2010-10-28Regen for new getdirentries.Todd C. Miller
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-10-28A function that only returns NULL should return void.Claudio Jeker
2010-10-28support _SC_HOST_NAME_MAX; from bradTheo de Raadt
2010-10-27fix double ;;Theo de Raadt
2010-10-27Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4.Miod Vallat
2010-10-27Fix a few logic errors in comparison instruction emulation: make sure theMiod Vallat
2010-10-27improve the look of a for loopTheo de Raadt
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-10-27The previous two commits cannot be right. If in fact offsets > 4GB areTheo de Raadt
2010-10-26Add task queue for ACPI gpe and notify handlersJordan Hargrave
2010-10-26thib missed this architecture when he did all the other architectures;Theo de Raadt
2010-10-26The LDT is only used by dead compat code now, so load the ldtPhilip Guenthe
2010-10-26enable vmt(4). hopefully it will get some use soon.David Gwynne
2010-10-26log suspends and resumes. resend hostname and address info from the guestDavid Gwynne
2010-10-26big update to vmware tools functionality from jonathan matthew.David Gwynne
2010-10-26Replace broken CF driver with new one, fixed bus_space base address.Takuya ASADA
2010-10-25move to static initializers for the ifnet/ifg_head TAILQ'sBret Lambert
2010-10-25Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@.Kenneth R Westerback
2010-10-24Move build_trampoline() and setregs() to a common location for all mips ports.Miod Vallat
2010-10-24Don't short-circuit userret() when returning from trap() in the rm7000Miod Vallat
2010-10-23Fix pr 6192: make netinet/tcp.h follow SUSv4 namespace rules byPhilip Guenthe
2010-10-23regenDamien Bergamini
2010-10-23add a bunch of Realtek RTL8188CU/RTL8188CE/RTL8192CU usb ids.Damien Bergamini
2010-10-23Missed this in the last commit. No cookie for me.Paul Irofti
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-10-23remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised.Ted Unangst
2010-10-23fix the two extremely retarded bugs that prevented the RT30XXDamien Bergamini
2010-10-23Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks!Paul Irofti
2010-10-23Add working compile directoryMiod Vallat
2010-10-22Attach the two run(4) usb ids that krw@ added to usbdevs.Damien Bergamini
2010-10-21There is no TCP6 in our kernel, so remove the #ifndef TCP6.Alexander Bluhm
2010-10-20Disestablish interrupts if attachment fails.Michael Knudsen
2010-10-19grow i386 inside media a teeny bitTheo de Raadt
2010-10-19Remove the LOG_MAKEPRI macro. It has been broken (the << 3 is wrong) sinceTheo de Raadt
2010-10-19update initialization values for the Osprey 2.2.Damien Bergamini
2010-10-19Unify some error messages to simplify reset code. No functionalKenneth R Westerback
2010-10-18bFrameIntervalType affects frame rates, not frame sizesJacob Meuser
2010-10-18when configuring the streaming interface with the video probe andJacob Meuser
2010-10-18use setting with closest matching bandwidth for the current configurationJacob Meuser
2010-10-18tmac update no longer neededTheo de Raadt
2010-10-18Stop compiling with ATHN_DEBUG defined by default.Damien Bergamini
2010-10-18Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors.Damien Bergamini