Age | Commit message (Expand) | Author |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-14 | More glue needed for cross-compilation | Marcus Watts |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-07-06 | sync | Thomas Nordin |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-06-05 | regen | jasoni |
2002-06-05 | provide local versions of getpid, getuid and getgid that do not | jasoni |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt |
2002-06-02 | withough -> without | Theo de Raadt |
2002-05-07 | minor style. | jasoni |
2002-05-07 | support TIOCLINUX ioctl | jasoni |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-11 | Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional. | Artur Grabowski |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
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 |