Commit Graph

3885 Commits

Author SHA1 Message Date
deraadt 2dcf572fc2 fbio.h is in machine/ 1993-11-30 20:55:12 +00:00
mycroft 5e76e8d3b0 Add `OSTYPE(bsd4.4)' to these, as some people actually use them as examples and
get confused by the resuilting sendmail-->mail-->sendmail-->... loops.
1993-11-30 08:18:35 +00:00
paulus 8cb6ee6c38 Fixed bugs in calculation of branch offsets for short and word forms;
fixed bug in PC-relative offsets of the form (sym1 - sym2).
1993-11-30 02:36:08 +00:00
jtc d3b6c3481b "errno" was not being formatted with the .Va macro. 1993-11-30 00:50:58 +00:00
paulus e290fb8f79 Changed beq's to jeq's, because (a) the jeq gets optimized to a short branch,
and (b) gas currently assembles the beq's wrongly.
1993-11-30 00:45:15 +00:00
jtc 5187624c00 Use ".St -p1003.2-92" macro instead of spelling it out. 1993-11-30 00:36:01 +00:00
jtc b9e1a8c55a Use ".At v6" macro instead of spelling out "Version 6 AT&T UNIX". 1993-11-30 00:19:51 +00:00
jtc b79c476d97 Use ".At v7" macro instead of spelling out "Version 7 AT&T UNIX". 1993-11-30 00:18:19 +00:00
jtc 93a125034a Use ".At v6" macro instead of spelling out "Version 6 AT&T UNIX". 1993-11-30 00:11:45 +00:00
jtc 3802354116 Use ".At v7" macro instead of spelling out "Version 7 AT&T UNIX". 1993-11-30 00:10:17 +00:00
jtc a8033b59a4 Use ".At v6" macro instead of spelling out "Version 6 AT&T UNIX". 1993-11-30 00:07:58 +00:00
jtc d655636830 Change order of conditional so that a possible null pointer is not
dereferenced.  This case would only occur when stdin was not a tty.
Thanks to Dan Muntz for discovering this bug.
1993-11-29 22:39:19 +00:00
jtc a66bb8995a Use "Er" for argument to -width in the lists in the ERROR sections so that
formatting is consistant.
1993-11-29 22:06:07 +00:00
jtc 691ded4519 Use "Er" for argument to -width in the lists in the ERROR sections so that
formatting is consistant.
Other misc. tweaks.
1993-11-29 21:40:55 +00:00
jtc 250b6aa06e Use "Er" for argument to -width in the lists in the ERROR sections --- so
the formatting is consistant.
1993-11-29 21:24:57 +00:00
mycroft 8caf0ca62b Use new struct buf fields. 1993-11-29 20:33:25 +00:00
jtc 7ce85221c7 Fix formatting problem theo found. 1993-11-29 19:51:48 +00:00
jtc f947c6c25d Format ERROR values like all the other manual pages. 1993-11-29 19:45:00 +00:00
jtc f5edebac02 Cuserid() is specified in such a way that it can overwrite the buffer used
by getpwent(), getpwnam() & getpwuid() --- but not the other way around.
This requires that cuserid() have its own static buffer.
1993-11-29 19:39:44 +00:00
jtc 2b67bcc1b6 Make it clear that ctermid's argument is a pointer to an array. 1993-11-29 19:30:32 +00:00
jtc 0e817b67bc install cuserid(3) manpage. 1993-11-29 19:22:31 +00:00
jtc fe57b6e1e6 A manpage for cuserid(3) (hacked up from ctermid(3)). 1993-11-29 19:22:00 +00:00
jtc a07d6b46fb Was looking for config files in wrong place. 1993-11-29 19:01:27 +00:00
mycroft 3956e86fbd Enable mcd0. 1993-11-29 18:19:29 +00:00
pk 053e467648 Use proc0's credentials in buffer used for IO to swap device.
Especially useful when swapping over NFS.
1993-11-29 16:05:20 +00:00
pk 392cf19708 return from rmfree() if we loose space with no options left. 1993-11-29 13:21:00 +00:00
deraadt cd697ceedb seperate device from dkdevice 1993-11-29 08:31:22 +00:00
deraadt a17ccec482 fbio.h is in machine/ 1993-11-29 06:14:55 +00:00
deraadt 9baa68556c more cleanup 1993-11-29 06:14:06 +00:00
deraadt 82d8ced9f1 start to get rid of some of the hacks 1993-11-29 05:37:56 +00:00
briggs 606d45ee4a Move the SRCS from hp300 over to here, changing ffs.c to ffs.s.
Am I missing something obvious in doing this?  This makes the
${ARCH}/Makefile.inc for 68k able to just set ARCH=m68k.
1993-11-29 05:29:51 +00:00
mycroft 7095375da9 Enable ch*. 1993-11-29 04:59:26 +00:00
briggs 0e8dc056db Bring files.newconf back into touch with reality:
Add exec_aout.c.
	Add sysvshm/sem.
	Fixup miscfs changes.
	Change pcfs to msdosfs.
	Misc.
1993-11-29 03:39:46 +00:00
mycroft aadbc0a6da Remove explicit port for ahb[01]. 1993-11-29 01:03:44 +00:00
briggs 32b381f69f This is a bunch of Julian Elischer's sys/scsi (as seen in FreeBSD)
modified to function with the mac code.  It currently doesn't map
the configured devices, but it does force the boot disk to be sd0.
The user-level stuff has been #ifdef'ed for sanity.
1993-11-29 00:45:01 +00:00
briggs b1dd736d44 Update from 0.9-ish to -current. Including a switch to use config.new.
The new functions (ptrace, etc) are stubbed.
Some cleanup, too.
1993-11-29 00:40:36 +00:00
mycroft 4e20653888 Enable ahb[01]. 1993-11-29 00:39:21 +00:00
briggs 9995ea306b Added signal.h for -current. The rest is formatting changes. 1993-11-29 00:37:54 +00:00
briggs e99f003a7d Update to current work in progress. This includes an update to
use config.new.
Numerous updates to console so it works better on the SE/30 screen.
Some nice changes from Brad Parker for handling NuBUS and an ethernet
driver that I haven't worked on, yet.
1993-11-29 00:32:22 +00:00
briggs 915b33a502 Update to current work in progress. This includes an update to
use config.new.
1993-11-29 00:29:28 +00:00
paulus 2aacdab786 Added security option: if compiled with -DREQ_SYSOPTIONS=1, pppd won't
run unless /etc/ppp/options is present.
1993-11-28 23:39:35 +00:00
paulus eb40b6f924 Use <paths.h> to get kernel image file name; remove KVMLIB conditional. 1993-11-28 23:36:43 +00:00
paulus 2c19da3e82 Fixed typo. 1993-11-28 23:35:34 +00:00
deraadt 1aba43bb13 use new sun_exec_aout_makecmds 1993-11-28 18:09:43 +00:00
mycroft b26d4770d0 Clean up deleted files. 1993-11-28 18:07:58 +00:00
deraadt 6ce3f214d1 compat exec() stuff is done more sensibly now
(hpux and ultrix compat stuff will be done the same way)
1993-11-28 18:03:18 +00:00
mycroft 6ac9e15bb1 New test config. 1993-11-28 10:50:44 +00:00
mycroft d549b3e131 If you're going to have a list of file systems, it might as well be complete. 1993-11-28 08:48:42 +00:00
deraadt bf504b849f theo's other test kernel 1993-11-28 08:42:31 +00:00
deraadt e28868b656 fixed: hostid was incorrectly read from register 1993-11-28 03:47:11 +00:00