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