Commit Graph

9798 Commits

Author SHA1 Message Date
pk cdca6c22c4 Don't clobber our input arguments. 1994-09-02 08:13:20 +00:00
mycroft 6c66af544c Fix some ugly code. 1994-09-02 05:12:12 +00:00
jtc b3b55d02f1 Misc changes to make this file more like the asm.h headers used by other
architectures:
	Renamed _C_FUNC() to _C_LABEL()
	Renamed _ASM_FUNC() to _ASM_LABEL()
	Merged _BEGIN_ENTRY with _ENTRY
	Renamed _END_ENTRY to _PROF_PROLOGUE

When assembling with profiling enabled, set up stack frame before calling
mcount() in _PROF_PROLOGUE.  Also omit emitting .long 0's, as they are no
longer used by the profiling code.
1994-09-02 05:02:47 +00:00
cgd 464589d6ae oops! 1994-09-01 03:31:37 +00:00
mycroft b1f0fa317e Decrease shm_nused when a segment is deleted. 1994-08-31 21:47:36 +00:00
mycroft 46d22e0d6a Fix option parsing bug reported by Uwe Arndt, and another related bogon. 1994-08-31 21:32:33 +00:00
jtc 85613afae4 Change HAVE_SAVED_SUIDS to HAVE_SAVED_UIDS to match macro of the same
name which is defined in compat.h if compiling on a modern BSD system.
1994-08-31 19:28:50 +00:00
chopps 0fceec8cff some cleanup 1994-08-31 18:44:50 +00:00
chopps 16f1b5ab4c remove use of awk, add floppy arg for making install floppies 1994-08-31 17:31:52 +00:00
chopps e905d504dd add our architechures to .Dt 1994-08-31 05:55:57 +00:00
mycroft ad02d27da0 Update to match include files. 1994-08-31 03:48:18 +00:00
chopps bf10f9424c cleanup diagnostic messages 1994-08-31 02:13:01 +00:00
cgd 33e0df2ca3 to hell with it, add an n. 1994-08-31 00:10:42 +00:00
deraadt 215b5c5487 improper handling of recvfrom error return value 1994-08-30 23:59:43 +00:00
cgd e6a0c0661a fixes for typos. from Havard Eidnes <Havard.Eidnes@runit.sintef.no> 1994-08-30 23:48:23 +00:00
chopps 41a2d35564 fix uninitialized use of mask. 1994-08-30 23:06:48 +00:00
pk cdf3d1ed89 mknod() must release its new vnode. 1994-08-30 19:42:22 +00:00
mycroft 0e2293a33e Update to match include files. 1994-08-30 17:39:11 +00:00
cgd 5e5f29254c update for the current state of the world. 1994-08-30 17:17:34 +00:00
cgd ae32286b2a don't forget manual page links. 1994-08-30 17:12:59 +00:00
deraadt 5aa2f1e6bb remove an un-aligned access 1994-08-30 17:01:57 +00:00
cgd b7cc0db103 fix for pr 420, from Christos. 1994-08-30 15:16:44 +00:00
cgd 403d5021a4 oops, do shlibs right. 1994-08-30 15:16:05 +00:00
briggs e696d464eb Use vn.h instead of forcing NVN to 0. 1994-08-30 11:04:17 +00:00
mycroft c996edc7e1 Display emulation type. 1994-08-30 06:22:10 +00:00
mycroft 9ea30b3bf3 Check for bad p_emul. 1994-08-30 06:19:44 +00:00
mycroft 227e4cb85c Make sure p_emul is copied on fork. 1994-08-30 06:16:25 +00:00
deraadt cf37c3ba27 cleanup 1994-08-30 06:09:18 +00:00
mycroft 016425e503 Clean up some debugging code. 1994-08-30 05:37:14 +00:00
chopps c7401f5866 catch mis-aligned access errors on the 040. 1994-08-30 05:35:31 +00:00
mycroft 2f710a54ee Convert process, file, and namei lists and hash tables to use queue.h. 1994-08-30 03:04:28 +00:00
mycroft bd61aa9ae3 Add {LIST,TAILQ}_INSERT_BEFORE(). 1994-08-30 03:01:30 +00:00
mycroft f5faab89e9 Use VCALL(), not VOCALL(), and simplify union_advlock(). 1994-08-30 03:01:01 +00:00
mycroft c8899c8f8e Fix an off-by-one error reported by Mike Hartman. 1994-08-30 01:31:11 +00:00
mycroft ba95b05235 Major speed improvement. 1994-08-29 23:17:00 +00:00
mycroft 90b0e68767 Clean up deleted files. 1994-08-29 23:12:23 +00:00
cgd e67ae11432 no more floppy bins; these now done by crunch. 1994-08-29 23:10:58 +00:00
mycroft 573393b3d1 Tweak the hash parameters a bit; big win when run over NFS. Merge (copyright
notice) changes from 4.4-Lite.
1994-08-29 22:53:45 +00:00
mycroft 587fd4ce2b Update to 4.4-Lite version. 1994-08-29 18:11:08 +00:00
cgd e9edc1803b i386 floppy build tools 1994-08-29 15:30:14 +00:00
cgd 02c6564e0e distribution sets contents lists 1994-08-29 15:21:02 +00:00
cgd e1a9c4fa17 local changes; install into /usr/bin, deal with sh warnings, deal with obj.MACHINE, etc. 1994-08-29 15:08:25 +00:00
cgd ee36043f2b crunch, from James da Silva at UMD 1994-08-29 14:47:29 +00:00
mycroft 6dc403d977 Simplify copying of sys include files. 1994-08-29 04:59:48 +00:00
mycroft 9116e142b9 Clean up deleted files. 1994-08-29 04:47:33 +00:00
mycroft 4bdad03539 Fix broken import of Lite directory code. 1994-08-29 04:47:31 +00:00
mycroft b3f60e273e Correct path to sendmail. 1994-08-29 03:32:58 +00:00
mycroft a295767a9e Correct first arg in synopsis. 1994-08-29 03:27:36 +00:00
mycroft 39c2e4f00f Remove temporary files on m4exit, from Thomas Eberhardt. 1994-08-29 03:24:44 +00:00
glass 7ed69abd76 do the NetBSD.ORG thang 1994-08-29 03:10:29 +00:00