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
Jordan K. Hubbard
96de0f8b63
add entry for /usr/share/examples/atapi so the world build doesn't
...
fall over.
Forgotten by: sos
1998-09-12 21:16:16 +00:00
Garrett Wollman
65d1dabbd1
Define the Posix.1g names for the howto argument to shutdown(2).
1998-09-12 21:14:25 +00:00
Dmitrij Tejblum
f0cefaccae
Change return type of strptime from const char* to char*.
...
const char* was wrong and nonstandard.
1998-09-12 21:13:29 +00:00
Garrett Wollman
b4b4fb871e
A small last-minute iitem for 3.0:
...
- Fix some style errors I made back in 1995.
- Add a new flavor of the err(3) family, which takes an explicit
errno argument rather than implicitly examining errno. This
will make it easier to use these functions in conjunction with
modern library interfaces that return an errno value explicitly.
1998-09-12 21:02:22 +00:00
Poul-Henning Kamp
649c00db71
various nits that didn't make it through the brucefilter.
1998-09-12 20:21:54 +00:00
John Hay
e9291af748
Add the missing file, printf to a directory does not work.
1998-09-12 20:04:44 +00:00
Mark Murray
3674e655b9
Allow libperl to be a shared library.
...
This has the delightful side effect of fixing ELF .so objects.
Asked-for-by: peter
1998-09-12 19:16:33 +00:00
Mike Smith
7f4fca29df
Add Compex Net-A and 3Com/USR/Megahertz 3CM556
...
Submitted by: Willem Jan Withagen <wjw@surf.IAE.nl> and Brian Handy <handy@lambic.physics.montana.edu>
1998-09-12 18:53:49 +00:00
John Hay
e6e05668f7
Old bug that only showed up after we moved to elf.
1998-09-12 18:53:16 +00:00
Jordan K. Hubbard
f09d37e7ae
Add note about picobsd joining 3.0
1998-09-12 18:48:42 +00:00
Søren Schmidt
8b90e70e77
Enable the vn device under DEVFS without SLICE.
...
This was apparently missed when all the #ifdef SLICE gunk was put in.
1998-09-12 18:46:06 +00:00
Alexander Langer
9c4d47b9e1
Typo fix.
...
PR: 7906
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
1998-09-12 16:55:54 +00:00
Alexander Langer
0a46a99270
Typo fixes.
...
PR: 7904
Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
1998-09-12 16:39:32 +00:00
Mark Murray
4842ab0d9a
Fix parallel building.
...
(Tested by make -j12 buildworld on a 4-cpu SMP box).
Address (but not solve) ELF shareable objects causing perl to
dump core. (I have a heck of a lot to learn about ELF).
Lots of help by: bde, jkh, jb and others
1998-09-12 15:45:30 +00:00
Bruce Evans
9164000766
Don't dereference an uninitialized pointer in dead code. The dead
...
code gets executed if it is compiled without optimization.
1998-09-12 14:46:15 +00:00
Alexander Langer
d4a76feb0a
Added pthread read/write locks.
1998-09-12 13:53:58 +00:00
Alexander Langer
dc5af0d5d4
Note the addition of pthread read/write locks and expansion of ipfw's
...
byte/packet counters to 64 bits.
1998-09-12 13:53:10 +00:00
Søren Schmidt
3d4672e7c0
Two little examples for use with the new atapi CD-R/RW driver
...
Use to burn data & audio CD's
1998-09-12 12:52:47 +00:00
Doug Rabson
48ef3c652b
Provide the correct definition of ELF64_R_INFO.
1998-09-12 08:36:09 +00:00
Robert Nordier
d60dc4ef43
Activate btxld.
1998-09-12 06:58:18 +00:00
Robert Nordier
9c9f4492f8
btxld is a link editor for BTX (boot extender) clients, supporting ELF,
...
a.out, and binary formats.
1998-09-12 06:49:48 +00:00
Robert Nordier
b0923a2edc
Add btxldr, a BTX loader for ELF clients.
1998-09-12 06:30:26 +00:00
Robert Nordier
aa7af79537
BTX (aka the boot extender) is an i386 kernel that hosts 32-bit
...
bootstrap programs, and provides page-level protection, hardware
interrupt reflection, a virtual-8086 mode interface to BIOS, etc.
1998-09-12 04:29:23 +00:00
David E. O'Brien
f4208b7ea8
Merge our older Amd manpages with the new am-utils manpages.
...
The am-utils manpages were un-mandocafied, un4.4BSD'ed with CSRG
copyrights regressed to 1989.
This work was done by Brian Handy who I am very greatful to.
(only a few minor tweaks by me)
Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
1998-09-12 04:04:59 +00:00
Joseph Koshy
05e13b1b5d
Use ellipsis in synopsis.
...
Requested by: bde
1998-09-12 01:27:34 +00:00
Robert V. Baron
9afcea2f4a
All the references to cfs, in symbols, structs, and strings
...
have been changed to coda. (Same for CFS.)
1998-09-11 18:50:17 +00:00
Garrett Wollman
90cf373d9b
Fix additional warnings. Remove -Werror, since some people have complained
...
about it.
PR: 7886
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
1998-09-11 18:49:33 +00:00
Mike Smith
c6446f7ff9
Add the Fujitsu MBH10303
...
Submitted by: David Kulp <dkulp@neomorphic.com>
1998-09-11 18:35:57 +00:00
Doug Rabson
75fd258d75
Update to the binutils-2.9.1 PLT format.
1998-09-11 18:31:55 +00:00
Doug Rabson
732b5469fe
Add the r_addend of the relocation when processing GLOB_DAT relocations.
1998-09-11 18:30:55 +00:00
Dmitrij Tejblum
192fc194bb
Install the file init.ee (after 1 year in the source tree).
...
Make it actually work.
1998-09-11 16:38:20 +00:00
Garrett Wollman
80ab7c0ed8
Fix RST validation.
...
PR: 7892
Submitted by: Don.Lewis@tsc.tdk.com
1998-09-11 16:04:03 +00:00