summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-07-08- revert previous commit a bit, those arguments belonged to expand-modules.Joris Vink
2005-07-08do not send the Arguments to the server twice.Joris Vink
2005-07-08display in local mode only the mtime of a file stored in the Entries file;Xavier Santolaria
2005-07-08 Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined.Marco S Hyman
2005-07-08- use ETHER_MAX_LEN_JUMBO in one more spotBrad Smith
2005-07-08Remove verbosity during autoconf when running in vmware.Marco Peereboom
2005-07-08add a return here.Brad Smith
2005-07-08Eliminate unused code and associated parameters.Kenneth R Westerback
2005-07-07clear vm_dused at exec time, since we are potentially re-using the vmspace;Theo de Raadt
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
2005-07-07set flow type (use, require, etc.) when a rule is created. Up to now this wasHans-Joerg Hoexer
2005-07-07check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl.Brad Smith
2005-07-07Do not mix rule types with flow typesHans-Joerg Hoexer
2005-07-07add type for rules; will need this for tcpmd5Hans-Joerg Hoexer