summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-13Do not send routes back to sender as per rfc. OK henning@Claudio Jeker
2004-01-13remove unnecessary Ic's;Jason McIntyre
kill whitespace at EOL; ok djm@
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
during `includes'.
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
enable use of "-b -" to accept batchfile from stdin; ok markus@
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
add section number to .Xr;
2004-01-13Add and remove IPv6 routes so when we're MASTER, we can connect to theRyan Thomas McBride
common address.
2004-01-13Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp.Ryan Thomas McBride
ok henning@ millert@ itojun@
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
number.
2004-01-13Allow ifconfig to print out all interfaces of a given type.Ryan Thomas McBride
ie. 'ifconfig carp' prints out all carp interfaces. ok hshoexer@ tdeval@
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
While there, slightly optimize savectx() for speed and stack usage.
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
- add __LP64__ to OPENBSD_OS_CPP_BUILTINS_LP64 - add __sparc to TARGET_OS_CPP_BUILTINS for sparc64 - add __PPC, __PPC__ and __powerpc to TARGET_OS_CPP_BUILTINS for powerpc ok espie@
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
of registers. This also makes signal and sigreturn much simpler.
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
is turned on
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
submitted for the 3.3 branch.
2004-01-12Shrink the reg structure, for it to only contain registers (eh), and makeMiod Vallat
the remaining fielhs only available in struct trapframe. This has the additional benefit of preventing smarty-pants from altering the frame a bit too easily from ddb, at the expense of a few ugly casts in ddb.
2004-01-12remove redundant string termination; report from nimadeus@pandora.beDamien Miller
2004-01-12full date in .Dd;Jason McIntyre
2004-01-12sort options; add args to options description;Jason McIntyre
2004-01-12sync the operating system fingerprints to lcamtuf's p0f devel database forMike Frantzen
theo who keeps calling me a nasty hobbitsssess
2004-01-12- avoid variable sized static array (from millert@)Anil Madhavapeddy
- check for snprintf overflow - errx -> err for strdup commit #1000!
2004-01-12fix c++ -shared for gcc 3. Here, we recognize -shared and link withMarc Espie
-lsupc++. That way, linking shared C++ libraries is consistent between gcc 2.95 and gcc 3.
2004-01-12don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn'tMarc Espie
link libc.
2004-01-12Use closefrom() if it exists; from the sudo cvs repoTodd C. Miller
2004-01-12match both ALI ISA bridges (more fallout); ok millertTheo de Raadt
2004-01-12typo from jmc@Ted Unangst
2004-01-12new syscall closefrom(2). ok deraadt millertTed Unangst
2004-01-12Install vi.ref in /usr/share/doc/usd (directories already exist for it).Todd C. Miller
OK jmc@
2004-01-12There is no typewriter font in nroff so just use the roman font instead.Todd C. Miller
Fixes bizarre font problems formatting vi.ref via nroff. OK jmc@