drochner
e125082627
adapt to changed device names
1997-10-01 18:13:19 +00:00
drochner
e30fed33a8
regen
1997-10-01 18:09:20 +00:00
drochner
d54cc43bfc
Correct a number of Intel PCI devices, sync with names used in data sheet.
...
Add newer Intel / VIA i386 chipsets.
Correct one S3 chip, add one.
Mostly from Carl Shapiro <css@samsara.dialup.access.net> per PR kern/4169
and kern/4170 (identical).
1997-10-01 18:08:23 +00:00
kleink
8087341457
Sync prototype of cfsetspeed() with code; from Matthias Scheler
...
<tron@lyssa.owl.de> in PR misc/4192.
1997-10-01 16:39:56 +00:00
kleink
6eb0c3077a
Remove duplicate inclusion of <sys/device.h>.
1997-10-01 16:28:22 +00:00
fvdl
d786742d91
Provide workaround (by Charles Hannum) for error in register allocation that
...
could occur in bus_space_write_multi*
1997-10-01 08:25:15 +00:00
thorpej
c557d7e759
Add missing SCSI_DATA_IN when issuing a READ_ELEMENT_STATUS command.
...
Noticed by Dave Huang <khym@bga.com>.
1997-10-01 05:39:56 +00:00
phil
7f55972efc
Sync with current state. Fixes PR 4193. factor.c -- replce prime table with
...
code to generate needed primes. Change copyright because prime table was only
code under previous copyright.
1997-10-01 05:04:24 +00:00
enami
697ba3faff
Don't declare optind, opterr and optarg.
1997-10-01 02:25:55 +00:00
enami
ae3fbb603f
Don't delcare optind.
1997-10-01 02:24:29 +00:00
enami
2481ddf882
Don't declare optind.
1997-10-01 02:22:54 +00:00
mycroft
a6c7350ef2
Import a few reload bug fixes from 2.8.
1997-10-01 02:21:39 +00:00
enami
0d8fa88b1f
Don't declare optind and optarg.
1997-10-01 02:21:34 +00:00
mycroft
49ce788d15
Import a few reload bug fixes from 2.8.
1997-10-01 02:21:33 +00:00
enami
21d836180a
Don't declare optind.
1997-10-01 02:18:14 +00:00
enami
9f86d6ed5e
Don't declare optind and optarg.
1997-10-01 02:15:48 +00:00
mycroft
9a36ae0c8f
Import change from development sources to follow a REG_EQUIV for a REG in
...
memref_referenced_p(); otherwise there are cases where a later set that changes
the memory location may be moved too early, and thus the new value will be
(incorrectly) used where it should not be.
1997-10-01 02:12:21 +00:00
enami
3aeffdc83c
- Xref opendisk(3).
...
- Refer vnode disk as vnd0 instaed of vnd0c.
- Rename argument to specify vnode disk from special_file to vnode_disk.
- Explain that vnode_disk is a special file or name like vnd0.
- Add one example which uses vnd0 instead of /dev/vnd0c.
1997-10-01 01:32:59 +00:00
enami
d7d845c3d2
Cosmetic changes to keep coding style consistency in this directory;
...
- Indent with tab of width 8.
- Use four column to indent continuation line.
- Fold long line if possible.
- Use return (xx) instead of return xx.
- Compare pointer against NULL instead of testing like boolean.
- Delete whitespace at the end of line.
- Delete whitespace in front of function call operator.
- Delete whitespace after cast.
- Dereference a pointer to function explicitly.
- Add an empty line after local variable declaration.
- Use NULL instead of (char *)0.
- Dont use block for single statement.
1997-10-01 01:18:38 +00:00
is
baef0c4d43
Was imported by accident.
1997-09-30 23:24:23 +00:00
hubertf
f6a5b0843d
/usr/pkg/src -> /usr/pkgsrc
1997-09-30 23:16:03 +00:00
is
3afbd0a446
Cleanup the regress: _SUBDIRUSE after making "make regress" work, by
...
Charles Hannum.
1997-09-30 23:15:41 +00:00
is
fceedefe6d
Some 68060 tests:
...
- 060sp is calling glue to Motorolas test code for the 68060SP. We dont call
the ftest #3 , as it requires special kernel support not wanted normally.
- emuspeed is a partially table-driven instruction, thus easily extensible
benchmark. Tests are in for the emulated-on-68060 mul 32->64bit and
div 64->32bit.
1997-09-30 23:12:45 +00:00
christos
7f41ec0345
PR/4162: Chris Jones: make cleandir does not work properly; it does not
...
remove the object files and the .depend file in the kernel build directory.
1997-09-30 22:50:53 +00:00
christos
3996b53189
PR/4162: Chris Jones: make cleandir does not work properly; it does not
...
remove the object files and the .depend file in the kernel build directory.
1997-09-30 22:39:49 +00:00
is
ce5ef83f97
Make "make regress" work; by Charles Hannum.
1997-09-30 22:19:22 +00:00
mycroft
640405d50f
Only use a subregion if the region we got was of length 8.
1997-09-30 22:10:59 +00:00
christos
90ac749fae
PR/4162: Chris Jones: make cleandir does not work properly; it does not
...
remove the object files and the .depend file in the kernel build directory.
1997-09-30 22:10:32 +00:00
christos
a2512e8ec5
Add TIOCM{BI{C,S},{S,G}ET} from revision 1.98. As Charles says these
...
interfaces are slightly broken and should be obsoleted, but some programs
are using them and also they are useful for debugging.
1997-09-30 21:51:43 +00:00
is
3f894ade50
- only convert real hex constants to 0x form, not $NetBSD...
...
- protect comment lines from future uses of CPP by putting a | in front
1997-09-30 21:47:22 +00:00
gwr
603e306a5b
Define SVR4_SHARED_LIBS before including generic nm-nbsd.h
1997-09-30 21:43:11 +00:00
gwr
06ef8ef5b7
Need to include elf/common.h for SVR4_SHARED_LIBS
1997-09-30 21:38:46 +00:00
gwr
555fc002d2
Do the link.h defines only if not SVR4_SHARED_LIBS.
1997-09-30 21:14:30 +00:00
drochner
9a7e1c1d7e
Make this file deserve its name: add DHCP support, conditionalized
...
with NFS_BOOT_DHCP.
Don't increment xid between retries anymore, it is not required and
it increases the response time in case of a slow server.
Use common code with bootparam boot.
1997-09-30 20:51:03 +00:00
drochner
34f6ce854a
Use functions (shared with DHCP boot) in nfs_boot.c.
1997-09-30 20:46:17 +00:00
drochner
7de7853c54
Factor out some functions used by bootparam and DHCP boot.
1997-09-30 20:44:31 +00:00
gwr
d8f82847f9
Add support for single-step via breakpoints (from CGD).
1997-09-30 20:01:12 +00:00
gwr
0bd7f37b9f
Define CHILD_RESUME
1997-09-30 19:52:03 +00:00
gwr
3afbd7bd1f
From latest gdb snapshot
1997-09-30 19:21:23 +00:00
gwr
f4418d1e62
No ULONGEST yet
1997-09-30 17:34:43 +00:00
phil
fb5b34e71c
Backout prototype of opendisk.
1997-09-30 17:30:29 +00:00
phil
a8d52993f0
Backout the prototype of opendisk().
1997-09-30 17:29:40 +00:00
gwr
376b31dc6f
From latest gdb snapshot
1997-09-30 17:23:59 +00:00
phil
c194103914
Back out my dumb change.
1997-09-30 17:13:50 +00:00
phil
c342d989c5
Prototype opendisk().
1997-09-30 17:09:13 +00:00
is
5379dca61e
/etc/magic -> /usr/share/misc/magic
1997-09-30 17:00:30 +00:00
phil
6bebb4822d
Add a prototype for opendisk().
1997-09-30 16:54:31 +00:00
phil
83a44e0389
Add a prototype for opendisk so it will compile. (Should we have
...
a libutil.h for collecting all these prototypes?)
1997-09-30 16:53:12 +00:00
christos
68727e364e
PR/4126: Luke Mewburn: queue(3) doesn't document SIMPLEQ_*
1997-09-30 16:49:17 +00:00
christos
16848faf66
PR/4145: Dave Huang: pppd unable to change interface addr when demand dialing
...
w/unspecified local address
1997-09-30 16:45:16 +00:00