Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-25 | search_string_def is declared as public. | Hiroaki Etoh | |
2002-12-25 | arrange_var_order: not to weep the string of inlined function. | Hiroaki Etoh | |
2002-12-25 | assign_stack_temp_for_type: fix to find an already-allocated temporal string ↵ | Hiroaki Etoh | |
for local variables of an inline function | |||
2002-12-25 | sync wi(4) section with reality; Nick Nauwelaerts | Henning Brauer | |
2002-12-25 | remove nasty verbiage | Theo de Raadt | |
2002-12-25 | Initialize color palette from rasops settings (from sparc) rather than | Miod Vallat | |
from incorrect values, and restore it after X11 use (from macppc). | |||
2002-12-25 | add many missing dirs under /etc w/ descriptions; ok miod fgsch | Peter Valchev | |
2002-12-24 | More cleanup. | Ryan Thomas McBride | |
- s/Em/Pa/ where appropriate - get rid of references to spews and Tomcat - more simplification by removal of direction - timeout values are no longer a pfctl(8) thing yes! henning@ | |||
2002-12-24 | forgot this as well. reorder. | Federico G. Schwindt | |
2002-12-24 | reorder .Xr. | Federico G. Schwindt | |
2002-12-24 | _spamd | Theo de Raadt | |
2002-12-24 | cleanup; ok costa@ | Alexander Yurchenko | |
2002-12-24 | Simpler default block. | Ryan Thomas McBride | |
ok deraadt@ | |||
2002-12-24 | Add "reply-to" keyword to regress test. | Ryan Thomas McBride | |
2002-12-24 | add cbq "control" keyword to regress test | Ryan Thomas McBride | |
2002-12-24 | print_cbq_opts should print "control" if CBQCLF_CTLCLASS is set. | Ryan Thomas McBride | |
ok henning@ | |||
2002-12-24 | Received a christmas card from Diego and Wim -- thanks! | Hugh Graham | |
It works even, so enable the dhu. | |||
2002-12-24 | add "require-order" to regress test for options | Ryan Thomas McBride | |
2002-12-23 | regen | Michael Shalayeff | |
2002-12-23 | a few more machines and devs | Michael Shalayeff | |
2002-12-23 | Unbreak for bigendian, identical diff as Theo's. | Dale Rahn | |
2002-12-23 | avoid null deref in calling option_erro(); pt out by hunter@comsys.com.ua | Michael Shalayeff | |
2002-12-23 | jow strummer comes and goes | Michael Shalayeff | |
2002-12-23 | no need to ntohs the ports | Michael Shalayeff | |
2002-12-23 | no need to htons the port, it's already in net order, since we swapped it ↵ | Michael Shalayeff | |
back in tcpdump, worked fine (; from bdd@ieee.org | |||
2002-12-23 | do not mention optimization default, as "set optimization default" is not | Henning Brauer | |
parseable. "normal" is exactly the same, so use that. good catch by David Krause (again). | |||
2002-12-23 | default optimization is "normal", not "default" | Henning Brauer | |
2002-12-23 | missing } | Henning Brauer | |
2002-12-23 | chdir is the syscall, cd is the shell command; Sam Smith | Todd C. Miller | |
2002-12-23 | remove dead code | Henning Brauer | |
2002-12-23 | Fix typo, pointed out by Dries Schellekens | Ryan Thomas McBride | |
2002-12-23 | Change from array to single pf_pabuf (no longer need multiple buffers as | Ryan Thomas McBride | |
we don't need the second list of addresses for DIOCCHANGE* operations) Also get rid of a bug where DIOCBEGINADDRS clears pabuf[1] when pabuf[0] is the one being used. ok henning@ dhartmei@ | |||
2002-12-23 | A nudge towards reality: | Ryan Thomas McBride | |
- direction is now optional - better way of specifying drop return rules - wrap some lines which are too long. ok dhartmei@ henning@ | |||
2002-12-23 | specify tbrsize; fixes this test on alpha | Henning Brauer | |
2002-12-23 | -list options with default values | Henning Brauer | |
-correct order -various spelling/grammar/consistency from David Krause with feedback from dhartmei@ | |||
2002-12-23 | Repair minor indentation problem. | Miod Vallat | |
2002-12-23 | - mark usage() as __dead | Alexander Yurchenko | |
- combine function call and return value checking into one statement - use errx() instead of fprintf(stderr)/exit() - style(9)ed returns - better comments - proper initializing of agt var - add usage to device_dump() - grammar - some -W -Wall fixes - add missing exit()s in usage blocks - simplify sec_getpass() function Work by Andrey Matveev <andrushock@korovino.net> and me. ok gluk@ | |||
2002-12-23 | Bug Fix | margarida | |
Update Safe module to version 2.09 millert@ ok | |||
2002-12-23 | o Ansi function headers | Todd C. Miller | |
o Add __BEGIN_DECLS/__END_DECLS to include files o Safe macros o Remove useless variable assignment in the End function of *hl.c o Some minor KNF, needs more From Dan Weeks | |||
2002-12-23 | oops | Theo de Raadt | |
2002-12-23 | dev/ata/ata.c should depends on wdc_base since it uses some calls | Alexander Yurchenko | |
from dev/ic/wdc.c; from NetBSD. ok miod@ deraadt@ | |||
2002-12-23 | minor minor tweaks; mjc@bitz.ca | Theo de Raadt | |
2002-12-23 | not errx; andrushock@korovino.net | Theo de Raadt | |
2002-12-23 | Fix complete botch in handling of 'openings'. | Kenneth R Westerback | |
Assign a fixed value (SIOP_NTAGS) to the openings field in the adapter's template sc_link, rather than incrementing the value as cbd's are allocated. The template value is the one copied into each device's sc_link structure as it is created. Incrementing the value meant that each new device got a larger value for openings. The total number of openings claimed by devices on a bus soon exceeded the number of cbd's available. e.g. after 5 devices there would be 132 allocated cbd's, but the total number of openings claimed by devices would be 300. A heavy i/o load on an adapter with multiple devices could have caused the upper scsi layer to try to queue more i/o's than the driver had cbd's to store them in. Such i/o's would fail with EIO if they were started with SCSI_NOSLEEP (e.g. sdstart()) or were not queued within the specified retry limit. I/o's for devices 'later' on the bus would be more likely to trigger this behaviour, due to their inflated openings values. This is good candidate for -stable. | |||
2002-12-23 | Display offending line number in error messages. | Todd C. Miller | |
Based on a patch from Sam Smith. | |||
2002-12-22 | spelink; Wouter Clarie in PR 3047 | Henning Brauer | |
2002-12-22 | o check for empty $SHELL and add missing __dead (Andrey Matveev) | Todd C. Miller | |
o call setlogin() if the -U flag was specified and we either are the session leader or are able to become it. | |||
2002-12-22 | Add altq ioctls. Just the bare minimum, more details to come. | Ryan Thomas McBride | |
ok henning@ | |||
2002-12-22 | pfioc_changealtq is not needed anymore; queues will eventually be | Ryan Thomas McBride | |
referenced by number in DIOCCHANGEALTQ (like rule and pooladdress) "go for it" henning@ | |||
2002-12-22 | Convert to using atagettrace_t. | Alexander Yurchenko | |
ok costa@ |