summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-06-08add cfg_typeHakan Olsson
2002-06-08If a IP packet is too large for the outgoing interface and DF is set,jasoni
drop the packet and send a icmp needfrag.. blessed by jason@
2002-06-08pullup two fixes from netbsdChris Cappuccio
-no longer set southbridge enable bit on ALi rev >=c2 as it is unnecessary and causes rev c4 to hang -in hpt_pci_intr accept interrupt only once IDEDMA_CTL_ACT is turned off, fixes dma errors, lost interrupts, and other problems in hpt370 native mode
2002-06-08Add missing; Fransoa HolopTodd C. Miller
2002-06-08No need to be setgid kmem anymore.Angelos D. Keromytis
2002-06-08This doesn't need to be setgid operator; it was only set so usersAngelos D. Keromytis
could do "df /dev/rwd0a" or some such, but arguably only operators (or root) care about this, and they should already be on the operator group.
2002-06-08RFCs, not RFC's; Adrian KnothTodd C. Miller
2002-06-08Use KVM_NO_FILES and remove the setgid.Artur Grabowski
2002-06-08nuke unused parameter af to expand_label_portHenning Brauer
ok dhartmei@, pb@
2002-06-08If possible get arg and env information with sysctl.Artur Grabowski
2002-06-08Add a flag - KVM_NO_FILES which tells kvm_openfiles to notArtur Grabowski
open any files, just return an kvm handle that we can use to some of the functions.
2002-06-08Sysctl for getting process arguments and environment.Artur Grabowski