summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-25Add GENERIC.MPMiod Vallat
2012-12-25replace one grep with awk patterns and simplify another using -qRobert Peichaer
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
2012-12-24Fix compilation with POOL_DEBUG but !DDBPhilip Guenthe
2012-12-24In acpiioctl(), Return though the splx() path if suser() returns an errorPhilip Guenthe
2012-12-24Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-12-24Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment.Mark Kettenis
2012-12-24simplify things by using shell patternsRobert Peichaer
2012-12-24add some clues for people who want to run full bulksMarc Espie
2012-12-24Add ^ and $ special command targets to select lowest and highestNicholas Marriott
2012-12-24Add -T option to select-window to toggle to last window if alreadyNicholas Marriott
2012-12-24Add missing function prototype.Nicholas Marriott
2012-12-24Add a -u flag to choose-tree to start uncollapsed, from Raghavendra DNicholas Marriott
2012-12-24Remove an unnecessary redraw, from Raghavendra D Prabhu.Nicholas Marriott
2012-12-23%zfod was removed in -r1.24; from NaughtyJason McIntyre
2012-12-23Check proper alignment in destructors too.Mark Kettenis
2012-12-23Hook up the SSE2 alignment tests.Mark Kettenis
2012-12-23Regression test for proper stack alignment for SSE2 instructions.Mark Kettenis
2012-12-23Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-12-23Explicitly align the stack on a 16-byte boundary such that constructors canMark Kettenis
2012-12-23simplify setting FETCH_CMD and move it upwards to where the otherRobert Peichaer
2012-12-23Make the per-user counter file r/w by group authAlexander Hall
2012-12-22Make sure the stack is 16-byte aligned otherwise the use of certain SSEMark Kettenis
2012-12-22Add support for U3 brigdes present in macppc G5 machines. Many thanksMartin Pieuchot
2012-12-22Attach all known U3 AGP bridgesMartin Pieuchot
2012-12-22cosmetic changes:Marc Espie
2012-12-22We already zero out the trapframe, so there is no reason to set individualMark Kettenis
2012-12-22acx(4) supports power-saving in hostap mode now; ok claudioStefan Sperling
2012-12-22Return EEXIST to 'add' when a port is already a bridge member. This makesCamiel Dobbelaar
2012-12-22Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-12-22Zero %r0 before transferring control to the main program, to indicate thatMark Kettenis
2012-12-22some fixes, based on a diff from Martin Toft;Jason McIntyre
2012-12-22Fix bug in random offset introduced in rev 1.143; random range wasOtto Moerbeek
2012-12-21When binding to a new lease, wait for the RTM_NEWADDR message inKenneth R Westerback
2012-12-21tweak for malloc(9) calls:Gleydson Soares
2012-12-21valid port interval 1 through 65535, not 1 - 65534Gleydson Soares
2012-12-21Rather than calling mircotime in bpf_catchpacket each time it's calledMike Belopuhov
2012-12-21bpf allocates packet buffers in the ioctl path and can sleepMike Belopuhov
2012-12-21remove makefile hacks that are no longer needed with t1 t2: working properlyMarc Espie
2012-12-21regenJasper Lievisse Adriaanse
2012-12-21- add some pcidevs taken from a dmesg on bugs@Jasper Lievisse Adriaanse
2012-12-21the gcc bug seems to have been fixed...Theo de Raadt
2012-12-20include machine/cpu.h now that is isn't any longer pulled in indirectlyChristian Weisgerber
2012-12-20use openpty() rather than hand-rolled pty opening code; ok millert@Christian Weisgerber
2012-12-20report flow control mode in the media status callbackMike Belopuhov
2012-12-20correctly update the current flow control modeMike Belopuhov
2012-12-20max_frame_size must be set after ether_ifattach updates if_mtu;Mike Belopuhov
2012-12-20readjust midi flow control after consuming input dataAlexandre Ratchov
2012-12-20Bring stack smashing protector for MIPS; enabled by default.Martynas Venckus
2012-12-20Bring stack smashing protector for Alpha; enabled by default.Martynas Venckus