summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-13Allow this to compile on non-gcc. OK deraadt@ art@Todd C. Miller
2004-01-13Fix pasto; From form@ via mpech@Todd C. Miller
2004-01-13syncTodd T. Fries
2004-01-13shovel ttye to md; ok miod@Todd T. Fries
2004-01-13Update manual for the new config statements.Claudio Jeker
2004-01-13Always keep the kernel stack on a 8 byte boundary...Miod Vallat
2004-01-13Implement a max-prefix and a announce none | self | all neighbor statement.Claudio Jeker
2004-01-13syncTodd T. Fries
2004-01-13ttyE has not been valid for some time. byeTodd T. Fries
2004-01-13Better update error handling. Ensure that the session goes down andClaudio Jeker
2004-01-13bring back the old TCP_SIGNATURE code from tcp_input.c rev 1.45Markus Friedl
2004-01-13Dump and send RIB to the neighbor if his session is comming up.Claudio Jeker
2004-01-13Do not send routes back to sender as per rfc. OK henning@Claudio Jeker
2004-01-13remove unnecessary Ic's;Jason McIntyre
2004-01-13Dusty, useless files are better found in the Attic.Miod Vallat
2004-01-13avoid installing headers during `install', since this is already doneMarc Espie
2004-01-13don't delete thyself when running without obj/ ; ok markus@Damien Miller
2004-01-13Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) andDamien Miller
2004-01-13pass pcb and not socket to ip_output; #ifdef SACK; ok itojun@Markus Friedl
2004-01-13Missing cast. From deraadt@Otto Moerbeek
2004-01-13repair v6 lo0 documentationTheo de Raadt
2004-01-13Add missing include. From espie@Otto Moerbeek
2004-01-13new sentence, new line;Jason McIntyre
2004-01-13Add and remove IPv6 routes so when we're MASTER, we can connect to theRyan Thomas McBride
2004-01-13Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp.Ryan Thomas McBride
2004-01-13grog EV68Theo de Raadt
2004-01-13buffer size should be unsigned, report mpech@; ok deraadt@Damien Miller
2004-01-13use our own nm and sizeMichael Shalayeff
2004-01-13syncTheo de Raadt
2004-01-13Document ability to display all interfaces of given type by omitting unitRyan Thomas McBride
2004-01-13Allow ifconfig to print out all interfaces of a given type.Ryan Thomas McBride
2004-01-13quiet warnings. better diff suggested by tom@ ok deraadt@Ted Unangst
2004-01-13In cpu_switch(), use (almost) savectx() rather than rolling our own version.Miod Vallat
2004-01-13Document a few BUG boot restrictions.Miod Vallat
2004-01-13- move a few common pieces into OPENBSD_OS_CPP_BUILTINS_COMMONBrad Smith
2004-01-13support mbuf handling in alpha sgmap dma maps; from netbsdTheo de Raadt
2004-01-13need mbuf.hTheo de Raadt
2004-01-12syncTodd T. Fries
2004-01-12vax joins the club; ok miod@Todd T. Fries
2004-01-12Use a struct reg in struct sigcontext, rather than an unsorted pot-pourriMiod Vallat
2004-01-12syncTodd T. Fries
2004-01-12catch pegasos up with the rest; ok deraadtTodd T. Fries
2004-01-12request modeline redrawing to see mail-mode appear as soon as the modeVincent Labrecque
2004-01-12syncTheo de Raadt
2004-01-12syncTodd T. Fries
2004-01-12+ alph2d() (thanks dr!), allow ttyU's a-zA-Z to be createdTodd T. Fries
2004-01-12utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@Todd T. Fries
2004-01-12better fix for non-versioned rebuild bug: backport from gcc HEAD,Marc Espie
2004-01-12Shrink the reg structure, for it to only contain registers (eh), and makeMiod Vallat
2004-01-12remove redundant string termination; report from nimadeus@pandora.beDamien Miller