summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-05don't panic if we can't getcwd() initially, just chdir("/")Vincent Labrecque
spotted by and ok henning
2004-03-05plug a couple of memory leaks, Patrick LatifiHenning Brauer
2004-03-05audio at uaudio works, deraadt@ okAnil Madhavapeddy
2004-03-05huch, remove a debug messageHenning Brauer
2004-03-05new error code "unsupported capability" from RFC 3392Henning Brauer
2004-03-05Remove duplicate defines. BSD airtools uses WI_STYPE_CTL_CFENDCFACKTodd C. Miller
instead of WI_STYPE_CTL_CFENDACK so for now, just "#define WI_STYPE_CTL_CFENDCFACK WI_STYPE_CTL_CFENDACK" mickey@ OK
2004-03-05add a parser for the capability announcements using the OPEN message as perHenning Brauer
RFC 3392. we don't support any capability yet but this at least avoids one session teardown and reestablishment when talking to peers which do support capability announcement (as in: basically any) and we'll start supporting some soon.
2004-03-05Remove "you" and other minor cleanup. Pointed out by deraadt@Ryan Thomas McBride
2004-03-05improve logging when we are unhappy with an OPEN message, claudio okHenning Brauer
2004-03-05let parse_open() call change_state() on error itself, so that after sendingHenning Brauer
a notification about disagreement on optional parameters we do not punish the peer by keeping him in Idle state for IdleHoldTime, rather let him proceed to Connect immediately again. the "punishment" is of course a flap protection in the first place. claudio ok
2004-03-05implement a parser for the optional attributes in OPEN messages and properlyHenning Brauer
refuse any if we find them. not refusing means agreement - so we agreed with our peers on stuff we don't support. oups. claudio ok
2004-03-05when a session that had a tcp connection established is pushed back to IDLE,Henning Brauer
try to write out what is left in the rite buffers. now notifications do reach the peer...
2004-03-05Only send route add or delete messages if it's the first identicalRyan Thomas McBride
address being added or the last identical address being removed, respectively. Part of a larger diff approved by markus@ and dhartmei@, API changes held back for now.
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2004-03-05don't leak memory. free and netbsd via Patrick LatifiTed Unangst
2004-03-05Sync man page with Net/FreeBSD, as we have sync'ed the driver.Kenneth R Westerback
2004-03-05Fix really dumb memory leak that would have long runnign large whitelistBob Beck
servers having their pf update process growing massive as it leaked huge tracks of whitelist. ok millert@
2004-03-05Add virtual consoles, copied from i386.Miod Vallat
2004-03-04Don't spl0() while polling, splbio() is enough and required.Miod Vallat
2004-03-04Better ptrace description, also fix an off-by-one spotted by ottoMiod Vallat
ok otto@ tdeval@
2004-03-04no ; after RB_PROTOTYPE / RB_GENERATEHenning Brauer
From: Andrey Matveev <andrushock@korovino.net>
2004-03-04catch up with changes to rev 1.262 of www/ftp.htmlDavid Krause
2004-03-04actually SKIP nxtext-mmap, rather than returning a fake SUCCESSDavid Krause
2004-03-043 buglets.Ted Unangst
if keylen < 0, bad things happen. large keys are useless, limit size and use stack for temp storage bzero of keyctx is unrelated to keylen, wipe whole thing. ok markus tdeval
2004-03-04one missed kbd typeMichael Shalayeff
2004-03-03... and add alpha too, which I forgot earlier.Miod Vallat
2004-03-03Add arm to the victims.Miod Vallat
2004-03-03In vmapbuf(), we actually only need to allow cache snooping, but enforcingMiod Vallat
write through is not necessary.
2004-03-03assign servtimeout to sa.sa_handler to actually use the alternatejoshua stein
radius server ok millert
2004-03-03Make sure than svnd read their disklabel as svnd, not vnd devices.Miod Vallat
ok tedu@
2004-03-03Extend "md5 -c" to parse the output of GNU md5sum.Todd C. Miller
Adapted from patches by Lawrence Teo and tedu@. OK tedu@
2004-03-03The socket number diagnostic check was simply crying out for unsignedMiod Vallat
arithmetic...
2004-03-03remove bufq support until i figure out just what's going wrong. ok deraadt@Ted Unangst
2004-03-03plug a couple of little memory leaks in error paths that we hopefully neverHenning Brauer
reach - except for one missing free which was not in an error path. oups. at least in a function that is only called once ever in bgpd's lifetime. From: Patrick Latifi <pat at eyeo dot org>, thanks!
2004-03-03Do not segfault writing an empty history list to a file. Resolves PR 3690.Otto Moerbeek
ok tdeval@ markus@
2004-03-03missing freeaddrinfo()Henning Brauer
From: Patrick Latifi <pat@eyeo.org> Patrick is doing an _excellent_ job in finding all these little omissions, thank you very very much!
2004-03-03Fix initialisation of progress meter; ok markus@Damien Miller
2004-03-03Don't print duplicate messages when progressmeter is offDamien Miller
Spotted by job317 AT mailvault.com; ok markus@
2004-03-03Handle 68060 branch prediction error traps before checking whether we areMiod Vallat
ignoring bus errors.
2004-03-03spaces, was reading code..Theo de Raadt
2004-03-03change proctiltle after accept(2); ok henning, deraadt, djmMarkus Friedl
2004-03-03add -d to usage too, from carson hardingTed Unangst
2004-03-03allow force umount here tooTed Unangst
2004-03-03repair status by not repeating fields. fixes pr2101 from jim razmusTed Unangst
2004-03-03better way of finding and identifying lkms.Ted Unangst
adapted from pr2910 by peter werner, minus lkmfree removals since i couldn't tell what issue they were fixing.
2004-03-03support forced unmounts. pr2394 from peter wernerTed Unangst
2004-03-03save room for nul, so we can unmount later. pr2327 from peter wernerTed Unangst
2004-03-03cleanups, use err(). from Mathias () enloco.net pr3679Ted Unangst
2004-03-03Add SYMBIOS devices for upcoming mpt driver.Kenneth R Westerback
From NetBSD via Milos Urbanek and Marco Peereboom.
2004-03-03Add SYMBIOS devices for upcoming mpt driver.Kenneth R Westerback
From NetBSD via Milos Urbanek and Marco Peereboom.