summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-06-08Make 4GB machines work better.Tobias Weingartner
2002-06-08schizo man pageJason Wright
2002-06-08kill __PTodd C. Miller
2002-06-08Update for krb4-1.1.1Hans Insulander
2002-06-08crank majorHans Insulander
2002-06-08psycho manpageJason Wright
2002-06-08cvs put set/getprogname() stuff back. remove it once again.Hans Insulander
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright
2002-06-08Netbsd cache flush speedup to dcache_flush_page.Marcus Watts
2002-06-08regenerated for krb4-1.1.1Hans Insulander
2002-06-08Break up icmp_error() so we can have the icmp error mbuf returnedjasoni
instead of it being sent to ip_output().
2002-06-08syncTheo de Raadt
2002-06-08use splnet for ipsecJun-ichiro itojun Hagino
2002-06-08Add 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-08splnet -> splsoftnet where appropriateJun-ichiro itojun Hagino
2002-06-08Two more files that are neededHans Insulander
2002-06-08Merge krb4-1.1.1Hans Insulander
2002-06-08gcJun-ichiro itojun Hagino
2002-06-08KNFJun-ichiro itojun Hagino
2002-06-08Check result from malloc(9) when using M_NOWAIT. ok niklas@Thomas Nordin
2002-06-08remove #ifdef __NetBSD__Jun-ichiro itojun Hagino
2002-06-08sync 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-08comment out paragraph that does not fit to openbsd-currentJun-ichiro itojun Hagino
2002-06-08always use getnameinfo. (diag message only)Jun-ichiro itojun Hagino
2002-06-08Change remaining read-only lookup tables to const, suggestion drahn@Daniel Hartmeier
2002-06-08Import of krb4-1.1.1Hans Insulander
2002-06-08comment on IPv6 link-local twistsJun-ichiro itojun Hagino
2002-06-08ELF architectures all support weak aliases, enable them for this part.Dale Rahn
ok fgsch@
2002-06-08syncTheo de Raadt
2002-06-08support IPv4 in -prefixlen.Jun-ichiro itojun Hagino
2002-06-08Use tsleep.Artur Grabowski
2002-06-08Use tsleep instead of sleep.Artur Grabowski
2002-06-08Use ltsleep in vfs_busy.Artur Grabowski
2002-06-08use the dirfd macro instead of reaching into the DIR and pulling out dd_fdTodd C. Miller