| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit patch in | sos | 1998-12-30 | 1 | -1/+6 |
* | Commit #2 of | sos | 1998-12-30 | 1 | -1/+73 |
* | According to the author.. | julian | 1998-12-24 | 1 | -9/+4 |
* | Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having | sos | 1998-12-21 | 1 | -2/+2 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+173 |
* | Removed the cast to a pointer in the definition of PS_STRINGS and | bde | 1998-12-16 | 1 | -2/+2 |
* | linux_pipe does not preserve the edx register. Linux and | jkh | 1998-12-10 | 1 | -3/+12 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -7/+13 |
* | MF22: Bring in some linux sound ioctl support which I committed to 2.2 | jkh | 1998-11-12 | 1 | -1/+61 |
* | Fix a couple of out-of-bounds array references in mapping between | jdp | 1998-10-11 | 1 | -4/+9 |
* | Make async I/O on a socket work. | jfieber | 1998-10-05 | 1 | -1/+4 |
* | In linux_newuname bzero the right type of struct (linux_newuname_t). | sos | 1998-10-05 | 1 | -2/+2 |
* | Add several missing ioctl handlers. One needed by Sybase, the others | jfieber | 1998-09-30 | 1 | -1/+21 |
* | MF22: revert time bogon. | jkh | 1998-09-24 | 1 | -2/+1 |
* | return time in proper format for linux. | jkh | 1998-09-23 | 1 | -1/+2 |
* | Argh! *Now* the correct 3.0 fix is committed. | jkh | 1998-08-31 | 1 | -7/+7 |
* | Whoops! Stamp out a 2.2-ism that snuck between branches here. | jkh | 1998-08-31 | 1 | -2/+2 |
* | Initial support for using linux X servers under emulation - to use an | jkh | 1998-08-31 | 1 | -4/+36 |
* | Use [u]intptr_t instead of [u_]long for casts between pointers and | bde | 1998-08-16 | 1 | -3/+3 |
* | Oops, the previous fix confused Linux's sigset_t with a pointer type. | bde | 1998-08-15 | 1 | -5/+5 |
* | Converted the second last instance of hzto() to tvtohz(). | bde | 1998-08-05 | 1 | -20/+15 |
* | Fixed print format errors. | bde | 1998-07-29 | 4 | -51/+56 |
* | Quick and dirty support for Linux's mremap. Not used by anything | jkh | 1998-07-10 | 1 | -1/+32 |
* | remove option LINUX as it did nothing, add DEBUG_LINUX to debug the | jmg | 1998-06-30 | 1 | -1/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation | jkh | 1998-06-02 | 1 | -9/+13 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -2/+2 |
* | Make a kernel version of the timer* functions called timerval* to be | phk | 1998-04-06 | 1 | -9/+9 |
* | Use microruntime() rather than doing it by hand. | phk | 1998-04-04 | 1 | -3/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -5/+5 |
* | The linux chown syscall is more like lchown, a new chown syscall that | peter | 1998-03-29 | 1 | -1/+22 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Removed redundant test against MAXDSIZ (the rlimit test is stronger). | bde | 1998-02-25 | 1 | -3/+3 |
* | In the words of the submitter: | msmith | 1998-02-07 | 1 | -2/+62 |
* | Changed `inline' to `__inline' so that this file can be compiled by | bde | 1998-02-03 | 1 | -3/+3 |
* | sigh....forgot to update the DEBUG printf | jmb | 1998-01-05 | 1 | -3/+3 |
* | length argument to truncate() in linux emulation | jmb | 1998-01-05 | 1 | -1/+2 |
* | Make hidden COMPAT_43 dependencies explict. Options in headers is a | eivind | 1997-12-16 | 1 | -1/+3 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -2/+6 |
* | As described by the submitter: | msmith | 1997-12-15 | 1 | -1/+54 |
* | As described by the submitter: | msmith | 1997-12-14 | 1 | -2/+147 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 1 | -1/+2 |
* | Added support for linux sound ioctls: | ahasty | 1997-11-17 | 1 | -2/+18 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 7 | -293/+291 |
* | Securelevel and formatting fixes, and trapframe simplification. | kato | 1997-10-30 | 1 | -10/+9 |
* | Implement linux_iopl and linux_nice. | kato | 1997-10-29 | 1 | -1/+31 |
* | Implement linux_semop, linux_semget and linux_semctl. | kato | 1997-10-28 | 1 | -4/+136 |
* | Update for changes in the callout interface. | gibbs | 1997-09-21 | 1 | -3/+4 |
* | Moved include files which are independent of bs driver. | kato | 1997-08-28 | 1 | -0/+64 |
* | Ops the arguments to copyin was in the wrong order.. | sos | 1997-08-10 | 1 | -2/+2 |