Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-22 | remove the very basic ath(4) rate control implementation and use | Reyk Floeter | |
rssadapt(9) instead. this may need some further work but now it's in the right place and shared with other drivers (like ral(4)). yes jsg@ | |||
2005-09-22 | revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to be | David Gwynne | |
causing random lockups on my machine. sigh. | |||
2005-09-22 | NEWINTR is not an option on OpenBSD. | Dale Rahn | |
2005-09-22 | knf; ok drahn | Theo de Raadt | |
2005-09-22 | Use std missing symbol print instead of MD custom, do not warn on weak | Dale Rahn | |
undefined symbols, or count them as failures. inspired kurt@ | |||
2005-09-22 | Print MAC name and version and use "address" instead of | Jonathan Gray | |
"802.11 address" when printing MAC address. | |||
2005-09-22 | add a few flags to CDIAGFLAGS | Brad Smith | |
2005-09-21 | change label at markus@'s request | Damien Miller | |
2005-09-21 | aquire -> acquire, from stevesk@ | Damien Miller | |
2005-09-21 | rearrange sanity checks to eliminate signed arithmatic, from stevesk@ | Damien Miller | |
2005-09-21 | Simplify the internal symbol finding API, with some cleanup, prep for | Dale Rahn | |
next step. ok kurt@ | |||
2005-09-21 | add ability to disable EPSV/EPRT from command-line. | Federico G. Schwindt | |
from Thorsten Glaser via Matt Van Mater < matt dot vanmater at gmail dot com > with some minor mods. deraadt@ jmc@ ok | |||
2005-09-21 | put description of `dest_address' in the right place; | Jason McIntyre | |
ok deraadt@ | |||
2005-09-21 | grammar, spelling, formatting fixes... | Jason McIntyre | |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat | |
2005-09-21 | Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_map | Miod Vallat | |
on large memory sun4m machines. | |||
2005-09-21 | Fix bug if object search is not the object where dlsym() finds an object. | Dale Rahn | |
2005-09-21 | more main.C -> main.c | Dale Rahn | |
2005-09-21 | This test is now C, not C++. main.C ->main.c | Dale Rahn | |
2005-09-21 | Added some missing defines. | Brad Smith | |
From ru FreeBSD | |||
2005-09-21 | Add a radius_Flush() function that waits for the response (or timeout) to | Brad Smith | |
any pending RADIUS transaction. Use this before sending RAD_STOP RADIUS messages so that we definitely ``stop'' the session. It was discovered that sometimes when the link timed out, we got lucky enough to have an un-ACK'd RADIUS accounting transaction in progress, resulting in the RAD_STOP message failing to send. From brian FreeBSD | |||
2005-09-21 | clean this mess up; joris ok | Xavier Santolaria | |
2005-09-21 | use correct return codes in cvs_add_directory(); joris ok | Xavier Santolaria | |
2005-09-21 | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | Brad Smith | |
information being sent to the RADIUS server. Logging of RADIUS accounting information moves to a ``set log [+-]radius'' level, along with the RADIUS alive info. From brian FreeBSD | |||
2005-09-21 | Send NAS-IP-Address as well as NAS-Identifier | Brad Smith | |
Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to support pre-rfc2865 RADIUS servers. This pushes our enable/disable items over the 32 bit limit, so reoganise things to allow a bunch more options. From brian FreeBSD | |||
2005-09-21 | Avoid casts as lvalues. | Brad Smith | |
From kan FreeBSD | |||
2005-09-21 | If HISMACADDR is set in the environment, pass the value to | Brad Smith | |
the RADIUS server as RAD_CALLING_STATION_ID. From brian FreeBSD | |||
2005-09-21 | Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. | Brad Smith | |
From dds FreeBSD | |||
2005-09-21 | Make sure that "updates" with only MP withdraws (MP_UNREACH_NRLI) stop | Claudio Jeker | |
processing after the MP withdraw block. OK henning@ | |||
2005-09-21 | when the route to a nexthop is a reject or blackhole route, the nexthop | Henning Brauer | |
is invalid. add check for these flags. shows up with v6, many reject routes there. claudio ok | |||
2005-09-21 | fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernel | David Gwynne | |
buffer for passthrough io rather than setting its own up. | |||
2005-09-21 | dont use the scsi xfer in ami_done to figure out if we have to sync a | David Gwynne | |
buffer or not. this will allow us to issue arbitrary passthrough commands without needing them to come in via ami_scsi_raw_cmd. useful for management functionality... | |||
2005-09-21 | remove the bits in the ccb that were needed to support scsi commands on | David Gwynne | |
the passthrough bus when bounce buffers were used. | |||
2005-09-21 | rename nsg to nsge in struct ami_passthrough to be consistent with the | David Gwynne | |
naming elsewhere in this driver. suggested by marco@ | |||
2005-09-21 | use the ccbs passthrough command in the raw scsi path rather than | David Gwynne | |
allocating it and a bounce buffer for each scsi io. gets rid of the alloc sleeps and frees and simplifies things greatly. | |||
2005-09-21 | allocate space in each ccb to store a passthrough command | David Gwynne | |
2005-09-21 | IPSec -> IPsec | Jason McIntyre | |
grammar from joel@ | |||
2005-09-21 | uppercase first letter of a sentence; | Jason McIntyre | |
2005-09-21 | Improve readability by using a variable instead of repeated | Kenneth R Westerback | |
calculations. Same as sd.c r1.94. | |||
2005-09-21 | Missing parenthesis. Same problem was addressed in sd.c r1.90. Could | Kenneth R Westerback | |
fix devices not supporting TEST UNIT READY. | |||
2005-09-21 | name union. | Brad Smith | |
From ume FreeBSD | |||
2005-09-21 | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | Brad Smith | |
want to pass the value to upper layer protocol such as DHCPv6 for prefix delegation. From ume FreeBSD | |||
2005-09-21 | Do RADIUS accounting on IPV6CP. | Brad Smith | |
From ume FreeBSD | |||
2005-09-21 | Install routes specified by Framed-IPv6-Route. Since the format | Brad Smith | |
of Framed-IPv6-Route is user defined, it follows Framed-IP-route. From ume FreeBSD | |||
2005-09-21 | Add IPv6 related attributes defined in RFC3162. | Brad Smith | |
From ume FreeBSD | |||
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt | |
2005-09-20 | if we must un-export, only un-export when we do the first call for | Theo de Raadt | |
each filesystem; ok drahn, specific issue found by otto | |||
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat | |
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ | |||
2005-09-20 | 'router demon' -> 'router daemon' | Kenneth R Westerback | |
2005-09-20 | refuse building archive if we don't have user names for the uids. | Marc Espie | |