summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25got the arch wrongTheo de Raadt
2010-05-25Ugh. Remove name2id.c for real now.Claudio Jeker
2010-05-25Remove another leftover from ospfd. ldpd does not have a concept of ext_tagClaudio Jeker
2010-05-25Add ldp (port 646) to services. Needs both udp and tcp.Claudio Jeker
2010-05-25libfrtbegin and libg2c are no longer in base;Jason McIntyre
2010-05-25Enable -fstack-protector by default.Robert Nagy
2010-05-25Implement the missing label map recv functions and cleanup the other recvClaudio Jeker
2010-05-25Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.Claudio Jeker
2010-05-25Kill a bogus bzero() and introduce an empty lde_check_release().Claudio Jeker
2010-05-25I removed code in the last commit that is needed. Allocate rbuf now byClaudio Jeker
2010-05-25tweak previous;Jason McIntyre
2010-05-25- x11/qt2 is long gone.Jasper Lievisse Adriaanse
2010-05-25Mention the new fortran MODULE. Not yet documented.Antoine Jacoutot
2010-05-25complete any pending message when the device is stoppedAlexandre Ratchov
2010-05-25drop samples or insert silence in sun_revents(). Otherwise, inAlexandre Ratchov
2010-05-25no more f77;Jason McIntyre
2010-05-25enable support for ``extended'' .wav files since certain programsAlexandre Ratchov
2010-05-25${SRCS} is only used once, and fits onto the line where it is usedTheo de Raadt
2010-05-25fix includes; fallout from the proc.h changesTheo de Raadt
2010-05-25syncTheo de Raadt
2010-05-25unlink g77 from the build.Marc Espie
2010-05-25document that ".if n" is true; requested by kristaps@Ingo Schwarze
2010-05-24- note -o as an extensionJason McIntyre
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24document ignorance of .ds, .rm and .tr;Ingo Schwarze
2010-05-24"scsi_ioh_add:" -> "scsi_ioh_del:" in scsi_ioh_del() panic msg.Kenneth R Westerback
2010-05-24Remove PHYs which don't have an associated driverJonathan Gray
2010-05-24Add HISTORY section, mostly for strnlen() but include strlen() forTodd C. Miller
2010-05-24Support fibre PHY on BCM5709S. From FreeBSD via Brad.Stuart Henderson
2010-05-24regenJonathan Gray
2010-05-24shrinkJonathan Gray
2010-05-24document the -o optionTheo de Raadt
2010-05-24Support the -o operation in the non-binutils version, since someTheo de Raadt
2010-05-24automatically generate the _arch= and _mach= lines at the top of the kernelTheo de Raadt
2010-05-24use the same idiom for stripping gdb kernels. This relies on strip -oTheo de Raadt
2010-05-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
2010-05-24Use -mtune=i486 when running with gcc4, the larger weights givenJonathan Gray
2010-05-24Make sure references to hidden symbols are resolved locally and don't goMark Kettenis
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24stupid typo snuck inTheo de Raadt
2010-05-24CPP and TOUCH are not usedTheo de Raadt
2010-05-24typo regarding __mach__Theo de Raadt
2010-05-24Correctly recognise extended partitions created prior to the addition ofJoel Sing
2010-05-24syncTheo de Raadt
2010-05-24sync to hppa: Add missing prototypesTheo de Raadt
2010-05-24Add missing prototypesTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-24We sometimes compile kernels with -Wvariable-decl because it makes usTheo de Raadt
2010-05-24plug second meta.source leak in .UT handling; from kristaps@Ingo Schwarze