| Age | Commit message (Expand) | Author |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2009-12-14 | Regen (new makesyscalls.sh) | matt |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-08-09 | Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions | haad |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-05-15 | pad -> PAD | pooka |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-01-13 | Regen to prove I didn't screw up the conversion: purely RCSID changes. | pooka |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-06-24 | ioctl commands are defined unsigned long, so cast cmd to unsigned long before... | gmcgarry |
| 2008-06-19 | regen from syscalls.master r1.35 | hans |
| 2008-06-19 | include <sys/sched.h> for cpuset_t | hans |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-22 | Grab proclist_lock for p->p_pgrp. | ad |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2007-12-20 | regen | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-13 | Regen. | uebayasi |
| 2007-12-12 | Remove the wrapper functions for file operations that do nothing now | dsl |
| 2007-12-12 | Regen, reformmatted, and without wrappers for file operations. | dsl |
| 2007-12-12 | No need to wrap filename function to get the alt path stuff. | dsl |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-05 | Remove all the __P from here, including the other other mismatched one | dsl |
| 2007-12-04 | Re-balance a parenthesis. | he |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-17 | include compat/sys/mount.h for MFSNAMELEN, although not used yet. | christos |
| 2007-07-04 | It seems that min(16,16) isn't a compile time constant. | dsl |
| 2007-06-30 | Match updates to kauth_cred_set/getgroups. | dsl |
| 2007-06-23 | Use the functions in kern_auth.c for setting/getting group lists. | dsl |
| 2007-06-17 | Directly call the relevant system support routines instead of going via | dsl |
| 2007-06-16 | Modify the (recently added) compat_sigaltstack() #define to take the | dsl |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-05-13 | Stop using the stackgap for timer functions, fcntl locks and FIONREAD ioctl. | dsl |
| 2007-05-13 | Remove the stackgap from some more flockking code. | dsl |
| 2007-05-12 | Change interface to settimeofday1() so that it can also be used from | dsl |
| 2007-05-12 | Remember to call calcru() before using the rusage values. | dsl |
| 2007-05-12 | Change the compat sys_[fl]utime code to not use the stackgap. | dsl |