Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-05 | don't panic if we can't getcwd() initially, just chdir("/") | Vincent Labrecque | |
spotted by and ok henning | |||
2004-03-05 | plug a couple of memory leaks, Patrick Latifi | Henning Brauer | |
2004-03-05 | audio at uaudio works, deraadt@ ok | Anil Madhavapeddy | |
2004-03-05 | huch, remove a debug message | Henning Brauer | |
2004-03-05 | new error code "unsupported capability" from RFC 3392 | Henning Brauer | |
2004-03-05 | Remove duplicate defines. BSD airtools uses WI_STYPE_CTL_CFENDCFACK | Todd 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-05 | add a parser for the capability announcements using the OPEN message as per | Henning 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-05 | Remove "you" and other minor cleanup. Pointed out by deraadt@ | Ryan Thomas McBride | |
2004-03-05 | improve logging when we are unhappy with an OPEN message, claudio ok | Henning Brauer | |
2004-03-05 | let parse_open() call change_state() on error itself, so that after sending | Henning 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-05 | implement a parser for the optional attributes in OPEN messages and properly | Henning 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-05 | when 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-05 | Only send route add or delete messages if it's the first identical | Ryan 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-05 | add IdentitiesOnly; ok djm@, pb@ | Markus Friedl | |
2004-03-05 | don't leak memory. free and netbsd via Patrick Latifi | Ted Unangst | |
2004-03-05 | Sync man page with Net/FreeBSD, as we have sync'ed the driver. | Kenneth R Westerback | |
2004-03-05 | Fix really dumb memory leak that would have long runnign large whitelist | Bob Beck | |
servers having their pf update process growing massive as it leaked huge tracks of whitelist. ok millert@ | |||
2004-03-05 | Add virtual consoles, copied from i386. | Miod Vallat | |
2004-03-04 | Don't spl0() while polling, splbio() is enough and required. | Miod Vallat | |
2004-03-04 | Better ptrace description, also fix an off-by-one spotted by otto | Miod Vallat | |
ok otto@ tdeval@ | |||
2004-03-04 | no ; after RB_PROTOTYPE / RB_GENERATE | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2004-03-04 | catch up with changes to rev 1.262 of www/ftp.html | David Krause | |
2004-03-04 | actually SKIP nxtext-mmap, rather than returning a fake SUCCESS | David Krause | |
2004-03-04 | 3 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-04 | one missed kbd type | Michael Shalayeff | |
2004-03-03 | ... and add alpha too, which I forgot earlier. | Miod Vallat | |
2004-03-03 | Add arm to the victims. | Miod Vallat | |
2004-03-03 | In vmapbuf(), we actually only need to allow cache snooping, but enforcing | Miod Vallat | |
write through is not necessary. | |||
2004-03-03 | assign servtimeout to sa.sa_handler to actually use the alternate | joshua stein | |
radius server ok millert | |||
2004-03-03 | Make sure than svnd read their disklabel as svnd, not vnd devices. | Miod Vallat | |
ok tedu@ | |||
2004-03-03 | Extend "md5 -c" to parse the output of GNU md5sum. | Todd C. Miller | |
Adapted from patches by Lawrence Teo and tedu@. OK tedu@ | |||
2004-03-03 | The socket number diagnostic check was simply crying out for unsigned | Miod Vallat | |
arithmetic... | |||
2004-03-03 | remove bufq support until i figure out just what's going wrong. ok deraadt@ | Ted Unangst | |
2004-03-03 | plug a couple of little memory leaks in error paths that we hopefully never | Henning 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-03 | Do not segfault writing an empty history list to a file. Resolves PR 3690. | Otto Moerbeek | |
ok tdeval@ markus@ | |||
2004-03-03 | missing 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-03 | Fix initialisation of progress meter; ok markus@ | Damien Miller | |
2004-03-03 | Don't print duplicate messages when progressmeter is off | Damien Miller | |
Spotted by job317 AT mailvault.com; ok markus@ | |||
2004-03-03 | Handle 68060 branch prediction error traps before checking whether we are | Miod Vallat | |
ignoring bus errors. | |||
2004-03-03 | spaces, was reading code.. | Theo de Raadt | |
2004-03-03 | change proctiltle after accept(2); ok henning, deraadt, djm | Markus Friedl | |
2004-03-03 | add -d to usage too, from carson harding | Ted Unangst | |
2004-03-03 | allow force umount here too | Ted Unangst | |
2004-03-03 | repair status by not repeating fields. fixes pr2101 from jim razmus | Ted Unangst | |
2004-03-03 | better 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-03 | support forced unmounts. pr2394 from peter werner | Ted Unangst | |
2004-03-03 | save room for nul, so we can unmount later. pr2327 from peter werner | Ted Unangst | |
2004-03-03 | cleanups, use err(). from Mathias () enloco.net pr3679 | Ted Unangst | |
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback | |
From NetBSD via Milos Urbanek and Marco Peereboom. | |||
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback | |
From NetBSD via Milos Urbanek and Marco Peereboom. |