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