]>
 
 
git.buserror.net Git - polintos/scott/priv.git/log 
 
 
 
 
 
 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Scott Wood  [Tue, 14 Aug 2007 13:09:30 +0000  (08:09 -0500)] 
 
fixes/cleanup 
 
Scott Wood  [Sun, 5 Aug 2007 18:14:02 +0000  (13:14 -0500)] 
 
Move stdio defs to stdio.h, and fix an x86 makefile bug. 
 
Scott Wood  [Sun, 5 Aug 2007 17:05:08 +0000  (12:05 -0500)] 
 
More libc functions, and build-as-c fixes. 
 
Scott Wood  [Sun, 5 Aug 2007 17:04:43 +0000  (12:04 -0500)] 
 
build: C builds were incorrectly using g++ rather than gcc. 
 
Scott Wood  [Sun, 5 Aug 2007 16:36:16 +0000  (11:36 -0500)] 
 
Move some freestanding libc functions from the kernel into 
libfreestanding. 
 
Scott Wood  [Sun, 5 Aug 2007 16:35:17 +0000  (11:35 -0500)] 
 
build: Set flags for building C code, and add AR/RANLIB variables. 
 
Scott Wood  [Sun, 5 Aug 2007 05:11:08 +0000  (00:11  -0500)] 
 
Update copyright year. 
 
Scott Wood  [Sun, 5 Aug 2007 03:22:52 +0000  (22:22 -0500)] 
 
GCC 4.2.1 fixes, plus a couple library functions. 
 
Scott Wood  [Sun, 29 Jul 2007 22:40:06 +0000  (17:40 -0500)] 
 
Add toolchain patches. 
 
Scott Wood  [Sun, 29 Jul 2007 18:41:23 +0000  (13:41 -0500)] 
 
Add IFaceInfo. 
 
Scott Wood  [Sat, 14 Jul 2007 17:22:10 +0000  (12:22 -0500)] 
 
Remove #if 0 section. 
 
Scott Wood  [Sat, 14 Jul 2007 17:20:51 +0000  (12:20 -0500)] 
 
Fix GCC 4.1.3 issues 
 
Scott Wood  [Wed, 4 Jul 2007 01:33:58 +0000  (20:33 -0500)] 
 
Merge branch 'origin' 
 
Conflicts: 
 
	lib/c++/orb.cc 
 
Scott Wood  [Wed, 4 Jul 2007 01:23:22 +0000  (20:23 -0500)] 
 
xfer to odin 
 
Scott Wood  [Tue, 26 Jun 2007 17:39:28 +0000  (13:39 -0400)] 
 
build fixes 
 
Scott Wood  [Mon, 25 Jun 2007 01:31:18 +0000  (20:31 -0500)] 
 
minor orb stuff 
 
Scott Wood  [Tue, 12 Jun 2007 03:46:46 +0000  (22:46 -0500)] 
 
xfer to odin 
 
Scott Wood  [Sun, 27 May 2007 14:38:29 +0000  (09:38 -0500)] 
 
Add first draft of marshalling spec 
 
Scott Wood  [Sat, 26 May 2007 17:52:52 +0000  (12:52 -0500)] 
 
update 
 
Scott Wood  [Thu, 19 Apr 2007 01:57:41 +0000  (20:57 -0500)] 
 
Always use eax/edx; this makes throwing an exception during method 
dispatch easier. 
 
Scott Wood  [Thu, 19 Apr 2007 01:53:10 +0000  (20:53 -0500)] 
 
Return to the int98 vsyscall code when returning from int99. 
 
Scott Wood  [Thu, 19 Apr 2007 01:52:20 +0000  (20:52 -0500)] 
 
Remove redundant type declarations. 
 
Scott Wood  [Wed, 18 Apr 2007 01:30:32 +0000  (20:30 -0500)] 
 
Regs struct, int98/99 
 
Scott Wood  [Wed, 18 Apr 2007 00:34:26 +0000  (19:34 -0500)] 
 
ABI update. 
 
Scott Wood  [Thu, 12 Apr 2007 00:00:48 +0000  (19:00 -0500)] 
 
random kernel stuff 
 
Scott Wood  [Wed, 11 Apr 2007 23:58:42 +0000  (18:58 -0500)] 
 
bmaptree and radix fixes 
 
Scott Wood  [Wed, 11 Apr 2007 23:58:24 +0000  (18:58 -0500)] 
 
Make in_kernel() static inline. 
 
Scott Wood  [Wed, 11 Apr 2007 23:57:04 +0000  (18:57 -0500)] 
 
ORBMM changes and other stuff 
 
Scott Wood  [Wed, 11 Apr 2007 23:50:22 +0000  (18:50 -0500)] 
 
IDL updates. 
 
Scott Wood  [Wed, 11 Apr 2007 23:49:26 +0000  (18:49 -0500)] 
 
Document new memory management semantics. 
 
Scott Wood  [Mon, 9 Apr 2007 00:23:53 +0000  (19:23 -0500)] 
 
Ignore .gdb_history 
 
Scott Wood  [Tue, 27 Mar 2007 03:39:45 +0000  (22:39 -0500)] 
 
xfer to desktop 
 
Scott Wood  [Tue, 20 Mar 2007 13:35:22 +0000  (08:35 -0500)] 
 
xfer to laptop 
 
Scott Wood  [Sat, 3 Mar 2007 16:55:25 +0000  (10:55 -0600)] 
 
Untangle header file interdependencies. 
 
Scott Wood  [Sat, 3 Mar 2007 16:54:52 +0000  (10:54 -0600)] 
 
Use a radix tree for IDRMap. 
 
Scott Wood  [Sat, 3 Mar 2007 16:53:30 +0000  (10:53 -0600)] 
 
Use -freg-struct-return. 
 
Scott Wood  [Mon, 26 Feb 2007 02:08:36 +0000  (20:08 -0600)] 
 
Lots of stuff. 
 
Scott Wood  [Tue, 26 Dec 2006 00:58:40 +0000  (18:58 -0600)] 
 
Use GCC builtins for bit scanning.  The minor benefit is that it is 
non-arch-specific; the major benefit is that it can be done at 
compile-time when the argument is a constant. 
 
Scott Wood  [Sun, 10 Dec 2006 23:47:09 +0000  (17:47 -0600)] 
 
Oops, the disclamer somehow ended up in there twice. 
 
Scott Wood  [Sun, 10 Dec 2006 23:03:29 +0000  (17:03 -0600)] 
 
License change. 
 
Scott Wood  [Sun, 10 Dec 2006 21:44:18 +0000  (15:44 -0600)] 
 
Even simpler license. 
 
Scott Wood  [Sun, 10 Dec 2006 18:03:16 +0000  (12:03 -0600)] 
 
Update the PIB documentation. 
 
Scott Wood  [Sat, 9 Dec 2006 17:21:04 +0000  (11:21 -0600)] 
 
Add copyright to idlcomp files that were previously just "Written by:". 
 
Scott Wood  [Sat, 9 Dec 2006 17:15:52 +0000  (11:15 -0600)] 
 
Remove C language stub. 
 
Scott Wood  [Sat, 9 Dec 2006 17:14:01 +0000  (11:14 -0600)] 
 
Switch to a simple X11-style license. 
 
Scott Wood  [Sun, 3 Dec 2006 21:52:06 +0000  (15:52 -0600)] 
 
Remove Mem.AddrSpace.alloc_and_map(); a Mappable that allocates 
anonymous memory should be used instead.  Later, add a way to 
instantiate anonmem mappables with a given set of AllocFlags. 
 
Scott Wood  [Sun, 3 Dec 2006 21:17:56 +0000  (15:17 -0600)] 
 
Add AnonMem, and s/get_entry/get_mapping/. 
 
Scott Wood  [Sun, 3 Dec 2006 18:35:51 +0000  (12:35 -0600)] 
 
Ignore the build directory. 
 
Scott Wood  [Sun, 3 Dec 2006 18:33:05 +0000  (12:33 -0600)] 
 
Fix a couple compiler errors that GCC 4.0 noticed. 
 
Scott Wood  [Sun, 3 Dec 2006 18:19:46 +0000  (12:19 -0600)] 
 
Initial checkin from Perforce.