Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat | |
2010-06-18 | Remove IOMMU pte defines; only those in iommureg.h are used. | Miod Vallat | |
2010-06-18 | dvma_free() the exact size passed to dvma_malloc(). | Miod Vallat | |
2010-06-18 | Make bioctl(8) disklabel UID friendly by attempting to open the device | Joel Sing | |
using opendev(3) first and then trying /dev/bio if that failed. Also use opendev(3) when getting device numbers for softraid. ok marco@ | |||
2010-06-18 | If a request to opendev(3) is given in the form of a disklabel UID, | Joel Sing | |
open /dev/diskmap and perform a DIOCMAP ioctl in order to open the actual device. As a result, all programs which make use of opendev(3) can now operate with disklabel UIDs. Feedback from millert@ ok millert@ krw@ thib@ | |||
2010-06-18 | sync | Theo de Raadt | |
2010-06-18 | oops | Marc Espie | |
2010-06-18 | document newer module and new framework (somewhat...) | Marc Espie | |
document more stuff from Vstat. | |||
2010-06-18 | whitespace | Marc Espie | |
2010-06-18 | reuse for_list | Marc Espie | |
2010-06-18 | buglet: Log object needs a printer to run f(). | Marc Espie | |
introduce for_list() iterator in ProgressMeter and use it | |||
2010-06-18 | Prevent a segmentation fault on ftpd_popen error (memory, file descriptor, | Tobias Stoeckmann | |
pipe ...) during status command. ok millert | |||
2010-06-18 | fix memory leak in do_realpath() error path; bz#1771, patch from | Damien Miller | |
anicka AT suse.cz | |||
2010-06-18 | Missing check for chroot_director == "none" (we already checked against | Damien Miller | |
NULL); bz#1564 from Jan.Pechanec AT Sun.COM | |||
2010-06-18 | unbreak ls in working directories that contains globbing characters in | Damien Miller | |
their pathnames. bz#1655 reported by vgiffin AT apple.com | |||
2010-06-17 | Fix byte alignment on sparc64. | Martin Hedenfal | |
From Alexander Schrijver. | |||
2010-06-17 | aligment -> alignment | Miod Vallat | |
2010-06-17 | - start sentence with a capital letter | Jason McIntyre | |
- zap trailing whitespace | |||
2010-06-17 | Correct sizing of object to be allocated by calloc(), replacing | Damien Miller | |
sizeof(state) with sizeof(*state). This worked by accident since the struct contained a single int at present, but could have broken in the future. patch from hyc AT symas.com | |||
2010-06-17 | document WRKDIR_LINKNAME; ok espie@ jmc@ | william | |
2010-06-16 | permit e.g. -inet6 syntax by slurping all lines not just some | Todd T. Fries | |
noticed by rhsv6 at hushmail dot com, ok sthen@ | |||
2010-06-16 | Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticed | Todd T. Fries | |
2010-06-16 | Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). The | Reyk Floeter | |
new config option "control isakmpd|iked|all|none" in sasyncd.conf(5) is used to set the mode; the default is to control isakmpd like before. When controlling iked, sasyncd connects to the daemon using the imsg socket and sends imsgs - this is easy because the imsg framework has been imported into libutil. iked(8) already includes the important bits to work with sasyncd(8) (the active/passive mode option in ikectl). manpage bits ok jsg@ ok jsg@ | |||
2010-06-16 | fully document SUBST_CMD | Marc Espie | |
2010-06-16 | document PROGRESS_METER and a few other new changes | Marc Espie | |
2010-06-16 | Always check both the return value of scsi_do_mode_sense() and the | Kenneth R Westerback | |
NULL'ness of the pointer to the actual page data. Fixes a NULL deref when trying to set caching on my ASUS eeePC 1000HE's SD slot. ok dlg@ | |||
2010-06-16 | Bring ststrategy() into line with sdstrategy() and cdstrategy(), making | Kenneth R Westerback | |
sure buf's are correctly completed. Feedback from Matthew Dempsky. ok dlg@ | |||
2010-06-15 | - sync lua module | Jasper Lievisse Adriaanse | |
2010-06-15 | Move around some functions to ease re-use from ldapctl. | Martin Hedenfal | |
2010-06-15 | Verify that a transaction passed to btree_tnx_{put,del} is not readonly. | Martin Hedenfal | |
2010-06-15 | Make modify and simple auth requests open their own transactions, as search | Martin Hedenfal | |
already does. Trigger a reopen imsg request if either the data or index databases are compacted. Queue the failed request and try again when the file is reopened. Compaction can now be done by a separate process, and ldapd will pick up the change and reopen the file. | |||
2010-06-15 | remove unused uuid_hash function, found by lint | Martin Hedenfal | |
2010-06-15 | Implement support in the parent to (re-)open database files on behalf of | Martin Hedenfal | |
the unprivileged child over imsg. Part of a larger change that will fix database compaction. | |||
2010-06-15 | EV_READ and EV_WRITE are not mutually exclusive, so check if we get both in | Martin Hedenfal | |
the same event. | |||
2010-06-15 | When fsck_ffs is used with disklabel UIDs the hot root test fails in | Joel Sing | |
blockcheck() since we try to stat() the UID. This means that we fail to reload the mount if we have indeed cleaned the read-only root file system. To avoid this, rerun blockcheck() if the real name is different to the original device name, once we have opened the device with opendev(3). ok krw@ thib@ | |||
2010-06-15 | softraid doesnt provide disk cache settings to tweak, mark those ioctls as | David Gwynne | |
not supported. this prevents a panic caused by recursively entering the ioctl handler that now happens on boot when sd tries to enable write cache on all disks. found by ckeuthe@ tested by todd@ | |||
2010-06-15 | various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for ↵ | Felix Kronlage | |
proper initialization, old ones still work with DEV_UMASS5 as well. This enables a whole bunch of newer huawei devices to work. Also reported on misc@ by David Zeillinger. discussed with jsg@ and mpf@ ok mpf@ | |||
2010-06-15 | handle lost+found | Marc Espie | |
2010-06-15 | it's okay for partial- packages to be a bit weird... | Marc Espie | |
2010-06-15 | fix an mdoc macro | Jonathan Gray | |
2010-06-15 | typo2 | Marc Espie | |
2010-06-15 | with more primitive primitives, we don't need to override so much... | Marc Espie | |
2010-06-15 | typo | Marc Espie | |
2010-06-15 | more printing changes. | Marc Espie | |
move log operations into their own file, since they're used outside of pkg_add/pkg_delete by pkg_check. move all system stuff to State, so that printing can be localized/controlled. Create primitives _print, _errprint, _fatal for overriding output, without localization. Accordingly, move a lot of code out of Error. We should also move Unlink and Copy eventually. | |||
2010-06-15 | fix count of deinstalling packages. | Marc Espie | |
2010-06-15 | push @todo2 global into state. name other options with sensible names. | Marc Espie | |
2010-06-15 | yet another path, maybe to change | Marc Espie | |
2010-06-15 | enable the write cache on disks during attach. | David Gwynne | |
requested by deraadt@ ok krw@ marco@ | |||
2010-06-15 | rearrange attach so that the SDEV_VIRTUAL flag is set during scsi_probe, | David Gwynne | |
rather than as a scan of all attached devices after scsibus is attached. this will allow the cache enabling on virtual disks to run as part of the disks attach routine. | |||
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne | |
ioctl requests, and dont pass the proc pointers around for any ioctl requests in scsi land at all. neither were used, so trim the fat. ok krw@ marco@ |