Age | Commit message (Expand) | Author |
2002-06-09 | no newlines in syslog | Bob Beck |
2002-06-09 | change M_AUTHxx to openbsd definition (M_AUTH_AH) | Jun-ichiro itojun Hagino |
2002-06-09 | Set/clear M_AUTH_AH. | Angelos D. Keromytis |
2002-06-09 | Handle out of memory gracefully. ok miod@ | Thomas Nordin |
2002-06-09 | add M_AUTH_AH. now M_AUTH means "payload was authenticated by AH or ESP auth", | Jun-ichiro itojun Hagino |
2002-06-09 | do not use \n in syslog() | Theo de Raadt |
2002-06-09 | Style. | Hakan Olsson |
2002-06-09 | Sort .Xr's | Hans Insulander |
2002-06-09 | no more \n to syslog() | Hans Insulander |
2002-06-09 | Missed this. | Hakan Olsson |
2002-06-09 | Tighten the code to work for both SET/ACK and REQ/REPLY modes. | Hakan Olsson |
2002-06-09 | Pass the right arguments for RSA, DSA, and modexp operations. Fix the | Angelos D. Keromytis |
2002-06-09 | another \n removed from syslog() | Hans Insulander |
2002-06-09 | no \n for syslog() | Hans Insulander |
2002-06-09 | do not present scopeid on wire format, as it is local to node | Jun-ichiro itojun Hagino |
2002-06-09 | do not present scopeid on wire format (as it is local to a node). | Jun-ichiro itojun Hagino |
2002-06-09 | various cleanups; ok hin | Theo de Raadt |
2002-06-09 | correct getpeername(2). | Jun-ichiro itojun Hagino |
2002-06-09 | different magics for malloc and pool, art@ ok | Niklas Hallqvist |
2002-06-09 | Handle out of memory gracefully. ok jason@ | Thomas Nordin |
2002-06-09 | More (the last round?) of splasserts and splbio around biodone. | Artur Grabowski |
2002-06-09 | some splassert and protection of biodone. | Artur Grabowski |
2002-06-09 | splassert a splbio assumption. | Artur Grabowski |
2002-06-09 | more of those crazy registers | Jason Wright |
2002-06-08 | KISS. the spl variable doesn't have to be called s, but it make the code less... | Artur Grabowski |
2002-06-08 | splbio around biodone | Artur Grabowski |
2002-06-08 | add example using per-user pf rules to allow backchannel connections | Bob Beck |
2002-06-08 | Take advantage of sysctls for stats --- not in use, as we need the | Angelos D. Keromytis |
2002-06-08 | Note support for hardware TCP/IP checksum offloading. | Aaron Campbell |
2002-06-08 | Add hardware TCP/IP checksum offloading support for receive and transmit for | Aaron Campbell |
2002-06-08 | TTYCOUNT and NUMVNODES. | Angelos D. Keromytis |
2002-06-08 | Document proc arg sysctls. | Artur Grabowski |
2002-06-08 | match new amd pciide a'la netbsd | Chris Cappuccio |
2002-06-08 | add missing ioctl support for SIOCSIFMTU | Jason Wright |
2002-06-08 | TTYCOUNT and NUMVNODES | Angelos D. Keromytis |
2002-06-08 | Move stuff around like a crazy man... (split into var/reg) | Jason Wright |
2002-06-08 | Document new sysctls. | Angelos D. Keromytis |
2002-06-08 | compile with -Wall -Werror -Whatever | Miod Vallat |
2002-06-08 | Document NFILES, TTYCOUNT (to come) and NUMVNODES (to come). | Angelos D. Keromytis |
2002-06-08 | o Replace some hard-coded octal constants w/ S_I* | Todd C. Miller |
2002-06-08 | sync | Chris Cappuccio |
2002-06-08 | Add AMD 8111 IDE | Chris Cappuccio |
2002-06-08 | Add read-only KERN_NFILES (number of open files). | Angelos D. Keromytis |
2002-06-08 | Factor out hash operations, some other cleanup. | Hakan Olsson |
2002-06-08 | Add KERN_NFILES, and procargs entry. | Angelos D. Keromytis |
2002-06-08 | use consistent style in function declarations | jasoni |
2002-06-08 | add cfg_type | Hakan Olsson |
2002-06-08 | If a IP packet is too large for the outgoing interface and DF is set, | jasoni |
2002-06-08 | pullup two fixes from netbsd | Chris Cappuccio |
2002-06-08 | Add missing; Fransoa Holop | Todd C. Miller |