summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2012-12-19regenMark Kettenis
2012-12-19Tweak to generate a better man page.Mark Kettenis
2012-12-19regenMark Kettenis
2012-12-19Make it easier to create more /dev/ldomN devices. As a bonus this stopsMark Kettenis
2012-12-19crtbeginS.o needs to be built with -fPIC, otherwise bloated shared librariesMark Kettenis
2012-12-19Temporarily bring back the shutdown hook, but only use it to flush the diskMark Kettenis
2012-12-19use (()) for arithmetic testsRobert Peichaer
2012-12-19Fix a purely theoretical NULL-pointer dereference in the case that weReyk Floeter
2012-12-19sync from mirrors.datStuart Henderson
2012-12-19Don't attempt to delete an address that has already been deletedKenneth R Westerback
2012-12-19generate .h during depend.Marc Espie
2012-12-19Remove extra semicolon in "if (...);" which caused an incorrect flag toStuart Henderson
2012-12-19add another umsm device that uses the qualcomm vid. namedJonathan Gray
2012-12-19regenJonathan Gray
2012-12-19add another umsm deviceJonathan Gray
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-12-18reorder some variables and move large buffers to the top of the stack.Reyk Floeter
2012-12-18remove unused variableReyk Floeter