Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-06-08 | make this actually compile | Todd C. Miller | |
2002-06-08 | do not use deprecated ioctls | Jun-ichiro itojun Hagino | |
2002-06-08 | Force lpd socket to be mode 0660, group daemon | Todd C. Miller | |
2002-06-08 | make pci_conf_{read|write} indirect functions so we can overload them | Jason Wright | |
2002-06-08 | a bit more for the responder cases | Hakan Olsson | |
2002-06-08 | .Xr pf.conf 5 . -> pfctl 8, from Dries Schellekens | Daniel Hartmeier | |
2002-06-08 | KNF miss in my last commit | Niklas Hallqvist | |
2002-06-08 | pf_timeouts is shared between pfctl and authpf, put it in the shared file. | Dale Rahn | |
unbreak build. | |||
2002-06-08 | Oops, it was not meant to be removed, just liposucked. | Miod Vallat | |
2002-06-08 | One ddb to rule them all. | Miod Vallat | |
Move the ddb files form macppc/macppc to powerpc/ddb, so that mvmeppc can benefit from the better ddb that was in macppc. db_interface.c is left as an md part. | |||
2002-06-08 | Strict prototypes, and some KNF touches while there. | Miod Vallat | |