Commit Graph

7330 Commits

Author SHA1 Message Date
mycroft 689156a240 Change structure member names. 1994-04-20 22:39:33 +00:00
mycroft df873c8545 Maintain the xs free list with LIST_*(). 1994-04-20 22:13:33 +00:00
cgd ee3e1168b7 undo a mistaken deletion. at least i found it... 1994-04-20 21:46:15 +00:00
pk a52f16e93a setre[gu]id conversion. 1994-04-20 17:21:28 +00:00
cgd 933495ac33 typo, pointed out by ws. 1994-04-20 17:10:59 +00:00
mrg 99c5c97ba6 4.4BSD-Lite2 1994-04-20 16:39:42 +00:00
deraadt 8752281357 arpintr called now 1994-04-20 12:45:37 +00:00
deraadt 051989929c duh 1994-04-20 12:44:53 +00:00
pk dea3fb5642 Correct call sequence for `mcount()' when -fpic is on. Also, our mcount()
doesn't take an argument.
1994-04-20 09:19:02 +00:00
mycroft cf78b04c1a Implement a simple `fairness' algorithm which doesn't cost too much in
performance.
1994-04-20 07:55:38 +00:00
mycroft 893be926ec Use TAILQ_*() to maintain the drive activation queues. 1994-04-20 07:23:52 +00:00
glass 1ffc6c23e3 sendmail 8.6.9. may your cm5 explode 1994-04-20 06:26:31 +00:00
mycroft 02b2e464f5 Clean up deleted files. 1994-04-20 06:26:27 +00:00
glass 954bd82dcb sendmail 8.6.9. may your cm5 explode 1994-04-20 06:26:05 +00:00
mycroft 929eea0c88 Clean up deleted files. 1994-04-20 06:26:03 +00:00
glass 2f6d8908a9 sendmail 8.6.9. may your cm5 explode 1994-04-20 06:25:50 +00:00
glass b8d3bb4f33 import of sendmail 8.6.9 1994-04-20 05:34:41 +00:00
cgd 28aa66d455 update from hibler 1994-04-20 05:01:22 +00:00
cgd f01b9646e3 back to 10%, per mkm 1994-04-20 03:56:03 +00:00
mrg b8b94308b9 4.4BSD-Lite2 1994-04-19 23:58:27 +00:00
mrg 746ece7f93 4.4BSD-Lite2 1994-04-19 21:52:46 +00:00
mrg a201e12de1 4.4BSD-Lite2 1994-04-19 21:37:39 +00:00
pk 21c5c73db5 I suppose a SIGKILL or SIGTERM should make a process go about its
business fast. But the previous situation would allow
"sigblock(sigmask(SIGTERM)); kill(SIGTERM)" to thwart priority policies.
1994-04-19 20:50:30 +00:00
cgd e3d7ad55a1 damn it, forgot to commit this. 1994-04-19 19:58:32 +00:00
phil ac0d47bf4e Forgot the copyright. 1994-04-19 17:18:31 +00:00
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