Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
translation between the crypto framework's format and the BN structure. | |||
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 ↵ | Artur Grabowski | |
less confusing. | |||
2002-06-08 | splbio around biodone | Artur Grabowski | |
2002-06-08 | add example using per-user pf rules to allow backchannel connections | Bob Beck | |
to the proxy. | |||
2002-06-08 | Take advantage of sysctls for stats --- not in use, as we need the | Angelos D. Keromytis | |
mountlist and the ttylist. To come. | |||
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 | |
the 3c905b; deraadt@ ok. | |||
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 | |
hpt was fixed in 1.79 | |||
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 | |
o Remove some unneeded casts to char * when calling free() | |||
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 | |
drop the packet and send a icmp needfrag.. blessed by jason@ | |||
2002-06-08 | pullup two fixes from netbsd | Chris 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-08 | Add missing; Fransoa Holop | Todd C. Miller | |
2002-06-08 | No need to be setgid kmem anymore. | Angelos D. Keromytis | |
2002-06-08 | This doesn't need to be setgid operator; it was only set so users | Angelos 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-08 | RFCs, not RFC's; Adrian Knoth | Todd C. Miller | |
2002-06-08 | Use KVM_NO_FILES and remove the setgid. | Artur Grabowski | |
2002-06-08 | nuke unused parameter af to expand_label_port | Henning Brauer | |
ok dhartmei@, pb@ | |||
2002-06-08 | If possible get arg and env information with sysctl. | Artur Grabowski | |
2002-06-08 | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | Artur Grabowski | |
open any files, just return an kvm handle that we can use to some of the functions. | |||
2002-06-08 | Sysctl for getting process arguments and environment. | Artur Grabowski | |