| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the Linux emulation code, no longer referenced by anything | 2016-03-02 | 1 | -94/+0 | |
| | | |||||
| * | Start to deal with the time_t change's effect on compat/linux: | 2013-10-25 | 1 | -9/+21 | |
| | | | | | | | | | | | | | | | - add Linux versions of struct rusage, timeval, and itimerval and conversion functions for them - add Linux versions of getrusage(), gettimeofday(), {set,get}itimer(), and nanosleep() - fix various inconsistencies in naming of Linux versions of types and conversion functions - add mappings for LINUX_CLOCK_{PROCESS,THREAD}_CPUTIME_ID to the native versions Originally written months ago as part of the time_t work; long memory, prodding, and ok from pirofti@ | ||||
| * | implement prctl() for COMPAT_LINUX | 2011-12-14 | 1 | -1/+14 | |
| | | | | | ok pirofti@ | ||||
| * | Unify header sentinel names. | 2011-04-05 | 1 | -4/+4 | |
| | | |||||
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
| * | add sys_sysinfo. from marius aamodt eriksen. | 2003-07-23 | 1 | -1/+19 | |
| | | | | | linux_misc.c: fvdl gave his copyright to tnf, adjust. | ||||
| * | First round of __P removal in sys | 2002-03-14 | 1 | -4/+4 | |
| | | |||||
| * | On popular demand, the Linux-compatibility clone(2) implementation based | 2001-04-02 | 1 | -0/+58 | |
| on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work. | |||||
