summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-19Sloppy me.Aaron Campbell
2000-01-19Fix matthieu's damage. Amiga kernel sure compiles better with a prototypeMarc Espie
for mmioctl.
2000-01-19more warning about net.inet6.ip6.forwardingJun-ichiro itojun Hagino
2000-01-19From NetBSD: describe what & does in a gecos field, and clarify betweenPaul Janzen
master.passwd and passwd. Also, a little tidying.
2000-01-19add rip6query(8)Jun-ichiro itojun Hagino
2000-01-19cosmetic; remove trailing dot in SEE ALSO sectionJun-ichiro itojun Hagino
2000-01-19Better summary line, in keeping with other *stat commands; from NetBSDPaul Janzen
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),Paul Janzen
calloc(), and realloc(). Idea from NetBSD.
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.Paul Janzen
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
Tom Christiansen <tchrist@perl.com>).
2000-01-18Formatting fix; form@Aaron Campbell
2000-01-18Change so unmodified function key presses are passed to the application. MatchAaron Campbell
function key output characters to those found for the vt220 terminal description in the termcap database. This makes function keys work in Midnight Commander, for example. While we're at it, remove the PCVT_VT220KEYB option altogether.
2000-01-18Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP.Angelos D. Keromytis
2000-01-18Fix a pasto in the last commit. The genesis of this bug is actuallyTodd C. Miller
somewhat interesting. The getwd() function has historically placed an error message in the buffer on failure, but getcwd() does not. Therefor, a bulk search and replace of getwd() with getcwd() can create bugs like this one.
2000-01-18serial consoleMichael Shalayeff
2000-01-18no need for poll.h; from bright@wintelcom.netMarkus Friedl
2000-01-18sync comment with code. remove #if 0'ed portion (AF filtering on nameJun-ichiro itojun Hagino
resolution) and add comment there.
2000-01-18oops, it was not necessary.Jun-ichiro itojun Hagino
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-18fix user/1056, sshd keeps restrictions; dbt@meat.netMarkus Friedl
2000-01-18possible workaround to NetBSD PR 9189 (panic on sparc). not sure if it's right.Jun-ichiro itojun Hagino
2000-01-18print IPv6 multicast groups on -ia.Jun-ichiro itojun Hagino
align multicast addresses on output (broken on 1.15 -> 1.16).
2000-01-18sync with FreeBSD: add Farallon PN9000SX as a matchJason Wright
2000-01-18syncJason Wright
2000-01-18Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from ↵Jason Wright
FreeBSD.
2000-01-18"pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ruTodd C. Miller
2000-01-18Use err, not errx when freopen() failes to get error string; form@openbsd.orgTodd C. Miller
Also, since the file may be user-supplied, don't just pass it as the first arg to errx() since it could have printf-style escapes in it.
2000-01-18Fix fxp+nsphy problem: don't reset everytime when switching to auto mode.Jason Wright
Also, document "magic" bits.
2000-01-18Add /usr/local/lib to libpth/glibpth since ports installs thingsTodd C. Miller
in /usr/local/lib.
2000-01-17pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages.Artur Grabowski
This way we only walk the tables once every boot and we don't have to switch to context 0 on every call.
2000-01-17typoTheo de Raadt
2000-01-17remove unneeded stuff from setregs; force single-user for now, enable signal ↵Michael Shalayeff
debug
2000-01-17oops, another syscall pipe() botch; karls@inet.noTheo de Raadt
2000-01-17Update the examples to those included with ipf 3.3.6. Add several new ones.Kjell Wooding
2000-01-17From Manuel Bouyer -Chris Cappuccio
Don't set WDC_CAPABILITY_UDMA at all for SiS rev < 0xd0
2000-01-17add IPv6 items.Jun-ichiro itojun Hagino
2000-01-17sync with latest kame. previous version leaves an udp socket openedJun-ichiro itojun Hagino
(for use with ioctls) and it was not a pleasant thing.
2000-01-17IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb.Jun-ichiro itojun Hagino
2000-01-17do not filter address families that are not supported by kernel.Jun-ichiro itojun Hagino
it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways.
2000-01-17Use AUTHLEN for the length of authnamebrian
2000-01-17indentTheo de Raadt
2000-01-17sync with latest KAME version. now includes description on scoped addrJun-ichiro itojun Hagino
extension. add examples (good enough? >deraadt)
2000-01-17remove #if 0'ed part.Jun-ichiro itojun Hagino
2000-01-17Install stripped version of a2p; millert@ ok.Federico G. Schwindt
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhere, some knfMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces and knfMichael Shalayeff
2000-01-17don't need IFF_RUNNING for gif, as no resource is allocated forJun-ichiro itojun Hagino
interface operation.