summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-2411-7/+693
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* This commit was generated by cvs2svn to compensate for changes in r29815,markm1997-09-2445-0/+1829
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of the new kerberosIV Makefiles.markm1997-09-2445-0/+1829
| | | | | | | | | | | | I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
* | Initial import of the new kerberosIV Makefiles.markm1997-09-243-0/+53
| | | | | | | | | | | | I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
* | Oops, to many zeroes was in usleep argache1997-09-241-1/+1
| |
* | Headers cleanup.ache1997-09-249-53/+60
| | | | | | | | | | | | | | Add revoke before shell exit. Fix mail sending procedure. Convert to random() Implement nap.
* | put in the link for the dummy collation module for Shift-JISjulian1997-09-242-4/+4
| |
* | Remove conflicting malloc declarationache1997-09-241-1/+0
| |
* | Remove setuid, uneeded nowache1997-09-242-2/+0
| |
* | Back out all my changes and restore v1.5 because there is noache1997-09-241-7/+1
| | | | | | | | setuid games now, hack problem fixed differently by hackdir permissions
* | Make hack non-setuid back, it is possible because hackdir hierarchyache1997-09-241-7/+1
| | | | | | | | are not more readable/writeable by anyone except "games" group
* | Disallow o+rwx for /var/games/hackdir hierarchy, it helps to make hackache1997-09-241-3/+3
| | | | | | | | non-setuid back
* | Commented out entries of Luigi's sound driver. The name `pcm' iskato1997-09-242-12/+12
| | | | | | | | | | | | conflict with sys/isa/sound/pcm86.c. Pointed out by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* | Store an absolute tick value in callout entries so that a subtraction ongibbs1997-09-244-32/+55
| | | | | | | | | | | | | | | | hash chain traversal isn't needed. This also allows untimeout to recompute the hash to find the bucket that the entry to remove is stored in so that each callout entry no longer needs to store that information. Reviewed by: Nate Williams <nate@mt.sri.com>
* | Add one more counter so we can truly find out how good our name cachephk1997-09-241-2/+7
| | | | | | | | | | is. If we don't find something and don't what to have found something, it's actually a success.
* | Includes cleanupache1997-09-246-18/+27
| | | | | | | | | | | | | | | | | | Fix nonull flag detecting from termcap Use usleep to handle nonull case Prevent overflow on genocided getenv Install most files not owned by games.games to prevent data modifications Fix path for gethdate()
* | Use SUIDGAME hook nowache1997-09-241-4/+2
| |
* | Back out previous fix (not work) and add more general SUIDGAME hook insteadache1997-09-241-2/+8
| |
* | Since hack suid now, add -fschg to install flags to prevent thisache1997-09-241-0/+1
| | | | | | | | binary to be overwritted
* | Revoke privs once at earlier stage and not mess with setegid in saveache1997-09-242-15/+4
| | | | | | | | | | Fix save: missing creation modes arg and wrong symlink test Small C cleanup
* | Simplify revokeache1997-09-241-1/+0
| |
* | Open score file and do revoke as early as possibleache1997-09-241-6/+8
| |
* | Simplify revokeache1997-09-241-1/+0
| |
* | Make hack suid "games" (additionly to sgid "games" as run),ache1997-09-243-4/+16
| | | | | | | | | | | | | | | | it is needed for savegames and bones, they intendent to not be altered by user and can't be pre-created as scorefile. Clear savegames on install: target too, not only bones Install rumors not readable by all. Cleanup includes a little.
* | Allow BINMODE to be overwritted (use ?=)ache1997-09-241-1/+1
| |
* | Synchronize with sys/i386/isa/fd.c revision 1.104.kato1997-09-242-4/+4
| |
* | Synchronize with sys/i386/conf/majors.i386 revision 1.18.kato1997-09-241-1/+2
| |
* | Create missing /var/games/hackdir/saveache1997-09-241-1/+3
| |
* | Simplify revokeache1997-09-242-2/+0
| |
* | Look for another couple of magic bios things..phk1997-09-242-4/+16
| |
* | A couple of handles to tweak, more statistics.phk1997-09-245-11/+93
| |
* | Add a missing prototype.phk1997-09-241-1/+2
| | | | | | | | Nagged about by: joerg
* | Remove the 82371 IDE devices.phk1997-09-241-17/+4
| | | | | | | | | | Add Intel 82439TX System Controller (MTXC) fix a whitespace problem.
* | Do not swap uids on log writting but open it first, then revokeache1997-09-241-6/+6
| | | | | | | | Simplify revoke
* | Put comment indicating revokeache1997-09-241-0/+1
| |
* | Simplify revokeache1997-09-244-4/+0
| |
* | Oops, fix my error from prev commit (revoke simplification)ache1997-09-241-1/+1
| |
* | Simplify revokeache1997-09-241-1/+0
| |
* | Use err(3). Add usage(). Various fixes in man pages.charnier1997-09-2417-101/+126
| |
* | Revoke sgid privs early and not svap uids on saved game at allache1997-09-242-8/+2
| |
* | Statisize usage(). Add return(0) for -wall.charnier1997-09-244-6/+15
| |
* | Cleanupache1997-09-241-10/+3
| | | | | | | | | | Simplify revoke: only sgid needed to be revoked Use srandomdev
* | Use srandomdevache1997-09-241-1/+1
| |
* | Use srandomdevache1997-09-243-15/+14
| | | | | | | | Cleanup
* | Use srandomdevache1997-09-244-4/+4
| |
* | Use srandomdevache1997-09-243-10/+8
| |
* | Use srandomdev()ache1997-09-241-1/+1
| |
* | Use srandomdevache1997-09-243-6/+2
| |
* | Use srandomdevache1997-09-245-6/+8
| |
* | Increment RELDATE so that it is possible to distinguish between thejdp1997-09-241-2/+2
| | | | | | | | incompatible old and new forms of mount(2).
OpenPOWER on IntegriCloud