git: 9front

RSS feed

e9ee8afa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/07/09 12:06
imx8: detect cpu lcycles() frequency

b6f7ca0f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/07/09 11:15
imx8: set virtual timer offset to zero for all cores

dbd01bfc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/07/09 10:13
imx8: turn backlight off when blanking

2b6aa220 – Jacob Moody <moody@posixcafe.org> authored on 2022/07/08 23:43
man: turn on troff -mnihongo if JP font is used

c111d294 – rodri <rgl@antares-labs.eu> authored on 2022/07/06 16:19
add ktrans. こんにちは!

5dfef432 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/07/04 19:51
imx8: ccm: fix sai copy-paste typos

67e75309 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/07/03 12:13
imx8: qos magic to avoid interference between pcie and lcdif

1b26d1b0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/07/03 08:10
imx8: less stupid pci interrupt handler

eb648e82 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/07/03 07:36
imx8: pcie and nvme support

bc185f8c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/07/03 07:35
sdnvme: add dmaflush() instructions, move to port/

1b2eb723 – Ori Bernstein <ori@eigenstate.org> authored on 2022/07/03 02:42
git/log: fix log count

60360399 – Ori Bernstein <ori@eigenstate.org> authored on 2022/07/03 00:25
git/compat: expand to cover go bootstrap

efb769ac – Ori Bernstein <ori@eigenstate.org> authored on 2022/07/03 00:38
git/log: support -n option to restrict log counts

7c7cd78a – Ori Bernstein <ori@eigenstate.org> authored on 2022/07/02 16:13
patch: handle stripped/empty lines mid-hunk

2c9f4c21 – akw@oneirism.org <akw@oneirism.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/06/29 21:58
nusb/ptp: increase payload

73b212e9 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/29 21:24
spf: limit recursion depth to prevent ddos (thanks tijay, iashiq5)

d2472eb9 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/29 20:56
skelfs: dont mount if not asked to

e72685e4 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/29 20:51
aux/9pcon: add assert flag

6b5e66e7 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/29 13:35
kernel: revert /srv/clone

4a54380e – Jacob Moody <moody@posixcafe.org> authored on 2022/06/28 10:57
/lib/rob: Sockets are just so unpleasant

4cc2c04c – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/25 16:03
awk: correct incoherent cell in assignment (thanks smj, mpinjr)

f8eb4282 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/25 14:58
awk: initialize records fully in recinit()

595cdc78 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/22 11:53
kernel: correct error handling in /srv/clone read

5ca1befc – Jacob Moody <moody@posixcafe.org> authored on 2022/06/21 09:21
kernel: add /srv/clone to get seperate /srv bulletin boards.

da3e6c7e – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/19 19:42
ndb: increase buffer size to allow longer lines

e144373a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/19 14:07
etherimx: fix link negotiation

01571909 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 19:37
nusb/usbd: retry opendevtata() a few times on attach (work around mnt-reform trackball)

478e7e8b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 16:31
imx8/usdhc: work around broken multi-write for now

4d2b6e43 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 14:23
generate boot.scr in /sys/src/boot/reform

dd48c9bf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 14:15
/sys/lib/dist/mkfile: add target for mnt-reform image

771fa287 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 14:15
add /sys/src/boot/reform/mkfile to download official u-boot for the mnt-reform

76d0d651 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 14:12
aux/txt2uimage: helper for generating uimage script files

f60193ad – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 10:32
imx8: fix install target

9c73e2fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 09:19
imx8/usdhc: implement highspeed mode (50Mhz)

05921d63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 08:49
imx8/lcd: set iomux pad configuration

73a8a899 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 08:49
usbxhciimx: set iomux pad configuration

7e3e1bce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 08:48
imx8: add i2c bus driver

35718919 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 08:46
etherimx: set iomux pad configiguration

1fdcd41b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/18 08:45
imx8/usdhc: cleanup, set pad configuration

6ab5d4fc – Jacob Moody <moody@posixcafe.org> authored on 2022/06/16 22:25
kernel: add dev dtracy provider.

9084e056 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/15 22:29
ip/dhcpd: quiet up syslog

12c8e27a – Jacob Moody <moody@posixcafe.org> authored on 2022/06/15 02:42
skel(3) → skelfs(4)

c1fbc2fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/14 19:55
merge

5e484d74 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/14 19:53
imx8: port usdhc driver (from bcm/sdhc) for external sdcard

58444da3 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/14 04:16
kernel: bootrc: add bootloop=

5438a58a – Jacob Moody <moody@posixcafe.org> authored on 2022/06/14 03:22
kernel: devwalk: correct debug print

a21c8d02 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/14 03:02
kernel: devskel: use RWlock

c1a244e1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/13 19:26
imx8/gpio: use u32int for bit mask

85b07e0f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/13 19:24
imx8/gpio: allow 0 as "no-op" gpio pin

b360df62 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/13 19:00
imx8: add gpio helper gpioout()/gpioin()

be9a6b5e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/13 15:48
imx8: provide iomuxgpr() function to access iomuxc's gpr's

8b7c2f49 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/13 15:18
imx8: better syntax for iomuxpad() options using ~ for negation

f31e1f4e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/13 15:06
imx8: add iomuxpad() helper for pad and mux control

27cd9f04 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/12 17:16
imx8: make gpc functionality available with a powerup() function

c1a7de78 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/12 12:15
imx8/lcd: reduce flicker

ed3d7b8e – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/12 11:23
devsrv: revert 'add /srv/clone'

4c34ff94 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/12 10:43
merge

07ddbc54 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/12 10:31
imx8/usbxhci: bring usb out of reset

d5f07caf – Jacob Moody <moody@posixcafe.org> authored on 2022/06/11 20:44
kernel: add /srv/clone

fbc0b1f6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/11 20:21
imx8/lcd: silly work around for display instability

74e4cff2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/11 17:12
imx8: mainscreen turn on!

4814d892 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/06/11 17:06
devi2c: add generic i2c bus driver

69fc35c0 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/11 13:48
git/pack: add support for skipping ssh signatures

31260858 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/11 12:36
git/get: keep sending what we have until we get an ack

6dafc74b – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/07 18:38
cwfs: fix iounit negotiation

7ba136d3 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/10 00:10
auth/box: don't bother switching to none

70c92c1d – Jacob Moody <moody@posixcafe.org> authored on 2022/06/07 22:44
auth/box: bind in the binary by default

1ea960d8 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/07 01:38
auth/box: build restricted namespaces using components from the parent.

749de009 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/07 01:25
kernel: add devskel for pc and pc64

28eb67f7 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/05 16:56
ip/ipconfig: refactor plan9 vendor parsing

02bf9cc4 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/05 14:02
ip/dhcpd: properly skip past ipv6 addresses in addrsopt

e5ddfdfc – Jacob Moody <moody@posixcafe.org> authored on 2022/06/05 08:29
kernel: cleanup unused fields from devpipe

f2efde57 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/04 19:35
git/import: use patch(1)

1ebfac85 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/03 22:21
diff: avoid empty hunks when there are no changes

b684dcec – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/03 22:13
patch(1): remove options that don't exist

f1ada4a1 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/03 22:12
patch(1): add the manpage

8e5f5ef5 – Ori Bernstein <ori@eigenstate.org> authored on 2022/06/03 21:56
patch: implement a new, simpler patch program to replace ape/patch

95f86c85 – Amavect <amavect@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/05/22 18:38
shorten strchr and runestrchr

d14092e5 – Jacob Moody <moody@posixcafe.org> authored on 2022/06/02 12:51
auth(8): bugs have been squashed

08c80dc7 – Jacob Moody <moody@posixcafe.org> authored on 2022/05/31 15:30
chdev: dont pollute environment

6b74bd83 – Jacob Moody <moody@posixcafe.org> authored on 2022/05/28 13:23
kernel: be more careful about argc for /dev/drivers writes

e7ba2f54 – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/28 12:38
git: performance enhancements

dfb01a4c – Jacob Moody <moody@posixcafe.org> authored on 2022/05/27 22:34
aux/listen: Allow per service namespace files

0ea274dc – Jacob Moody <moody@posixcafe.org> authored on 2022/05/27 22:31
kernel: add /rc to devroot

ad025a7c – Jacob Moody <moody@posixcafe.org> authored on 2022/05/27 22:29
ip/ftpd: use chdev in /lib/namespace.ftp

47f5248f – Jacob Moody <moody@posixcafe.org> authored on 2022/05/27 22:27
auth/newns: add chdev command

075d8918 – Jacob Moody <moody@posixcafe.org> authored on 2022/05/27 22:25
add chdev(1)

02fd0cf6 – Jacob Moody <moody@posixcafe.org> authored on 2022/05/27 22:23
kernel: add chdev command to devcons

d1e52d67 – glenda <glenda@9front.local> authored on 2022/05/26 21:12
/lib/theo: This is a bug in a diff I put into snapshots.

7bcd5d2f – Michael Forney <mforney@mforney.org> authored on 2022/05/26 16:23
tmparse: remove incorrect isalpha definition

4fe4b7c4 – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/24 12:29
kbmap: add latin american keymap (thanks ssf)

248c0844 – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/22 17:49
diff: clean up some comments

a1ca0c19 – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/22 13:27
patch(1): remove bell labs patch scripts

b826eb72 – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/22 12:41
diff: retain original file names

f8b6848a – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/22 12:34
diff: fix style

c4e6cc25 – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/20 13:16
git: improve error on short read

ef1317c7 – Jacob Moody <moody@posixcafe.org> authored on 2022/05/20 02:58
aux/listen: remove Service struct

f610b2f2 – Jacob Moody <moody@posixcafe.org> authored on 2022/05/20 00:05
aux/listen: remove argument clutter

0e8ea6ae – Jacob Moody <moody@posixcafe.org> authored on 2022/05/19 21:13
aux/listen: remove unused cpu global

4c9bac60 – Jacob Moody <moody@posixcafe.org> authored on 2022/05/19 00:45
kernel: remove dead case from devpipe

Next