Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-13 | ansi/deregister. No binary change. | Jonathan Gray | |
2004-07-15 | Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, | Todd C. Miller | |
etc to avoid confusion and for consistency with the *35 ones. Remove *n2o functions that don't belong outside of compat. | |||
2004-07-14 | Move the guts of the {sem,msg,shm}ctl system calls into a new function | Todd C. Miller | |
which also takes two function pointers for copyin/copyout. For the real syscalls these are just the normal copyin/copyout functions. For the compat routines, these are funtions that convert between the new and old foo_ds structs automagically. OK deraadt@ | |||
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert | |
things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | |||
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst | |
takes a void *. convert uiomove to take a void * as well. ok deraadt@ | |||
2002-12-22 | Cosmetic changes: | Todd C. Miller | |
o Add a DPRINTF macro instead of using debugging #ifdefs all over the place o KNF says to use "return (foo)" not "return(foo)" o #define EIDRM and ENOMSG at the top instead of using #ifdefs to work around the fact that we don't have them later on. | |||
2002-12-22 | Clear the high bit of ipc_perm.seq so msgget(3) never returns a | Todd C. Miller | |
negative message queue id; Vladimir B.Grebenschikov | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-08-12 | Don't allocate globals in include files, use extern declarations. | Todd C. Miller | |
Move the actual variables into their respective .c files. As a bonus, remove semmap which is not used. | |||
2001-06-22 | KNF | Theo de Raadt | |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller | |
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||
1999-08-09 | unique panic messages | Theo de Raadt | |
1999-04-18 | incorrect range checking, output buf oflow; futatuki@fureai.or.jp | Theo de Raadt | |
1999-02-04 | wrap noise in DIAGNOSTIC | Theo de Raadt | |
1998-06-11 | change ipc.h to use uid_t and friends, and then build compat system calls ↵ | Theo de Raadt | |
for the old ushort based ipc.h | |||
1998-05-11 | extra const | Theo de Raadt | |
1998-05-11 | const a few more calls | Theo de Raadt | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |