Age | Commit message (Expand) | Author |
2010-07-03 | use SMALL_PROGRAM to knock out some code | Theo de Raadt |
2010-07-03 | sync | Theo de Raadt |
2010-07-03 | Add a quick hack to fix the display of reserved characters, | Ingo Schwarze |
2010-07-03 | Rudimentary implementation of user-defined strings; | Ingo Schwarze |
2010-07-03 | string comparison (noticed by landry) | Marc Espie |
2010-07-03 | sync | Theo de Raadt |
2010-07-03 | Nuke missed .Xr ss. Pointed out by jmc@. | Kenneth R Westerback |
2010-07-03 | put .Os in the right place; | Jason McIntyre |
2010-07-03 | +.It Xr itherm 4 | Jason McIntyre |
2010-07-03 | tweak previous; | Jason McIntyre |
2010-07-03 | Make the kernel responsible for saving the FPU state before running | Mark Kettenis |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | Regen. | Kenneth R Westerback |
2010-07-03 | Regen. | Kenneth R Westerback |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | no need for syncdelay to be a time_t, make it it an int. unstatic variables | Thordur I. Bjornsson |
2010-07-03 | When open() fails, warn using the device name, not the host name. | Nicholas Marriott |
2010-07-03 | replace 0 with equivalent allocation flag. ok thib | Ted Unangst |
2010-07-03 | Changed vinit to clear the values but forgot to move it before they are set by | Nicholas Marriott |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-03 | the sedtest regress test requires 200-ish file descriptors, so set a | Peter Hessler |
2010-07-03 | add several new tests for pfctl, and fix the output of some existing | Peter Hessler |
2010-07-03 | Fix a couple of problems with printing of anchors, in particular recursive | Ryan Thomas McBride |
2010-07-03 | de-static ufs_chown and ufs_chmod so they show up in DDB. | Thordur I. Bjornsson |
2010-07-03 | Use our own enum here rather than abusing the PF rule type enums, which | Ryan Thomas McBride |
2010-07-03 | Get rid of EAGAIN, retry scsi_xs_sync() commands (after a scsi_delay()) | Kenneth R Westerback |
2010-07-03 | we can't checksum directories either, so give a better error message | Marc Espie |
2010-07-03 | Omit some silly USB devices from RAMDISK kernels. | Matthew Dempsky |
2010-07-03 | Stop disk on suspend and start it again upon resume. Gets rid of the loud | Mark Kettenis |
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin |
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis |
2010-07-03 | Turns out the | Mark Kettenis |
2010-07-03 | make lint happy | Alexander Hall |
2010-07-03 | s/$Id$/$OpenBSD$/ | YASUOKA Masahiko |
2010-07-03 | Last bit of thib@ locking diff from long ago. Put proper locking | Kenneth R Westerback |
2010-07-02 | Always try READ CAPACITY(16) on SCSI-3 devices. If it fails, return | Kenneth R Westerback |
2010-07-02 | update to modern regex code and remove libcompat. ok deraadt phessler | Ted Unangst |
2010-07-02 | 'wether' -> 'whether' typo in license text. | Kenneth R Westerback |
2010-07-02 | Pretend that softintr_establish() actually works. | Joel Sing |
2010-07-02 | no need to call uvm_km_free_wakup for the kernel map, uvm_km_free is | Thordur I. Bjornsson |
2010-07-02 | Add Makefile.inc for hppa64 to aid in building cross tools. | Joel Sing |
2010-07-02 | sync | Theo de Raadt |
2010-07-02 | When we steal memory, return the VA for the memory that we have stolen and | Joel Sing |
2010-07-02 | tags.c isn't needed at all, so exclude the entire object instead of | Philip Guenthe |
2010-07-02 | Don't bother trying to handle a uvm_pglistalloc failure when called with | Thordur I. Bjornsson |
2010-07-02 | Remove the "fast" grep code if SMALL. This has the side effect of breaking | Ted Unangst |
2010-07-02 | make lint a bit happier | Theo de Raadt |
2010-07-02 | garbage collect an unused function; ok claudio | Theo de Raadt |
2010-07-02 | garbage collect an unused variable | Theo de Raadt |
2010-07-02 | some data structures were still present when NOKVM was defined | Theo de Raadt |