Age | Commit message (Expand) | Author |
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 |
2005-07-08 | - revert previous commit a bit, those arguments belonged to expand-modules. | Joris Vink |
2005-07-08 | do not send the Arguments to the server twice. | Joris Vink |
2005-07-08 | display 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 spot | Brad Smith |
2005-07-08 | Remove verbosity during autoconf when running in vmware. | Marco Peereboom |
2005-07-08 | add a return here. | Brad Smith |
2005-07-08 | Eliminate unused code and associated parameters. | Kenneth R Westerback |
2005-07-07 | clear vm_dused at exec time, since we are potentially re-using the vmspace; | Theo de Raadt |
2005-07-07 | extend what jcs did a bit further by removing atus storage for the ssid. | David Gwynne |
2005-07-07 | set flow type (use, require, etc.) when a rule is created. Up to now this was | Hans-Joerg Hoexer |
2005-07-07 | check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl. | Brad Smith |
2005-07-07 | Do not mix rule types with flow types | Hans-Joerg Hoexer |
2005-07-07 | add type for rules; will need this for tcpmd5 | Hans-Joerg Hoexer |