Skip to content

Commit

Permalink
Update primary bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeugenic committed May 20, 2011
1 parent f51fe0b commit 95c3ab4
Show file tree
Hide file tree
Showing 59 changed files with 134 additions and 110 deletions.
2 changes: 1 addition & 1 deletion bootstrap/bin/start.script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% script generated at {2011,3,30} {10,45,5}
%% script generated at {2011,5,20} {15,43,53}
{script,
{"OTP APN 181 01","R14B03"},
[{preLoaded,
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/bin/start_clean.script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% script generated at {2011,3,30} {10,45,5}
%% script generated at {2011,5,20} {15,43,53}
{script,
{"OTP APN 181 01","R14B03"},
[{preLoaded,
Expand Down
Binary file modified bootstrap/lib/compiler/ebin/beam_bsm.beam
Binary file not shown.
Binary file modified bootstrap/lib/compiler/ebin/beam_dead.beam
Binary file not shown.
4 changes: 2 additions & 2 deletions bootstrap/lib/compiler/egen/core_parse.erl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tok_val(T) -> element(3, T).
tok_line(T) -> element(2, T).

-file("/usr/local/otp/releases/sles10_32_R14B02_patched/lib/parsetools-2.0.5/include/yeccpre.hrl", 0).
-file("/opt/installs/lib/erlang/lib/parsetools-2.0.5/include/yeccpre.hrl", 0).
%%
%% %CopyrightBegin%
%%
Expand Down Expand Up @@ -196,7 +196,7 @@ yecctoken2string(Other) ->



-file("/ldisk/bjorn/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199).
-file("/ldisk/egil/git/otp/bootstrap/lib/compiler/egen/core_parse.erl", 199).

yeccpars2(0=S, Cat, Ss, Stack, T, Ts, Tzr) ->
yeccpars2_0(S, Cat, Ss, Stack, T, Ts, Tzr);
Expand Down
Binary file modified bootstrap/lib/kernel/ebin/application.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/disk_log.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/global.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/global_group.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/hipe_unified_loader.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/inet.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/inet_res.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/net_kernel.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/os.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/pg2.beam
Binary file not shown.
Binary file modified bootstrap/lib/kernel/ebin/rpc.beam
Binary file not shown.
15 changes: 4 additions & 11 deletions bootstrap/lib/kernel/include/inet.hrl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
Expand All @@ -19,18 +19,11 @@
%% This record is returned by inet:gethostbyaddr/2 and inet:gethostbyname/2.


-type hostname() :: atom() | string().
-type ip4_address() :: {0..255,0..255,0..255,0..255}.
-type ip6_address() :: {0..65535,0..65535,0..65535,0..65535,
0..65535,0..65535,0..65535,0..65535}.
-type ip_address() :: ip4_address() | ip6_address().
-type ip_port() :: 0..65535.

-record(hostent,
{
h_name :: hostname(), %% offical name of host
h_aliases = [] :: [hostname()], %% alias list
h_name :: inet:hostname(), %% offical name of host
h_aliases = [] :: [inet:hostname()], %% alias list
h_addrtype :: 'inet' | 'inet6', %% host address type
h_length :: non_neg_integer(), %% length of address
h_addr_list = [] :: [ip_address()] %% list of addresses from name server
h_addr_list = [] :: [inet:ip_address()]%% list of addresses from name server
}).
Binary file modified bootstrap/lib/stdlib/ebin/array.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/beam_lib.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/c.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/dets.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/dict.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/digraph.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/digraph_utils.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/epp.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_eval.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_expand_records.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_lint.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_parse.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_pp.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/erl_scan.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/ets.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/file_sorter.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/gen.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/gen_event.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/gen_fsm.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/gen_server.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/lib.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/lists.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/log_mf_h.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/ms_transform.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/orddict.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/otp_internal.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/pool.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/proc_lib.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/qlc.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/qlc_pt.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/re.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/sets.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/shell.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/slave.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/sofs.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/supervisor.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/sys.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/timer.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/unicode.beam
Binary file not shown.
Binary file modified bootstrap/lib/stdlib/ebin/zip.beam
Binary file not shown.
Loading

0 comments on commit 95c3ab4

Please sign in to comment.