Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-06 | Add the floppy576 entry back, needed for release. Okay kettenis. | Paul Irofti | |
2010-07-06 | if we get an event notification that requires acknowledgement while | David Gwynne | |
we're busy, we might not be able to allocate a ccb via scsi_ioh_get if the pool is empty. this means we wont ack the event, which in turn means we wont receive further event notifications. this cuts the event ack code over to using a scsi_iohandler. the eventack iohandler will be called as soon as a ccb becomes available for it to use. this guarantees reliable event handling and acknowledgement, despite how busy the controller might be. this has bugging me ever since i wrote the event handling code. tested by hotplugging sata disks. | |||
2010-07-06 | move the last direct users of mpi_{get,put}_ccb over to using the scsi | David Gwynne | |
ioh wrappers. | |||
2010-07-06 | spacing | Theo de Raadt | |
2010-07-06 | get rid of ridiculous differences between the i386 and amd64 versions | Theo de Raadt | |
2010-07-06 | sync | Theo de Raadt | |
2010-07-06 | Kill an unused variable | Philip Guenthe | |
ok deraadt@ | |||
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov | |
difference between audio files and client connections. Clean up the way command line options are handled and clarify this in the manual page: stream parameters (-Ccehjmrtvx) must precede stream definitions (-ios) and per-device parameters (-abz) and stream definitions (-ios) must precede device definitions (-f). Since there's no ``server'' and ``non-server'' modes anymore, make the -l option just detach the process. ok and help from jakemsr and jmc | |||
2010-07-06 | Fix monumental cock-up with SCSI_SILENT and SCSI_IGNORE_ILLEGAL_REQUEST | Kenneth R Westerback | |
flags which I perpetrated when I paid insufficient attention to dlg@'s original diff. Belatedly tested by marco@ and myself. Bad marco@. Bad krw@. ok marco@ | |||
2010-07-06 | make kdump build after COMPAT_BSDOS removal. | Owain Ainsworth | |
Bad tedu, no cookie. | |||
2010-07-05 | i forgot to remove various compat references from here. spotted by deraadt | Ted Unangst | |
2010-07-05 | During network intra-area-prefix-lsa origination, the designated | Alexander Bluhm | |
router's prefixes were ignored if all other routers on that link had no prefixes. Advertise a intra-area-prefix-lsa with all prefixes for the network if there are any adjacent neighbors on link. ok stsp@ | |||
2010-07-05 | bsdos was removed | Theo de Raadt | |
2010-07-05 | Rework somewhat for safety, so that we only interpret the values of | Jonathan Gray | |
the PERF_STATUS MSR on earlier processors when we can't find the values via acpi and have a bus clock value to use. And let processors we don't set a bus clock on (ie nehalem) use speedstep again. Expanded/changed version of a diff from gwk who isn't around right now. | |||
2010-07-05 | compat_bsdos is gone | Ted Unangst | |
2010-07-05 | remove compat_bsdos support | Ted Unangst | |
2010-07-05 | improve description for -i; as a consequence of recent changes, | Igor Sobrado | |
OpenBSD MBR partition does not span from sector 1 after MBR partition data is re-initialized. written with lot of good advice from deraadt@ and jmc@ ok deraadt@ | |||
2010-07-05 | convert last user of libcompat in base to modern regexes. ok deraadt | Ted Unangst | |
2010-07-05 | Change SO_RDOMAIN to SO_RTABLE in err() after the recent "rename". | Robert Nagy | |
It seems this one was missed. | |||
2010-07-05 | Unbreak writing updates to the btree while having a cursor open on the | Martin Hedenfal | |
affected pages. When a cursor has increased the reference count on a cached page, it is copied before updated. The new pointer was however not passed back to the caller, effectively commiting the old page numbers. | |||
2010-07-05 | original `for' loop has bug `use after free'. At first iteration we are | zinovik | |
checking h != NULL, then we free(h) and then we do `h = h->next', but `h' is not valid anymore. ok @krw | |||
2010-07-05 | Plug a memory leak when aborting transactions. | Martin Hedenfal | |
2010-07-05 | remove a debugging panic, as pointed out by mike; | Thordur I. Bjornsson | |
also, remove the flag variable in the setup routine, as we'll always register with a flag value of 0. | |||
2010-07-05 | cope with the recent changes to m_copyback(); | Thordur I. Bjornsson | |
2010-07-05 | If we find something is not aligned according to ALIGNED_POINTER(), we | Theo de Raadt | |
cannot then re-align it using ALIGN(). That is not portable since we have architectures where the modulo are quite different. define an ALIGN_POINTER() macro in place, and use it in one spot. This caused a NFS crash on sparc (which borrows mbufs and chains them itself in insane ways). I heard claudio and beck trying to diagnose it from over the room when suddenly I knew exactly what it was. blambert spent a few hours on it making sure that I wasn't insane. | |||
2010-07-05 | sync from mirrors.dat | Stuart Henderson | |
2010-07-05 | Add prototype and remove unused variable. | lum | |
ok canacar@ | |||
2010-07-05 | Close cursor on delete. Fixes memory leak introduced by non-leaf delete | Martin Hedenfal | |
check. | |||
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert | |
ok art@ | |||
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert | |
ok drahn@ | |||
2010-07-05 | Sync recent mono MODULE change. | Antoine Jacoutot | |
2010-07-05 | Automatically install missing users and groups. | Antoine Jacoutot | |
(does *NOT* touch existing users/groups) "I like it" from several... inputs from sthen@ and halex@ ok krw@ halex@ sthen@ | |||
2010-07-05 | sync from mirrors.dat | Stuart Henderson | |
2010-07-05 | Reset register SCI_EN on resume. The ACPI spec clearly states we don't have | Mike Larkin | |
to do this, but many machines don't, or forget to, which leads to all sorts of problems on resume (broken battery stats, overheating, failure to resume more than once, etc). tested by many, ok marco@, deraadt@ | |||
2010-07-05 | sync | Theo de Raadt | |
2010-07-04 | 600 i mean. hackathon took it's toll. pointed out by halex | Theo de Raadt | |
2010-07-04 | restrict srmmu handling to just sun4m | Theo de Raadt | |
2010-07-04 | make ^D handling consistant in fdisk by just bailing out instead of | Alexander Hall | |
returning a magic value that is not even handled as such by the caller ok krw@ | |||
2010-07-04 | the pkg.conf file should be mode 644, in case the user used a ftp | Theo de Raadt | |
user:password (unlikely.. but) | |||
2010-07-04 | Remove an obsolete (was in rev 1.1) and unclear comment | Philip Guenthe | |
2010-07-04 | - zap trailing whitespace | Jason McIntyre | |
- knock out an unneeded .Pp | |||
2010-07-04 | reindent, turn function mkheader into method. | Marc Espie | |
2010-07-04 | remove direct prints, pass thru state. | Marc Espie | |
2010-07-04 | best if I don't forget half of the commit... | Marc Espie | |
2010-07-04 | typo; | Jason McIntyre | |
2010-07-04 | initial documentation for pkg.conf, after nits from jmc@, and straightening | Marc Espie | |
up by Theo about what should be in there... | |||
2010-07-04 | two config options | Marc Espie | |
2010-07-04 | document new semantics | Marc Espie | |
2010-07-04 | Remove the non-standard, commented out, -c option. | Todd C. Miller | |
OK tedu@ jmc@ deraadt@ | |||
2010-07-03 | Be sure to initialize b_bq member of struct buf not allocated through the | Miod Vallat | |
regular buf routines; and now we can swap again. |