RSS feed
6041d204
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/08 19:48
9bootpxe: simplify
abc5a66c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/08 19:37
9bootpxe: continues the war against random DHCPv6 DUIDs
fed50d79
– Alex Musolino <alex@musolino.id.au>
authored
on 2020/04/08 07:52
/lib/face: add .dict entries for andrew.1 face files
a3f6976a
– Alex Musolino <alex@musolino.id.au>
authored
on 2020/04/07 08:14
notify(2): fix typo
665b78da
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/05 21:31
merge
9e2344a5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/05 21:29
pc64: remove rampage() nil check
a35cd0f8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/05 21:28
pc: zero rampage() memory (thanks LordCreepity)
80fdafd1
– Alex Musolino <alex@musolino.id.au>
authored
on 2020/04/05 19:26
file: try ismp4() before ismp3()
0ba08200
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 23:46
dossrv: fix falloc() for >31 bit sector numbers (thanks sl)
ecba7822
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 23:05
nusb/usbd: fix portreset error handling
315f20b9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 20:59
nusb/audio: set frequency only when supported
f5352eb5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 13:17
merge
339112ab
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 12:52
mtx, ppc: use proctab() to index into process table
30cbaa5c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 12:50
kernel: remove scheddump() comment for delay() in */fns.h
5f1b70f4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 12:48
pc, pc64: new memory map code
8debb073
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 12:04
kernel: add portable memory map code (port/memmap.c)
7451bb40
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 11:55
ether8390: remove unused variables
6498ce3b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/04/04 11:47
ether8003: use physical addresses for ISAConfig ether->mem
ad3da2fa
– Alex Musolino <alex@musolino.id.au>
authored
on 2020/04/01 18:57
merge
c3938067
– Alex Musolino <alex@musolino.id.au>
authored
on 2020/04/01 18:49
upas/fs: fix sending of "delete" plumb messages
55033d9a
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/04/01 07:42
kbd(1): revert repeat/delay change
4756cf54
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/04/01 07:31
devkbd: bits bad! revert repeat/delay, better patches welcome
d3512f60
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/31 17:57
ip/dhcp6d: work arround non-ethernet based client duid
480ce031
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/31 15:00
audiohda: add pci vid/did for AMD Raven HD Audio Controller (T495)
ddaaf65e
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/31 06:04
kbd(3): fix a typo (thanks Alex Musolino)
4dcb3ce2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/29 18:47
xen: fix rebootcode linkage
11025d6f
– BurnZeZ <devnull@localhost>
authored
on 2020/03/29 13:39
lib9p: fix re-use of root Qid when using createfile(); remove unused dirqidgen
f5f37ba5
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/29 15:28
pc64: enable uartpci (thanks taw9 for testing)
7ae64cec
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/28 16:33
merge
1b8d8755
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/28 20:49
pc, pc64: ignore the 64-bit bar flag when reserving membar
3c36cade
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/28 20:44
pc: fix mp boot regression due mistake in mkfile
8589a591
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/28 16:32
we prefer nil over 0, make the example show it.
90143609
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/28 11:37
kbd: add "repeat" file to set typematic repeat rate/delay on PS/2 keyboards
47e3c088
– Alex Musolino <alex@musolino.id.au>
authored
on 2020/03/26 14:24
grep: fix handling of -b flag
2f67e213
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/24 10:45
turn ptrdiff_t into a 64 bit type
0e1fec84
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/24 10:41
add intmax_t/uintmax_t as required by c99 7.18.1.5
3fe29242
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/23 05:18
evaluate #if expressions using vlong
9a4b5f2e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/22 13:34
merge
a654b94d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/22 13:31
add va_copy macro, conforming to c99 7.15.1.2
87e437a8
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/20 21:50
update colemak kbmap, simpler version with scroll working (thanks jeremy)
3377b78c
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/20 21:40
add colemak kbmap (thanks Silas McCroskey)
5da2b919
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/20 21:07
add swiss german kbmap (thanks mike)
7364a96b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/20 10:12
bell labs is dead, man
aa5e86a8
– BurnZeZ <devnull@localhost>
authored
on 2020/03/20 14:08
kbdfs: fix kbmapread() not accounting for reads smaller than the size of the line
37b86df0
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/17 18:03
Improve the posix preprocessor.
52dc9437
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/15 11:08
fix ccom idempotency
5bc9b0c3
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/10 06:09
improve usage messages (thanks henesy)
06ea44c8
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/10 05:35
fix -T option for doctype
fc90f7a6
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/09 10:24
fix heredoc crash
698837e7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/09 04:02
fix alignment in ape malloc
446e454c
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/09 09:58
sam: ^ does not need current file
290c921d
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/09 09:22
sam(1): document $% and $%dot
27f36483
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/03/09 09:21
sam: add $%dot (thanks kvik)
50791b87
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/08 12:31
add usage messages to auth/(enable disable status).
e9e55a21
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 18:00
lib9p: implement automatic remove-on-close cleanup in postsharesrv(), remove postfd() and sharefd() functions
11628e90
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 16:55
merge
28f3a3aa
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 16:53
boorc, nusbrc: fix wrong redirections after &
f99b9cae
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 14:23
devshr: unmount service on #σc/share/mount removal
fe393882
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 12:06
nusb/usbd: cleanup processes on unmount
06b9aa50
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 11:29
9p(2): document all the effective rfork flags for postmountsrv()
bc1212fa
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 10:49
9p(2): document the filedescriptor sharing behaviour of postmountsrv()
a609c1a2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 10:11
devproc: return process id when reading /proc/n/ctl file
57741d47
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 09:13
games/playlistfs: open /proc/n/ctl OWRITE, not ORDWR
e652be55
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/03/08 07:46
"": output previous action to stderr
5826140c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 01:52
lib9p: restore previous behaviour of fd group sharing
59fdb3a1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/08 00:54
sshnet: fix fork race conditions
2c53dd32
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 23:34
aux/realemu: fix exit code
cea9e226
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 23:25
aux/realemu: run cpuproc in same fd group as fileserver
7aaa481f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 23:12
aux/timesync: open /proc/n/ctl with OWRITE, not ORDWR
a0879aba
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 18:58
devproc: don't allow /proc/$pid/ctl to be opens for reading
efd64da9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 17:26
nusb/usbd: fix /env/usbbusy bug
1a1b4b54
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 15:41
rio: fix goodrect() bug (thanks mike)
feb6d6f0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 15:27
dossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT* with -s flag
225c359b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 15:19
lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hacks
e1cdcfdb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 15:06
acme: split win into winfs and rc script, get rid of lib9p leavefdsopen hack
022087cd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 10:20
lib9p: fix typo
8f64e448
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 10:01
lib9p: zero out per connection state in Srv template for listensrv()
dce28e58
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 09:23
dossrv: output iotrack error message to stderr
e0cb81af
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 08:35
ramfs: don't use Srv.nopipe
b053f5d0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 08:23
aux/acpi, aux/apm: remove nopipe -i flag
de289929
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/07 07:28
hgignore: ignore section 9 manpage indices, ignore init, kernels and bootloader binaries
a87c9cfc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/05 15:46
devproc: fix syscalltrace read for ratrace
17136370
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/01 18:23
hgfs: fix loadrevinfo() for empty log bug
2f976d8b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/01 11:02
libsec: move AES XTS function prototypes to AES definition section in the header file
64640083
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/03/01 10:07
libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) manpage
69e28c65
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/29 16:06
kernel: simplify exec()
17a92f39
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/28 11:48
devproc: make sure writewatchpt() doesnt overflow the watchpoint array
adb36de0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/28 11:45
kernel: make sure we wont run into the tos when copying exec() arguments
ff3e0eeb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/28 11:41
devproc: cleanup procwrite size checks
3df95385
– Ori Bernstein <ori@eigenstate.org'>
authored
on 2020/02/27 10:09
fix special case for null pointer constants in cond expressions
0f9666ae
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/02/26 16:45
walk arguments to g
1ccd0cd0
– Ori Bernstein <ori@eigenstate.org>
authored
on 2020/02/26 15:52
include section 9 in manpage plumb rules.
7bd77769
– BurnZeZ <devnull@localhost>
authored
on 2020/02/23 15:33
ape/cc: stop spamming arguments that are only needed once
ab5c4799
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/23 15:42
devcons: fix permissions for reboot and sysstat
9fcce48b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/23 13:58
kernel: avoid selecting the boot process in killbig()
4a80d9d0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/23 13:00
kernel: fix multiple devproc bugs and pid reuse issues
f7c60230
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/23 09:08
devswap: dont assume Proc* structures returned from proctab() are continuous
b7089d66
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/23 09:05
sdiahci, sdodin: avoid calling kproc() while holding ilock()
68f15d65
– Sigrid <ftrvxmtrx@gmail.com>
authored
on 2020/02/22 19:57
/sys/lib/kbmap: update 0xf860 to Kshift value, fix fake shifts on esc1
219741ac
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2020/02/19 14:26
sed: allow whitespace after ! negation (thanks k0ga)
Next