Commit Graph

27276 Commits

Author SHA1 Message Date
briggs
6d338ace93 Oops. We do not want to unmap something that we've used bus_space_subregion
to get.
1997-04-13 16:42:34 +00:00
mrg
f1467295f1 look for ipf sources in ../ipf 1997-04-13 14:49:38 +00:00
briggs
4a3016b6b6 Some updates based on information from Bob Nestor <rnestor@metronet.com>
about his SONIC-T LC/PDS card.
1997-04-13 14:21:09 +00:00
mrg
601c0eaed7 update this a bit. 1997-04-13 13:48:51 +00:00
mrg
d7afda6db3 update this to somewhat closer to reality. 1997-04-13 13:46:56 +00:00
mrg
b6bb351e9c be safe with buffers. 1997-04-13 13:45:02 +00:00
mrg
8d51c2f90d properly terminal buffer after calling strftime. 1997-04-13 13:44:13 +00:00
mrg
a9437d1189 be safe with buffers. 1997-04-13 13:36:46 +00:00
mrg
1ff182a453 bump this with new resolver-named interfaces. 1997-04-13 12:56:35 +00:00
mrg
1e8283acfe GC these. 1997-04-13 12:27:03 +00:00
mrg
b7055da7c4 re-add YP parts. 1997-04-13 10:56:20 +00:00
mrg
9af7a40037 merge in bind 4.9.5-P1 1997-04-13 10:50:07 +00:00
mrg
023690d8db merge in the bind 4.9.5-P1 resolver. we are now _mostly_ the
same as this, with our changes also included (resolv.conf and
other minor differences).
1997-04-13 10:30:29 +00:00
mrg
1297123066 we don't need these files. 1997-04-13 09:58:19 +00:00
mrg
6c5a8afbd7 we don't need these files either. 1997-04-13 09:55:08 +00:00
mrg
5be792e647 merge bind 4.9.5-P1. 1997-04-13 09:26:21 +00:00
mrg
70ec5be749 we don't need these files. 1997-04-13 09:23:05 +00:00
mrg
2479c1a225 BIND 4.9.5-P1 resolver bits we use 1997-04-13 09:12:05 +00:00
mrg
6d2a687f9c BIND 4.9.5-P1 1997-04-13 09:06:10 +00:00
scottr
4765dedbf5 Move all splxxx() and softint-related macros and prototypes to intr.h,
and include it where appropriate.
1997-04-13 05:12:40 +00:00
thorpej
80a88edd60 - Use common m68k sigcode.
- Garbage-collect doadump(); it's not used by anything
1997-04-13 02:45:20 +00:00
thorpej
2da8464bdf - Use common mac68k sigcode.
- Garbage-collect icode; hasn't been used in eons.
1997-04-13 02:43:51 +00:00
thorpej
f05b58b229 Use common m68k sigcode. 1997-04-13 02:37:15 +00:00
thorpej
434a6008fe Common m68k sigcode. 1997-04-13 02:30:02 +00:00
mrg
c4f6f69f43 install this in /sbin still. 1997-04-13 02:06:04 +00:00
mrg
67945bf11a move these to usr.sbin/ipf/ipf. 1997-04-13 02:03:30 +00:00
mrg
d459462a6c ipf is now here. 1997-04-12 23:57:37 +00:00
mrg
a8e1cbbe43 ipf is now in usr.sbin/ipf/ipf 1997-04-12 23:57:12 +00:00
mrg
bf62e97c3b ipf goes into src/usr.sbin/ipf/ipf now. 1997-04-12 23:51:04 +00:00
gwr
dcc94a5dd9 Document the flags accepted by the esp driver. 1997-04-12 19:48:00 +00:00
jtc
b4f1282b13 Add Pentium and Pentium Pro specific instructions (adapted from a newer
version of binutils).
1997-04-12 00:11:12 +00:00
christos
3a468199cb #if __STDC__ -> #ifdef __STDC__ 1997-04-11 23:08:40 +00:00
christos
360e930d42 Make this work on systems that don't have quads 1997-04-11 23:08:15 +00:00
christos
2c8f740e5c __svr4__ -> __SVR4 1997-04-11 23:07:47 +00:00
christos
7ea7f895f5 Use #ifdef __STDC__ instead of #if __STDC__ 1997-04-11 23:06:51 +00:00
christos
92cdde85e8 Fix so that this compiles on systems without quads and remove the double
inclusion of varargs/stdarg
1997-04-11 23:05:43 +00:00
christos
70bb105c67 Pointer arithmetic on void * is illegal but gcc does not care. 1997-04-11 23:03:08 +00:00
christos
23745b89db Don't call getpwd() because if that fails the shell cannot start. (from scott) 1997-04-11 23:01:44 +00:00
christos
f726a3c453 Rename pread to preadfd 1997-04-11 23:00:40 +00:00
christos
3bddaec49b add forward declaration of union node; 1997-04-11 22:58:40 +00:00
christos
7efa5addb4 Track $TERM and call the appropriate editline(3) routine to update the
terminal type.
1997-04-11 22:45:38 +00:00
christos
9593d7acb3 Return -1 if the terminal set operation resulted in dumb terminal settings. 1997-04-11 22:40:06 +00:00
kleink
e490ffb5cc Addendum to last commit: "simplify" usage of a vnode pointer. 1997-04-11 22:08:28 +00:00
kleink
589549e022 Use VOP_SEEK() in lseek(2). 1997-04-11 22:03:58 +00:00
kleink
9c16cd8a46 Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriate
places; by Chris G. Demetriou and myself.
1997-04-11 21:52:00 +00:00
christos
5b7cd46de3 Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems. 1997-04-11 21:38:02 +00:00
pk
fbf7bcc591 Cypress 605 cache can be run in write-back mode (fingers crossed..). 1997-04-11 20:32:13 +00:00
cgd
ade89d0da0 add a missing newline 1997-04-11 20:28:08 +00:00
pk
1774dc8fbe Add Cypress 605 with MMU version 0xb (reported by Harald Barth). 1997-04-11 20:21:56 +00:00
pk
b153a134ce Fix obvious bug: missing `return'.
viking_flush: make sure to really expunge all entries in a cache bucket
by poking it (2 * `associativity' - 1) times; noted by Chris Torek.
1997-04-11 20:06:53 +00:00