summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-10Tipo in tabledef grammar. Found by Rukh <openbsd@rukh.net>Cedric Berger
2003-01-10typo police; jmcHenning Brauer
2003-01-10typo; jmcHenning Brauer
2003-01-10Simplify and avoid redundancy in packet send and receive function; ok fgs@Damien Miller
2003-01-10sftp progress meter support.Federico G. Schwindt
2003-01-10no return after err(3), errx -> err after calloc failureHenning Brauer
2003-01-10print queue length for PRIQ, works nowHenning Brauer
2003-01-10fix thinkoHenning Brauer
2003-01-10Cleanup before use (would break if run after t-sftp), less console spamDamien Miller
2003-01-10fix breakage in the previous commitKenjiro Cho
2003-01-09Remove fetch(9) and store(9) manual pages and references to them.Miod Vallat
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-09on user trap space mismatch just kill the offender, panic the kernel otherwiseMichael Shalayeff
2003-01-09no need for explicit numbering in enumsHenning Brauer
2003-01-09knfDaniel Hartmeier
2003-01-09strlcpy return checks.Daniel Hartmeier
2003-01-09Check return values on the remaining strlcpy/strlcat. ok henning@Daniel Hartmeier
2003-01-09minor KNFHenning Brauer
2003-01-09use a verbose flag in pfctl_show_altq instead of carrying around opts fromHenning Brauer
2003-01-09zap unneeded #include <errno.h> as seen by both of us while discussingHenning Brauer
2003-01-09support PRIQ in queue statisticsHenning Brauer
2003-01-09minor KNFHenning Brauer
2003-01-09restore the prev version of the kq filter for events do not get delivered pro...Michael Shalayeff
2003-01-09note about queue statsHenning Brauer
2003-01-09first attack at pfctl queue statistics, to be displayed with pfctl -vsqHenning Brauer
2003-01-09(whitespace) KNF, re-fold -w 80Daniel Hartmeier
2003-01-09fix dmesg print and free resources on failuresMichael Shalayeff
2003-01-09Document the various "default" settings. Some style and alphabeticalHakan Olsson
2003-01-09Default-Phase-1-Configuration --> Default-phase-1-configurationHakan Olsson
2003-01-09Change "Default-Phase-2-Suites" --> "Default-phase-2-suites"Hakan Olsson
2003-01-09Proper id_string for SET/ACK responder, plus attr payload fixes.Hakan Olsson
2003-01-09spelling; from jmc at prioris dot mini dot pw dot edu dot pl.Federico G. Schwindt
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-09Don't write past the end of the address buffer. Found by Theo.Hakan Olsson
2003-01-09Add some #ifdef USE_ISAKMP_CFG, no need to compile in code that willHakan Olsson
2003-01-09Enable SET/ACK (ike-mode-cfg) when acting as responder. From TomasHakan Olsson
2003-01-09Remove last use of vm_offset_t from sparc.Artur Grabowski
2003-01-09regenAlexander Yurchenko
2003-01-09Add Intel 31244 PCI-X to SATA controllerAlexander Yurchenko
2003-01-08More regress tests for sftp, most commands are now exercised as is batchmodeDamien Miller
2003-01-08Cleanup error handling for batchmodeDamien Miller
2003-01-08Regen to add SYMBOL LA41X3Todd C. Miller
2003-01-08Add SYMBOL LA41X3Todd C. Miller
2003-01-08Move the rounds into separate functions on sparc64 so gcc's optimizerTodd C. Miller
2003-01-08check more strlcpy; camield@Theo de Raadt
2003-01-08syncTheo de Raadt
2003-01-08Make END() symbols match corresponding LEAF() name.Miod Vallat
2003-01-08make sure we are not allowing user to fault outside user address space and al...Michael Shalayeff
2003-01-08bring in strlcpy and strlcat-like things for dealing with Char types,Theo de Raadt
2003-01-08Sync debug info with code.Thierry Deval