summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* update linux_times() and linux_utime() emulation,peter1996-03-047-39/+105
* Oops.. I was wrong about the change to sigsuspend. The library interface ispeter1996-03-042-6/+8
* Validate the length before we trust it.phk1996-03-041-1/+3
* Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.peter1996-03-042-2/+18
* Fix a problem that pages in a mapped region were not alwaysdyson1996-03-041-1/+17
* In order to fix some concurrency problems with the swap pager earlydyson1996-03-035-38/+50
* Deal with NetBSD byte-swapped a.out magic when checking the MID to excludepeter1996-03-031-2/+4
* Keep fork from over extending the number of processes. Since u_map isdyson1996-03-031-2/+11
* Add support for the old-style Linux termio (not termios) TCGETA etc.peter1996-03-034-8/+152
* Remove the #ifdef notyet from the prototype of vm_map_simplify. Johnpeter1996-03-031-3/+1
* Add missing prototype for newly public vn_vmio_open function, next topeter1996-03-031-1/+3
* Make the handshake lines do the right thing. This is untested by the authorpeter1996-03-033-39/+42
* USER_LDT changes for the Willows TwinXPDK toolkit. Only tested with WINEjkh1996-03-036-148/+268
* Fix the buffer queue problem differently. The previous fix could panicdyson1996-03-031-6/+2
* Fix a problem with the rlist code that it can have virtual pages thatdyson1996-03-021-3/+4
* Handle the bogus device that MFS uses as its VBLK device. We now don'tdyson1996-03-021-2/+8
* Minor touch-up... make two functions static, and add missing $Id$peter1996-03-024-6/+8
* Add RCS Id.wollman1996-03-021-0/+1
* Update the linux lkm to use the new file list and build routine.peter1996-03-021-5/+25
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-0271-1874/+4448
* A new syscalls table for the Linux emulator. This is processed bypeter1996-03-024-0/+442
* This file is "obsolete" and no longer used or referenced.peter1996-03-021-6/+0
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-0216-16/+80
* Remove redundant comment about the 'int len' variables that should bepeter1996-03-021-2/+1
* Oops.. I nearly forgot the actual core of the length/rounding/etc fixespeter1996-03-021-46/+37
* reran makesyscalls.sh after "int len" -> "size_t len" changes.peter1996-03-025-10/+10
* Change madvise prototype from 'int len' to 'size_t len'. All the otherpeter1996-03-021-2/+4
* Change the 'int len' args in the mmap/msync/mincore/etc class syscallspeter1996-03-021-20/+6
* Hopefully, this will fix the problems that some people have been having withjkh1996-03-025-187/+598
* 1) Fix a bug that a buffer is removed from a queue, but thedyson1996-03-022-28/+124
* Update the Connectix QuickCam driver to match my current work.pst1996-03-026-463/+659
* Enable VMIO for non-VDIR metadata and block device.dyson1996-03-023-10/+8
* 1) Eliminate unnecessary bzero of UPAGES.dyson1996-03-028-104/+215
* More b_flags fixes.dyson1996-03-025-16/+16
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-015-15/+15
* Add a new option: DDB_UNATTENDED. Stops machine dropping into DDBgpalmer1996-02-284-4/+27
* Fix media type determination.gibbs1996-02-286-20/+16
* Fix for 3C589C model. This patch allows people with the new models to work andnate1996-02-281-1/+3
* Forgot to remove this file.phk1996-02-281-57/+0
* Fix re-sense codeache1996-02-272-8/+12
* rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksache1996-02-272-116/+142
* Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.bde1996-02-271-2/+2
* Add a prototype for the quotactl system call.mpp1996-02-271-1/+7
* Add a counter for the number of times the listen queue was overflowed toguido1996-02-263-5/+10
* Fix wrong logic, certain rules never matched.phk1996-02-261-2/+2
* Clean up the 3c5x9 driver and add an eisaconf probe to it. This shouldgibbs1996-02-264-376/+514
* 3c5x9.c:gibbs1996-02-267-11/+627
* Add i386/eisa/3c5x9.c, the eisaconf probe for the 3Com 3c579 and thegibbs1996-02-262-2/+4
* Added some delays to the probe. This might fix some incompatible UARTsbde1996-02-253-3/+12
* Don't turn off the motor on active drives. The motor timeout maybde1996-02-253-3/+36
OpenPOWER on IntegriCloud