Commit Graph

7241 Commits

Author SHA1 Message Date
cgd
158c4beb27 queue/struct changes 1994-04-21 08:03:56 +00:00
cgd
8651ac5736 typo 1994-04-21 08:01:24 +00:00
cgd
896fc34ba3 queue/struct changes 1994-04-21 07:58:49 +00:00
pk
1da83c2c95 Correct format of `np' item. 1994-04-21 07:52:14 +00:00
cgd
3dda0064a5 Convert mount, vnode, and buf structs to use <sys/queue.h>. Also,
some knf and structure frobbing to do along with it.
1994-04-21 07:47:31 +00:00
cgd
726a06e948 kill bogon. 1994-04-21 07:45:53 +00:00
mycroft
160fbf23ec Fix typo. 1994-04-21 04:26:37 +00:00
mycroft
584cd2e4c9 Clean up the TUNE_1542 code. 1994-04-21 03:37:19 +00:00
mycroft
245097a031 Fix return of I/O space size from wtprobe(), as reported by Rafal Boni. 1994-04-21 00:41:52 +00:00
mycroft
be20cfec17 Remove all bio', tty', net', and vector' specifications. 1994-04-20 23:39:19 +00:00
mrg
d090573caa 4.4BSD-Lite2 1994-04-20 22:45:22 +00:00
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