rnordier
ac5f389299
Enable client entry point support.
1998-09-13 13:28:07 +00:00
dt
c5403b91f2
Don't lock newfd if it is not opened.
...
PR: 5961
1998-09-13 12:48:47 +00:00
obrien
3e147c2c70
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
markm
84e77be3da
Correct the facts. The kerberosIV/ directory is not export restricted.
1998-09-13 09:38:34 +00:00
obrien
27c3b019d2
Mention that Amd has been upgraded for 3.0.
1998-09-13 09:00:24 +00:00
luigi
06c29a06cd
Bring in files for bridging support.
1998-09-12 22:07:47 +00:00
luigi
d45d8a3cde
Bring in new files for dummynet support
1998-09-12 22:03:21 +00:00
dt
613a2bdfde
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
wollman
9aee196299
Document the fact that shutdown(2) is expected to comply with Posix.1g,
...
when it happens.
1998-09-12 21:38:30 +00:00
wollman
06c50449fd
Add a .St -p1003.1g.
1998-09-12 21:31:21 +00:00
jkh
4ba2499448
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
wollman
f91828ff26
Define the Posix.1g names for the howto argument to shutdown(2).
1998-09-12 21:14:25 +00:00
dt
4933b6a930
Change return type of strptime from const char* to char*.
...
const char* was wrong and nonstandard.
1998-09-12 21:13:29 +00:00
wollman
714948938b
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
phk
f549419b9d
various nits that didn't make it through the brucefilter.
1998-09-12 20:21:54 +00:00
jhay
de257a8911
Add the missing file, printf to a directory does not work.
1998-09-12 20:04:44 +00:00
markm
69357dee20
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
msmith
833f194f0a
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
jhay
ae481ffab6
Old bug that only showed up after we moved to elf.
1998-09-12 18:53:16 +00:00
jkh
1bbbbdba43
Add note about picobsd joining 3.0
1998-09-12 18:48:42 +00:00
sos
5f6d72f03c
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
alex
d5627d6fb4
Typo fix.
...
PR: 7906
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
1998-09-12 16:55:54 +00:00
alex
2e9fa938d0
Typo fixes.
...
PR: 7904
Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
1998-09-12 16:39:32 +00:00
markm
14fce64573
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
bde
bf0874491d
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
alex
9fc99cb50c
Added pthread read/write locks.
1998-09-12 13:53:58 +00:00
alex
29b7d93c33
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
sos
e805441247
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
dfr
60db68958a
Provide the correct definition of ELF64_R_INFO.
1998-09-12 08:36:09 +00:00
rnordier
1f4448e42b
Activate btxld.
1998-09-12 06:58:18 +00:00
rnordier
ca95252dd1
This commit was generated by cvs2svn to compensate for changes in r39092,
...
which included commits to RCS files with non-trunk default branches.
1998-09-12 06:49:48 +00:00
rnordier
abde35fb7b
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
rnordier
b9a6cd3383
Add btxldr, a BTX loader for ELF clients.
1998-09-12 06:30:26 +00:00
rnordier
63bfe0d0ad
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
rnordier
10a70998a1
This commit was generated by cvs2svn to compensate for changes in r39088,
...
which included commits to RCS files with non-trunk default branches.
1998-09-12 04:29:23 +00:00
rnordier
b599878e77
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
obrien
3c3a03dc00
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
jkoshy
4faed0fd1d
Use ellipsis in synopsis.
...
Requested by: bde
1998-09-12 01:27:34 +00:00
rvb
918e3ab49a
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
wollman
aac5469d30
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
msmith
37d2c8c237
Add the Fujitsu MBH10303
...
Submitted by: David Kulp <dkulp@neomorphic.com>
1998-09-11 18:35:57 +00:00
dfr
e7ebeff9f3
Update to the binutils-2.9.1 PLT format.
1998-09-11 18:31:55 +00:00
dfr
206d048a70
Add the r_addend of the relocation when processing GLOB_DAT relocations.
1998-09-11 18:30:55 +00:00
dt
ba6f5fedab
Install the file init.ee (after 1 year in the source tree).
...
Make it actually work.
1998-09-11 16:38:20 +00:00
wollman
bc0a684817
Fix RST validation.
...
PR: 7892
Submitted by: Don.Lewis@tsc.tdk.com
1998-09-11 16:04:03 +00:00
des
3525ebf5c4
Print correct total for -c option (previously, the total for the last
...
directory scanned was printed instead of the real total)
PR: bin/7896
Submitted by: Zach Heilig <zach@gaffaneys.com>
1998-09-11 15:53:08 +00:00
dt
413082054c
Some fixes for swap space accounting.
...
Obtained from: pstat.c
1998-09-11 14:38:12 +00:00
abial
9993c373dc
Fix to properly newfs the MFS in case of custom setup. Mention this in docs.
...
Submitted by: Richard Wackerbarth <rkw@Dataplex.NET>
1998-09-11 13:14:33 +00:00
dfr
4568e792af
Machine dependant relocations for KLD.
1998-09-11 08:47:02 +00:00
dfr
7583c591ff
Implement dynamic loading for ELF.
1998-09-11 08:46:15 +00:00