Age | Commit message (Expand) | Author |
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat |
2005-07-09 | also match on 82801CA; from mkoc@prime.pl | Michael Shalayeff |
2005-07-09 | better | Brad Smith |
2005-07-09 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith |
2005-07-09 | make sure, output of -ss is identical to syntax for SA rules | Hans-Joerg Hoexer |
2005-07-09 | handle 64bit bar; found by mpf@ | Michael Shalayeff |
2005-07-09 | channel changing is to be handled by radioctl; the rest of it requres use of ... | Michael Shalayeff |
2005-07-09 | it's ok to not specify the key when deleting a tcpmd5 SA | Hans-Joerg Hoexer |
2005-07-09 | rev 1.34 | Brad Smith |
2005-07-09 | also bail out when pfkey returns ESRCH (eg. trying to delete a non-existing SA) | Hans-Joerg Hoexer |
2005-07-09 | ANSI protos | Brad Smith |
2005-07-09 | small cleanups | Hans-Joerg Hoexer |
2005-07-09 | add support tcpmd5 | Hans-Joerg Hoexer |
2005-07-09 | Provide infrastructure for adding/deleting SAs, will be used by tcpmd5 and | Hans-Joerg Hoexer |
2005-07-09 | fix SIOCSIFMTU | Brad Smith |
2005-07-09 | - disable TX checksum offload since this chip has a bug where | Brad Smith |
2005-07-09 | kill useless "&& r1 == NULL" expression. | Niall O'Higgins |
2005-07-09 | explicit casts to const char * | Niall O'Higgins |
2005-07-09 | convert snprintf with format string "%s" to an strlcpy. | Niall O'Higgins |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok. | Hakan Olsson |
2005-07-09 | note that documentation has its own style guide, mdoc.samples(7); | Jason McIntyre |
2005-07-09 | IP-address -> IP address; | Jason McIntyre |
2005-07-09 | rev 1.85 | Brad Smith |
2005-07-09 | rev 1.45 | Brad Smith |
2005-07-09 | Since we never add more than the default dhcp_universe, expunge the | Kenneth R Westerback |
2005-07-08 | Don't need to specify MDTERM=vt220. vt220 is the default value. | Kenneth R Westerback |
2005-07-08 | Don't mistakenly match groups with partial name matches in "usermod -G". | Todd C. Miller |
2005-07-08 | hp300 console is now vt220 so make that the default term type. OK miod@ | Todd C. Miller |
2005-07-08 | split local and remote function handlers from each other. | Joris Vink |
2005-07-08 | More dead and moribund code removal/cleanup. This time unused parameters | Kenneth R Westerback |
2005-07-08 | Remove unused extent_insert_and_optimize() parameter 'flags'. Spotted | Kenneth R Westerback |
2005-07-08 | new sentence, new line; | Jason McIntyre |
2005-07-08 | Sync locators with recent changes on hppa. | Miod Vallat |
2005-07-08 | The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in addition | Miod Vallat |
2005-07-08 | proto is `ip6', not `ipv6'; | Jason McIntyre |
2005-07-08 | handle -Q correctly; Ok joris@. | Xavier Santolaria |
2005-07-08 | Do not report the battery status as critical but absent, when the battery | Miod Vallat |
2005-07-08 | Declare mainbus_model as extern here so that code outside of autoconf.c can | Miod Vallat |
2005-07-08 | Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2 | Miod Vallat |
2005-07-08 | Allow more than one auxio device to attach, and attach both SPARCbook auxio | Miod Vallat |
2005-07-08 | Fix external video synchro constants. | Miod Vallat |
2005-07-08 | Partially revert r1.8 - we do not want to match on the SPARCbook auxio2 | Miod Vallat |
2005-07-08 | if a file has been locally added, output correct info! Ok joris@. | Xavier Santolaria |
2005-07-08 | don't try to run the pruning function on server side. | Joris Vink |
2005-07-08 | change BindAddress to match recent ssh -b change; prompted by markus@ | Darren Tucker |
2005-07-08 | hrmz spaces... | Xavier Santolaria |
2005-07-08 | race when efd gets closed while there is still buffered data: | Markus Friedl |
2005-07-08 | Make comment match code; ok djm@ | Darren Tucker |