Age | Commit message (Expand) | Author |
2005-09-22 | remove the very basic ath(4) rate control implementation and use | Reyk Floeter |
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 |
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 |
2005-09-22 | Print MAC name and version and use "address" instead of | Jonathan Gray |
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 |
2005-09-21 | add ability to disable EPSV/EPRT from command-line. | Federico G. Schwindt |
2005-09-21 | put description of `dest_address' in the right place; | Jason McIntyre |
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 |
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 |
2005-09-21 | Add a radius_Flush() function that waits for the response (or timeout) to | Brad Smith |
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 |
2005-09-21 | Send NAS-IP-Address as well as NAS-Identifier | Brad Smith |
2005-09-21 | Avoid casts as lvalues. | Brad Smith |
2005-09-21 | If HISMACADDR is set in the environment, pass the value to | Brad Smith |
2005-09-21 | Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. | Brad Smith |
2005-09-21 | Make sure that "updates" with only MP withdraws (MP_UNREACH_NRLI) stop | Claudio Jeker |
2005-09-21 | when the route to a nexthop is a reject or blackhole route, the nexthop | Henning Brauer |
2005-09-21 | fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernel | David Gwynne |
2005-09-21 | dont use the scsi xfer in ami_done to figure out if we have to sync a | David Gwynne |
2005-09-21 | remove the bits in the ccb that were needed to support scsi commands on | David Gwynne |
2005-09-21 | rename nsg to nsge in struct ami_passthrough to be consistent with the | David Gwynne |
2005-09-21 | use the ccbs passthrough command in the raw scsi path rather than | David Gwynne |
2005-09-21 | allocate space in each ccb to store a passthrough command | David Gwynne |
2005-09-21 | IPSec -> IPsec | Jason McIntyre |
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 |
2005-09-21 | Missing parenthesis. Same problem was addressed in sd.c r1.90. Could | Kenneth R Westerback |
2005-09-21 | name union. | Brad Smith |
2005-09-21 | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | Brad Smith |
2005-09-21 | Do RADIUS accounting on IPV6CP. | Brad Smith |
2005-09-21 | Install routes specified by Framed-IPv6-Route. Since the format | Brad Smith |
2005-09-21 | Add IPv6 related attributes defined in RFC3162. | Brad Smith |
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 |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
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 |