summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-23when built without firmware, check that the chip already has firmwareJonathan Matthew
before trying to boot it, so we can explain why it's not working rather than printing cryptic errors.
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
sure /dev/drm0 always matches the primary display. ok mpi@
2014-02-23rework firmware handling a bit. when built without firmware, check thatJonathan Matthew
the chip already has firmware before trying to boot it, so we can explain why it's not working rather than printing cryptic errors.
2014-02-23remove a surplus ')' in disabled codeJonathan Gray
2014-02-23Change terminal-overrides to a server option (now that we have them), itNicholas Marriott
doesn't make much sense as a session option.
2014-02-22/etc/random.seed support in the boot blocks (only when loading from disk).Miod Vallat
2014-02-22Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedMiod Vallat
to a 16 byte boundary in csu (similar to what the other arches where _STACKALIGNBYTES != _ALIGNBYTES do). This is necessary for long double variables on the stack to be correctly aligned.
2014-02-22Fix crash due to uninitialized lastwp member of layout_cell, reported byNicholas Marriott
Balazs Kezes.
2014-02-22disable alipm for now. Since GENERIC.MP showed up, a variety of machinesTheo de Raadt
are having trouble, dejavu from sparc64 when we hit multiple-bus-master iic machines using this chipset. In that case, it was chip read/write PCI timeouts, at the moment we do not know. Future work would be to figure this out and re-enable this. ok miod.
2014-02-22refactor firmware loading with a function pointerTheo de Raadt
ok jmatthew
2014-02-22STANDARDS:Jason McIntyre
- `%' is an extension - `^' is neither required nor prohibited by posix - the deprecated `-' option is "behaviour unspecified" ok millert
2014-02-22Revert mountpoints tweaking. Needs much more serious surgery than timeKenneth R Westerback
permits before release, and is pointless without other following diffs to justify it that will not make release. Should fix segfault's during install reported by Rod Whitworth on tech@
2014-02-22disable POOL_DEBUG for releaseJonathan Gray
ok deraadt@
2014-02-22Do an additional feed_random in the co-routine that is fetching the setsTheo de Raadt
like. This is going to finish at a really unpredictable time, and that is a swell time to do an aggressive push & stir. ok halex
2014-02-22Bring this up to date for recent additions to if_emChris Cappuccio
2014-02-22basic i210/i211 support (improved after looking at gollo@ i210 diff on misc)Chris Cappuccio
tested on Supermicro X10SLL ok jsg@
2014-02-22take us to -release modeTheo de Raadt
2014-02-22Delete descriptions of env variables that we don't actually support.Philip Guenther
They all sound like bad ideas anyway. ok matthew@ deraadt@
2014-02-22Fix -fg/-bg/-style with 256 colour terminals.Nicholas Marriott
2014-02-22when processing Match blocks, skip 'exec' clauses if previous predicatesDamien Miller
failed to match; ok markus@
2014-02-21Do the lid control further on in the resume sequence, since this isTheo de Raadt
AML, and will do WAITOK operations. While cold, that is a bad idea. We seem to be safe with respect to the spec, I do not see any event debounce issues here. ok kettenis, tested by many
2014-02-21remove section 2/3 pointers from section 1,Ingo Schwarze
and do not point programmers at the obsolete usleep(3); based on a diff from Jan Klemkow <j dot klemkow at wemelug dot de>, but removing more as suggested by jmc@ and deraadt@
2014-02-21Check that we do not break the line at existing hyphens in macro arguments.Ingo Schwarze
2014-02-21spellingTheo de Raadt
2014-02-21support rekeying for IPCOMP; ok mikeb@Markus Friedl
2014-02-21some spaces snuck in, and they cost us on the install media. Not joking.Theo de Raadt
ok krw halex
2014-02-21remove irksome useless commentsTheo de Raadt
2014-02-21build a non-portmap/mountd speaking umount, which shrinks the libcTheo de Raadt
requirements on non-NFS install media
2014-02-21Permit building without portmap/mountd rpc calls in the fallback nfs pathTheo de Raadt
ok guenther
2014-02-21these two drivers should be doing their repair at DVACT_WAKEUP timeTheo de Raadt
rather than DVACT_RESUME in snapshots for a long time, looked at by pirofti kettenis mlarkin
2014-02-21spacingTheo de Raadt
2014-02-21delete useless commentTheo de Raadt
2014-02-21remove stupid comment from decades ago. Proof is in the pudding, turnsTheo de Raadt
out ksh is the perfect language to write this in.
2014-02-21using a .Bl here is crazyTheo de Raadt
2014-02-21Do not need to know the shell service on the install media.Theo de Raadt
2014-02-21oops, seperate pieces coming...Theo de Raadt
2014-02-21servicesTheo de Raadt
2014-02-21remove stray printf; ok piroftiTheo de Raadt
2014-02-21Use ${STATIC} not -staticTheo de Raadt
ok jsing
2014-02-21drop support for pre-standard C, it's time to move on. ok deraadtTed Unangst
2014-02-20Remove some code that has no effect.Mark Kettenis
2014-02-20Support for /etc/random.seed in bootsd (disk-only boot blocks)Miod Vallat
2014-02-20More turd shining; cleanup the message that prints the firmware revision andMark Kettenis
attributes. ok dlg@, jmatthew@
2014-02-20add some missing .An and .Lk macros, remove some bogus .Tn macros;Ingo Schwarze
from Jan Stary <hans at stare dot cz>, tweaked by me
2014-02-20use strcasecmp() to compare domains.Eric Faurot
2014-02-20revert previous commit; didn't intend to commit those bitsMark Kettenis
2014-02-20Avoid printing the "nvram corrupt" message for onboard 2200s found on SunMark Kettenis
hardware. ok dlg@, jmatthew@
2014-02-20jsg@ pointed out i am bad at loops.David Gwynne
2014-02-20knfDavid Gwynne
2014-02-20Adjust alignment of ftp titlesRobert Peichaer
OK halex@ deraadt@