Go to file
dsl c578e8d211 Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one.
Add an MDL_COMPAT32 flag to the lwp's md_flags, set it for 32bit lwps
  and use it to force 'return to user' with iret (as is done when
  MDL_IRET is set).
Split the iret/sysret code paths much later.
Remove all the replicated code for 32bit system calls - which was only
  needed so that iret was always used.
frameasm.h for XEN contains '#define swapgs', while XEN probable never
  needs swapgs, this is likely to be confusing.
Add a SWAPGS which is a nop on XEN and swapgs otherwise.
(I've not yet checked all the swapgs in files that include frameasm.h)
Simple x86 programs still work.
Hijack 6.99.9 kernel bump (needed for compat32 modules)
2012-07-15 15:17:56 +00:00
bin handle realloc failure 2012-06-29 12:51:38 +00:00
common ptree_find_filtered_node: make key argument const. 2012-07-15 00:16:28 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto remove mdc2 and idea handling 2012-07-13 19:32:51 +00:00
dist Use after free (Coverity 273146) 2012-07-15 09:13:59 +00:00
distrib update lists after version bump of libc. 2012-07-14 22:37:41 +00:00
doc Document import of dhcpcd-5.6.1 2012-07-12 16:55:57 +00:00
etc MKCRYPTO_{IDEA,MDC2} is no more 2012-07-14 04:01:11 +00:00
external Check for ${HAVE_GCC} and pick the right path to stdc++ 2012-07-15 00:05:51 +00:00
extsrc
games WARNS=5, and make WARNS=5 the default for src/games. 2012-06-19 05:46:08 +00:00
gnu Bugfix builtin ffs, fixes PR port-vax/46677, fix from Paul Koning. 2012-07-11 13:34:45 +00:00
include bin/46703: BSD r-commands use wrong source address for stderr 2012-07-14 15:06:26 +00:00
lib - Rework NPF tables and fix support for IPv6. Implement tree table type 2012-07-15 00:22:58 +00:00
libexec bin/46703: BSD r-commands use wrong source address for stderr 2012-07-14 15:06:26 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin From Bug Hunting: 2012-07-14 20:14:17 +00:00
share Bump date for previous. 2012-07-14 17:12:27 +00:00
sys Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one. 2012-07-15 15:17:56 +00:00
tests more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and 2012-07-14 16:04:04 +00:00
tools Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all. 2012-06-19 21:48:33 +00:00
usr.bin racd *should* be ejectable. Kernel side to come 2012-07-14 20:41:27 +00:00
usr.sbin resource leak (Coverity issues 274383 and 274384) 2012-07-15 09:08:29 +00:00
x11 Revert previous: tsutsui noted that this file is for X11R6. 2012-07-12 12:43:06 +00:00
build.sh Add sanity checks for live-image and install-image targets 2012-02-26 20:32:40 +00:00
BUILDING regen using 'make regen' in doc/ 2012-05-25 13:47:30 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING Mention that you should run makemandb -f, or wait for the weekly script. 2012-05-07 11:20:24 +00:00