summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-11-24Long time not accurate anymore.Miod Vallat
2004-11-24don't leave run state on background scanDamien Bergamini
2004-11-24add missing field in struct iwi_associateDamien Bergamini
2004-11-24- add short preamble capabilityDamien Bergamini
2004-11-24extend scan delay from 20ms to 100ms for each channel + minor consistency tweakDamien Bergamini
2004-11-24reset adapter in iwi_stop()Damien Bergamini
2004-11-24clear register 0x41, not 0x43 (endianness)Damien Bergamini
2004-11-24fix interrupt handlerDamien Bergamini
2004-11-24remove obsolete `A' from `state' example;Jason McIntyre