| Age | Commit message (Expand) | Author |
| 2011-04-26 | Remove Darwin, MACH and Mach-O support. | joerg |
| 2011-01-17 | Include internal definitions (uvm/uvm.h) only where necessary. | uebayasi |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-03 | fix malloc type mismatches. | yamt |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-08 | Use ANSI function decls. | thorpej |
| 2005-06-25 | the magic number is not byte-swapped. | christos |
| 2005-05-29 | - add const. | christos |
| 2004-09-04 | Recognize bundles as mach-O executables | manu |
| 2004-03-23 | - Nuke __P(). | junyoung |
| 2003-10-20 | One more section type in the Mach-O format. Now /usr/X11R6/bin/quartz-wm links | manu |
| 2003-10-19 | Support Darwin static binaries (I should say: support the only Darwin | manu |
| 2003-09-07 | Correctly check Mach-O fat header so that fat binaries get launched. | manu |
| 2003-08-08 | GC: exec_foo_setup_stack; use exec_setup_stack, and provide a way for | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-21 | Some Mach-O libraries do not have a load base address. The Darwin | manu |
| 2002-12-11 | Load __OBJC and ____CGSERVER sections of Mach-O binaries as __TEXT. | manu |
| 2002-11-29 | back out the previous change, which is useless. Darwin loads the libraries | manu |
| 2002-11-29 | Maitain a chainedlist of already loaded Mach-O objects, to avoid loading | manu |
| 2002-11-24 | Rewrite the excessive recursive loading protection by actually counting the | manu |
| 2002-11-22 | Libraries do not use relative addresses, they are absolute and should be | manu |
| 2002-11-21 | Check for excessive recursive Mach-O loading | manu |
| 2002-11-21 | Remove a debug message that has been committed by mistake. | manu |
| 2002-11-21 | We now have the exact stack initial stack layout of Darwin: | manu |
| 2002-10-31 | XXX: be32toh on powerpc does not cast to int32_t so passing u_long to | christos |
| 2002-10-30 | int format long arg problems | manu |
| 2002-10-30 | fix fat binary architecture choosing code. mach binaries now execute as | christos |
| 2002-10-30 | make this compile again. | christos |
| 2002-10-29 | Introduce an array of supported CPU types by a given arch for Mach-O | manu |
| 2002-10-29 | If the magic number is 0xfeedface instead of 0xcafebabe, this means that | manu |
| 2002-10-05 | count executable image pages as executable for vm-usage purposes. | chs |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-10 | fix compile typo. | christos |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-10-28 | make a copy of the epp->ep_path, because it is too late to use it when | christos |
| 2001-07-14 | use be32toh instead of bswap32 | christos |
| 2001-07-14 | new exec module for MACH-O fat binaries | christos |