Age | Commit message (Expand) | Author |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | Add a comment to explain why the sync is necessary in the while loop. | Joel Sing |
2010-07-02 | Apparently volatile does not mean what it is supposed to mean... avoid a | Joel Sing |
2010-07-02 | Implement FPU shootdowns for hppa multiprocessor kernels. There are still | Joel Sing |
2010-07-01 | When a process' FPU context is evicted or restored record which CPU the | Joel Sing |
2010-07-01 | Ensure that IPIs have priority and are run first to avoid deadlock. This | Joel Sing |
2010-07-01 | Create a struct to store FP state and include a pointer to the CPU that | Joel Sing |
2010-07-01 | Include atomic.h via lock.h like other architectures do. | Joel Sing |
2010-06-30 | remove compat_osf1 support from the kernel | Ted Unangst |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | Ansify function declarations. | Joel Sing |
2010-06-29 | Factor out code used to save and flushe process FPU context. | Joel Sing |
2010-06-29 | Store pointer to process FPU state in struct cpu_info. | Joel Sing |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-27 | Use a mutex to make atomic operations atomic on multiprocessor kernels. | Joel Sing |
2010-06-26 | Allow processes to be scheduled onto secondary CPUs. | Joel Sing |
2010-06-26 | Add GENERIC.MP. | Joel Sing |
2010-06-26 | Do not store curcpu() in syscall and trap handlers since we can go to | Joel Sing |
2010-06-26 | Avoid a potential race when unlocking a mutex. | Joel Sing |
2010-06-19 | Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@ | Miod Vallat |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-08 | Add missing function prototype. | Joel Sing |
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing |
2010-06-03 | Add missing function prototypes for MP kernels. | Joel Sing |
2010-06-01 | use --warn-common for linking (some arch's will show new warnings), and | Theo de Raadt |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
2010-05-27 | We no longer need -traditional-cpp for hppa. | Joel Sing |
2010-05-27 | Generate exported names using token pasting rather than a macro. Otherwise | Joel Sing |
2010-05-25 | The _arch and _mach variables now come from config(8), decreasing even further | Theo de Raadt |
2010-05-25 | Use token paste operator to avoid nested __CONCAT() macros. This allows | Joel Sing |
2010-05-25 | Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. The | Theo de Raadt |
2010-05-25 | ${SRCS} is only used once, and fits onto the line where it is used | Theo de Raadt |
2010-05-24 | give up on -Wvariable-decl | Theo de Raadt |
2010-05-24 | Unify the dependency time check for whether an architecture has SFILES | Theo de Raadt |
2010-05-24 | Add missing prototypes | Theo de Raadt |
2010-05-24 | Reduce differences between the Makefile.* files for all architectures. | Theo de Raadt |
2010-05-23 | no need for -Dhppa or -Dhppa64 on these architectures | Theo de Raadt |
2010-05-22 | Remove instruction TLB purges for direct mappings that will never have the | Mark Kettenis |
2010-05-21 | Add support for IPIs on hppa. | Joel Sing |
2010-05-19 | Spin up secondary CPUs on hppa multiprocessor kernels. At this stage we | Joel Sing |
2010-05-17 | Fix locking logic, remembering that hppa locks are inverted. Whilst here | Joel Sing |
2010-05-16 | Use a per CPU trap save area, ensuring that we maintain 64-byte alignment | Joel Sing |
2010-05-09 | Prevent "taken branch" exceptions from kernel space by clearing the PSL_T | Mark Kettenis |