Commit Graph

5735 Commits

Author SHA1 Message Date
cgd 5b9674ec23 general: cleanup. fix RCS Id's. ("$Id $" doesn't work.)
Makefile: no special bingrp.
quot.8: bugs section is empty; comment it out.
quot.c: add static RCS Id, KNF-ify, break long lines.
1994-02-11 00:23:34 +00:00
pk 90e1d9b049 Fix mis-understood relocation types; do sensible things when doing
PIC code.
Handling of the `%hi' operator is still slightly broken, especially when
used in conjunction with the `set' pseudo-op (rather academic, as there's
no reason to code something like `set %hi(var), reg').
1994-02-11 00:20:33 +00:00
cgd 95e2816dca alphabetize!!! 1994-02-10 23:59:51 +00:00
cgd e5b8be437f fix -[ugo] and =[ugo] 1994-02-10 23:42:09 +00:00
cgd 29270058b2 clean up, reorganize, etc. 1994-02-10 23:36:59 +00:00
cgd d69870dda1 make DESTDIR in distrib-dirs if it doesn't already exist. 1994-02-10 23:23:34 +00:00
cgd b106f6f657 add some info about u, g, o perm specs 1994-02-10 23:23:08 +00:00
pk 9b345fd6e5 Define an adjustment for {TEXT,DAT}_ADDRs.
Hide some things from rtld with #ifdef RTLD.
1994-02-10 21:21:27 +00:00
pk 637c349300 Update relocation addend correctly (affects Sparc only). 1994-02-10 20:58:50 +00:00
pk bd733720d6 Enable .type & .size generation. 1994-02-10 20:36:31 +00:00
pk fae2950e23 Sparc executables have 8k page granularity. 1994-02-10 20:31:11 +00:00
pk e0bf9676e9 Insert some Position Independent Code. 1994-02-10 20:15:28 +00:00
pk 4574bd34c2 Define a few things here, in line with other ports. 1994-02-10 19:05:03 +00:00
mycroft 252495f006 Format police. 1994-02-10 18:46:04 +00:00
jtc f4db87c6e4 Fix typos & spelling errors 1994-02-10 18:24:46 +00:00
cgd 4e6bea1bb9 oops; last patch to slattach should have been to sliplogin! 1994-02-10 18:03:23 +00:00
cgd 532d2bb3fc get SLIOCGUNIT from the right place 1994-02-10 18:01:28 +00:00
ws 66ffc9f874 First version of a quot utility 1994-02-10 17:58:38 +00:00
mycroft 4b8ec6c627 Clean up deleted files. 1994-02-10 17:28:02 +00:00
mycroft 810b9e898c Deprecate af.c. 1994-02-10 17:27:45 +00:00
mycroft 7e9f402331 Clean up deleted files. 1994-02-10 17:26:56 +00:00
mycroft bf98a55f37 Deprecate af.h. 1994-02-10 17:25:03 +00:00
mycroft 9638fd585a Nuke if_init. 1994-02-10 17:17:56 +00:00
mycroft 39d918e7ce if_init and if_done are not actually used; no point in having them at all. 1994-02-10 17:16:33 +00:00
mycroft cb9f7b955c Make sure we don't touch a file that is already stripped. 1994-02-10 16:48:56 +00:00
mycroft f834e39cf5 Don't need back pointers for disksort(). 1994-02-10 15:43:20 +00:00
mycroft 2f62d06c05 Back pointers are not useful for disksort(). 1994-02-10 15:17:34 +00:00
mycroft d2c5a70266 Rearrange some #includes. 1994-02-10 14:55:29 +00:00
mycroft 20f96b580e Add arg to ioctl functions. Clean up #includes. 1994-02-10 13:59:25 +00:00
cgd 4e504c0179 light style cleanup 1994-02-10 08:50:06 +00:00
cgd 0c46a65f1b changes for slip.h 1994-02-10 05:41:44 +00:00
cgd fc1c6fe68b update for slip.h 1994-02-10 05:39:15 +00:00
cgd d2660232c1 mccanne convinced me that slip.h *should* exist. this is what
i "implemented" for 4.4, and the adjustments to the other files to
match.
1994-02-10 05:39:07 +00:00
briggs 9476a25141 Initialize return value from deliver() to zero. I guess the 386 crowd
has been fortunate.  It's odd to see mail delivered and get a bounce
back, though, which is what was happening--spent a while thinking it
was sendmail.
1994-02-10 05:33:21 +00:00
cgd 72ca30478a cut + paste = death 1994-02-10 05:25:18 +00:00
cgd 01654e05b8 there will be no spaces tomorrow! 1994-02-10 05:06:01 +00:00
cgd c9ebdc4a86 clean up, punt on directory mod times, and DTRT with permissions 1994-02-10 04:49:09 +00:00
cgd c27ff9fe55 dtrt with permissions 1994-02-10 04:42:42 +00:00
briggs ecfa08e11e ioctl now takes struct proc *. 1994-02-10 04:30:27 +00:00
briggs 011f63af43 New disklabelling from finchm@cray-ymp.acm.stuorg.vt.edu. Cleaned up and
modified somewhat by yours truly.  Still need setdisklabel and
writedisklabel at some point--for now, though, it's easier to let MacOS
programs like SilverLining handle this...
1994-02-10 04:29:11 +00:00
briggs 4a88f971b4 Get rid of local FS_* definitions and add a few more partition strings to
keep from labelling the driver and partition map partitions with new
disklabelling code.
1994-02-10 04:26:47 +00:00
briggs 0323c54f9d Make whole disk partition c.
Assign it FS_OTHER to mark it as used.
Don't assign a type to partition a so that we can use it later if there
is no root partition.  This wouldn't be necessary with more partitions
available.  Perhaps in the future...
1994-02-10 04:23:45 +00:00
briggs c81ab3be4c Add filesystem type for Macintosh HFS. We recognize it, but not much else
at this point.
1994-02-10 04:19:25 +00:00
cgd 4cd9943698 clean things up some 1994-02-10 03:31:19 +00:00
cgd 0feebda663 get group right for /var/games, and add /var/games/hackdir/save 1994-02-10 02:34:30 +00:00
cgd 6869fe697b add entries for:
/usr/include/g++/gen
/usr/share/{gnats,groff_font/*,tmac/mm}
1994-02-10 02:33:23 +00:00
cgd b4da561c15 kiil bogus install -d's 1994-02-10 02:31:32 +00:00
cgd 1a1b1466cb kill bogus install -d's. for those that are appropriate (libg++),
make owner and mode explicit, to make the mtree files.
1994-02-10 02:17:56 +00:00
cgd 893697d4df don't hide install -d, and make owner/group correct 1994-02-10 02:09:31 +00:00
cgd b9c5c66af3 while documentation is nice, including SunOS man pages in your source isn't! 1994-02-10 02:06:05 +00:00