Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-20 | Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library | Theo de Raadt | |
code using socket options. ok matthew | |||
2010-09-20 | "atomically" create the listening mux socket by binding it on a temorary | Damien Miller | |
name and then linking it into position after listen() has succeeded. this allows the mux clients to determine that the server socket is either ready or stale without races. stale server sockets are now automatically removed ok deraadt | |||
2010-09-20 | Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library | Theo de Raadt | |
code using socket options. ok matthew | |||
2010-09-20 | Update evcount(9) documentation to reflect simplifications. | Matthew Dempsky | |
"yes, that's fine" jmc@ | |||
2010-09-20 | oops! missing quote in previous; | Jason McIntyre | |
2010-09-20 | If during resume we get an interrupt, sure, be a bit noisy about it | Theo de Raadt | |
for now. But since it is not being handled, do not ack it on the chip. Discussed with kettenis a while back | |||
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky | |
hierarchy. Everything attached to a single root node anyway, so at best we had a bush. "i think it is good" deraadt@ | |||
2010-09-20 | Initial revision | Takuya ASADA | |
2010-09-20 | Initial revision | Takuya ASADA | |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback | |
ok dlg@ matthew@ | |||
2010-09-20 | define and use macros for looking at ncq bits. | David Gwynne | |
requested by and ok krw@ | |||
2010-09-20 | missing #include | Damien Miller | |
2010-09-20 | check that received values are smaller than the group size in the | Damien Miller | |
disabled and unfinished J-PAKE code. avoids catastrophic security failure found by Sebastien Martini | |||
2010-09-20 | nsd uses configure, so put it in NO_CROSS for now. | Dale Rahn | |
2010-09-20 | install a SIGCHLD handler to reap expiried child process; ok markus@ | Damien Miller | |
2010-09-20 | add some missing ral/run firmware to install media | Jonathan Gray | |
ok deraadt@ | |||
2010-09-20 | bus_dmamap_sync was using xs->flags to determine which direction | David Gwynne | |
to sync the map. unfortunately xs is not set for internal ciss commands, so this is a null deref. it wasnt until kettenis made bus_dmamap_sync a real function which needed its arguments evaluated that this became a real problem though. hit by mcbride@ and sakurai-san. fixed by krw@ over my shoulder when we figured out which specific chunk of code was faulting. tested by sakurai-san ok krw@ deraadt@ | |||
2010-09-20 | Update instructions for testing npppd and pipex. The instructions was | YASUOKA Masahiko | |
out-of-date-ed after my privilege separation work at n2k10. | |||
2010-09-20 | Fix unitialised variable access in the suspend/resume case | Jonathan Gray | |
that crept in with rev 1.77, spotted by the clang static analyser. ok deraadt@ | |||
2010-09-20 | bufq_drain() does not need to be done in deactivate; we only need | Theo de Raadt | |
to deactivate transactions we are currently doing. ok dlg | |||
2010-09-20 | Write the start of an activate function. QUIESCE should wait for the | Theo de Raadt | |
current crypto operation to finish but doesn't do that yet. The suspend and resume operations assume that SB_GLD_MSR_CTRL gets trashed ok pirofti | |||
2010-09-20 | Need an activate function to get to sub-devices. Write it by hand since | Theo de Raadt | |
we expect some specific register restoration will be needed here later too. ok pirofti | |||
2010-09-20 | DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; remove | Theo de Raadt | |
the false comments. | |||
2010-09-20 | Must travese deeper for DVACT_QUIESCE; ok miod | Theo de Raadt | |
2010-09-20 | bring back scsi_base.c r1.195 and scsiconf.h r1.138 now that | David Gwynne | |
src/sys/dev/ata/atascsi.c r1.92 solves the problem that my scsi_link change tickled. tested by josh elsasser who reported the problem in pr6470 deraadt@ is letting it in again so it can get widespread testing | |||
2010-09-20 | After the gcc4 switch the stack protector triggers in atw | Jonathan Gray | |
when a buffer is overflowed. Fix this and increase the size of the rate buffer (which is still < IEEE80211_RATE_MAXSIZE due to hardware restrictions) while here. ok claudio@ damien@ | |||
2010-09-19 | Shorten text pointing from -X to -print0. | Ingo Schwarze | |
Add pointer from -print0 to xargs(1). Add an EXAMPLE to demonstrate \( ... -or ... \) -print0. Stop advertising -print | xargs, which is dangerous. Add a CAVEAT about passing find(1) output to other programs. Mostly from joachimschipper dot nl; using feedback from jmc@ and sthen@, and tweaked myself; ok jmc@ | |||
2010-09-19 | Overhaul ddb disassembler to recognize all MIPS IV instructions, as well as | Miod Vallat | |
some mips64r2 instructions. Various bugfixes all over as well (conditional trap instructions do not have a delay slot, for instance). | |||
2010-09-19 | move the ncq depth calculation into atascsi_probe where it belongs. by | David Gwynne | |
default we now only give devices 1 openings unless both the adapter and device support ncq and a queue depth greater than one. tested by josh elsasser, who always seems to get hurt when i change the openings handling in atascsi. ok krw@ | |||
2010-09-19 | acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdt | Theo de Raadt | |
operations must currently operate under the acpi thread. So use aml_register_notify with ACPI_POLL for now -- it is a horrific hack of an interface, but now that all drivers are unified to use it, we can consider improving it. tested by jasper and claudio | |||
2010-09-19 | Do not break .Op scope by .Oc. | Ingo Schwarze | |
While here, remove .Xo macros that were ugly workarounds to deal with groff-1.15 bugs, but are required neither by modern groff nor by mandoc nor by any documentation we are aware of. Problem originally noticed by jmc@ running mandoc -Tlint; patch ok by jmc@. | |||
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-09-19 | put HISTORY in the right place; | Jason McIntyre | |
2010-09-19 | fix some unbalanced quoting; | Jason McIntyre | |
2010-09-19 | - put the Os macro in the correct place | Jason McIntyre | |
- in one instance, .Dr -> .Dq | |||
2010-09-19 | add support for 82583V. Confirmed to work on Portwell CAD-0205. | YASUOKA Masahiko | |
ok jsg@ | |||
2010-09-19 | remove a phantom control character; | Jason McIntyre | |
2010-09-19 | more wacky macro fixes; | Jason McIntyre | |
2010-09-19 | fix some unbalanced quoting, and a little whitespace removal; | Jason McIntyre | |
2010-09-19 | - remove some silly .Tn/.Tm | Jason McIntyre | |
- supply a missing -width to one of the lists | |||
2010-09-19 | .Tm -> .Nm | Jason McIntyre | |
2010-09-19 | check the cdb length on the scsi commands we emulate in atascsi as a way to | David Gwynne | |
check that the midlayer is doing the right thing. ok krw@ | |||
2010-09-19 | Check the right mask for additional functions in phy code for 82575 | Jonathan Gray | |
and don't treat a MNG read timeout as fatal as per the Intel code in FreeBSD. With these changes Peter Bisroev no longer sees problems with phy initialisation across reboots on ET quad 82575 cards. ok claudio@ | |||
2010-09-19 | wrap a long line | Theo de Raadt | |
2010-09-19 | - remove BUGS: it was out of date | Jason McIntyre | |
- better Nd; from schwarze ok schwarze | |||
2010-09-19 | Move setting of reception of broadcast packets from lii_init() into | Stuart Henderson | |
lii_iff() to be consistent with age/alc and other drivers. No functional change. From Brad, tested by oga@. |