Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-20 | "bgpctl ?" is invalid syntax; replace with "bgpctl help". | Stuart Henderson | |
from Aivar Jaakson. | |||
2009-05-16 | use the ``hello'' message a to set the device mode, and thus make | Alexandre Ratchov | |
it mandatory. Old legacy clients setting the mode with sio_setpar() are still working thanks to small hack. | |||
2009-05-16 | add a new ``hello'' message to aucat protocol useful to work on | Alexandre Ratchov | |
future aucat extentions. No functional changes. | |||
2009-05-13 | fix loopvar debug prints. Issue reported by naddy@ | Marc Espie | |
2009-05-12 | zap double prototype | Marc Espie | |
2009-05-12 | fix obvious bug: .PHONY targets don't match files, so they're precious (we | Marc Espie | |
don't even want to check for a matching file on the file system) | |||
2009-05-10 | couple of fixes for fetch: | Martynas Venckus | |
- don't spam ftp server with four anonftp logins; if ftp_login has already failed in setpeer we give up. also makes install script nicer; req'd by theo - fix autologin = no case which never really worked in fetch since it did not check for autologin before logging in... part 1: ok theo, krw@ part 2: "looks right" millert@, ok sthen@ | |||
2009-05-10 | show which username login failed for; ok martynas | Theo de Raadt | |
2009-05-10 | simple check for cvs conflicts, avoids some "duh" moments (some people like | Marc Espie | |
it, other don't care, it's cheap enough). Slightly tweaked patch that also guards against empty arrays (though it's unlikely to happen, I don't feel like proving the array is not empty). | |||
2009-05-10 | simplify job handling a great deal: we don't care when jobs get | Marc Espie | |
stopped/continued, as we won't try to start new jobs when other stuff is stopped. Redo signal handling so that most stuff can be done directly in the handler. This requires blocking/unblocking signals while creating new jobs, and creating a small list that only contains job's pids. Switch to pgrps for jobs, since that works. Add a clamping heuristic that avoids starting new jobs while an expensive job is running (expensive meaning "very likely to be a recursive make run"). This idea is mostly from Theo, through the implementation is mine. | |||
2009-05-09 | add #ifdef DEBUG blocks around functions only used when DEBUG is defined. | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2009-05-09 | remove unused function | Charles Longeau | |
from tobias@ "just delete them" tedu@, ok millert@ tobias@ | |||
2009-05-09 | clarify what happens if no device is specified and/or no | Alexandre Ratchov | |
sockets are specified, with help from jmc@ | |||
2009-05-08 | Sort variables in env_keep. | Antoine Jacoutot | |
"sure" millert@ | |||
2009-05-07 | Make the kvm routing table code grok multiple routing tables and do not | Claudio Jeker | |
default to table 0 by default. Makes debugging alternate tables possible. OK jsg@ | |||
2009-05-06 | add missing flags to the output of usage() and sort them as usual | Igor Sobrado | |
in BSD operating systems; while here, indent source code in a way it fits on 80-column displays. ok jmc@ | |||
2009-05-06 | Use getttynam() from libc instead of the private version in tset. | Todd C. Miller | |
2009-05-05 | make it clean removing the ifdef SMALL maze. separate cmds and | Martynas Venckus | |
small stuff. make it a fetcher. shrinks quite a bit agreed by millert@, krw@ ok theo, sthen@ | |||
2009-05-03 | Hinge at the natural rollover point 9999x instead of 1024x when switching to | Dale Rahn | |
the next unit K->M->G. ok deraadt@ | |||
2009-05-01 | comment typo, no binary change | Stuart Henderson | |
2009-05-01 | remove unused function | Charles Longeau | |
from tobias@ ok otto@ millert@ gilles@ tobias@ | |||
2009-05-01 | add missing header needed by isdigit() | Charles Longeau | |
ok otto@ millert@ gilles@ | |||
2009-05-01 | add missing header needed by err() | Charles Longeau | |
ok otto@ millert@ gilles@ | |||
2009-04-30 | fix previous, admin may again set non-standard shell; ok millert@ | Jacek Masiulaniec | |
2009-04-29 | add options 'a' and 'd' to the getopt string so | Joris Vink | |
we can actually use them. bad sthen@ and bad me for missing this :) | |||
2009-04-28 | extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131 | Theo de Raadt | |
2009-04-28 | Sync with kernel changes. | Michele Marchetto | |
Add support to route(8) for a new dummy operation to allow packets coming in with a particular label to leave the MPLS cloud and join ipv4/ipv6 stack. ok claudio@ laurent@ | |||
2009-04-28 | tweak previous; | Jason McIntyre | |
2009-04-28 | support some additional diff options: -a, -b, -d, -w | Stuart Henderson | |
ok joris@ | |||
2009-04-28 | replacing malloc/realloc dance, by only one realloc | Charles Longeau | |
While there, also move a variable declaration, in the #ifdef block it is used ok gilles@ millert@ | |||
2009-04-27 | in silent mode, shut up connect to address warning since it spams | Martynas Venckus | |
install media if, e.g. ipv6 is not present discussed with theo, sthen@, millert@, todd@ | |||
2009-04-27 | remove uploading and macros support from install media; to save | Martynas Venckus | |
some space discussed with theo, todd@, millert@ tested and looked over by sthen@ | |||
2009-04-27 | toast the rcsid strings which just get in the way | Theo de Raadt | |
2009-04-27 | It's called `msgcat', not `mesgcat'. | Michael Knudsen | |
speedy ok millert | |||
2009-04-27 | make -v option apply also to implicit default socket | Alexandre Ratchov | |
2009-04-27 | embellish usage now that -T has been removed. | Igor Sobrado | |
2009-04-27 | Remove unused _hostname[] variable. ok millert@ | Matthieu Herrb | |
2009-04-26 | figure out titles automatically by using remote file name. remove | Martynas Venckus | |
-T and just show titles by default for non-verbose transfers; discussed with, ok theo, sthen@ | |||
2009-04-26 | add missing $OpenBSD$ tags | Charles Longeau | |
ok ian@ | |||
2009-04-26 | make djm less disappointed | Stuart Henderson | |
2009-04-26 | make two similar text strings identical; improves consistency and shrinks | Stuart Henderson | |
the text segment slightly (though due to padding it does not change the size of the binary). ok martynas@ | |||
2009-04-26 | I am disappointed that the commit rate to this file is has slowed. | Damien Miller | |
2009-04-26 | move code around a bit, extract code from run_prepared_gnode | Marc Espie | |
into a run_gnode_parallel. That simplifies the control flow of that routine a bit, to allow for more tweaks in the parallel case. okay kettenis@, otto@ | |||
2009-04-25 | guard NOOP code (that tries to send remaining NOOP string) after | Martynas Venckus | |
server closes connection during any get/put transfer. it dereferences cout, which will be NULL, oops originally reported on misc@. pirofti@ can't reproduce it again since the server has been fixed tested by simulating the very same failure sthen@ and pirofti@ agree that my analysis is correct ok sthen@ | |||
2009-04-24 | file update to 4.24 | Charles Longeau | |
The '-i' switch is now enabled so file(1) can output mime type strings. ok ian@ builk ports build test on amd64 by jasper@ ok ray@ gilles@ on a almost identical diff builk ports build test on sparc64 on this almost identical diff by ajacoutot@ also tested by landry@ | |||
2009-04-23 | document the "more" command in the help page; ok millert | Theo de Raadt | |
2009-04-23 | sync actiontypes (pass, block etc) with pfvar so that match rules are | Henning Brauer | |
displayed correctly (actually thsi was out of sync for more than just match) From: Craig Barraclough <craigba at afnsecurity dot com> | |||
2009-04-22 | move support for ulaw/alaw encoding in .wav files from legacy mode | Alexandre Ratchov | |
to normal mode. ok jakemsr@ | |||
2009-04-21 | clarify we cd to user's home after chroot; ok markus@ on | Kevin Steves | |
earlier version; tweaks and ok jmc@ | |||
2009-04-20 | remove unneeded argument to warnx() | Charles Longeau | |
remove unused variable kill some extra blank lines ok canacar@ |