summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-08typo in format strin (ugh!) and few missing free()s, partitially fromHenning Brauer
2004-03-08Document KerberosGetAFSToken; ok markus@Darren Tucker
2004-03-08Missing OBJ, from tim@. ok markus@Darren Tucker
2004-03-08explicitly initialise remote_major and remote_minor.Damien Miller
2004-03-07syn with reality, ryan okHenning Brauer
2004-03-07remove some unused variables and includes; KNFOtto Moerbeek
2004-03-07we change dthe queue ID allocator so that all IDs moved by 1 now, andHenning Brauer
2004-03-07A few useful features:Marc Espie
2004-03-07plug 18 memory leaks, ryan okHenning Brauer
2004-03-07Document -v in ifstated.8 and usage() and use __progname in usage().Ryan Thomas McBride
2004-03-07Don't try to dereference null configuration.Ryan Thomas McBride
2004-03-07Print error when connect() fails. ok markus@ deraadt@Ryan Thomas McBride
2004-03-07remove test that always fails from makefileMarco S Hyman
2004-03-07Eliminate bit fields and unused fields in mpt_softc.Kenneth R Westerback
2004-03-06from bgpd:Henning Brauer
2004-03-06pull a fix from bgpd:Henning Brauer
2004-03-06plug a memory leak in the lexer.Henning Brauer
2004-03-06cleanup, mostly signal handlingOtto Moerbeek
2004-03-06Remove excessive boot time verbiage.Kenneth R Westerback
2004-03-06Add mpt.4 man page.Kenneth R Westerback
2004-03-06Add last 'files' bit to allow mpt driver to be compiled.Kenneth R Westerback
2004-03-06Fix commit botch of .orig files.Kenneth R Westerback
2004-03-06Initial version of driver for LSI MPT devices, like the U320 1030.Kenneth R Westerback
2004-03-05remove even more gooTheo de Raadt
2004-03-05add the goo for bgpd, theo okHenning Brauer
2004-03-05Plug some memory leaks in rde. Based on a patch by Patrick Latifi.Claudio Jeker
2004-03-05don't panic if we can't getcwd() initially, just chdir("/")Vincent Labrecque
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
2004-03-05add a parser for the capability announcements using the OPEN message as perHenning Brauer
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
2004-03-05implement a parser for the optional attributes in OPEN messages and properlyHenning Brauer
2004-03-05when a session that had a tcp connection established is pushed back to IDLE,Henning Brauer
2004-03-05Only send route add or delete messages if it's the first identicalRyan Thomas McBride
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
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
2004-03-04no ; after RB_PROTOTYPE / RB_GENERATEHenning Brauer
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