Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-23 | when built without firmware, check that the chip already has firmware | Jonathan Matthew | |
before trying to boot it, so we can explain why it's not working rather than printing cryptic errors. | |||
2014-02-23 | Give drm(4) a console locator just like wsdisplay(4) such that we can make | Mark Kettenis | |
sure /dev/drm0 always matches the primary display. ok mpi@ | |||
2014-02-23 | rework firmware handling a bit. when built without firmware, check that | Jonathan 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-23 | remove a surplus ')' in disabled code | Jonathan Gray | |
2014-02-23 | Change terminal-overrides to a server option (now that we have them), it | Nicholas 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-22 | Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned | Miod 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-22 | Fix crash due to uninitialized lastwp member of layout_cell, reported by | Nicholas Marriott | |
Balazs Kezes. | |||
2014-02-22 | disable alipm for now. Since GENERIC.MP showed up, a variety of machines | Theo 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-22 | refactor firmware loading with a function pointer | Theo de Raadt | |
ok jmatthew | |||
2014-02-22 | STANDARDS: | Jason McIntyre | |
- `%' is an extension - `^' is neither required nor prohibited by posix - the deprecated `-' option is "behaviour unspecified" ok millert | |||
2014-02-22 | Revert mountpoints tweaking. Needs much more serious surgery than time | Kenneth 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-22 | disable POOL_DEBUG for release | Jonathan Gray | |
ok deraadt@ | |||
2014-02-22 | Do an additional feed_random in the co-routine that is fetching the sets | Theo 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-22 | Bring this up to date for recent additions to if_em | Chris Cappuccio | |
2014-02-22 | basic i210/i211 support (improved after looking at gollo@ i210 diff on misc) | Chris Cappuccio | |
tested on Supermicro X10SLL ok jsg@ | |||
2014-02-22 | take us to -release mode | Theo de Raadt | |
2014-02-22 | Delete descriptions of env variables that we don't actually support. | Philip Guenther | |
They all sound like bad ideas anyway. ok matthew@ deraadt@ | |||
2014-02-22 | Fix -fg/-bg/-style with 256 colour terminals. | Nicholas Marriott | |
2014-02-22 | when processing Match blocks, skip 'exec' clauses if previous predicates | Damien Miller | |
failed to match; ok markus@ | |||
2014-02-21 | Do the lid control further on in the resume sequence, since this is | Theo 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-21 | remove 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-21 | Check that we do not break the line at existing hyphens in macro arguments. | Ingo Schwarze | |
2014-02-21 | spelling | Theo de Raadt | |
2014-02-21 | support rekeying for IPCOMP; ok mikeb@ | Markus Friedl | |
2014-02-21 | some spaces snuck in, and they cost us on the install media. Not joking. | Theo de Raadt | |
ok krw halex | |||
2014-02-21 | remove irksome useless comments | Theo de Raadt | |
2014-02-21 | build a non-portmap/mountd speaking umount, which shrinks the libc | Theo de Raadt | |
requirements on non-NFS install media | |||
2014-02-21 | Permit building without portmap/mountd rpc calls in the fallback nfs path | Theo de Raadt | |
ok guenther | |||
2014-02-21 | these two drivers should be doing their repair at DVACT_WAKEUP time | Theo de Raadt | |
rather than DVACT_RESUME in snapshots for a long time, looked at by pirofti kettenis mlarkin | |||
2014-02-21 | spacing | Theo de Raadt | |
2014-02-21 | delete useless comment | Theo de Raadt | |
2014-02-21 | remove stupid comment from decades ago. Proof is in the pudding, turns | Theo de Raadt | |
out ksh is the perfect language to write this in. | |||
2014-02-21 | using a .Bl here is crazy | Theo de Raadt | |
2014-02-21 | Do not need to know the shell service on the install media. | Theo de Raadt | |
2014-02-21 | oops, seperate pieces coming... | Theo de Raadt | |
2014-02-21 | services | Theo de Raadt | |
2014-02-21 | remove stray printf; ok pirofti | Theo de Raadt | |
2014-02-21 | Use ${STATIC} not -static | Theo de Raadt | |
ok jsing | |||
2014-02-21 | drop support for pre-standard C, it's time to move on. ok deraadt | Ted Unangst | |
2014-02-20 | Remove some code that has no effect. | Mark Kettenis | |
2014-02-20 | Support for /etc/random.seed in bootsd (disk-only boot blocks) | Miod Vallat | |
2014-02-20 | More turd shining; cleanup the message that prints the firmware revision and | Mark Kettenis | |
attributes. ok dlg@, jmatthew@ | |||
2014-02-20 | add 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-20 | use strcasecmp() to compare domains. | Eric Faurot | |
2014-02-20 | revert previous commit; didn't intend to commit those bits | Mark Kettenis | |
2014-02-20 | Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun | Mark Kettenis | |
hardware. ok dlg@, jmatthew@ | |||
2014-02-20 | jsg@ pointed out i am bad at loops. | David Gwynne | |
2014-02-20 | knf | David Gwynne | |
2014-02-20 | Adjust alignment of ftp titles | Robert Peichaer | |
OK halex@ deraadt@ |