From noreply at github.com Thu Oct 20 13:33:28 2022 From: noreply at github.com (Lucas Holt) Date: Thu, 20 Oct 2022 10:33:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 6bd539: remove dead pc98 code and fix x86 mbr partition type Message-ID: <MidnightBSD/src/push/refs/heads/master/c3db36-6bd539@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 6bd539c21e2558c535bfded3626f31ec81a5328c https://github.com/MidnightBSD/src/commit/6bd539c21e2558c535bfded3626f31ec81a5328c Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-20 (Thu, 20 Oct 2022) Changed paths: R sys/geom/geom_aes.c R sys/geom/geom_pc98.c R sys/geom/geom_pc98_enc.c M sys/geom/part/g_part_mbr.c R sys/geom/part/g_part_pc98.c Log Message: ----------- remove dead pc98 code and fix x86 mbr partition type From noreply at github.com Fri Oct 21 13:53:18 2022 From: noreply at github.com (Lucas Holt) Date: Fri, 21 Oct 2022 10:53:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 7ecc38: a lot of these moved. Message-ID: <MidnightBSD/src/push/refs/heads/master/6bd539-67d1f6@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 7ecc3871002c62d5d632c311982acca655a1cba7 https://github.com/MidnightBSD/src/commit/7ecc3871002c62d5d632c311982acca655a1cba7 Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-21 (Fri, 21 Oct 2022) Changed paths: R games/factor/Makefile R games/factor/factor.6 R games/factor/factor.c R games/fortune/Makefile R games/fortune/Makefile.inc R games/fortune/Notes R games/fortune/README R games/fortune/datfiles/Makefile R games/fortune/datfiles/fortunes R games/fortune/datfiles/fortunes-o.fake R games/fortune/datfiles/fortunes-o.real R games/fortune/datfiles/fortunes-o.sp.ok R games/fortune/datfiles/fortunes.sp.ok R games/fortune/datfiles/fortunes2-o R games/fortune/datfiles/gerrold.limerick R games/fortune/datfiles/limerick R games/fortune/datfiles/limerick.sp.ok R games/fortune/datfiles/murphy R games/fortune/datfiles/murphy-o R games/fortune/datfiles/murphy.sp.ok R games/fortune/datfiles/startrek R games/fortune/datfiles/startrek.sp.ok R games/fortune/datfiles/zippy R games/fortune/datfiles/zippy.sp.ok R games/fortune/fortune/Makefile R games/fortune/fortune/fortune.6 R games/fortune/fortune/fortune.c R games/fortune/fortune/pathnames.h R games/fortune/strfile/Makefile R games/fortune/strfile/strfile.8 R games/fortune/strfile/strfile.c R games/fortune/strfile/strfile.h R games/fortune/tools/Do_spell R games/fortune/tools/Do_troff R games/fortune/tools/Troff.mac R games/fortune/tools/Troff.sed R games/fortune/tools/do_sort R games/fortune/tools/do_uniq.py R games/fortune/unstr/Makefile R games/fortune/unstr/unstr.c R games/grdc/Makefile R games/grdc/grdc.6 R games/grdc/grdc.c M usr.bin/fortune/Makefile M usr.bin/fortune/Makefile.inc M usr.bin/fortune/Notes M usr.bin/fortune/README M usr.bin/fortune/datfiles/Makefile A usr.bin/fortune/datfiles/startrek A usr.bin/fortune/datfiles/startrek.sp.ok Log Message: ----------- a lot of these moved. Commit: dfcf37a19a182a40b42a56c940dbf75273b89710 https://github.com/MidnightBSD/src/commit/dfcf37a19a182a40b42a56c940dbf75273b89710 Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-21 (Fri, 21 Oct 2022) Changed paths: R games/number/Makefile R games/number/number.6 R games/number/number.c R games/primes/Makefile R games/primes/pattern.c R games/primes/pr_tbl.c R games/primes/primes.c R games/primes/primes.h R games/random/Makefile R games/random/random.6 R games/random/random.c R games/random/randomize_fd.c R games/random/randomize_fd.h Log Message: ----------- remove more duplicated code. Commit: c90622f32bb3144b985616cc17fd8c5249d1318b https://github.com/MidnightBSD/src/commit/c90622f32bb3144b985616cc17fd8c5249d1318b Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-21 (Fri, 21 Oct 2022) Changed paths: R games/atc/BUGS R games/atc/Makefile R games/atc/atc.6 R games/atc/def.h R games/atc/extern.c R games/atc/extern.h R games/atc/games/Game_List R games/atc/games/Killer R games/atc/games/crossover R games/atc/games/default R games/atc/games/easy R games/atc/games/game_2 R games/atc/grammar.y R games/atc/graphics.c R games/atc/include.h R games/atc/input.c R games/atc/lex.l R games/atc/list.c R games/atc/log.c R games/atc/main.c R games/atc/pathnames.h R games/atc/struct.h R games/atc/tunable.c R games/atc/tunable.h R games/atc/update.c R games/battlestar/Makefile R games/battlestar/battlestar.6 R games/battlestar/battlestar.c R games/battlestar/com1.c R games/battlestar/com2.c R games/battlestar/com3.c R games/battlestar/com4.c R games/battlestar/com5.c R games/battlestar/com6.c R games/battlestar/com7.c R games/battlestar/cypher.c R games/battlestar/dayfile.c R games/battlestar/dayobjs.c R games/battlestar/externs.h R games/battlestar/fly.c R games/battlestar/getcom.c R games/battlestar/globals.c R games/battlestar/init.c R games/battlestar/misc.c R games/battlestar/nightfile.c R games/battlestar/nightobjs.c R games/battlestar/parse.c R games/battlestar/pathnames.h R games/battlestar/room.c R games/battlestar/save.c R games/battlestar/words.c R games/larn/COPYRIGHT R games/larn/Fixed.Bugs R games/larn/Makefile R games/larn/OWNER R games/larn/README R games/larn/bill.c R games/larn/config.c R games/larn/create.c R games/larn/data.c R games/larn/datfiles/larn.help R games/larn/datfiles/larnmaze R games/larn/datfiles/larnopts R games/larn/diag.c R games/larn/display.c R games/larn/fortune.c R games/larn/global.c R games/larn/header.h R games/larn/help.c R games/larn/holidays R games/larn/io.c R games/larn/larn.6 R games/larn/main.c R games/larn/monster.c R games/larn/moreobj.c R games/larn/movem.c R games/larn/nap.c R games/larn/object.c R games/larn/pathnames.h R games/larn/regen.c R games/larn/savelev.c R games/larn/scores.c R games/larn/signal.c R games/larn/store.c R games/larn/tok.c Log Message: ----------- remove these games. they are available in mports/games/bsdgames now Commit: 67d1f62adc209a6e3426da174837de1f8893fd57 https://github.com/MidnightBSD/src/commit/67d1f62adc209a6e3426da174837de1f8893fd57 Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-21 (Fri, 21 Oct 2022) Changed paths: R games/arithmetic/Makefile R games/arithmetic/arithmetic.6 R games/arithmetic/arithmetic.c R games/backgammon/Makefile R games/backgammon/backgammon/Makefile R games/backgammon/backgammon/backgammon.6 R games/backgammon/backgammon/backlocal.h R games/backgammon/backgammon/extra.c R games/backgammon/backgammon/main.c R games/backgammon/backgammon/move.c R games/backgammon/backgammon/text.c R games/backgammon/backgammon/version.c R games/backgammon/common_source/allow.c R games/backgammon/common_source/back.h R games/backgammon/common_source/board.c R games/backgammon/common_source/check.c R games/backgammon/common_source/fancy.c R games/backgammon/common_source/init.c R games/backgammon/common_source/odds.c R games/backgammon/common_source/one.c R games/backgammon/common_source/save.c R games/backgammon/common_source/subs.c R games/backgammon/common_source/table.c R games/backgammon/teachgammon/Makefile R games/backgammon/teachgammon/data.c R games/backgammon/teachgammon/teach.c R games/backgammon/teachgammon/ttext1.c R games/backgammon/teachgammon/ttext2.c R games/backgammon/teachgammon/tutor.c R games/backgammon/teachgammon/tutor.h R games/bcd/Makefile R games/bcd/bcd.6 R games/bcd/bcd.c R games/bs/Makefile R games/bs/bs.6 R games/bs/bs.c R games/fish/Makefile R games/fish/fish.6 R games/fish/fish.c R games/fish/fish.instr R games/fish/pathnames.h R games/hangman/Makefile R games/hangman/endgame.c R games/hangman/extern.c R games/hangman/getguess.c R games/hangman/getword.c R games/hangman/hangman.6 R games/hangman/hangman.h R games/hangman/main.c R games/hangman/pathnames.h R games/hangman/playgame.c R games/hangman/prdata.c R games/hangman/prman.c R games/hangman/prword.c R games/hangman/setup.c R games/pig/Makefile R games/pig/pig.6 R games/pig/pig.c R games/ppt/Makefile R games/ppt/ppt.c R games/rain/Makefile R games/rain/rain.6 R games/rain/rain.c R games/snake/Makefile R games/snake/snake/Makefile R games/snake/snake/pathnames.h R games/snake/snake/snake.6 R games/snake/snake/snake.c R games/snake/snscore/Makefile R games/snake/snscore/snscore.c R games/trek/DOC/read_me.nr R games/trek/DOC/things R games/trek/DOC/trekmanual.nr R games/trek/Makefile R games/trek/USD.doc/spell.ok R games/trek/USD.doc/trek.me R games/trek/abandon.c R games/trek/attack.c R games/trek/autover.c R games/trek/capture.c R games/trek/cgetc.c R games/trek/check_out.c R games/trek/checkcond.c R games/trek/compkl.c R games/trek/computer.c R games/trek/damage.c R games/trek/damaged.c R games/trek/dcrept.c R games/trek/destruct.c R games/trek/dock.c R games/trek/dumpgame.c R games/trek/dumpme.c R games/trek/dumpssradio.c R games/trek/events.c R games/trek/externs.c R games/trek/getcodi.c R games/trek/getpar.c R games/trek/getpar.h R games/trek/help.c R games/trek/impulse.c R games/trek/initquad.c R games/trek/kill.c R games/trek/klmove.c R games/trek/lose.c R games/trek/lrscan.c R games/trek/main.c R games/trek/move.c R games/trek/nova.c R games/trek/out.c R games/trek/phaser.c R games/trek/play.c R games/trek/ram.c R games/trek/ranf.c R games/trek/rest.c R games/trek/schedule.c R games/trek/score.c R games/trek/setup.c R games/trek/setwarp.c R games/trek/shield.c R games/trek/snova.c R games/trek/srscan.c R games/trek/systemname.c R games/trek/torped.c R games/trek/trek.6 R games/trek/trek.h R games/trek/utility.c R games/trek/visual.c R games/trek/warp.c R games/trek/win.c R games/wargames/Makefile R games/wargames/wargames.6 R games/wargames/wargames.sh R games/worm/Makefile R games/worm/worm.6 R games/worm/worm.c R games/worms/Makefile R games/worms/worms.6 R games/worms/worms.c R games/wump/Makefile R games/wump/pathnames.h R games/wump/wump.6 R games/wump/wump.c R games/wump/wump.info Log Message: ----------- these are all in mports/games/bsdgames Compare: https://github.com/MidnightBSD/src/compare/6bd539c21e25...67d1f62adc20 From noreply at github.com Fri Oct 21 13:58:06 2022 From: noreply at github.com (Lucas Holt) Date: Fri, 21 Oct 2022 10:58:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f6ca11: remove some unused stuff Message-ID: <MidnightBSD/src/push/refs/heads/master/67d1f6-f6ca11@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: f6ca11317dfb080cae3a4901676b093908298ff0 https://github.com/MidnightBSD/src/commit/f6ca11317dfb080cae3a4901676b093908298ff0 Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-21 (Fri, 21 Oct 2022) Changed paths: M etc/mtree/BSD.var.dist R games/Makefile R games/Makefile.inc R games/caesar/Makefile R games/caesar/caesar.6 R games/caesar/caesar.c R games/caesar/rot13.sh R games/dm/Makefile R games/dm/dm.8 R games/dm/dm.c R games/dm/dm.conf.5 R games/dm/pathnames.h R games/morse/Makefile R games/morse/morse.6 R games/morse/morse.c R games/piano/Makefile R games/piano/README R games/piano/piano.6 R games/piano/piano.c R games/pom/Makefile R games/pom/pom.6 R games/pom/pom.c R games/robots/Makefile R games/robots/extern.c R games/robots/flush_in.c R games/robots/init_field.c R games/robots/main.c R games/robots/make_level.c R games/robots/move.c R games/robots/move_robs.c R games/robots/pathnames.h R games/robots/play_level.c R games/robots/query.c R games/robots/rnd_pos.c R games/robots/robots.6 R games/robots/robots.h R games/robots/score.c R games/rogue/CHANGES R games/rogue/Makefile R games/rogue/USD.doc/rogue.me R games/rogue/hit.c R games/rogue/init.c R games/rogue/inventory.c R games/rogue/level.c R games/rogue/machdep.c R games/rogue/main.c R games/rogue/message.c R games/rogue/monster.c R games/rogue/move.c R games/rogue/object.c R games/rogue/pack.c R games/rogue/pathnames.h R games/rogue/play.c R games/rogue/random.c R games/rogue/ring.c R games/rogue/rogue.6 R games/rogue/rogue.h R games/rogue/room.c R games/rogue/save.c R games/rogue/score.c R games/rogue/spec_hit.c R games/rogue/throw.c R games/rogue/trap.c R games/rogue/use.c R games/rogue/zap.c R games/tests/Makefile Log Message: ----------- remove some unused stuff From noreply at github.com Sat Oct 22 12:20:05 2022 From: noreply at github.com (Lucas Holt) Date: Sat, 22 Oct 2022 09:20:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] cf9f20: update some of the screens. Message-ID: <MidnightBSD/src/push/refs/heads/master/f6ca11-cf9f20@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: cf9f2043a9fe530277c652ea507131cb7ba1c136 https://github.com/MidnightBSD/src/commit/cf9f2043a9fe530277c652ea507131cb7ba1c136 Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-22 (Sat, 22 Oct 2022) Changed paths: R stand/ficl/mips/sysdep.c R stand/ficl/mips/sysdep.h R stand/forth/brand-fbsd.4th R stand/forth/logo-fbsdbw.4th R stand/libsa/mips/_setjmp.S M stand/lua/drawer.lua R stand/lua/gfx-fbsdbw.lua M stand/lua/gfx-orb.lua M stand/lua/gfx-orbbw.lua R stand/lua/logo-fbsdbw.lua M stand/lua/logo-orb.lua M stand/lua/logo-orbbw.lua R stand/ofw/Makefile R stand/ofw/Makefile.inc R stand/ofw/libofw/Makefile R stand/ofw/libofw/devicename.c R stand/ofw/libofw/libofw.h R stand/ofw/libofw/ofw_console.c R stand/ofw/libofw/ofw_copy.c R stand/ofw/libofw/ofw_disk.c R stand/ofw/libofw/ofw_memory.c R stand/ofw/libofw/ofw_module.c R stand/ofw/libofw/ofw_net.c R stand/ofw/libofw/ofw_reboot.c R stand/ofw/libofw/ofw_time.c R stand/ofw/libofw/openfirm.c R stand/ofw/libofw/openfirm.h Log Message: ----------- update some of the screens. From noreply at github.com Sat Oct 22 12:21:16 2022 From: noreply at github.com (Lucas Holt) Date: Sat, 22 Oct 2022 09:21:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 940e07: tags Message-ID: <MidnightBSD/src/push/refs/heads/master/cf9f20-940e07@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 940e07449fbf42dfb9851e0bbc238c48f9f8cc96 https://github.com/MidnightBSD/src/commit/940e07449fbf42dfb9851e0bbc238c48f9f8cc96 Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-22 (Sat, 22 Oct 2022) Changed paths: M stand/forth/brand-mbsd.4th M stand/forth/brand.4th Log Message: ----------- tags From noreply at github.com Sat Oct 22 12:31:52 2022 From: noreply at github.com (Lucas Holt) Date: Sat, 22 Oct 2022 09:31:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 425319: we don't do doc builds Message-ID: <MidnightBSD/src/push/refs/heads/master/940e07-425319@github.com> Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 425319852bdd954e29976a7f9354edbe28ee9bd9 https://github.com/MidnightBSD/src/commit/425319852bdd954e29976a7f9354edbe28ee9bd9 Author: Lucas Holt <luke at foolishgames.com> Date: 2022-10-22 (Sat, 22 Oct 2022) Changed paths: M release/generate-release.sh Log Message: ----------- we don't do doc builds