David E. O'Brien
d78e925749
Wanted to set uname to root, not gname.
1998-09-14 18:19:45 +00:00
Andrzej Bialecki
309290c72b
This implements retrieving the contents of message buffer via sysctl(3)
...
as "machdep.msgbuf". It's needed in case of using stripped kernels, where
normal dmesg (which has to use kvm) doesn't work.
The buffer is unwound, meaning that the data will be linear, possibly
with some leading NULLs.
Reviewed by: Jordan K. Hubbard <jkh@freebsd.org>
1998-09-14 11:47:40 +00:00
Jordan K. Hubbard
80e2640f8d
Nuke gratuitous use of OBJFORMAT
...
Submitted by: jhay
1998-09-14 11:39:38 +00:00
KATO Takenori
db6f50bf50
Sync with sys/i386/isa/syscons.c revision 1.277.
1998-09-14 11:37:58 +00:00
KATO Takenori
cabd14ebb6
Sync with sys/i386/isa/if_ed.c and sio.c revisions 1.145 and 1.215,
...
respectively.
1998-09-14 11:37:29 +00:00
Jordan K. Hubbard
2ec21a68f0
Teach crunch about an elf/a.out world.
...
Submitted by: jhay
1998-09-14 11:35:32 +00:00
Jordan K. Hubbard
6cd35234a0
Assume ELF-style symbol names now.
...
Submitted by: jhay
1998-09-14 11:33:38 +00:00
Jordan K. Hubbard
1025205fa2
Use -aout for kernels right now. This will have to be changed back if
...
the kernel goes ELF.
1998-09-14 11:32:52 +00:00
Jordan K. Hubbard
ac80870e0b
Decouple genassym flags from CFLAGS.
...
Submitted by: jhay
1998-09-14 11:32:17 +00:00
Jordan K. Hubbard
cde2c8b084
Boy, Mr. Obrien is committing in his sleep again; there is also no
...
user named wheel. :)
1998-09-14 11:14:11 +00:00
Jordan K. Hubbard
9ca57e33cd
There is no group name of "root"; assume man was what was intended.
1998-09-14 10:52:30 +00:00
KATO Takenori
3031fd3097
Sync with sys/i386/conf/majors.i386 revision 1.48.
1998-09-14 10:43:26 +00:00
Robert Nordier
4cbf0238eb
Add BTX startup/interface code.
1998-09-14 10:37:00 +00:00
Dag-Erling Smørgrav
49ee7af69e
Don't require an executable file name. If no executable image is
...
specified, use /proc/<pid>/file. Document it.
PR: bin/7915
Suggested-By: Wolfram Schneider <wosch@panke.de.freebsd.org>
1998-09-14 10:09:30 +00:00
David E. O'Brien
30173cb8aa
Add ${RM} for compatability with SunOS.
...
Many use ${RM} in their ``clean'' targets.
1998-09-14 09:22:04 +00:00
Søren Schmidt
c77c6e0cbb
Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs
...
Remove the hack from syscons that added a /dev/vga node in DEVFS
it broke root acces on ttyv0 because dev_mkdb screwed up.
1998-09-14 09:14:46 +00:00
David E. O'Brien
5ecaf9a866
Change file ownership from bin.bin to root.wheel.
1998-09-14 08:34:45 +00:00
Doug Rabson
3929d51888
Portability fixes when sizeof(int) != sizeof(long).
1998-09-14 08:32:20 +00:00
David E. O'Brien
a0279c111f
Support our "nfsv2" option. (originally added to old amd/amd/host_opts.c
...
rev 1.5)
The "nfsv2" option is equivant to "proto=udp,vers=2". It is debatable
whether NFS v2 should force "proto=udp" but I figure that is what most people
will expect. Note, I can get the new Amd to mount a 2.2-STABLE box with
"proto=tcp,vers=2". RFC 1094 does not disallow such behavior.
1998-09-14 08:20:37 +00:00
John Polstra
22d4b0fb41
Add provisions for variant core dump file formats, depending on the
...
object format of the executable being dumped. This is the first
step toward producing ELF core dumps in the proper format. I will
commit the code to generate the ELF core dumps Real Soon Now. In
the meantime, ELF executables won't dump core at all. That is
probably no less useful than dumping a.out-style core dumps as they
have done until now.
Submitted by: Alex <garbanzo@hooked.net> (with very minor changes by me)
1998-09-14 05:36:51 +00:00
Brian Somers
9f67f727aa
Gasp ! Bitten by the wonders of diff/patch ! Now's your chance to
...
say ``I told you so'' Andrey !
Move the Id keyword to the right Makefile
1998-09-13 23:14:20 +00:00
Brian Somers
965066d630
Add Id keyword
1998-09-13 23:11:13 +00:00
Eivind Eklund
dfef928b1c
Support PnP compatibility IDs. This allow e.g. the ed driver to pick
...
up any PnP NE2000 compatible card, instead of forcing us to always
update ID lists.
Submitted by: Ugo Paternostro <paterno@dsi.unifi.it>
1998-09-13 22:15:44 +00:00
Wolfram Schneider
c7e4247c19
`make clean' depend on the inclunde file bsd.dep.mk
1998-09-13 20:57:56 +00:00
Nicolas Souchu
41990851b8
invalid printf call fixed -> compile time warning removed
1998-09-13 20:57:06 +00:00
Nicolas Souchu
bf492ef4c8
unused function removed (byte_1284_inbyte)
1998-09-13 20:44:55 +00:00
Luoqi Chen
02bc6ef2c8
Fix a cut 'n paste mistake.
1998-09-13 20:32:45 +00:00
David E. O'Brien
6f729f168e
Port #s 1-599 checked agaist Robert Watson <robert@cyrus.watson.org>'s
...
formated IANA Port assignment list.
Prodded from: freebsd-current list
1998-09-13 20:22:19 +00:00
Warner Losh
d1762d1fbe
Fix minor style bugs noticed by the Bruce Filter.[tm]
...
Bruce-Filter-By: bde
1998-09-13 19:54:54 +00:00
Tor Egge
5557a02a60
Be more consistent with handling of quote mark control character.
...
Don't output double-quotes inside variable expansion/arithmetic
expansion region in here-documents. When leaving the arithmetic
expansion syntax mode, adjust the dblquote flag according to
previous syntax, in order to avoid splitting of quoted variables.
1998-09-13 19:24:57 +00:00
Nicolas Souchu
7dcba2c8a1
Lowlevel i/o routines for ZIP+ support. Mostly written with microseq
...
mechanism
1998-09-13 18:28:15 +00:00
Nicolas Souchu
54ad6085b1
ppbus enhanced to support ZIP+ : microseq improved
1998-09-13 18:26:44 +00:00
Nicolas Souchu
24ef1eb143
ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +
...
some bugs corrected in vpoio.
1998-09-13 18:26:26 +00:00
Nicolas Souchu
15cc1109dc
add immio.c for ZIP+ support
1998-09-13 18:24:38 +00:00
Poul-Henning Kamp
3d9c8a5dae
Use -R argument to cvs, this lets us work with a read-only repository,
...
at least to the extent that cvs bugs allow us to.
1998-09-13 17:20:57 +00:00
Bill Paul
a5be897656
Add device list entries for the tl and xl PCI ethernet devices.
1998-09-13 16:45:10 +00:00
Dmitrij Tejblum
5d3e2869e5
Remove unused variable.
...
Pointed out by: bde
1998-09-13 15:40:31 +00:00
Dmitrij Tejblum
e27b047ccf
Fix a bug related to renaming in root directory. This bug reported by
...
Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> on freebsd-current in Messaage-Id
<199807141023.MAA09803@kazi.dcse.fee.vutbr.cz>.
Reviewed by: bde
1998-09-13 15:39:01 +00:00
Dmitrij Tejblum
8ab6008b79
Don't clobber errno if we are not going to fail.
1998-09-13 15:33:42 +00:00
Robert V. Baron
d3459488ae
Finish conversion of cfs -> coda
1998-09-13 13:57:59 +00:00
Robert Nordier
38c931abc7
Enable client entry point support.
1998-09-13 13:28:07 +00:00
Dmitrij Tejblum
99c167bba4
Don't lock newfd if it is not opened.
...
PR: 5961
1998-09-13 12:48:47 +00:00
David E. O'Brien
2b1470681a
Remove -n for ignoring system headers. Instead add finer grain shell
...
macros and document them.
Prompted by: bde
1998-09-13 09:39:39 +00:00
Mark Murray
05f6e7a230
Correct the facts. The kerberosIV/ directory is not export restricted.
1998-09-13 09:38:34 +00:00
David E. O'Brien
92cb7663b8
Mention that Amd has been upgraded for 3.0.
1998-09-13 09:00:24 +00:00
Luigi Rizzo
cb1e41ca65
Bring in files for bridging support.
1998-09-12 22:07:47 +00:00
Luigi Rizzo
2655eb498f
Bring in new files for dummynet support
1998-09-12 22:03:21 +00:00
Dmitrij Tejblum
deb9688ae1
In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias
...
to fork. It is difficult to do real vfork in libc_r, since almost every
operation with file descriptsor changes _thread_fd_table and friends.
popen(3) works much better with this change.
1998-09-12 22:03:20 +00:00
Garrett Wollman
48f4157055
Document the fact that shutdown(2) is expected to comply with Posix.1g,
...
when it happens.
1998-09-12 21:38:30 +00:00
Garrett Wollman
f0da769a73
Add a .St -p1003.1g.
1998-09-12 21:31:21 +00:00