Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-07-03 | no need for syncdelay to be a time_t, make it it an int. unstatic variables | Thordur I. Bjornsson | |
so I can twiddle them from ddb (not that I will mess with the hashmask, but static burns). ok tedu@ | |||
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 | |
command line parsing. | |||
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst | |
This is more clear, and as thib pointed out, the default in softraid was wrong. ok thib. | |||
2010-07-03 | the sedtest regress test requires 200-ish file descriptors, so set a | Peter Hessler | |
somewhat nicer limit inside the script itself. debugged and reviewed with naddy@ | |||
2010-07-03 | add several new tests for pfctl, and fix the output of some existing | Peter Hessler | |
tests for the updated pfctl. OK henning@, mcbride@ | |||
2010-07-03 | Fix a couple of problems with printing of anchors, in particular recursive | Ryan Thomas McBride | |
printing, both of inline anchors and when requested explicitly with a '*' in the anchor. - Correct recursive printing of wildcard anchors (recurse into child anchors rather than rules, which don't exist) - Print multi-part anchor paths correctly (pr6065) - Fix comments and prevent users from specifying multi-component names for inline anchors. tested by phessler ok henning | |||
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 | |
will be getting cleaned up soon. ok henning | |||
2010-07-03 | Get rid of EAGAIN, retry scsi_xs_sync() commands (after a scsi_delay()) | Kenneth R Westerback | |
that get XS_NO_CCB until retry limit exceeded. On to getting rid of XS_NO_CCB. ok matthew@ "so be it" dlg@ | |||
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 | |
suggestion of more devices and ok tedu@; ok krw@ | |||
2010-07-03 | Stop disk on suspend and start it again upon resume. Gets rid of the loud | Mark Kettenis | |
click upon suspend that my laptop with ahci(4) has. ok dlg@, ok marco@ on an earlier iteration of this diff | |||
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin | |
This is also the same as the Intel Series 5 Thermal Sensor. ok deraadt@, kettenis@ | |||
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis | |
ok dlg@, marco@ | |||
2010-07-03 | Turns out the | Mark Kettenis | |
/* XXX maybe more than the default wait is appropriate here? */ in ahci_port_portreset() is true, at least when we come out of suspend. Allow a timeout of 3s here while keeping all the other delays at 1s. ok dlg@, kettenis@ | |||
2010-07-03 | make lint happy | Alexander Hall | |
ok phessler@ | |||
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 | |
around vinvalbuf(). vrele() -> vput() after VOP_CLOSE(). ok tedu@ | |||
2010-07-02 | Always try READ CAPACITY(16) on SCSI-3 devices. If it fails, return | Kenneth R Westerback | |
the READ CAPACITY(10) values already retrieved. Creates the possibility to look at other interesting READ CAPACITY(16) data for future consideration. ok matthew@ marco@ deraadt@ | |||
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 | |
ok deraadt@ | |||
2010-07-02 | Pretend that softintr_establish() actually works. | Joel Sing | |
ok kettenis@ | |||
2010-07-02 | no need to call uvm_km_free_wakup for the kernel map, uvm_km_free is | Thordur I. Bjornsson | |
enough. ok tedu@, art@ | |||
2010-07-02 | Add Makefile.inc for hppa64 to aid in building cross tools. | Joel Sing | |
ok drahn@ kettenis@ | |||
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 | |
not the memory prior to it. Lots of help from oga@ ok kettenis@ | |||
2010-07-02 | tags.c isn't needed at all, so exclude the entire object instead of | Philip Guenthe | |
commenting it out top-to-bottom ok deraadt@ | |||
2010-07-02 | Don't bother trying to handle a uvm_pglistalloc failure when called with | Thordur I. Bjornsson | |
UVM_PLA_WAITOK as it will not fail; Rather assert that it didn't fail. ok tedu@, oga@ | |||
2010-07-02 | Remove the "fast" grep code if SMALL. This has the side effect of breaking | Ted Unangst | |
fgrep -w, but oh well. ok deraadt millert | |||
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 | |
2010-07-02 | #ifndef SMALL a few more things to save space on the ramdisks | Theo de Raadt | |
2010-07-02 | An entire 1.5KB .o file was linked, but not actually used. | Theo de Raadt | |
2010-07-02 | Yet another workaround for PCH devices adapted from Intel code in | Jonathan Gray | |
FreeBSD by Mike Belopuhov. Makes the 82578 in dlg's dell desktop work. tested on 82577 by mlarkin@, ok claudio@ | |||
2010-07-02 | add $OpenBSD$ and remove trailing space. no functional change. | YASUOKA Masahiko | |
2010-07-02 | Provide an iopool in arc(4). | Michael Knudsen | |
ok dlg matthew | |||
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen | |
Requested by dlg when reviewing a different diff. ok dlg | |||
2010-07-02 | Build grep with -DSMALL, ok tedu | Nicholas Marriott | |
2010-07-02 | Do not include mmap support with -DSMALL. | Nicholas Marriott | |
ok millert | |||
2010-07-02 | nuke unused global and a comment. | Thordur I. Bjornsson | |
ok tedu@, oga@ | |||
2010-07-02 | cleanup the disktab files. yes, this means you will have to manually | Ted Unangst | |
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your palm device, but that's the price of progress. hopefully i didn't whack anything important. ok deraadt | |||
2010-07-02 | disktab.shadow is not used anymore | Theo de Raadt | |
2010-07-02 | ss(4) does not need the tape attribute; only tape devices do (and only on vax, | Miod Vallat | |
really). | |||
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst | |
2010-07-02 | delete sunos files | Ted Unangst | |