Commit Graph

7255 Commits

Author SHA1 Message Date
phil da19ea4f05 changes for shared libs, new vm code, and debugging stuff for the
machdep.c routine that runs unmapped at the start of boot.  (The debugging
stuff should go away, but this is the 2nd time I had to write umprintf.c, so
I want it saved.)
1994-04-19 17:14:13 +00:00
phil b7685a8087 changes for shared libs ... now saving sb register (as I should have all along) 1994-04-19 17:11:16 +00:00
phil 6c6a8ee7de minor clean up. 1994-04-19 17:10:34 +00:00
pk 5ee9535a36 Another off_t glitch. 1994-04-19 13:28:29 +00:00
cgd 637097ae1c don't complain if ENXIO on open and not verbose 1994-04-19 03:42:54 +00:00
jtc a3376999f0 Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 in
description of ENAMETOOLONG error.
1994-04-19 00:10:45 +00:00
jtc 4304e0ec4e Add curly braces around NGROUPS_MAX.
This convention is used in manpages for other UN*X systems to refer to
system values (availiable via sysconf() or pathconf()) rather than
definitions in <limits.h>.
1994-04-19 00:09:04 +00:00
mycroft a8a18282bd Eliminate silly warning. 1994-04-18 23:52:06 +00:00
mycroft 00d9262a55 Add NETISR_ARP. 1994-04-18 23:33:34 +00:00
mycroft 7b52dc20c4 NETISR_RAW is defunct. 1994-04-18 23:30:28 +00:00
mycroft dc2177901f NETISR_ARP. 1994-04-18 23:26:55 +00:00
mycroft efa2794f99 Dummy arpintr() for now. 1994-04-18 23:25:57 +00:00
mycroft 084a465c9a Add NETISR_ARP. 1994-04-18 23:20:26 +00:00
cgd 0af16ef41d don't need -f for umount, now that alias problems kludged around 1994-04-18 22:24:20 +00:00
mycroft 2307cf7dc1 Only report `stray' interrupts if DEBUG, since they occur normally. 1994-04-18 22:23:32 +00:00
briggs 7df08ffd59 vm/queue.h doesn't exist any more. 1994-04-18 21:25:22 +00:00
cgd 3fe93ccc24 don't let cons dev vnode get subsumed by a 'real' vnode. the current
scheme of vnode aliasing just *has* to go.
1994-04-18 21:03:14 +00:00
pk ae9be14d68 Fix that SYS___syscall business. 1994-04-18 20:02:58 +00:00
deraadt 0d93a0839c queue up 8 mbuf chains once again, perhaps this will help?
read packets of the card before attempting to transmit (should improve speed)
1994-04-18 12:40:39 +00:00
deraadt 5d98f1c7e0 was freeing random data. fix from vdlinden@fwi.uva.nl (Frank van der Linden) 1994-04-18 12:35:39 +00:00
deraadt 70e62529eb better 1994-04-18 12:10:54 +00:00
deraadt 9d5d156cc1 shm 1994-04-18 10:51:05 +00:00
deraadt f17cd24aad i want shm 1994-04-18 10:49:43 +00:00
deraadt db785aa1f2 my life is now easier 1994-04-18 10:48:48 +00:00
cgd 33bd50375e add support for making i386 floppies. more needs to go on the kernel
floppies, but this is a damned good start.
1994-04-18 10:16:34 +00:00
cgd 5ea3f7846b don't special case EBUSY when configging; if you try to do it 2x, second is err 1994-04-18 09:12:08 +00:00
cgd 536b9f6e5c A place to build binaries for floppies. always static, always OMAGIC.
note that some have been rewritten (echo, umount) and some are compiled
with options that make them smaller.
1994-04-18 08:47:08 +00:00
cgd 5e8742b110 SUBDIR += floppy 1994-04-18 08:44:28 +00:00
cgd 37118099d6 add a 'floppy' target, with minimal devices useful for install.
make /dev/fd 'fd', seperate from 'std', because we need 64 more
device nodes on floppies like i need a hole in my head.
1994-04-18 08:02:18 +00:00
cgd 57a340a4a2 if we want a LETS_GET_SMALL init, allow only single-user 1994-04-18 07:59:40 +00:00
deraadt 63f5d6fba9 decl SHMMAXPGS 1994-04-18 07:17:45 +00:00
glass a3b042140f revised nfs diskless support. uses bootp+rpc to gather parameters 1994-04-18 06:18:05 +00:00
cgd 2f067856cd allow external mount types, even if LETS_GET_SMALL 1994-04-18 06:15:08 +00:00
glass d31cd6f2f7 some incredibly trivial cleanup 1994-04-18 06:10:12 +00:00
cgd 1ddc4aa19f kill some code if SMALL is defined... 1994-04-18 06:08:27 +00:00
glass 6cc6cf15ee move bootpd from othersrc to libexec. add bootptab file 1994-04-18 05:15:36 +00:00
chopps 743895e7c0 make current with recent vm changes. 1994-04-18 04:09:11 +00:00
chopps bda0c08156 make current with recent vm changes, also clean old from genassym 1994-04-18 04:08:43 +00:00
briggs 7f099e5940 Avail mem comes from elsewhere, now. 1994-04-18 03:03:05 +00:00
briggs e0e7db6d14 Include cop.
Nuke vm_statistics.h
Don't try to use PAGE_SIZE in pmap_bootstrap.  It's now a reference
to a variable that won't be set until vm_set_page_size() is called
in vm_mem_init().
1994-04-18 03:02:16 +00:00
briggs 163a3bce81 Include cop.
Nuke vm_statistics.h
1994-04-18 02:59:16 +00:00
briggs c4ff57c8b1 Get rid of some constants that we don't need. 1994-04-18 02:58:39 +00:00
cgd 7f044b2db7 make all device nodes for vnd's, but only make 2 vnd's... 1994-04-18 02:05:03 +00:00
mycroft e65b5b259e Restore the stack before the LDT. 1994-04-18 01:24:09 +00:00
chopps 0be2dea3b6 add A3000 (we use it in snapshot) and commented GENERIC. (pretty heafty) 1994-04-18 00:25:16 +00:00
chopps b7e0b6d987 add more floppies, mouse link and fix typo from Ty Sarna (tsarna@endicor.com) 1994-04-17 13:26:16 +00:00
deraadt 8ef0a5ca8b don't trounce on argv[1] 1994-04-17 12:31:05 +00:00
deraadt ecef4fca4d call swapconf(): it's not just a good idea, it's the law! 1994-04-17 11:37:46 +00:00
phil a27d75afd8 patch to get sverre's disk working (Old scsi code) 1994-04-17 07:53:54 +00:00
phil e983a66a6c New format for shared libs. 1994-04-17 07:53:25 +00:00