Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | 3 | -41/+14 | ||
SO_REUSEADDR. fixup comments. ok markus@ | |||||
2002-09-13 | remove trailing whitespace | 1 | -3/+3 | ||
2002-09-13 | Don't rotate log files < 512 bytes unless in binary mode. This | 2 | -9/+18 | ||
prevents newsyslog from rotating a file that only contains the messages that the log file was turned over. deraadt@ OK | |||||
2002-09-13 | Pedro says we can change his license too. | 2 | -16/+56 | ||
2002-09-13 | Fix a few inaccuracies in wsdisplay behaviour description. | 2 | -10/+12 | ||
2002-09-13 | and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through | 2 | -32/+46 | ||
the help of people who found him: first one was nick.stott@cogeco.ca This now has a better license. Two authors left to go. | |||||
2002-09-13 | allow inclusion from C++; ok deraadt@ | 1 | -1/+3 | ||
2002-09-13 | Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@ | 4 | -9/+45 | ||
2002-09-13 | Use .Dv for SIGUSR1 like all the other signal names. | 1 | -2/+2 | ||
2002-09-13 | KNF + ANSI; deraadt@ OK | 1 | -132/+90 | ||
2002-09-13 | Paul Mackerras and the Australian National University have worked things | 11 | -199/+322 | ||
out, and as a result, Paul now owns copyright on all these files, with the proper terms. | |||||
2002-09-12 | remove erroneous comment | 2 | -6/+4 | ||
2002-09-12 | do not decent into ld.so if it was said NOPIC, even for elf | 1 | -2/+2 | ||
2002-09-12 | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | 37 | -52/+6171 | ||
2002-09-12 | add missing include of limits.h | 1 | -4/+5 | ||
2002-09-12 | add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@ | 2 | -6/+12 | ||
2002-09-12 | %u for uid print; ok markus@ | 1 | -3/+3 | ||
2002-09-12 | We no longer need to install copies of /dev/null and /etc/localtime | 1 | -8/+1 | ||
in named's chroot jail. These things are now dealt with before named chroots. | |||||
2002-09-12 | Eliminate the need for /dev/null in the chroot jail by opening it | 1 | -16/+26 | ||
before the chroot(2); deraadt@ OK | |||||
2002-09-12 | Support serial console on RAMDISK. | 1 | -3/+3 | ||
2002-09-12 | explain antispoof | 1 | -1/+21 | ||
most work by nick@ | |||||
2002-09-12 | Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa. | 2 | -4/+4 | ||
2002-09-12 | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument | 5 | -18/+15 | ||
and return a VM_PAGE. This is to allow sparc64 to cheaply record the VAC color for those pages. | |||||
2002-09-12 | check for calloc() failure; ho@ | 1 | -1/+3 | ||
2002-09-12 | BNF for antispoof | 1 | -2/+7 | ||
2002-09-12 | nicer | 1 | -3/+4 | ||
2002-09-12 | regress test for antispoof | 3 | -2/+7 | ||
2002-09-12 | Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok. | 1 | -5/+4 | ||
2002-09-12 | antispoof [log] [quick] for [interface|interface_list] [af] | 1 | -1/+43 | ||
e. g. antispoof log quick for { dc0, dc1 } inet docs & regress coming ok pb@, frantzen@, deraadt@ also looked over kjell@, markus@, itojun@, dhartmei@ IPv6 help itojun@ finally, a long story finds its happy end here. | |||||
2002-09-12 | rework netmask handling: | 1 | -20/+58 | ||
-don't set netmask in host token handler -clear netmask in ipmask() proper before setting it -in ifa_load(), also store interface's netmask and broadcast address -allow ifa_lookup() to return either the interface's IP address(es), network(s) or broadcast address(es) - not used anywhere yet. This implies that ifa_lookup() also returns the netmask now. -host() returns netmasks, too ok pb@, frantzen@, deraadt@ also looked over kjell@, markus@, itojun@, dhartmei@ | |||||
2002-09-12 | entry for the openbsd calendar. | 1 | -1/+4 | ||
2002-09-12 | doc some more features | 1 | -1/+32 | ||
2002-09-12 | c2k1 was actually !c2k1. | 1 | -2/+2 | ||
2002-09-12 | documentation repairs. jason is american. | 4 | -19/+38 | ||
2002-09-12 | ansi | 1 | -4/+2 | ||
2002-09-12 | reset want_resched earlier, set curproc after we are done w/ switching, rearrange syscall savements | 1 | -24/+19 | ||
2002-09-12 | give a condition trap own treatment, per millicode; and, oh horror, swap return of quad_t, sort of, sometimes | 1 | -8/+21 | ||
2002-09-12 | a grammar in err msgs and a tiny formating fix | 1 | -4/+5 | ||
2002-09-12 | o break up wi_pci_attach() into device-specific parts for better readability | 2 | -166/+215 | ||
o kludge around a problem with Netgear MA301 hanging when booted w/o a card. o better card detection w/ PLX adapters o correct the info in some comments mickey@ OK | |||||
2002-09-12 | - Split out the hardware and software normalization versions of modexp... | 1 | -18/+245 | ||
I screwed something up when the function was trying to do both and it's much easier to read this way (and heck, even works). - Enable hardware normalization for chips that support it | |||||
2002-09-12 | have df only display statistics about local filesystems (-l flag) | 1 | -2/+2 | ||
ok millert@ | |||||
2002-09-12 | configure "next" pointer correctly. from j@pureftpd.org | 1 | -1/+3 | ||
2002-09-12 | zap unused var introduced in last commit | 1 | -2/+1 | ||
2002-09-11 | errx is a proper function here | 1 | -4/+4 | ||
2002-09-11 | kill annoying trailing spaces (in hope it fixes /0 for me) | 1 | -84/+84 | ||
2002-09-11 | change _x11 uid to 35 for consistency. Ok deraadt@. | 1 | -1/+1 | ||
2002-09-11 | support for short/long listings and globbing in "ls"; ok markus@ | 9 | -104/+265 | ||
2002-09-11 | - On reset, disable hardware normalization for 582x and make sure the chip is in little endian mode. | 2 | -21/+12 | ||
- since sw normalization is now the only option, simplify normalization handling - remove some leftover #if 0 code | |||||
2002-09-11 | Some early callers of pmap_growkernel call it before vm_page structures | 1 | -2/+24 | ||
are initialized. So we can't to PHYS_TO_VM_PAGE becuase there are no vm_pages. Reintroduce the old pmap_zero_page renamed to pmap_zero_phys that can zero pages without struct vm_page. | |||||
2002-09-11 | Include zstty.h, so that the NZSTTY check will be correct. | 1 | -1/+2 | ||