Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | don't check for the name in attach_args being NULL; nothing should call | Jasper Lievisse Adriaanse | |
their match functions with (g)aa_name not set. ok miod@ | |||
2015-07-17 | remove obsolete INET kernel option | Ted Unangst | |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat | |
kernels and we no longer have any. | |||
2015-07-08 | unify the mutex implementations on all the mips64 platforms. | David Gwynne | |
this basically copies the sgi implementation to mips64 and removes it from the rest. this way they get an optimised UP mutex implementation and correct asserts on all platforms. ok miod@ jmatthew@ | |||
2009-11-19 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2015-05-07 | fix indentation | Jonathan Gray | |
ok miod@ | |||
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther | |
delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump, and various #includes that are superfluous. This leaves compat_linux processes without a coredump callback. If that ability is desired, someone should update it to use coredump_elf32() and verify the results... ok kettenis@ | |||
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot | |
unification... | |||
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse | |
"sure" deraadt@ | |||
2015-02-07 | APM_USER_HIBERNATE_REQ here too. | Miod Vallat | |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt | |
boot. ok mlarkin | |||
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt | |
make install from Simon Nicolussi ok jsing tedu | |||
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst | |
This should catch all the same bad cases, but be a little less aggravating in circumstances where a prototype isn't necessary ok deraadt | |||
2015-01-04 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt | |
2014-12-18 | use suspend_randomness() and resume_randomness() | Theo de Raadt | |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst | |
that we delete ours, which isn't actually useful. ok mpi sthen | |||
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov | |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot | |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback | |
ok espie@ deraadt@ millert@ tedu@ | |||
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt | |
used and depended, mimicking new changes by guenther to amd64. | |||
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt | |
PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h. PROT_MASK is introduced as the one true way of extracting those bits. Remove UVM_ADV_* wrapper, using the standard names. ok doug guenther kettenis | |||
2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 | Jonathan Gray | |
now wsdisplay_suspend() will run on suspend | |||
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt | |
This makes it easier to remove components not required to do an install, and subsequently add other desireable components ... In snapshots (in various forks) for about a week. Do some upgrades and installs, please. | |||
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith | |
-Wstack-larger-than-. This is what modern GCC supports as well as LLVM. ok miod@ | |||
2014-09-26 | remove the last uses of -Wno-format | Jonathan Gray | |
ok miod@ deraadt@ jsing@ | |||
2014-09-26 | Use correct format specifiers in various loongson machine dependent code. | Joel Sing | |
Makes a loongson kernel buildable without -Wno-format. ok miod@ jsg@ | |||
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis | |
ok mpi@, uebayasi@, dlg@ | |||
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan | |
CIRCLEQ_* is deprecated and not called in the tree. The other queue types have *_END macros which were added for symmetry with CIRCLEQ_END. They are defined as NULL. There's no reason to keep the other *_END macro calls. ok millert@ | |||
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov | |
device tables and kernel config files. ok deraadt | |||
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi | |
- Always use either: ((x & RB_XXX) != 0) or ((x & RB_XXX) == 0) in boolean context (mostly if (x), or x ? y : z) - prom_halt() in alpha is confirmed to take int as boolean Converted by coccinelle. No functional change intended. | |||
2014-07-20 | look up correct dev_t. This matters for the case where a device is | Theo de Raadt | |
underlying softraid. ok mlarkin | |||
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin | |
much help and ok from deraadt@ | |||
2014-07-19 | Bring back pci_dopm, but disable it before powerdown. | Paul Irofti | |
This fixes both the Lemote reboot issue and the USB issue on the Gdium's that miod@ spotted. Suggested by kettenis@, thanks! Okay miod@ | |||
2014-07-19 | Backout pci_dopm usage as it also breaks reboot on Lemote's. | Paul Irofti | |
Noticed by matthieu@. | |||
2014-07-16 | Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI in | Miod Vallat | |
a state PMON doesn't expect, and can't recover from. | |||
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi | |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi | |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse | |
"sure" miod@ | |||
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse | |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2014-07-12 | revert a few stragglers hiding out | Ted Unangst | |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst | |
after discussions with beck deraadt kettenis. | |||
2014-07-11 | boot(9): Undo curproc-overriding hacks | Masao Uebayashi | |
Some (not all) boot(9) implementations have ancient hacks which overrides if (curproc == NULL). This was probably made in a hope to forcibly proceed various clean-shutdown related code, including VFS shutdown. Let's clarify that clean-shutdown needs process context; it is impossible to cleanly shutdown VFS from within e.g. a panic in SPL_HIGH. OK kettenis@ | |||
2014-07-11 | remove bthub remnants | Ted Unangst | |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst | |
bluetooth support doesn't work and isn't going anywhere. the current design is a dead end, and should not be the basis for any future support. general consensus says to whack it so as to not mislead the unwary. | |||
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot | |
not sleep if the allocator cannot obtain a lock when BUS_DMA_NOWAIT is specified. idea and inputs from kettenis@, ok miod@ | |||
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot | |
rebooting a machine, like it is done in the hibernate case. At least some USB host controller drivers rely on this to busy way instead of sleeping. Avoid a panic on macppc with an uhci(4) cardbus plugged in. ok deraadt@, uebayashi@ | |||
2014-07-10 | boot(9): Remove comments about RB_*, "cold", and savectx() | Masao Uebayashi | |
Again remove slightly different comments to reduce diffs. These will be re-added once boot() become MI and its specification is clearly re-defined. OK miod@ |