Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-06-08 | Make 4GB machines work better. | Tobias Weingartner | |
2002-06-08 | schizo man page | Jason Wright | |
2002-06-08 | kill __P | Todd C. Miller | |
2002-06-08 | Update for krb4-1.1.1 | Hans Insulander | |
2002-06-08 | crank major | Hans Insulander | |
2002-06-08 | psycho manpage | Jason Wright | |
2002-06-08 | cvs put set/getprogname() stuff back. remove it once again. | Hans Insulander | |
2002-06-08 | Initial (not quite fully working) driver for the schizo on the blade1000 | Jason Wright | |
2002-06-08 | Netbsd cache flush speedup to dcache_flush_page. | Marcus Watts | |
2002-06-08 | regenerated for krb4-1.1.1 | Hans Insulander | |
2002-06-08 | Break up icmp_error() so we can have the icmp error mbuf returned | jasoni | |
instead of it being sent to ip_output(). | |||
2002-06-08 | sync | Theo de Raadt | |
2002-06-08 | use splnet for ipsec | Jun-ichiro itojun Hagino | |
2002-06-08 | Add FQDN to contents of /etc/myname during install. | Kenneth R Westerback | |
Also remove a few extraneous braces. Requested by and OK'd by two different Todds. | |||
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino | |
2002-06-08 | Two more files that are needed | Hans Insulander | |
2002-06-08 | Merge krb4-1.1.1 | Hans Insulander | |
2002-06-08 | gc | Jun-ichiro itojun Hagino | |
2002-06-08 | KNF | Jun-ichiro itojun Hagino | |
2002-06-08 | Check result from malloc(9) when using M_NOWAIT. ok niklas@ | Thomas Nordin | |
2002-06-08 | remove #ifdef __NetBSD__ | Jun-ichiro itojun Hagino | |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino | |
behavior changes: - two iocts used by ndp(8) are now obsolete (backward compat provided). use sysctl path instead. - lo0 does not get ::1 automatically. it will get ::1 when lo0 comes up. | |||
2002-06-08 | comment out paragraph that does not fit to openbsd-current | Jun-ichiro itojun Hagino | |
2002-06-08 | always use getnameinfo. (diag message only) | Jun-ichiro itojun Hagino | |
2002-06-08 | Change remaining read-only lookup tables to const, suggestion drahn@ | Daniel Hartmeier | |
2002-06-08 | Import of krb4-1.1.1 | Hans Insulander | |
2002-06-08 | comment on IPv6 link-local twists | Jun-ichiro itojun Hagino | |
2002-06-08 | ELF architectures all support weak aliases, enable them for this part. | Dale Rahn | |
ok fgsch@ | |||
2002-06-08 | sync | Theo de Raadt | |
2002-06-08 | support IPv4 in -prefixlen. | Jun-ichiro itojun Hagino | |
2002-06-08 | Use tsleep. | Artur Grabowski | |
2002-06-08 | Use tsleep instead of sleep. | Artur Grabowski | |
2002-06-08 | Use ltsleep in vfs_busy. | Artur Grabowski | |
2002-06-08 | use the dirfd macro instead of reaching into the DIR and pulling out dd_fd | Todd C. Miller | |