Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-24 | style/cleanup (of function headers) | jasoni | |
2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. | Aaron Campbell | |
The kernel part of this fixes sound emulation for version 1.37c of the Linux binary of Snes9x (Super Nintendo emulator). The userland equivalent fix should allow espie to remove his local audio hacks in the squeak port. | |||
2001-05-16 | Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23 | Todd C. Miller | |
2001-05-16 | regen for COMPAT_2{3,5} | Todd C. Miller | |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller | |
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-16 | regen after removing compatopts | Todd C. Miller | |
2001-05-16 | remove unneeded compatopts | Todd C. Miller | |
2001-05-15 | typos | jasoni | |
2001-05-15 | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | Theo de Raadt | |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski | |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | Artur Grabowski | |
Also add a stat function for kqueue from FreeBSD. | |||
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski | |
as soo_stat and pipe_stat. | |||
2001-05-14 | Correct panic message. | Artur Grabowski | |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski | |
2001-05-14 | Fix panic message | Artur Grabowski | |
2001-05-14 | Ehmm. add support for new pipes to stat. | Artur Grabowski | |
There is no possibility that this has worked at all. | |||
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-04-18 | Declare undeclared variable in #ifdef DEBUG_SVR4 | Niklas Hallqvist | |
2001-04-11 | Fix an off-by-one error. Also, SETFRAGMENT ignores the high bit; from NetBSD. | Aaron Campbell | |
Now the sound from the Linux binary of VGB (Virtual Gameboy) is emulated correctly, although only with sound cards whose drivers' aren't picky about rounding blocksizes. | |||
2001-04-10 | Don't seg-fault on file systems that don't support cookies. Thanks to | Constantine Sapuntzakis | |
Jason Ish for finding this one. | |||
2001-04-09 | Handle more Linux ioctls; from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-09 | Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@ | Thorsten Lockert | |
2001-04-03 | We now can emulate vfork14 correctly | Niklas Hallqvist | |
2001-04-02 | sync | Niklas Hallqvist | |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist | |
on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work. | |||
2001-04-01 | Add a macro to initialize the contents of a vmcmd set. | Artur Grabowski | |
Correctly initialize the vmcmds in linux_exec. | |||
2001-03-25 | Don't access user space pointer directly. Thanks to dawson and team | Constantine Sapuntzakis | |
2001-03-16 | More copyin bugs. | Constantine Sapuntzakis | |
2001-03-16 | Fix copyin argument order bug. Thanks to Dawson Engler and team. | Constantine Sapuntzakis | |
2001-03-13 | Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford. | Constantine Sapuntzakis | |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos | |
okay deraadt@, millert@ from jlemon@freebsd.org: extend kqueue down to the device layer, backwards compatible approach suggested by peter@freebsd.org | |||
2001-02-26 | Since netbsd_sys_fdatasync is the same code as sys_fsync, we | Artur Grabowski | |
can simply call sys_fsync instead of copying code. | |||
2001-02-26 | adapt to new softupdates changes. | Artur Grabowski | |
2001-02-19 | spl sanity | Artur Grabowski | |
2001-02-09 | constify static data | Michael Shalayeff | |
2001-02-03 | make it compile | Michael Shalayeff | |
2001-02-02 | Emulate some FreeBSD 4.x signal syscalls -- makes more new binaries work | Thorsten Lockert | |
2001-02-02 | sync | Thorsten Lockert | |
2001-02-02 | Emulate some 4.x signal-related syscalls | Thorsten Lockert | |
2001-02-02 | Missed one change to do ELF fixups on execs... | Thorsten Lockert | |
2001-02-02 | Correct setup for running ELF binaries from FreeBSD; ok deraadt@ | Thorsten Lockert | |
2001-01-29 | sync | jasoni | |
2001-01-29 | implement ftruncate64 | jasoni | |
2001-01-26 | fix compile error by including compat_dir.h | Marco S Hyman | |
2001-01-25 | fix comment. | Brad Smith | |
2001-01-23 | Clamp malloc in compat_43_sys_getdirentries to 64k | Constantine Sapuntzakis | |
We should really get rid of all mallocs in the compat and VOP_READDIRs. |