summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-05nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER.Artur Grabowski
2000-01-05nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER.Artur Grabowski
2000-01-05better error messageMarkus Friedl
2000-01-05Fix other half of PR 1047Chris Cappuccio
2000-01-05Y2K fix. at(1) would die with 'garbled time' when assign_date() was passedTodd C. Miller
2000-01-05clarify; suggestions from austin@canuck.comPaul Janzen
2000-01-05allow reverse lookup for v4 loopbacknet (127.0.0.0/8).Jun-ichiro itojun Hagino
2000-01-05List another condition for which nanosleep returns EINVAL.Paul Janzen
2000-01-05Return EINVAL if we can't sleep for the specified time interval (i.e. it'sPaul Janzen
2000-01-05avoid use of kvm (sync with latest kame)Jun-ichiro itojun Hagino
2000-01-05Xr getnameinfo and friendsTheo de Raadt
2000-01-05s/input histogram/input packet/histogram/Jun-ichiro itojun Hagino
2000-01-04add /usr/include/netinet6.Jun-ichiro itojun Hagino
2000-01-04Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.Alex Feldman
2000-01-04If SIOCSIFADDR fails, put back the old address before calling splx().Federico G. Schwindt
2000-01-04fix layoutTheo de Raadt
2000-01-04strip on install, from fgsch@Bob Beck
2000-01-04fix file:// URL support; broken by KAME supportTheo de Raadt
2000-01-04la la laBob Beck
2000-01-04document -4, -6, and 'ssh -L 2022/::1/22'Markus Friedl
2000-01-04allow auth-kerberos for IPv4 onlyMarkus Friedl
2000-01-04fix mbuf out-of-bound writes on nfsv2 mounts.Jun-ichiro itojun Hagino
2000-01-04syncTheo de Raadt
2000-01-04Add rmoption/rmoptions; useful for people who want a slightlyAngelos D. Keromytis
2000-01-04more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@Markus Friedl
2000-01-04Remove unused file. If we end up using m_pulldown() in the future, itAngelos D. Keromytis
2000-01-04if we call in6_setpeeraddr, don't visit code for ipv4.Jun-ichiro itojun Hagino
2000-01-04keep paren match.Jun-ichiro itojun Hagino
2000-01-04'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.deMarkus Friedl
2000-01-04listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)Markus Friedl
2000-01-04remove support for v4 mapped address completely.Jun-ichiro itojun Hagino
2000-01-04Fix format string typo when printing estimated number of blocks;Todd C. Miller
2000-01-04fix bugs in test. now succeedsDavid Leonard
2000-01-04a version separate from libc's to make things simpler.David Leonard
2000-01-04fleshDavid Leonard
2000-01-04libpthread lives again!David Leonard
2000-01-04Test stdarg for fgsch@David Leonard
2000-01-04Test some signal handlingDavid Leonard
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
2000-01-03syncTheo de Raadt
2000-01-03advansys u2wTheo de Raadt
2000-01-03extern rather than linker commons; jsm@netbsd.orgPaul Janzen
2000-01-03Grammar; deraadt@Aaron Campbell
2000-01-03use strtol to parse timeout value; from Kenneth R Westerback <kwesterback@hom...Michael Shalayeff
2000-01-03When a mode is specified via the -m flag, don't allow the umaskTodd C. Miller
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
2000-01-03Old getdate.y was not Y2K compliant, us the one that comes with cvs instead.Todd C. Miller
2000-01-03Remove dependencies between midi & audio. midi now will compile onFederico G. Schwindt
2000-01-03Y2K bug in logging function, tm_year is year - 1900, not the last two digitsTodd C. Miller