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