summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-06Add the floppy576 entry back, needed for release. Okay kettenis.Paul Irofti
2010-07-06if we get an event notification that requires acknowledgement whileDavid 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-06move the last direct users of mpi_{get,put}_ccb over to using the scsiDavid Gwynne
ioh wrappers.
2010-07-06spacingTheo de Raadt
2010-07-06get rid of ridiculous differences between the i386 and amd64 versionsTheo de Raadt
2010-07-06syncTheo de Raadt
2010-07-06Kill an unused variablePhilip Guenthe
ok deraadt@
2010-07-06Handle all streams the same way because there's no actualAlexandre 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-06Fix monumental cock-up with SCSI_SILENT and SCSI_IGNORE_ILLEGAL_REQUESTKenneth 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-06make kdump build after COMPAT_BSDOS removal.Owain Ainsworth
Bad tedu, no cookie.
2010-07-05i forgot to remove various compat references from here. spotted by deraadtTed Unangst
2010-07-05During network intra-area-prefix-lsa origination, the designatedAlexander 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-05bsdos was removedTheo de Raadt
2010-07-05Rework somewhat for safety, so that we only interpret the values ofJonathan 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-05compat_bsdos is goneTed Unangst
2010-07-05remove compat_bsdos supportTed Unangst
2010-07-05improve 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-05convert last user of libcompat in base to modern regexes. ok deraadtTed Unangst
2010-07-05Change SO_RDOMAIN to SO_RTABLE in err() after the recent "rename".Robert Nagy
It seems this one was missed.
2010-07-05Unbreak writing updates to the btree while having a cursor open on theMartin 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-05original `for' loop has bug `use after free'. At first iteration we arezinovik
checking h != NULL, then we free(h) and then we do `h = h->next', but `h' is not valid anymore. ok @krw
2010-07-05Plug a memory leak when aborting transactions.Martin Hedenfal
2010-07-05remove 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-05cope with the recent changes to m_copyback();Thordur I. Bjornsson
2010-07-05If we find something is not aligned according to ALIGNED_POINTER(), weTheo 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-05sync from mirrors.datStuart Henderson
2010-07-05Add prototype and remove unused variable.lum
ok canacar@
2010-07-05Close cursor on delete. Fixes memory leak introduced by non-leaf deleteMartin Hedenfal
check.
2010-07-05timeout_add -> timeout_add_secBret Lambert
ok art@
2010-07-05timeout_add -> timeout_add_secBret Lambert
ok drahn@
2010-07-05Sync recent mono MODULE change.Antoine Jacoutot
2010-07-05Automatically 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-05sync from mirrors.datStuart Henderson
2010-07-05Reset register SCI_EN on resume. The ACPI spec clearly states we don't haveMike 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-05syncTheo de Raadt
2010-07-04600 i mean. hackathon took it's toll. pointed out by halexTheo de Raadt
2010-07-04restrict srmmu handling to just sun4mTheo de Raadt
2010-07-04make ^D handling consistant in fdisk by just bailing out instead ofAlexander Hall
returning a magic value that is not even handled as such by the caller ok krw@
2010-07-04the pkg.conf file should be mode 644, in case the user used a ftpTheo de Raadt
user:password (unlikely.. but)
2010-07-04Remove an obsolete (was in rev 1.1) and unclear commentPhilip Guenthe
2010-07-04- zap trailing whitespaceJason McIntyre
- knock out an unneeded .Pp
2010-07-04reindent, turn function mkheader into method.Marc Espie
2010-07-04remove direct prints, pass thru state.Marc Espie
2010-07-04best if I don't forget half of the commit...Marc Espie
2010-07-04typo;Jason McIntyre
2010-07-04initial documentation for pkg.conf, after nits from jmc@, and straighteningMarc Espie
up by Theo about what should be in there...
2010-07-04two config optionsMarc Espie
2010-07-04document new semanticsMarc Espie
2010-07-04Remove the non-standard, commented out, -c option.Todd C. Miller
OK tedu@ jmc@ deraadt@
2010-07-03Be sure to initialize b_bq member of struct buf not allocated through theMiod Vallat
regular buf routines; and now we can swap again.