Squash commits for public release
5
base/System/launch_server_config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"launch": [
|
||||
"/System/window_server"
|
||||
]
|
||||
}
|
||||
2
base/etc/passwd
Normal file
@@ -0,0 +1,2 @@
|
||||
root::0:0:root:/root:/bin/xsh
|
||||
user::10:10:user:/user:/bin/xsh
|
||||
2
base/etc/shadow
Normal file
@@ -0,0 +1,2 @@
|
||||
root:root:18727::::::
|
||||
user:password:18727:0:99999::::
|
||||
1
base/home/root/rootfile.txt
Normal file
@@ -0,0 +1 @@
|
||||
Root file
|
||||
1
base/home/user/userfile.txt
Normal file
@@ -0,0 +1 @@
|
||||
User file
|
||||
37
base/open_docs
Normal file
@@ -0,0 +1,37 @@
|
||||
The open() system call opens the file specified by pathname. If the
|
||||
specified file does not exist, it may optionally (if O_CREAT is
|
||||
specified in flags) be created by open().
|
||||
|
||||
The return value of open() is a file descriptor, a small, nonnegative
|
||||
integer that is used in subsequent system calls (read(2), write(2),
|
||||
lseek(2), fcntl(2), etc.) to refer to the open file. The file
|
||||
descriptor returned by a successful call will be the lowest-numbered
|
||||
file descriptor not currently open for the process.
|
||||
|
||||
By default, the new file descriptor is set to remain open across an
|
||||
execve(2) (i.e., the FD_CLOEXEC file descriptor flag described in
|
||||
fcntl(2) is initially disabled); the O_CLOEXEC flag, described below,
|
||||
can be used to change this default. The file offset is set to the
|
||||
beginning of the file (see lseek(2)).
|
||||
|
||||
A call to open() creates a new open file description, an entry in the
|
||||
system-wide table of open files. The open file description records
|
||||
the file offset and the file status flags (see below). A file
|
||||
descriptor is a reference to an open file description; this reference
|
||||
is unaffected if pathname is subsequently removed or modified to
|
||||
refer to a different file. For further details on open file
|
||||
descriptions, see NOTES.
|
||||
|
||||
The argument flags must include one of the following access modes:
|
||||
O_RDONLY, O_WRONLY, or O_RDWR. These request opening the file read-
|
||||
only, write-only, or read/write, respectively.
|
||||
|
||||
In addition, zero or more file creation flags and file status flags
|
||||
can be bitwise-or'd in flags. The file creation flags are O_CLOEXEC,
|
||||
O_CREAT, O_DIRECTORY, O_EXCL, O_NOCTTY, O_NOFOLLOW, O_TMPFILE, and
|
||||
O_TRUNC. The file status flags are all of the remaining flags listed
|
||||
below. The distinction between these two groups of flags is that the
|
||||
file creation flags affect the semantics of the open operation
|
||||
itself, while the file status flags affect the semantics of
|
||||
subsequent I/O operations. The file status flags can be retrieved
|
||||
and (in some cases) modified; see fcntl(2) for details.
|
||||
BIN
base/res/fonts/Liza.font/10/bold.font
Normal file
BIN
base/res/fonts/Liza.font/10/regular.font
Normal file
BIN
base/res/fonts/system.font/10/bold.font
Normal file
BIN
base/res/fonts/system.font/10/regular.font
Normal file
BIN
base/res/fonts/system.font/12/bold.font
Normal file
BIN
base/res/fonts/system.font/12/regular.font
Normal file
BIN
base/res/fonts/system.font/24/bold.font
Normal file
BIN
base/res/fonts/system.font/24/regular.font
Normal file
BIN
base/res/fonts/system.font/36/bold.font
Normal file
BIN
base/res/fonts/system.font/36/regular.font
Normal file
BIN
base/res/fonts/system.font/truetype/bold.ttf
Normal file
BIN
base/res/fonts/system.font/truetype/regular.ttf
Normal file
BIN
base/res/icons/apps/about.icon/32x32.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
base/res/icons/apps/about.icon/48x48.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
base/res/icons/apps/activity_monitor.icon/32x32.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
base/res/icons/apps/activity_monitor.icon/48x48.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
base/res/icons/apps/calculator.icon/32x32.png
Normal file
|
After Width: | Height: | Size: 950 B |
BIN
base/res/icons/apps/calculator.icon/48x48.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
base/res/icons/apps/missing.icon/12x12.png
Normal file
|
After Width: | Height: | Size: 373 B |
BIN
base/res/icons/apps/missing.icon/32x32.png
Normal file
|
After Width: | Height: | Size: 716 B |
BIN
base/res/icons/apps/missing.icon/48x48.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
base/res/icons/apps/terminal.icon/32x32.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
base/res/icons/apps/terminal.icon/48x48.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
base/res/system/app_list_32.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
base/res/system/arrow.png
Normal file
|
After Width: | Height: | Size: 430 B |
BIN
base/res/system/contol_center.png
Normal file
|
After Width: | Height: | Size: 666 B |
BIN
base/res/system/logo_dark_128.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
base/res/system/logo_dark_256.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
base/res/system/logo_opac_128.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
base/res/system/mobile/control.png
Normal file
|
After Width: | Height: | Size: 393 B |
BIN
base/res/system/mobile/cursor.png
Normal file
|
After Width: | Height: | Size: 410 B |
BIN
base/res/wallpapers/abstract.png
Normal file
|
After Width: | Height: | Size: 4.3 MiB |
BIN
base/res/wallpapers/island.png
Normal file
|
After Width: | Height: | Size: 755 KiB |
BIN
base/res/wallpapers/new_year.png
Normal file
|
After Width: | Height: | Size: 700 KiB |
BIN
base/res/wallpapers/pink_sand.png
Normal file
|
After Width: | Height: | Size: 246 KiB |