../
|
ata
|
|
07039850
|
4 months
|
jiri |
Implement quiesce in ISA and PCI IDE and in PC Floppy.
|
bithenge
|
|
7ae01d5
|
14 months
|
jiri |
Remove unused comm_size parameter of block_init()
|
block
|
|
0db0df2
|
3 months
|
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
c
|
|
25fdb2d
|
2 months
|
zarevucky.jiri |
Change atomic_load/store_8 to use single word read/writes
Turns out …
|
clipboard
|
|
cad7b7e
|
19 months
|
jiri |
Move clipboard API from libc to a separate library
|
clui
|
|
899bdfd
|
10 months
|
zarevucky.jiri |
Terminal scrolling and resizing support
|
codepage
|
|
9b2e20c
|
4 years
|
jiri |
Add code page 437 support
EGA driver can now display all 256 …
|
compress
|
|
c21d4d6
|
6 years
|
zarevucky.jiri |
Add copyright headers for new files
Most are a copy of the headers …
|
congfx
|
|
211fd68
|
16 months
|
jiri |
Add text mode support to Barber
|
console
|
|
5be5396
|
9 months
|
jiri |
Remcons needs to properly clean up when terminating a user session
|
corecfg
|
|
8f04992
|
19 months
|
jiri |
Move corecfg from libc to a separate library
|
cpp
|
|
56210a7a
|
5 months
|
zarevucky.jiri |
Update GCC and binutils to latest versions
|
crypto
|
|
0639afc
|
2 months
|
noreply |
libcrypto: create_hash(): const qual for input arg (#250)
|
ddev
|
|
4c6fd56
|
22 months
|
jiri |
loc_server_register() should be callable more than once (API only)
…
|
device
|
|
8300c72
|
4 months
|
jiri |
Quiesce devices before proceeding with shutdown.
Only implemented for …
|
dispcfg
|
|
4c6fd56
|
22 months
|
jiri |
loc_server_register() should be callable more than once (API only)
…
|
display
|
|
8279aab
|
6 months
|
jiri |
ui_lock() needs to lock display
If ui_lock() is used to lock UI while …
|
dltest
|
|
4b9213d
|
2 months
|
noreply |
add shared libraries to export-dev (#252)
|
drv
|
|
8300c72
|
4 months
|
jiri |
Quiesce devices before proceeding with shutdown.
Only implemented for …
|
ext4
|
|
f167c851
|
2 months
|
zarevucky.jiri |
Replace a memmove() that spits a random warning when compiling with …
|
fbfont
|
|
26653c9
|
5 years
|
jiri |
Move fixed width font to its own library, libfbfont
We've actually …
|
fdisk
|
|
4285f384
|
4 months
|
jiri |
Allow physically ejecting CD-ROM using vol eject -s
|
fmtutil
|
|
a635535
|
19 months
|
jiri |
Move console/con_srv out of libc into a separate library
|
fs
|
|
c21d4d6
|
6 years
|
zarevucky.jiri |
Add copyright headers for new files
Most are a copy of the headers …
|
futil
|
|
a188131
|
3 months
|
jiri |
Add UI to system installer
|
gfx
|
|
211fd68
|
16 months
|
jiri |
Add text mode support to Barber
|
gfxfont
|
|
1fa6292
|
5 months
|
zarevucky.jiri |
Remove a ton of duplicated code in libui/libgfxfont tests
|
gfximage
|
|
69d4aba
|
10 months
|
zarevucky.jiri |
libgfximage: Fix integer multiplication overflow in TGA parser
|
hound
|
|
4c6fd56
|
22 months
|
jiri |
loc_server_register() should be callable more than once (API only)
…
|
http
|
|
ec7902d
|
4 years
|
jiri |
Move TCP/IP library support out of libc to separate library
|
ieee80211
|
|
c21d4d6
|
6 years
|
zarevucky.jiri |
Add copyright headers for new files
Most are a copy of the headers …
|
inet
|
|
4b9213d
|
2 months
|
noreply |
add shared libraries to export-dev (#252)
|
input
|
|
b2c9e42c
|
9 months
|
jiri |
Move link out of kbd_event_t
|
ipcgfx
|
|
4c6fd56
|
22 months
|
jiri |
loc_server_register() should be callable more than once (API only)
…
|
ipctest
|
|
d53a5ab0
|
19 months
|
jiri |
Add IPC read/write test to libipctest/ipc test server + tester
Now …
|
label
|
|
c15296b
|
13 months
|
5887334+jxsvoboda |
Encode and decode GPT UUIDs in little-endian format
|
math
|
|
dbf1be5
|
4 years
|
jiri |
Fix XCW
|
memgfx
|
|
8ce56a6
|
4 years
|
jiri |
Translate window rendering in console/SSR with translation GC
In …
|
minix
|
|
d1582b50
|
5 years
|
jiri |
Fix spacing in single-line comments using latest ccheck
This found …
|
nettl
|
|
ec7902d
|
4 years
|
jiri |
Move TCP/IP library support out of libc to separate library
|
nic
|
|
0db0df2
|
3 months
|
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
ofw
|
|
4d58bac
|
21 months
|
jiri |
Library and utility for printing OpenFirmware device tree
|
output
|
|
09f41d3
|
9 months
|
jiri |
Tetris should be able to detect screen cursor control capability
|
pcm
|
|
c21d4d6
|
6 years
|
zarevucky.jiri |
Add copyright headers for new files
Most are a copy of the headers …
|
pcut
|
|
c21d4d6
|
6 years
|
zarevucky.jiri |
Add copyright headers for new files
Most are a copy of the headers …
|
pixconv
|
|
0d3bc7b1
|
5 years
|
jiri |
Rename libsoftrend to libpixconv
|
posix
|
|
4b9213d
|
2 months
|
noreply |
add shared libraries to export-dev (#252)
|
riff
|
|
bad765a
|
4 years
|
jiri |
Fix reading and writing chunk padding
You cannot use riff_read() to …
|
scsi
|
|
4285f384
|
4 months
|
jiri |
Allow physically ejecting CD-ROM using vol eject -s
|
sif
|
|
ca95ccd
|
10 months
|
jiri |
Fix file closing, volume config sync.
|
system
|
|
f35749e
|
4 months
|
jiri |
System restart via shutdown -r
|
tbarcfg
|
|
bff8619
|
10 months
|
jiri |
Simplify SIF interface, remove contacts
Remove transactions, move to …
|
termui
|
|
2cf8f994
|
9 months
|
jiri |
Improve terminal behavior in console mode.
|
trackmod
|
|
56210a7a
|
5 months
|
zarevucky.jiri |
Update GCC and binutils to latest versions
|
ui
|
|
a188131
|
3 months
|
jiri |
Add UI to system installer
|
untar
|
|
c21d4d6
|
6 years
|
zarevucky.jiri |
Add copyright headers for new files
Most are a copy of the headers …
|
uri
|
|
c21d4d6
|
6 years
|
zarevucky.jiri |
Add copyright headers for new files
Most are a copy of the headers …
|
usb
|
|
d1582b50
|
5 years
|
jiri |
Fix spacing in single-line comments using latest ccheck
This found …
|
usbdev
|
|
b32cff2a
|
20 months
|
zarevucky.jiri |
USB: fix function signature
|
usbhid
|
|
dd19446
|
16 months
|
jiri |
Fix bug in usb_hid_translate_data()
Fixes Lenovo wireless mouse
|
usbhost
|
|
8300c72
|
4 months
|
jiri |
Quiesce devices before proceeding with shutdown.
Only implemented for …
|
usbvirt
|
|
cdd6fc9
|
2 years
|
jiri |
Add missing replies in IPC error paths
|
virtio
|
|
ffccdff0
|
5 years
|
martin |
Unify alignment handling
Use the C11 alignof() operator. Make sure …
|
vt
|
|
9d5cea6
|
8 months
|
jiri |
Allow remcons/vt100 to set terminal title
|
wndmgt
|
|
4c6fd56
|
22 months
|
jiri |
loc_server_register() should be callable more than once (API only)
…
|
meson.build
|
10.5 KB
|
4b9213d
|
2 months
|
noreply |
add shared libraries to export-dev (#252)
|