summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-02bad openlog call; andrushock@korovino.netTheo de Raadt
2004-03-02oops, committed wrong version. thanks pedro.Ted Unangst
2004-03-01spellingTheo de Raadt
2004-03-01don't print empty descrHenning Brauer
2004-03-01make sure AS doesn't exceed upper bound, issue pointed out byHenning Brauer
Brent Graveland <brent@graveland.net>
2004-03-01oopsTheo de Raadt
2004-03-01rewrite featuring IP6 support from Pedro Martelletto <pbastos@rdc.puc-rio.br>Ted Unangst
ok deraadt@
2004-03-01Initialize the frame buffer when the PROM did not do this on our behalf.Miod Vallat
2004-03-01looks like powerpc will not do W^X for some time..Theo de Raadt
2004-03-01Correctly compute pc-relative relocation addend for amd64.Mark Kettenis
ok deraadt@
2004-03-01do not recommend a format string error..; pbastos@rdc.puc-rio.brTheo de Raadt
2004-03-01zap extra spaces. From a PR by Jared Yanovich.Marc Espie
2004-03-01Be explicit about the return value of setjmp() when longjmp(..., 0) is called.Otto Moerbeek
ok tedu@ deraadt@
2004-03-01typo; we do have spamlogd(8) not spamlog(8);Xavier Santolaria
ok beck@
2004-03-01longjmp should not return 0, if longjmp(..., 0) is invoked return 1.Dale Rahn
ok miod@ deraadt@
2004-03-01paranoia and cleanup, document output formatBob Beck
ok millert@
2004-03-01support "tagged <name>" on anchor rules, suggested by vd@vmunix.lt,Daniel Hartmeier
ok henning@, cedric@
2004-03-01tweaks from miodTheo de Raadt
2004-03-01KNFHenning Brauer
2004-03-01uset inet_pton(3) instead of home grown address validator; some other cleanupOtto Moerbeek
ok beck@
2004-03-01Arrrg. Not my day. Sync printconfig with parser here too.Claudio Jeker
2004-03-01Forgotten in the last commit. Sync printconfig and parser.Claudio Jeker
2004-03-01Sync printconfig.c with parse.y. OK henning@Claudio Jeker
2004-03-01Unbreak file truncation handling. Resolves PR 3689.Otto Moerbeek
ok tdeval@ millert@
2004-03-01Make it possible to diable the decision process. This is a feature only usefulClaudio Jeker
for route-collectors. OK henning@
2004-03-01fix weak aliases for _thread_sys functions, proper libpthead linking.Dale Rahn
rewrittent to more closely model other archs. ok deraadt@ miod@
2004-03-01More readable DAC programming.Miod Vallat
2004-03-01More details about running alien binaries under emulation, should you haveMiod Vallat
no choice.
2004-03-01rfx fits on the installation media.Miod Vallat
2004-03-01Define a wsdisplay type for rfx; ok deraadt@Miod Vallat
2004-03-01syncTheo de Raadt
2004-03-01syncTheo de Raadt
2004-03-01Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@Dale Rahn
2004-03-01Build libf2c on gcc3 architectures, ok deraadt@Dale Rahn
2004-03-01resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@Ted Unangst
2004-02-29plug memory leak: when a control connection is closed we need to clearHenning Brauer
its write buffers, noticed by claudio
2004-02-29Use sudo when restarting daemon during test. ok markus@Darren Tucker
2004-02-29Mention rfxMiod Vallat
2004-02-29of course the control socket needs to be nonblocking as well, i could haveHenning Brauer
sworn it was... noticed by & fixed with claudio
2004-02-29Enter rfx, driver for the SBus RasterFlex frame buffer family.Miod Vallat
Currently 8-bit only for now. This apparently completes the SBus frame buffer support list - yet if you stumble upon an unsupported SBus frame buffer, I'd love to hear about it...
2004-02-29More colormap games for 8-bit framebuffers to enjoy the inverted cursor too.Miod Vallat
2004-02-29Build this properly on OpenBSD.Dale Rahn
2004-02-29Import of libf2c from gcc3.3.2Dale Rahn
2004-02-29oopsTheo de Raadt
2004-02-29print tcps_conndrained; reminder from mcbride@Markus Friedl
2004-02-29don't stat(2) outfile in testmode; ok millert@, miod@Markus Friedl
2004-02-29Check for negative numbers.Tobias Weingartner
ok grange@
2004-02-29Make sure that the fib output is nicely sorted. Use ntohl to compareClaudio Jeker
IP addresses so the tree gets correctly populated. OK henning@
2004-02-29better strtol with consistent usage, unsigned where appropriate, -Wall clean.Ted Unangst
with some help and ok tdeval@
2004-02-29syncTheo de Raadt