Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-25 | Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. The | Theo de Raadt | |
result: kernels built without 'make depend'-provided information (ie. the .depend file) are more likely to have their *.[Ss] file compilations track changes to *.h files. The "*.o: assym.h" dependencies listed are gotten from reading the .depend output --- from the biggest kernel possible (ie. GENERIC.MP). When an architecture changes in a substantial way (new .[sS] files), the list should be updated in the prettiest way possible. This is not encouraging people to skip 'make depend'; other issues are not resolved and may be solved later with a change guenther is working on. You can still screwed really easily, so continue running make depend as config tells you. Idea from a discussion with drahn ok drahn, kettenis likes the idea too | |||
2010-05-25 | got the arch wrong | Theo de Raadt | |
2010-05-25 | Ugh. Remove name2id.c for real now. | Claudio Jeker | |
2010-05-25 | Remove another leftover from ospfd. ldpd does not have a concept of ext_tag | Claudio Jeker | |
and so there is no need to carry ext_tag and rtlabels around. "Yes! kill kill kill" michele@ | |||
2010-05-25 | Add ldp (port 646) to services. Needs both udp and tcp. | Claudio Jeker | |
Sure deraadt@ | |||
2010-05-25 | libfrtbegin and libg2c are no longer in base; | Jason McIntyre | |
confirmed by espie | |||
2010-05-25 | Enable -fstack-protector by default. | Robert Nagy | |
2010-05-25 | Implement the missing label map recv functions and cleanup the other recv | Claudio Jeker | |
functions a bit to make them all look more similar. All but the label req abort message are now parsed and passed to the lde. | |||
2010-05-25 | Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT. | Claudio Jeker | |
Add missing bits to struct map and restructure/simplify the lde.c imsg code. | |||
2010-05-25 | Kill a bogus bzero() and introduce an empty lde_check_release(). | Claudio Jeker | |
That function will be needed soon. | |||
2010-05-25 | I removed code in the last commit that is needed. Allocate rbuf now by | Claudio Jeker | |
default or else we bomb on the first read access. | |||
2010-05-25 | tweak previous; | Jason McIntyre | |
2010-05-25 | - x11/qt2 is long gone. | Jasper Lievisse Adriaanse | |
2010-05-25 | Mention the new fortran MODULE. Not yet documented. | Antoine Jacoutot | |
"of course" espie@ | |||
2010-05-25 | complete any pending message when the device is stopped | Alexandre Ratchov | |
2010-05-25 | drop samples or insert silence in sun_revents(). Otherwise, in | Alexandre Ratchov | |
full-duplex, we may detect a xrun in the play direction and discard the clock tick, this would cause sio_revents() to return POLLIN without the clock being advanced, causing apps relying on the clock for flow control to enter a busy loop. | |||
2010-05-25 | no more f77; | Jason McIntyre | |
2010-05-25 | enable support for ``extended'' .wav files since certain programs | Alexandre Ratchov | |
use this format instead of the non-extended one (ex. audio/libao) spotted/suggested by naddy | |||
2010-05-25 | ${SRCS} is only used once, and fits onto the line where it is used | Theo de Raadt | |
idea that came out of discussion with drahn | |||
2010-05-25 | fix includes; fallout from the proc.h changes | Theo de Raadt | |
2010-05-25 | sync | Theo de Raadt | |
2010-05-25 | unlink g77 from the build. | Marc Espie | |
as discussed with Theo, so that he can synch set. (eventual gcc2 fallout to fix later) | |||
2010-05-25 | document that ".if n" is true; requested by kristaps@ | Ingo Schwarze | |
2010-05-24 | - note -o as an extension | Jason McIntyre | |
- sync usage() and synopsis | |||
2010-05-24 | give up on -Wvariable-decl | Theo de Raadt | |
delete the archaic links: target which is easily misused handle special .[sS] files in a portable way | |||
2010-05-24 | document ignorance of .ds, .rm and .tr; | Ingo Schwarze | |
requested by kristaps@ | |||
2010-05-24 | "scsi_ioh_add:" -> "scsi_ioh_del:" in scsi_ioh_del() panic msg. | Kenneth R Westerback | |
Spotted by Matthew Dempsky. Thanks! | |||
2010-05-24 | Remove PHYs which don't have an associated driver | Jonathan Gray | |
on the ramdisks. ok deraadt@ | |||
2010-05-24 | Add HISTORY section, mostly for strnlen() but include strlen() for | Todd C. Miller | |
completeness (verified). | |||
2010-05-24 | Support fibre PHY on BCM5709S. From FreeBSD via Brad. | Stuart Henderson | |
Tested by Brad on: BCM5706, BCM5708C Tested by me on: BCM5716 (BCM5709 PHY) | |||
2010-05-24 | regen | Jonathan Gray | |
2010-05-24 | shrink | Jonathan Gray | |
2010-05-24 | document the -o option | Theo de Raadt | |
2010-05-24 | Support the -o operation in the non-binutils version, since some | Theo de Raadt | |
architectures still use this (debug kernel builds want to have it). ok miod | |||
2010-05-24 | automatically generate the _arch= and _mach= lines at the top of the kernel | Theo de Raadt | |
Makefile, since we already know them. (Later on, we can remove the chunks from the Makefile.* files...) ok kettenis | |||
2010-05-24 | use the same idiom for stripping gdb kernels. This relies on strip -o | Theo de Raadt | |
support for the non-binutils architectures (and that diff is coming..) | |||
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre | |
more readable, and fixes a spacing bug we had in smtpd.8; | |||
2010-05-24 | Use -mtune=i486 when running with gcc4, the larger weights given | Jonathan Gray | |
to various instructions gives code which gzips better. ok deraadt@ | |||
2010-05-24 | Make sure references to hidden symbols are resolved locally and don't go | Mark Kettenis | |
through the PLT. | |||
2010-05-24 | Unify the dependency time check for whether an architecture has SFILES | Theo de Raadt | |
2010-05-24 | stupid typo snuck in | Theo de Raadt | |
2010-05-24 | CPP and TOUCH are not used | Theo de Raadt | |
2010-05-24 | typo regarding __mach__ | Theo de Raadt | |
2010-05-24 | Correctly recognise extended partitions created prior to the addition of | Joel Sing | |
sl_uid. Fix tested by okan@. ok deraadt@ | |||
2010-05-24 | sync | Theo de Raadt | |
2010-05-24 | sync to hppa: Add missing prototypes | Theo de Raadt | |
ok kettenis | |||
2010-05-24 | Add missing prototypes | Theo de Raadt | |
ok jsing kettenis | |||
2010-05-24 | Reduce differences between the Makefile.* files for all architectures. | Theo de Raadt | |
ok various people, tested by fewer people, tested by me on 15. | |||
2010-05-24 | We sometimes compile kernels with -Wvariable-decl because it makes us | Theo de Raadt | |
happier regarding potential kernel stack overflows, so just use the (small) maximum buffer size in one case. ok marco | |||
2010-05-24 | plug second meta.source leak in .UT handling; from kristaps@ | Ingo Schwarze | |