summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-09Bad me. Make sure it compiles before commit.Hakan Olsson
2002-06-09CFG_REQUESTHakan Olsson
2002-06-09moved to src/lib/roken/roken-common.hHans Insulander
2002-06-09ANSIfy (started as some other change that just ran away).Artur Grabowski
2002-06-09no newlines in syslogBob Beck
2002-06-09change M_AUTHxx to openbsd definition (M_AUTH_AH)Jun-ichiro itojun Hagino
2002-06-09Set/clear M_AUTH_AH.Angelos D. Keromytis
2002-06-09Handle out of memory gracefully. ok miod@Thomas Nordin
2002-06-09add M_AUTH_AH. now M_AUTH means "payload was authenticated by AH or ESP auth",Jun-ichiro itojun Hagino
M_AUTH_AH means "header was authenticated by AH".
2002-06-09do not use \n in syslog()Theo de Raadt
2002-06-09Style.Hakan Olsson
2002-06-09Sort .Xr'sHans Insulander
2002-06-09no more \n to syslog()Hans Insulander
2002-06-09Missed this.Hakan Olsson
2002-06-09Tighten the code to work for both SET/ACK and REQ/REPLY modes.Hakan Olsson
2002-06-09Pass the right arguments for RSA, DSA, and modexp operations. Fix theAngelos D. Keromytis
translation between the crypto framework's format and the BN structure.
2002-06-09another \n removed from syslog()Hans Insulander
2002-06-09no \n for syslog()Hans Insulander
2002-06-09do not present scopeid on wire format, as it is local to nodeJun-ichiro itojun Hagino
2002-06-09do not present scopeid on wire format (as it is local to a node).Jun-ichiro itojun Hagino
2002-06-09various cleanups; ok hinTheo de Raadt
2002-06-09correct getpeername(2).Jun-ichiro itojun Hagino
2002-06-09different magics for malloc and pool, art@ okNiklas Hallqvist
2002-06-09Handle out of memory gracefully. ok jason@Thomas Nordin
2002-06-09More (the last round?) of splasserts and splbio around biodone.Artur Grabowski
2002-06-09some splassert and protection of biodone.Artur Grabowski
2002-06-09splassert a splbio assumption.Artur Grabowski
2002-06-09more of those crazy registersJason Wright
2002-06-08KISS. the spl variable doesn't have to be called s, but it make the code ↵Artur Grabowski
less confusing.
2002-06-08splbio around biodoneArtur Grabowski
2002-06-08add example using per-user pf rules to allow backchannel connectionsBob Beck
to the proxy.
2002-06-08Take advantage of sysctls for stats --- not in use, as we need theAngelos D. Keromytis
mountlist and the ttylist. To come.
2002-06-08Note support for hardware TCP/IP checksum offloading.Aaron Campbell
2002-06-08Add hardware TCP/IP checksum offloading support for receive and transmit forAaron Campbell
the 3c905b; deraadt@ ok.
2002-06-08TTYCOUNT and NUMVNODES.Angelos D. Keromytis
2002-06-08Document proc arg sysctls.Artur Grabowski
2002-06-08match new amd pciide a'la netbsdChris Cappuccio
hpt was fixed in 1.79
2002-06-08add missing ioctl support for SIOCSIFMTUJason Wright
2002-06-08TTYCOUNT and NUMVNODESAngelos D. Keromytis
2002-06-08Move stuff around like a crazy man... (split into var/reg)Jason Wright
2002-06-08Document new sysctls.Angelos D. Keromytis
2002-06-08compile with -Wall -Werror -WhateverMiod Vallat
2002-06-08Document NFILES, TTYCOUNT (to come) and NUMVNODES (to come).Angelos D. Keromytis
2002-06-08o Replace some hard-coded octal constants w/ S_I*Todd C. Miller
o Remove some unneeded casts to char * when calling free()
2002-06-08syncChris Cappuccio
2002-06-08Add AMD 8111 IDEChris Cappuccio
2002-06-08Add read-only KERN_NFILES (number of open files).Angelos D. Keromytis
2002-06-08Factor out hash operations, some other cleanup.Hakan Olsson
2002-06-08Add KERN_NFILES, and procargs entry.Angelos D. Keromytis
2002-06-08use consistent style in function declarationsjasoni