summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-27remove the whining about missing upport for cisco's proprietary ISLHenning Brauer
2004-11-27use a pm_lock define instead of the long fluffMichael Shalayeff
2004-11-27Use unsigned char for bytes that are fed to isxxx() functions, to improveOtto Moerbeek
2004-11-27Fix for building in another directory using config -s. ok deraadt@, miod@.Matthieu Herrb
2004-11-27tweak very verbose output.Marc Espie
2004-11-27introduce pffinddomain(), to find a domain by family.Patrick Latifi
2004-11-27In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowestMiod Vallat
2004-11-27if the package is already installed, check whether updating it makes sense:Marc Espie
2004-11-27record sample/extra directories if !extra, so that SharedItems won't warnMarc Espie
2004-11-27be verbose if !extra, tell user what they should do manually.Marc Espie
2004-11-27document WANTLIBMarc Espie
2004-11-27KNF, ANSI, cleanup. No binary change.Alexander Yurchenko
2004-11-27proper prototypes for some functions that were missing them; ok deraadt dhartmeiPeter Valchev
2004-11-26Grammo ok many.Marco Peereboom
2004-11-26syncTheo de Raadt
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-11-26Fix the getdirentries() loop memory handling and EOF detection.Otto Moerbeek
2004-11-26implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtreeMarkus Friedl
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-11-26Cleanup, document .cvsrc and -f a bit more, and add checkout to theJean-Francois Brousseau
2004-11-26Match more closely the data sent by GNU CVS when dealing with multipleJean-Francois Brousseau
2004-11-26An introduction man page on how to use OpenCVS to manage CVS repositoriesJean-Francois Brousseau
2004-11-26struct cvs_file -> CVSFILEJean-Francois Brousseau
2004-11-26document /etc/{firmware,fonts,hotplug}Jason McIntyre
2004-11-26better kerberos/gssapi references;Jason McIntyre
2004-11-26add pfkey sysctl subtree; ok deraadtMarkus Friedl
2004-11-26install more manpages: gssapi(3), gss_acquire_cred(3), kerberos(8),Bjorn Sandell
2004-11-26fix typo; from heimdal cvsBjorn Sandell
2004-11-25fix on alpha. the lack of BWX by default, and assumptions of alignmentTheo de Raadt
2004-11-25leak; from mpechMarkus Friedl
2004-11-25crank ramdisk filesystem slightly to cope with firmwares inside the filesystemTheo de Raadt
2004-11-25resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it'sMarkus Friedl
2004-11-25use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgschMarkus Friedl
2004-11-25remove special handling of PF_KEY in net_sysctl; ok deraadtMarkus Friedl
2004-11-25off by one in err()Markus Friedl
2004-11-25Move towards a more flexible and generic interrupt system, as well as betterMiod Vallat
2004-11-25Handle CVSD_SET_MODDIR, add session allocation and some minor cleanupJean-Francois Brousseau
2004-11-25add regress test support for buffereventsBrad Smith
2004-11-25update FILES;Jason McIntyre
2004-11-25Don't use strlcpy() to copy just part of a string, it make the code tooTodd C. Miller
2004-11-25fix for race between invocation for timer and network inputMarkus Friedl
2004-11-25compatibility ioctls for things like "wicontrol ath0 -l" toReyk Floeter
2004-11-25Ignore 0.0.0.0 in RTM_NEWADDR messages as these messages are generated byClaudio Jeker
2004-11-25Remove obsolete RhostsAuthentication from test config; ok markus@Darren Tucker
2004-11-25fix "listen on hostname"Henning Brauer
2004-11-25Change the behavior of IFS word-splitting: split wordsJared Yanovich
2004-11-25Enable lpt0 on amd64 GENERIC. ok deraadt@Ian Darwin
2004-11-24if I would remember at what I looked when learning how to use our wonderfulHenning Brauer