| 2011-12-01 |
Matthew Dillon | kernel - Remove double unlock in elf core dumping code |
blob | commitdiff |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2011-05-20 |
John Marino | kernel ELF: Implement AT_OSRELDATE aux vector |
blob | commitdiff | diff to current |
| 2011-05-19 |
John Marino | kernel ELF: Removed unwanted return |
blob | commitdiff | diff to current |
| 2011-05-19 |
John Marino | kernel ELF: Improve OS Release Date handling |
blob | commitdiff | diff to current |
| 2011-05-19 |
John Marino | kernel ELF: Use interpreter paths outside of first... |
blob | commitdiff | diff to current |
| 2011-05-19 |
John Marino | kernel ELF: Add missing return after exec_map_page... |
blob | commitdiff | diff to current |
| 2011-05-19 |
John Marino | Kernel Elf: Expand ABI.note-tag search to cover entire... |
blob | commitdiff | diff to current |
| 2011-05-18 |
John Marino | Kernel ELF: Restore legacy FreeBSD brand |
blob | commitdiff | diff to current |
| 2011-05-11 |
John Marino | kernel ELF: Map PIE binaries at non-zero or specified... |
blob | commitdiff | diff to current |
| 2011-05-11 |
John Marino | kernel ELF: Do not map segments of zero length |
blob | commitdiff | diff to current |
| 2011-05-11 |
John Marino | kernel ELF: Reimplement Elf Branding, .note.ABI-tag |
blob | commitdiff | diff to current |
| 2011-04-28 |
John Marino | kernel: Implement ELF auxinfo entry type AT_EXECPATH |
blob | commitdiff | diff to current |
| 2011-01-20 |
Matthew Dillon | kernel - Optimize the x86-64 lwbuf API |
blob | commitdiff | diff to current |
| 2010-11-30 |
Samuel J. Greear | kernel - Provide descriptions for lwkt.* and debug... |
blob | commitdiff | diff to current |
| 2010-10-25 |
Antonio Huete Jimenez | nullfs - Add 'noexec' flag support. |
blob | commitdiff | diff to current |
| 2010-09-20 |
Antonio Huete Jimenez | elf - Fill sv_name with the appropiate value for each... |
blob | commitdiff | diff to current |
| 2010-06-12 |
Sascha Wildner | Fix typos in the licenses: withough -> without |
blob | commitdiff | diff to current |
| 2010-03-24 |
Alex Hornung | cache_fullpath - Guess mountpoints if requested |
blob | commitdiff | diff to current |
| 2010-03-18 |
Samuel J. Greear | kernel - Introduce lightweight buffers |
blob | commitdiff | diff to current |
| 2010-03-13 |
Alex Hornung | linux emu - peripheral changes |
blob | commitdiff | diff to current |
| 2009-12-28 |
Matthew Dillon | kernel - fine-grained namecache and partial vnode MPSAF... |
blob | commitdiff | diff to current |
| 2009-10-29 |
Simon Schubert | imgact_elf: use correct offset when bouncing .note... |
blob | commitdiff | diff to current |
| 2009-10-29 |
Simon Schubert | imgact_elf: accept .note.ABI-tag sections located anywhere |
blob | commitdiff | diff to current |
| 2009-10-19 |
Simon Schubert | core dumps: don't claim we are FreeBSD |
blob | commitdiff | diff to current |
| 2009-09-01 |
Alex Hornung | ELF - allow execution of shared objects |
blob | commitdiff | diff to current |
| 2009-08-13 |
Matthew Dillon | AMD64 - Use Elf_Word for note alignment |
blob | commitdiff | diff to current |
| 2009-04-02 |
Matthew Dillon | AMD64 - Fixes to make dynamic binaries run |
blob | commitdiff | diff to current |
| 2008-12-28 |
Matthew Dillon | amd64 work: fp_write() takes address of ssize_t, not... |
blob | commitdiff | diff to current |
| 2008-08-17 |
Nicolas Thery | Add minimal support for post-mortem (core dump) debuggi... |
blob | commitdiff | diff to current |
| 2008-08-16 |
Nicolas Thery | Remove useless NULL check after kmalloc(M_WAITOK). |
blob | commitdiff | diff to current |
| 2008-06-07 |
Michael Neumann | Correct typos. |
blob | commitdiff | diff to current |
| 2007-06-29 |
Matthew Dillon | Flag the checkpoint descriptor so on restore we can... |
blob | commitdiff | diff to current |
| 2007-06-07 |
Matthew Dillon | Entirely remove exec_map from the kernel. Use the... |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
blob | commitdiff | diff to current |
| 2007-02-21 |
Simon Schubert | 1:1 Userland threading stage 2.19/4: |
blob | commitdiff | diff to current |
| 2007-02-03 |
Simon Schubert | 1:1 Userland threading stage 2.11/4: |
blob | commitdiff | diff to current |
| 2007-01-12 |
Matthew Dillon | Fix a number of places where the kernel assumed it... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
blob | commitdiff | diff to current |
| 2006-09-11 |
Matthew Dillon | Move flag(s) representing the type of vm_map_entry... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-05-25 |
Matthew Dillon | Adjust pamp_growkernel(), elf_brand_inuse(), and ktrace... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Convert most manual accesses to filedesc->fd_files... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The fdrop() procedure no longer needs a thread argument... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-03-29 |
Matthew Dillon | Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of... |
blob | commitdiff | diff to current |
| 2005-10-27 |
Sepherosa Ziehau | - convert {set, fill}_??regs() and ptrace_single_step... |
blob | commitdiff | diff to current |
| 2005-09-02 |
Jeffrey Hsu | Now that the C language has a "void *", use it instead... |
blob | commitdiff | diff to current |
| 2005-07-04 |
Matthew Dillon | Do not abort the entire core dump if VOP_VPTOFH() fails... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | File descriptor cleanup stage 2, remove the separate... |
blob | commitdiff | diff to current |
| 2005-06-01 |
Joerg Sonnenberger | Removing rest of debugging code which slipped into... |
blob | commitdiff | diff to current |
| 2005-06-01 |
Joerg Sonnenberger | Add back support for SYSV binaries. Those are nasty... |
blob | commitdiff | diff to current |
| 2005-05-31 |
Joerg Sonnenberger | Don't match executables with ELFOSABI_NONE against... |
blob | commitdiff | diff to current |
| 2005-03-08 |
David Xu | Merge from FreeBSD: |
blob | commitdiff | diff to current |
| 2005-02-26 |
Matthew Dillon | Add signal mask save/restore to the checkpoint code... |
blob | commitdiff | diff to current |
| 2004-11-18 |
Matthew Dillon | Lots of bug fixes to the checkpointing code. The big... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
blob | commitdiff | diff to current |
| 2004-06-08 |
Jeffrey Hsu | Try the ELF image activator first. |
blob | commitdiff | diff to current |
| 2004-04-11 |
Matthew Dillon | Use the sf_buf facility rather then kmem_alloc_wait... |
blob | commitdiff | diff to current |
| 2004-03-29 |
David Rhodus | Make sure the ELF header size is not too large. This... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-01-20 |
Matthew Dillon | Resident executable support stage 1/4: Add kernel bits... |
blob | commitdiff | diff to current |
| 2003-11-12 |
David P. Reese, Jr. | Split execve(). This required some interesting changes... |
blob | commitdiff | diff to current |
| 2003-11-10 |
Matthew Dillon | Add buffer bounds checking during check pointing since... |
blob | commitdiff | diff to current |
| 2003-11-10 |
Matthew Dillon | Add a temporary workaround to prevent a panic due to... |
blob | commitdiff | diff to current |
| 2003-10-20 |
Matthew Dillon | Do a bit of cleanup and add a bit of debugging to the... |
blob | commitdiff | diff to current |
| 2003-10-20 |
Matthew Dillon | Additional checkpoint suppor for vmspace info. In... |
blob | commitdiff | diff to current |
| 2003-10-19 |
Matthew Dillon | Enhance the fp_*() API. Reorganize the ELF dump code... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-08-27 |
Matthew Dillon | SLAB ALLOCATOR Stage 1. This brings in a slab allocato... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-08-03 |
Hiten Pandya | Use FOREACH_PROC_IN_SYSTEM() throughout. |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-24 |
Matthew Dillon | proc->thread stage 3.5: Add an IO_CORE flag so coda... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|