summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-10-19andre.s@list.ru has a laptop which does not bring the azalia out ofTheo de Raadt
2012-10-19small cleanups and output prettyingTheo de Raadt
2012-10-19Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S filesMiod Vallat
2012-10-19Link boot64 twice, first as a self-contained binary, to enforce there are noMiod Vallat
2012-10-19Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicntBrad Smith
2012-10-18Convert a number of old private copies of code which predatesTheo de Raadt
2012-10-18Use pci_set_powerstate() unconditionally for all chip variants, ratherTheo de Raadt
2012-10-18Switch luna88k to timecounters; tested by aoyama@Miod Vallat
2012-10-18Put back the kl_n_shift variable, removed by mistake in 1.18, causing theMiod Vallat
2012-10-18simplify checkreplaywindow() API; make call/return code handling consistentMarkus Friedl
2012-10-18make oce_arm_{eq,cq} functions look like the other queueMike Belopuhov
2012-10-18Wiring map entries with VM_PROT_NONE only waists RAM and bears noGerhard Roth
2012-10-18Move revarp code into #ifdef NFSCLIENT; saving space on some media.Theo de Raadt
2012-10-17use wakeup here, not wakeup_one - avoids problem of not waking up writersBob Beck
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2012-10-17Narrow the spltty/splx pair in com_activate to only enclose the minimumTheo de Raadt
2012-10-17cleanup more of the driver soft-state when suspending; in certainTheo de Raadt
2012-10-17Enable vldc(4) and vldcp(4).Mark Kettenis
2012-10-17Disable debug code.Mark Kettenis
2012-10-17Rename hvctl(4) into vldcp(4) since this driver now handles other servicesMark Kettenis
2012-10-17In sys_accept(), don't sleep between pulling the new socket from thePhilip Guenthe
2012-10-17If a thread calls __threxit() or _exit() immediately after anotherPhilip Guenthe
2012-10-17AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSDJonathan Gray
2012-10-17#if NWSDISPLAY > 0 not #if WSDISPLAY > 0Jonathan Gray
2012-10-16Add support for multiple channels.Mark Kettenis
2012-10-16Change the PCI memory extent to cover the whole 64-bit memory spaceMike Belopuhov
2012-10-16Remove uneeded <net/bpf.h> include which was never used as itJonathan Gray
2012-10-16#if SCSIDEBUG -> #ifdef SCSIDEBUGJonathan Gray
2012-10-16As CMSG_ALIGN() can overflow the integer value, do the length checkAlexander Bluhm
2012-10-16Cleanup.Bob Beck
2012-10-15eliminate a couple of gotosMike Belopuhov
2012-10-15major cleanup of the queue allocation code; we need only half ofMike Belopuhov
2012-10-15In DVACT_SUSPEND, do a flush of the disk. We do this in DVACT_POWERDOWNTheo de Raadt
2012-10-15Another 'notyet' is being promoted to 'notever'.Mike Belopuhov
2012-10-14Fix typo in debug print.Mark Kettenis
2012-10-14The msdos1mb file has not been used since we got newfs_msdos.Theo de Raadt
2012-10-13Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, atTheo de Raadt
2012-10-13This device should not put itself into D3 by itself when going to WOL;Theo de Raadt
2012-10-13pxe spec reference is better placed in STANDARDS;Jason McIntyre
2012-10-13Only build fdboot on the appropriate architectures. Also fix the path toJoel Sing
2012-10-12Added I-O DATA RSA-PCI2 support.sasano
2012-10-12Add $OpenBSD$ CVS Ids.Reyk Floeter
2012-10-12For consistency with other OSes and ease of porting, makePhilip Guenthe
2012-10-12Cleanup false positives for uninitialized uses.Christiano F. Haesbaert
2012-10-12no need to fetch and print the fw revisionMike Belopuhov
2012-10-12major cleanupMike Belopuhov
2012-10-12a bit of janitoringMike Belopuhov
2012-10-12Now that the file offset/alignment issue has been found and fixed, switchJoel Sing
2012-10-12Force 16 byte alignment in boot(8) srt0.S, since this is more likely to getJoel Sing