Go to file
mhitch 66b730fd58 There's now some per-cpu initialization that occurs before the secondary
cpus are told to begin running.  Since the seconedary cpus weren't being
added to the cpu_info list until then, that initialization wasn't being
done and resulted in crashes on the secondary cpus.  Add the secondary
cpus to the cpu_info_list after they've been started (but waiting to be
told to start running).  This fixes the problem specifically stated in
PR port-alpha/41106.  MP alphas will now at least boot and begin running,
but will eventually crash in various ways later.
2009-09-06 18:06:24 +00:00
bin too many dots. noted by anon-ymous 2009-09-06 13:38:50 +00:00
common __strong_alias(foo,foo) is... pointless. 2009-08-21 14:31:02 +00:00
compat Build & install rumpdev, a device component for rump. It currently 2009-09-03 15:35:58 +00:00
crypto When rekeying phase2 use phase1 used to negotiate phase2 as a hint to 2009-09-03 09:29:07 +00:00
dist Don't use select() to wait for a single socket, just set SO_RECVTIMEO. 2009-09-06 17:02:36 +00:00
distrib hdaudio(4) is a standards-compliant driver for Intel High Definition Audio. 2009-09-06 17:25:55 +00:00
doc hdaudio(4) is a standards-compliant driver for Intel High Definition Audio. 2009-09-06 17:25:55 +00:00
etc hdaudio(4) is a standards-compliant driver for Intel High Definition Audio. 2009-09-06 17:25:55 +00:00
external build the sunleo driver on sparc and sparc64 2009-09-05 22:35:53 +00:00
games Dumping all system includes anything uses in one big header file is so 1986. 2009-08-31 08:27:16 +00:00
gnu Use SCRIPTS instead of FILES to handle (executable) scripts. 2009-08-19 20:32:58 +00:00
include Introduce a new accessor macro N_NAME() to access the n_name field 2009-08-21 08:42:02 +00:00
lib Ansify functions and remove __P/ 2009-09-05 08:53:06 +00:00
libexec Remove trailing \n in calls to _rtld_error: a newline is automatically 2009-08-29 13:46:54 +00:00
regress
rescue kill ldd_aout. it didn't work anyway...not since i don't know when. 2009-08-22 06:52:15 +00:00
sbin Include Makefile.inc earlier to make dot.nsmbrc install properly. 2009-09-05 18:37:51 +00:00
share Whitespace cleanup, sort sections, fix list. 2009-09-06 17:59:09 +00:00
sys There's now some per-cpu initialization that occurs before the secondary 2009-09-06 18:06:24 +00:00
tests
tools
usr.bin Now we have our own radix_sort() change the interface so that we pass 2009-09-05 12:00:25 +00:00
usr.sbin bump date for previous 2009-09-01 18:20:14 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
BUILDING
Makefile build & install librumpdev_netsmb and librumpfs_smbfs components 2009-09-04 17:21:33 +00:00
Makefile.inc
UPDATING
build.sh