git: 9front

RSS feed

de1c6eb7 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/17 13:01
passwd: make legacy mode explicit

99e02948 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/17 19:51
audiohda: Add AMD Starship/Matisse HD Audio Controller (thanks uramekus)

42adb7fe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/17 16:28
plan9.ini(8): document *nohpet= option

175d34c4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/17 16:22
merge

55cb6d14 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/17 16:21
pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequencies

3dd1aee2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/17 06:55
usbehci: use 64-bit base address, remove resetlck, simplify scanpci()

f5cf5b0d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/17 06:53
usbuhci: remove resetlk, simplify scanpci()

5f9a6170 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/17 06:51
usbohci: use 64-bit io base address, disable interrupts before reset, remove resetlck

baf98823 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/17 06:12
seconds: remove junk from usage

8b93eca2 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/17 09:02
dpost prologue: update /radicalex to fix square displacement (thanks umbraticus and Ethan)

40091208 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/16 11:17
zerotrunc(8): add manpage

d9577113 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/16 11:17
troff2png(1): add manpage

6a79c7db – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/16 09:24
tmdate(2): correct example in manpage

81caaac9 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/16 13:30
tweak: support showdata plumb action (thanks sirjofri)

89b74ebb – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/15 14:32
9fs: bell labs is very dead

aa0ae845 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/12 16:08
cal: use Sa/Su in all cases, also simplify the code

40413748 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/12 08:32
cal: fix -s 7

7e2a5f41 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/12 08:23
cal: add -s option to specify the starting day of the week

24cfe11a – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/12 06:15
audio/flacenc: missed an argument in fprintf()

777476eb – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/12 05:13
plumb/basic: handle tga, wav, au, mid and mus

4488faf5 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/12 04:24
audio(1): it is 2021 now

7e554a8e – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/11 11:58
libFLAC/mkfile: update version and build with -DNDEBUG

e9807e8a – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/11 11:17
libvorbis: fix free() called on a wrong pointer

4a59e004 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/11 10:45
audio/flacenc

914c0d9b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/10 15:46
merge

7a24dd95 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/10 15:44
pc, pc64: revert addition of pcireset() call to pcicfginit()

8d8fded7 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/09 07:20
libdraw: add bezierpts

987fe484 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/06 05:07
9pfid(2): document struct Qid (thanks sirjofri)

cb8654c0 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/05 14:48
merge

e22a44dc – Alex Musolino <alex@musolino.id.au> authored on 2021/01/05 17:36
qr: fix exit status

672b8d4d – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/05 14:37
acid: increase hash size (thanks jonas.amoson)

5580b1d2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/03 19:24
marshal(1): fix example: upas/mail -> mail (thanks fulton)

0d6c02c8 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/01 16:40
ape: unify math.h copies

657291c9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/02 00:47
ape: add missing isnan() and isinf() macros for 386 (thanks Jonas)

58351e9e – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/01 17:58
file: ftyp mp4* is video/mp4 as well

e7783131 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/01 06:48
sort: fix memory leak (thanks Igor Boehm)

e5ca4e6f – BurnZeZ <devnull@localhost> authored on 2020/12/29 14:38
cc: add a couple notes to the comments regarding flags

201c4b56 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/29 14:08
libc/arm: open #c/sysstat file with OCEXEC (internal file descriptor)

701501da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/29 13:45
plumber: open rule files as OCEXEC, to avoid leaking them to sub commands

c2c34470 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/12/28 16:21
text2post: check font index for out of range

4b9a5507 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/28 16:00
plumber: don't leak srvfd file descriptor into sub processes

991f58bb – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/12/28 07:24
plumb: fix wrong click attribute offset (thanks umbraticus)

94013bf6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/27 18:39
kbmap: avoid division by zero when window becomes too small

7f808b47 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/27 18:10
aux/vga: remove panning, add screen tilting support

f22954c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/27 18:08
devvga: implement screen tilting, remove panning and overlays

a48d7923 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/23 08:10
libauth: re-implement procsetuser() to use /proc instead of #c/user

0990cff3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/23 08:09
devproc: allow anyone to change user of its own processes to "none"

a0fc6008 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/12/23 07:18
libvorbis: 1.3.5 → 1.3.7 (fixes a bunch of CVE and other small issues)

5b6ab868 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 21:32
ape: re-implement getlogin() by stating /proc/$pid/status

d818548c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 21:31
libc: re-implement getuser() by stating /proc/$pid/status

a4c83776 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 20:44
fax, psfax, vwhois: use $user instead of /dev/user

ad10e5e7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 20:44
B: dont pollute the environment

546fb2b1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 20:43
kill, slay, broke: dont pollute environment, use $user

61e27591 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 20:42
Kill: don't pollute environment

8f3f3fc3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 20:41
start, stop: avoid null list in concatenation witout arguments, use $user

1f97b619 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 20:23
nusbrc: delect lenovo camera

f368a125 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 17:17
kw: use ethermii.c from port/ (thanks stuart)

ed90a719 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 14:33
aout2uimage: fix missing \n in usage print (thanks james)

4231165f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 12:44
upasfs(4): fix small typos (thanks igor)

b486d471 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 11:36
kbdfs: fix mistake, remove leftover static user variable (thanks umbraticus and igor)

1017c54c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/22 11:29
kernel: avoid palloc lock during mmurelease()

4f4a7afe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/21 19:47
merge

e0f86ec8 – Alex Musolino <alex@musolino.id.au> authored on 2020/12/22 05:11
rio(4): list window states in order (thanks umbracticus)

99c6aedf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/21 17:03
kernel: make addbroken() static, remove misleading Proc* argument

5a171ac0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/21 10:06
merge

c205f04d – Alex Musolino <alex@musolino.id.au> authored on 2020/12/21 19:16
hpost: fix usage text

a1268db3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/21 10:04
pc, xen: move fpu setup/fork/save/restore handlers to pc/fpu.c

8daba613 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/21 09:41
kernel: update procsave() comment, we'r not holding up->rlock anymore

828d3f02 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/20 18:08
ndb/dns: handle dnskey RR's (thanks moody)

535bc9ca – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/20 17:34
kernel: handle tos and per process pcycle counters in port/

fd7299b4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 14:15
[12kq]l: remove unix compat code for cputime()

7a42c081 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 13:47
libthread: remove unused _times() function

46cb371e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 13:07
kernel: remove Proc* argument from procsetuser() function

46aac917 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 13:02
libauth: change programs to use the new procsetuser() function

00317de8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 12:46
libauth: add procsetuser() function to change user id of the calling process

6f21ecda – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 10:52
aux/kbdfs: use getuser() from libc

585cacd6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 10:50
acme: use global user string variable instead of getuser()

6bd3180c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 10:36
acme: use getuser() in fsinit()

92af03ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 10:15
libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid

ac256fd8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/19 09:59
devsons: remove #c/pgrpid

7ce3b531 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/12/19 08:33
g: initialize files env var

9ee8cf6d – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/18 14:23
vt: rfork environment varibles (thanks fshahriar)

9c855018 – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/18 02:16
strndup: don't assume buffer is terminated

ee9ba3db – kvik <kvik@a-b.xyz> authored on 2020/12/18 10:15
kbmap: add Turkish keymap (thanks Kemal)

5df21360 – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/17 15:26
hpost: support custom headers (thanks julienxx)

5aa49ede – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/17 14:20
libap: add strndup

57e10955 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/17 16:02
ether2114x: make sure pci bar0 is I/O

2c42e62f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/17 15:55
ether2114x: vetting the driver for pc64

e274cea3 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/12/15 09:37
pc: set exit status depending on errors

5b6d23e1 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/12/15 09:25
pc: treat EOF gracefully, allowing easier use within sam command language

968b5187 – Alex Musolino <alex@musolino.id.au> authored on 2020/12/15 15:55
merge

16ce446e – Alex Musolino <alex@musolino.id.au> authored on 2020/12/15 15:45
ico: avoid potential nil pointer dereferences

da7e8299 – Alex Musolino <alex@musolino.id.au> authored on 2020/12/15 15:44
ico: fix interpretation of 0 widths/heights

2fc93b8b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/13 15:23
iostats: dup 9p pipe to both fd 0 and fd 1 for exportfs

0b1b6503 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/13 15:11
cpu(1): refer to oexportfs(4)

661c0012 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/13 15:11
import(4): refer to oexportfs(4)

8d944d41 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/13 15:09
oexportfs: move legacy code for cpu and import to separate program

6a09d2da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/13 11:04
kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when opening /fd, /srv and /shr

6bc07b31 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/12 13:16
sdiahci: assume 64-bit PCIWADDR()

8691b529 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/12/12 13:00
sdiahci: enable pci busmaster before ahciconfigdrive() (fix qemu crash)

Next