| Age | Commit message (Expand) | Author |
| 2007-11-01 | This should be a mutex_enter() instead of a mutex_exit(). | oster |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-09-11 | remove SIOCSIFALIFETIME_IN6 (should have been part of previous commit) | gdt |
| 2007-08-20 | Remove all ioctls from the conversion list that are explicitly defined | martin |
| 2007-08-20 | Sigh - revert previous. Seems we can't avoid the big list, so fill it. | martin |
| 2007-08-20 | Put back the previous hack to make compat_cvtcmd() work for all the ioctls | martin |
| 2007-08-20 | Clean up net compat ioctls, and clean up handling of wireless ioctls. | skd |
| 2007-07-17 | MFSNAMELEN only belongs in compat. | christos |
| 2007-07-14 | Adapt for sys_mount() becoming compat_40_sys_mount(), | dsl |
| 2007-07-13 | Put the stackgap code under OPT_SYSTRACE. | dsl |
| 2007-06-30 | Changes to sompat socket function to avoid the dreaded stackgap. | dsl |
| 2007-06-24 | Update to call do_sys_recv() instead of recvit(). | dsl |
| 2007-06-17 | Call semctl1() directly, not via stackgap and compat_14_sys___semctl(). | dsl |
| 2007-06-17 | Expose semid_ds14_to_native() to otherparts of the system. | dsl |
| 2007-06-16 | Modify the (recently added) compat_sigaltstack() #define to take the | dsl |
| 2007-06-03 | Add a #define that expands to the compat wrapper for sigaltstack1(). | dsl |
| 2007-06-02 | Reduce difference between compat_ifconf() and ifconf(): | enami |
| 2007-06-01 | Split sys_bind() and sys_connect() so that compat code can use common code | dsl |
| 2007-05-30 | Move the nasty ifdefs in one place. Requested by ad and dyoung. | christos |
| 2007-05-29 | wrap the whole function in COMPAT_40 | christos |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-05-12 | There is no need to use the stackgap for get/setrlimit. | dsl |
| 2007-05-07 | Split sys_wait4() so that compat code can fiddle with the returned 'status' | dsl |
| 2007-04-30 | Rework compat stat() and statvfs() code so that it no longer uses the stackgap. | dsl |
| 2007-04-30 | Split the statvfs functions so that the 'work' is done to a kernel buffer | dsl |
| 2007-04-26 | Pass the emulation root string into namei() from emul_find_interp() so that | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-10 | Update all the compat stuff to not use the 'stackgap' for processing | dsl |
| 2007-03-10 | Use the support routines from kern_syscalls.c instead of rolling our own code. | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Count the number of CPUs at boot and stash in 'ncpu'. Eventually should | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-24 | s/existance/existence/, from Zafer. | wiz |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-04 | compat_30_sys_getfh: check the size of filehandle. remove an unnecessary cast. | yamt |
| 2006-08-04 | some filehandle syscall related changes. | yamt |
| 2006-07-31 | Make filehandles opaque to userland | martin |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-14 | make this compile again. | christos |
| 2006-07-13 | sys_getfh -> compot_30_sys_getfh | pavel |
| 2006-07-13 | compat_30_sys_getfh: s/fhandle_t/struct compat_30_fhandle/ (fix overrun.) | yamt |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-06-30 | -fix for previous: don't malloc() with spinlock held | drochner |
| 2006-06-26 | version the socket(2) syscall. for compat30 socket, we use | mrg |
| 2006-06-12 | stack police: don't allocate statvfs on the stack. | christos |