Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-13 | If the only process in the pgrp is in the middle of exiting, it might | Philip Guenther | |
not have any threads left. Treat that the same as an empty pgrp. encountered by and ok deraadt@ | |||
2014-07-13 | print leading '0x' for addresses and masks with DUMP_BOOT_{DESC,INFO} | Jasper Lievisse Adriaanse | |
ok pirofti@ | |||
2014-07-13 | Stop using old n_time, n_long and n_short types in netinet headers. | Martin Pieuchot | |
ok deraadt@, naddy@ | |||
2014-07-13 | someone send dlg a keyboard with a tab key please | Henning Brauer | |
2014-07-13 | ext4 (extents) read support | Martin Pelikan | |
Tested on amd64 with > 4GB files and 50,000 subdirectories. From FreeBSD, thanks! ok deraadt guenther | |||
2014-07-13 | - fix off-by-one in getting the number of cores in the system | Jasper Lievisse Adriaanse | |
- unbreak GENERIC.MP build | |||
2014-07-13 | Needs getchar.c now | Miod Vallat | |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse | |
ok mpi@ sthen@ | |||
2014-07-13 | add copyright and rcs id | Jasper Lievisse Adriaanse | |
"go ahead" kettenis@ | |||
2014-07-13 | Start handling host channel interrupts. | Paul Irofti | |
For now just acknowledge and clear the event to avoid interrupt storms. | |||
2014-07-13 | treat external storage allocated by the mbuf layer the same as | David Gwynne | |
external storage attached to an mbuf anywhere else. this means it uses MEXTADD to wire it up to the mbuf, and it relies on the ext_free and ext_arg bits in the header to call the right free function against the right pool. M_CLUSTER gets renamed to M_EXTWR. the type field in MEXTADD gets reused as a flags field so anything attaching storage to an mbuf can say if it is writable or not. ok claudio@ | |||
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse | |
"sure" miod@ | |||
2014-07-13 | One missing boot -> prsignal(initprocess) conversion | Miod Vallat | |
2014-07-13 | These still need <sys/reboot.h> for the RB_ constants. | Miod Vallat | |
2014-07-13 | more mmap random on 64-bit platforms. noticed in freebsd aslr patches. | Ted Unangst | |
2014-07-13 | Add missing atomic primitives and __sync_synchronize to let the kernel | Miod Vallat | |
compile again; tested by aoyama@ | |||
2014-07-13 | Bye bye | Martin Pieuchot | |
2014-07-13 | No need for ezload.h | Martin Pieuchot | |
2014-07-12 | - remove CONSPEED from libsa.h | Jasper Lievisse Adriaanse | |
- remove unused define | |||
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse | |
2014-07-12 | regen | Jonathan Gray | |
2014-07-12 | missed the trailing digit | Jonathan Gray | |
2014-07-12 | resurrect this treasure (still needed to build microcode) | Theo de Raadt | |
2014-07-12 | Print a line in dmesg to indicate if the aperture driver is | Jonathan Gray | |
required to run X. This will be used by the installer to decide what value to set machdep.allowaperture to. For devices supported by i915 and radeon kms machdep.allowaperture will be set to 0. Systems that have a graphics device commonly found in servers (g200e*/aspeed/es1000 etc) will also not have the aperture enabled as they generally don't need to run X. ok deraadt@ kettenis@ | |||
2014-07-12 | reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs) | Masao Uebayashi | |
Some architectures have ability to detect hardware sanity and notify system (NMI, firmware callback, etc.). Handle these hardware severe errors, same as software errors, with panic(9). According to miod@, SGI IP27 NMI is triggered by pushing some "hidden" button, which "usual" users/admins don't know. Pushing such a button is "RB_USERREQ" (human-triggered) in that the button is pushed by a human, but not "RB_USERREQ" in that no user intervention in system (== no command input) is done. miod@ agreed that changing these from RB_USERREQ to !RB_USERREQ (== panic(9)) is not a big problem. OK miod@ kettenis@ | |||
2014-07-12 | Add in missing brswphy(4) and the commented out USB entries. | Brad Smith | |
ok pirofti@ | |||
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst | |
take away." remove uyap. no effect except on hppa where it was strangely enabled. | |||
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2014-07-12 | Build kernels at -O2 instead of -Os, as done for userland and on all other | Miod Vallat | |
architectures. ok deraadt@ | |||
2014-07-12 | Fix the last commit by proper dereferencing the disklabel partition. | Paul Irofti | |
Found by me, fixed by krw@. Thanks! | |||
2014-07-12 | Kill the last dumb DVACT_DEACTIVATE handlers. | Martin Pieuchot | |
2014-07-12 | Refactor out dosigsuspend() function | Matthew Dempsky | |
Discussed with guenther and kettenis | |||
2014-07-12 | Fix USB connect freeze by clearing the host port interrupt. | Paul Irofti | |
Connects and disconnects have no affect on the machine, just like before this driver came into existence. While at it check for a few more interrupt types. | |||
2014-07-12 | Resize the pcb hashtable automatically. The table size will be doubled | YASUOKA Masahiko | |
when the number of the hash entries reaches 75% of the table size. ok dlg henning, 'commit in' claudio | |||
2014-07-12 | revert a few stragglers hiding out | Ted Unangst | |
2014-07-12 | teduuuuuudfu(4) it has never been enabled in 5 years. | Martin Pieuchot | |
ok tedu@, deraadt@ | |||
2014-07-12 | revert more free fallout | Ted Unangst | |
2014-07-12 | Oops. Correct variable name more likely to compile. | Kenneth R Westerback | |
2014-07-12 | - replace main() with mips_init() so we can save the arguments from uboot to | Jasper Lievisse Adriaanse | |
pass it to the kernel later on. also use it to get the clock frequency. - implement getsecs() so the bootprompt timeout works input/ok miod@ pirofti@ | |||
2014-07-12 | Calculate i/o starts and sizes in 'proper' sectors rather assuming | Kenneth R Westerback | |
512-byte sectors. Unlikely to affect CF's in the near future. ok pirofti@ | |||
2014-07-12 | add guards to just make available to the bootblocks what they need. | Jasper Lievisse Adriaanse | |
prompted by miod@ | |||
2014-07-12 | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set | Martin Pieuchot | |
the 'dying' flag. | |||
2014-07-12 | reboot(9): Shutdown system by signaling init(8) from kernel where appropriate | Masao Uebayashi | |
Some ports watch temperature in MD and try to shutdown system, when overheated, by calling directly (re)boot(9). Change this to signal init(8) from kernel, as acpi(4) and acpitz(4) do, which has been more tested. This also helps to clarify design that ``clean shutdown must be always started by init(8)''. Note that SIGUSR2 causes init(8) to call reboot(2) with RB_POWERDOWN, as acpi(4) etc. already does. It is reasonable, pointed out by kettenis@, considering system is overheated and immediate reboot may be dangerous. OK deraadt@ miod@ | |||
2014-07-12 | Protect the freelists of transfer descriptors with the appropriate spl | Martin Pieuchot | |
so that we do not end up allocating two times new descriptors. This happens if a thread finds an empty list, start allocating, got interrupted and the interrupt also finds an empty list. Fix an issue reported by Nils Frohberg. ok yuo@, pirofti@ | |||
2014-07-12 | Mark the interface down and cancel the watchdog timer in imxenet_stop(). | Brad Smith | |
ok matthieu@ rapha@ | |||
2014-07-12 | Whitespace | Paul Irofti | |
2014-07-12 | rename variable to better indicate it's meaning | Jasper Lievisse Adriaanse | |
2014-07-12 | guenther (who also should have been credited in previous free size commits) | Ted Unangst | |
noticed that i missed committing one file. | |||
2014-07-12 | Remove the redundant csum_flag variable and just set the checksum flag | Lawrence Teo | |
in the pkthdr directly. ok henning@ | |||
2014-07-12 | Protocol checksums have been recalculated on reinjection for a while | Lawrence Teo | |
now, so there is no need to calculate them before sending them to userspace. ok henning@ |