File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1120100203
22 appl/lib/cfg.b treat \r as white space (issue 69, 70)
3+ add u64int to lib9.h files that needed it
4+ add sha2.c sha256block.c sha512block.c to libsec/port and include/libsec.h
5+ add new sha functions to module/keyring.m and libinterp/keyring.c
3620100115
47 appl/cmd/tarfs.b man/4/tarfs changes to permission handling from mechiel [issue 220]
58 appl/spree/mkfile add explicit -I$ROOT/module [issue 209, powerman]
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ typedef unsigned short Rune;
4343typedef long long int vlong ;
4444typedef unsigned long long int uvlong ;
4545typedef unsigned int u32int ;
46+ typedef uvlong u64int ;
47+
4648typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
4749typedef unsigned short u16int ;
4850typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ typedef unsigned short Rune;
2929typedef long long int vlong ;
3030typedef unsigned long long int uvlong ;
3131typedef unsigned int u32int ;
32+ typedef uvlong u64int ;
33+
3234typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
3335typedef unsigned short u16int ;
3436typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ typedef unsigned short Rune;
4141typedef long long int vlong ;
4242typedef unsigned long long int uvlong ;
4343typedef unsigned int u32int ;
44+ typedef uvlong u64int ;
45+
4446typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
4547typedef unsigned short u16int ;
4648typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ typedef unsigned short Rune;
4141typedef long long int vlong ;
4242typedef unsigned long long int uvlong ;
4343typedef unsigned int u32int ;
44+ typedef uvlong u64int ;
45+
4446typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
4547typedef unsigned short u16int ;
4648typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ typedef unsigned short Rune;
4242typedef long long int vlong ;
4343typedef unsigned long long int uvlong ;
4444typedef unsigned int u32int ;
45+ typedef uvlong u64int ;
46+
4547typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
4648typedef unsigned short u16int ;
4749typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ typedef unsigned short Rune;
4646typedef long long int vlong ;
4747typedef unsigned long long int uvlong ;
4848typedef unsigned int u32int ;
49+ typedef uvlong u64int ;
50+
4951typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
5052typedef unsigned short u16int ;
5153typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ typedef long long vlong;
3636typedef unsigned long long uvlong ;
3737typedef ushort Rune ;
3838typedef unsigned int u32int ;
39+ typedef uvlong u64int ;
40+
3941typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
4042typedef unsigned short u16int ;
4143typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ typedef long long vlong;
3636typedef unsigned long long uvlong ;
3737typedef ushort Rune ;
3838typedef unsigned int u32int ;
39+ typedef uvlong u64int ;
40+
3941typedef unsigned int mpdigit ; /* for /sys/include/mp.h */
4042typedef unsigned short u16int ;
4143typedef unsigned char u8int ;
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ typedef uint64_t uvlong;
4545typedef uint8_t u8int ;
4646typedef uint16_t u16int ;
4747typedef uint32_t u32int ;
48+ typedef uvlong u64int ;
49+
4850typedef uintptr_t uintptr ;
4951
5052typedef unsigned short Rune ;
You can’t perform that action at this time.
0 commit comments