| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed unused #includes. | bde | 1997-07-20 | 5 | -22/+5 |
* | Make this thing actually compile. | dfr | 1997-06-02 | 1 | -2/+2 |
* | Oops, remove some bogus debugging code that crept in with the last commit. | msmith | 1997-06-02 | 1 | -10/+1 |
* | Add support for the SIOCGIFHWADDR ioctl, commonly used by | msmith | 1997-06-02 | 1 | -1/+44 |
* | Always include PROT_READ for Linux mmap operations. | msmith | 1997-04-28 | 1 | -2/+2 |
* | Remove dependancy on UFS' DIRBLKSIZ definition. | dfr | 1997-04-06 | 1 | -6/+2 |
* | Fix linux_getdents so that it can cope with filesystems which translate | dfr | 1997-04-05 | 1 | -10/+46 |
* | Removed potentially harmful garbage <vm/lock.h> and fixed bogus | bde | 1997-04-01 | 1 | -2/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 3: include | bde | 1997-03-24 | 1 | -3/+2 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 3 | -6/+3 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 2 | -3/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 9 | -9/+9 |
* | Make this compile again after the Lite2 merge. | mpp | 1997-02-10 | 2 | -5/+4 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 2 | -4/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 9 | -9/+9 |
* | Fixed lseek() on named pipes. It always succeeded but should always fail. | bde | 1996-12-19 | 1 | -1/+2 |
* | Add IP_OPTIONS and the multicast-related setsockopts to the | fenner | 1996-12-03 | 1 | -1/+14 |
* | Add audio mixer ioctls. | smpatel | 1996-11-05 | 1 | -1/+73 |
* | Changed type of ni_dirp in `struct namei' from caddr_t to `const char *' | bde | 1996-09-03 | 1 | -4/+3 |
* | Fix memory leak bug in the path parsing code which never released it's | nate | 1996-08-05 | 1 | -6/+10 |
* | Removed unused #include. Linux doesn't support SCO consoles. | bde | 1996-06-23 | 1 | -2/+1 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 3 | -10/+6 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -3/+3 |
* | Removed never-used #includes of <machine/cpu.h>. Many were apparently | bde | 1996-04-07 | 1 | -4/+1 |
* | Fixed unsigned longs that should have been vm_offset_t. | bde | 1996-03-19 | 1 | -3/+5 |
* | Remove references to MAP_FILE.. That is now "default" and is only | peter | 1996-03-12 | 1 | -2/+2 |
* | Fix the vm_map_remove and vm_map_protect calls.. Somewhere along the | peter | 1996-03-10 | 1 | -3/+3 |
* | Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's. | peter | 1996-03-10 | 1 | -1/+62 |
* | Fix the getdents() emulation, the Linux ELF libraries use this, and | peter | 1996-03-10 | 1 | -3/+11 |
* | Fix a (mostly harmless) bogon when allocating space above the stack | peter | 1996-03-10 | 1 | -2/+2 |
* | First attempt at FreeBSD & Linux ELF support. | sos | 1996-03-10 | 1 | -3/+1 |
* | update linux_times() and linux_utime() emulation, | peter | 1996-03-04 | 2 | -17/+49 |
* | Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses. | peter | 1996-03-04 | 1 | -1/+9 |
* | Add support for the old-style Linux termio (not termios) TCGETA etc. | peter | 1996-03-03 | 1 | -2/+72 |
* | Minor touch-up... make two functions static, and add missing $Id$ | peter | 1996-03-02 | 1 | -3/+3 |
* | Mega-commit for Linux emulator update.. This has been stress tested under | peter | 1996-03-02 | 9 | -380/+1202 |
* | This is an extract of changes from what I am currently running... | peter | 1996-02-16 | 1 | -64/+151 |
* | Call pipe_stat() when presented with a DTYPE_PIPE file in the linux | peter | 1996-01-30 | 1 | -1/+5 |
* | Fixed vm_map_find for new vm updates. | dyson | 1996-01-19 | 1 | -4/+7 |
* | Add linux_mknod so that it will do mkfifo if needed... | sos | 1996-01-14 | 1 | -1/+16 |
* | reran makesyscalls | peter | 1996-01-08 | 1 | -2/+1 |
* | The Linux emulator depends on SYSV IPC but doesn't actually reference | wollman | 1996-01-05 | 1 | -1/+3 |
* | Oops, forgot a little difference between my src-tree and ours... | sos | 1995-12-30 | 1 | -2/+2 |
* | My first shot at get sound to work on the emulator. | sos | 1995-12-29 | 2 | -7/+108 |