summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-07tweaks;Jason McIntyre
2004-11-07usage():Jason McIntyre
2004-11-07use cc -pipe on most architectures; agreed by a lotTheo de Raadt
2004-11-07options sort, and whitespace;Jason McIntyre
2004-11-07oopsTheo de Raadt
2004-11-07document the current behavior of pkg_add -r.Marc Espie
2004-11-07clone() library entry so that md5 and modes/owners get copied along.Marc Espie
2004-11-07split off libraries, so that we can erase the old packages.Marc Espie
2004-11-07shared libraries, preliminary work, a simpler scheme:Marc Espie
2004-11-07don't try to be smart and not store the full tempname: we don't use thisMarc Espie
2004-11-07show tally in verbose mode as well, why not ?Marc Espie
2004-11-07twiddle + at start of regexp.Marc Espie
2004-11-07handle special-case + in gnu regexps.Marc Espie
2004-11-07Do not ignore SIGCHLD, repairing hangs after a subshell is executedOtto Moerbeek
2004-11-07syncTheo de Raadt
2004-11-07enable ath, iwi, and ipwTheo de Raadt
2004-11-07avoid first personTheo de Raadt
2004-11-07Xr all aroundTheo de Raadt
2004-11-07add man page reyk did not commit, he will learnTheo de Raadt
2004-11-07For RST generated due to state mismatch during handshake, don't setDaniel Hartmeier
2004-11-07struct ucode.length should be in number of elements (u_int32_t), notDaniel Hartmeier
2004-11-07- MACHINE -> MACHINE_ARCH for amd64Brad Smith
2004-11-07regression tests for new multiplex commandsDamien Miller
2004-11-07add basic control of a running multiplex master connection; including theDamien Miller
2004-11-06remove extra http://David Krause
2004-11-06\[ and \] delimit blocks of characters which are processed just likeTheo de Raadt
2004-11-06change \w to output ~/subpath type things, except for root of courseTheo de Raadt
2004-11-06update -DSEEALSO for alpha and cats, remove arc and amiga. ok miod@Otto Moerbeek
2004-11-06oops. Thanks krw.Marc Espie
2004-11-06gzip embedded man pages, and pipe through gunzip when viewing.Otto Moerbeek
2004-11-06fixed types in ieee80211_regdomain (thanks to Joerg Sonnenberger). now itReyk Floeter
2004-11-06select dd or ed from newly installed filesystem instead, ok krwTheo de Raadt
2004-11-06die if moving tempfiles doesn't work.Marc Espie
2004-11-06zap tempname once we've moved the file.Marc Espie
2004-11-06mark whole state for `replacing' so that only file entries get tempnameMarc Espie
2004-11-06The audio(4) manpage says to use code that looks likeBrad Smith
2004-11-06disable changing softdep linkcnt (last commit). it can cause a loop thatTed Unangst
2004-11-06sync pci idsReyk Floeter
2004-11-06regenReyk Floeter
2004-11-06added new ar5212 device idsReyk Floeter
2004-11-06correct my description of \[ and \]Jason McIntyre
2004-11-06added the "bssid" command to ifconfig, an extended ieee80211Reyk Floeter
2004-11-05document PS1 expansions;Jason McIntyre
2004-11-05Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it'sDarren Tucker
2004-11-05Binutils 2.15 require more aggressive stripping for installation media binaries,Miod Vallat
2004-11-05we want ukphy on the media; miod okTheo de Raadt
2004-11-05incorrect markup was messing the description of IFS. i've rearranged itJason McIntyre
2004-11-05memleaks in error pathes, again awesome work from Patrick LatifiHenning Brauer
2004-11-05memleaks in error pathes, patrick latifi, Thanks!Henning Brauer
2004-11-05command editing and history support via libedit; ok markus@Damien Miller