Go to file
Tomas Hruby 5e57818431 copy_msg_from_user() and copy_msg_to_user()
- copies a mesage from/to userspace without need of translating
  addresses

- the assumption is that the address space is installed, i.e. ldt and
  cr3 are loaded correctly

- if a pagefault or a general protection occurs while copying from
  userland to kernel (or vice versa) and error is returned which gives
  the caller a chance to respond in a proper way

- error happens _only_ because of a wrong user pointer if the function
  is used correctly

- if the prerequisites of the function do no hold, the function will
  most likely fail as the user address becomes random
2010-02-09 15:15:45 +00:00
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
commands gas2ack fix 2010-02-05 13:53:10 +00:00
docs Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
drivers Fix some incorrect testing of bit flags. 2010-02-02 12:24:35 +00:00
etc Import NetBSD's make 2010-02-04 16:52:54 +00:00
include a.out.h typo (Bug#398, reported by 7shi) 2010-02-07 12:01:37 +00:00
kernel copy_msg_from_user() and copy_msg_to_user() 2010-02-09 15:15:45 +00:00
lib small asmconv cleanups. 2010-02-03 13:29:14 +00:00
man Fixes in mkdep.1, suggested by Greg King 2010-02-05 13:07:08 +00:00
servers Fixes for truncate system calls: 2010-02-09 08:12:37 +00:00
test Fixes for truncate system calls: 2010-02-09 08:12:37 +00:00
tools bump version number to 3.1.6, copyright year to 2010. 2010-01-27 16:19:50 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00