Age | Commit message (Expand) | Author |
2002-02-16 | Make this compile. | Miod Vallat |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev |
2002-02-13 | Ooops. unbreak after last. | Artur Grabowski |
2002-02-13 | FREF/FRELE where required due to fd_getfile. | jasoni |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | test before commit | Theo de Raadt |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski |
2002-02-08 | Opps. unbreak. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-08 | Remove some commented out FILE_UNUSE (incorrect) | Artur Grabowski |
2002-02-06 | emulate linux behaviour by passing ioctl's down to the underlying device | jasoni |
2002-02-04 | sync | Niels Provos |
2002-02-04 | fcntl64 support; okay deraadt@ | Niels Provos |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-22 | call osf1_exec_ecoff_hook for osf1 bin's | Eric Jackson |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-11-30 | Only m68k-based architectures need to include <machine/psl.h> here. | Miod Vallat |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-27 | sync. -moj | Mats O Jansson |
2001-11-27 | Add clock_gettime. -moj ok art@ | Mats O Jansson |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-14 | Compat layer for 1k Vax aout, from NetBSD. | Hugh Graham |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-05 | More fallout from the fd_getfile changes. | Artur Grabowski |
2001-11-05 | blink-matching-paren should be default in mg | Artur Grabowski |
2001-11-02 | Fix typo when assigning bds->sem_base. | Todd C. Miller |
2001-10-31 | There is no need to fake handling of /dev/zero here. The vm system ultrix/ult... | Artur Grabowski |
2001-10-26 | Unbreak. | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-10-10 | regen | Artur Grabowski |
2001-10-10 | Don't roll our own dup, we cen use the standard one. | Artur Grabowski |
2001-10-02 | Values coming from userland should be bounds checked, even if we put them | Constantine Sapuntzakis |
2001-09-21 | Unnecessary wrapper. | Artur Grabowski |
2001-09-21 | Save some space on the stack for AuxInfo. Dynamic binaries now have the corre... | Artur Grabowski |
2001-09-21 | regen | Artur Grabowski |
2001-09-21 | no need for own implemenation of p{read,write}{,v} | Artur Grabowski |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-05 | sync | Artur Grabowski |
2001-09-05 | Add some necessary MSG_COMPAT. | Artur Grabowski |
2001-09-05 | mode_t in netbsd is not the same as our mode_t | Artur Grabowski |
2001-09-05 | Will need netbsd_types.h very soon. | Artur Grabowski |
2001-08-28 | don't reference seminfo if SYSVSEM isn't defined | Jason Wright |
2001-08-26 | remove duplicate syscallargs() macros | Theo de Raadt |
2001-08-26 | sync | Theo de Raadt |