luigi
b7addf6e52
Make the right device entries for atapi disks
2001-02-18 06:48:25 +00:00
luigi
2c33de40fb
Bump version to 0.500 -- not that it means much, but at least
...
gives some idea on the age of the source used for the build.
2001-02-18 06:46:20 +00:00
kris
65e412c000
Silence -Wnon-const-format
2001-02-18 04:51:47 +00:00
obrien
47c65ce596
Remove the parts of the patch that was committed to the XFree86 port.
2001-02-18 04:49:42 +00:00
kris
9ebaa73623
Back out snprintf -> sprintf change until I have time to look at it.
2001-02-18 04:07:50 +00:00
kris
4fef76e966
Resolve conflicts
2001-02-18 03:23:30 +00:00
kris
68872806ec
This commit was generated by cvs2svn to compensate for changes in r72613,
...
which included commits to RCS files with non-trunk default branches.
2001-02-18 03:17:36 +00:00
kris
7e55354aa4
Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
2001-02-18 03:17:36 +00:00
bde
f50b2608fd
Added a dummy lookup vop. Specfs was broken by removing its dummy
...
lookup vop so that it defaulted to using vop_eopnotsupp for strange
lookups like the ones for open("/dev/null/", ...) and stat("/dev/null/",
...). This mainly caused the wrong errno to be returned by vfs syscalls
(EOPNOTSUPP is not in POSIX, and is not documented in connection with
specfs in open.2 and is not documented in stat.2 at all). Also, lookup
vops are apparently required to set *ap->a_vpp to NULL on error, but
vop_eopnotsupp is too broken to do this.
2001-02-18 02:22:58 +00:00
kris
29bd08f30d
120 seconds is not 3 minutes
2001-02-18 02:11:37 +00:00
ps
4abb31bd7d
Make ConnectionsPerPeriod non-fatal for real.
2001-02-18 01:33:31 +00:00
bde
42c0a98dcd
Fixed style bug (bloat of a line length past 80 columns) in previous commit.
2001-02-18 01:26:17 +00:00
bde
11a6354f43
Quick fix for attempts to free non-malloc()ed memory. The variables
...
current_file_name and current_link_name sometimes point into the
middle of malloc()ed memory and sometimes point to alloca()ed memory,
but free() is sometimes called on them. This seems to be harmless
for the usual tar operations, but it is usually fatal for `tar -W'.
E.g., for `cd /etc; tar Wcf /tmp/foo rc', at the start of
verify_volume(), current_file_name points to alloca()ed memory, and
tar attempts to free it.
2001-02-18 01:06:13 +00:00
phk
5136341131
Log the console output to "/var/log/console.log", not "/var/log/console"
...
(MFC candidate)
2001-02-17 20:27:58 +00:00
obrien
94567e9b0d
MFS: getpackagesite() from RELENG_4 that allows the code to be the same.
2001-02-17 20:04:41 +00:00
jlemon
2136f987f0
Fix tab breakage from last commit.
...
Spotted by: bde
2001-02-17 19:40:22 +00:00
phk
e5bed7640f
Add some FreeBSD logo material to the tree:
...
"FreeBSD.pfa" - the (postscript) font used to write "FreeBSD".
"beastie.fig" - a 4.3 BSD style Daemon in vector graphic.
"beastie.eps" - same converted to encapsulated postscript.
"poster.sh" - an example how to use this stuff.
"README" - the full story.
2001-02-17 19:14:42 +00:00
keith
11f67bfc4a
Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to
...
both zh_TW.Big5 and zh_CN.EUC locales.
Approved by: ache
2001-02-17 18:45:08 +00:00
asmodai
b628b13127
This commit was generated by cvs2svn to compensate for changes in r72571,
...
which included commits to RCS files with non-trunk default branches.
2001-02-17 15:48:22 +00:00
asmodai
c56e32d41e
Virgin import of ISC BIND v8.2.3-REL docs
2001-02-17 15:48:22 +00:00
asmodai
bca68c3b0d
Remove old DNS setup document. We have long past the times where
...
BIND 4 was the thing of the day.
2001-02-17 15:19:00 +00:00
ume
e4a288b688
Correct disordering which is corresponding to bde's fix to
...
i386/include/ansi.h.
2001-02-17 14:51:11 +00:00
ache
87ce1ec237
CRNCYSTR: determine '.' too
2001-02-17 11:15:30 +00:00
obrien
1a27883a6c
Make cc' and
cpp0' staticly linked binaries in this development version
...
of the OS.
2001-02-17 09:46:41 +00:00
obrien
c6dcd6a7fe
Merge rev 1.2 (-fformat-extensions); 1.{7,9} (complain about -O2 on the
...
Alpha & FORCE_OPTIMIZATION_DOWNGRADE); 1.8 (-Wnon-const-format)
into GCC 2.95.3(RC#3).
2001-02-17 09:06:31 +00:00
ache
d58e575220
Add uk_UA
...
Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
2001-02-17 08:35:14 +00:00
obrien
b545fa1c7f
Merge gcc-2.95.3-test3 changes onto mainline. Bump FreeBSD cc version.
2001-02-17 08:35:00 +00:00
obrien
a15849488b
This commit was generated by cvs2svn to compensate for changes in r72562,
...
which included commits to RCS files with non-trunk default branches.
2001-02-17 08:34:50 +00:00
obrien
c67d59390e
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3
2001-02-17 08:34:50 +00:00
ache
0a2d6f1a0e
Implement CRNCYSTR
2001-02-17 07:35:01 +00:00
marcel
ea2a4b55bc
Revert gensetdefs.pl reversal.
2001-02-17 07:26:57 +00:00
bde
7703da348f
Fixed some style bugs (bogus cloned Id, null overrides of defaults, and
...
the usual style bugs for DPADD/LDADD).
2001-02-17 06:20:14 +00:00
bde
b8925ba36b
Removed some garbage (genassym(8) and its infrastructure).
2001-02-17 06:06:14 +00:00
bde
4d938ae754
Fixed unsorting of prototypes in previous commit. Is it too much to
...
ask for 1-line commits to be correctly ordered?
2001-02-17 05:40:52 +00:00
bde
f9fa7576a8
Fixed unsorting of prototypes in previous commit. Fixed older unsorting.
2001-02-17 05:35:56 +00:00
bde
8ed2a3e17a
Fixed disordering in previous commit. "Fixed" a null comment in previous
...
commit by removing it.
2001-02-17 03:57:38 +00:00
bde
995431ad38
Fixed disordering in previous commit.
2001-02-17 03:49:24 +00:00
gibbs
80353cf8bd
Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easily
...
register our sub-busses in the reversed order. In the future, we may provide
a hint to CAM on how to order the scans for multi-function adapters that also
set this flag, but trying to do it the "twin channel" way will lead to
a panic.
2001-02-17 01:53:22 +00:00
imp
2d4d551f1e
Extra needs to be initialized for our usual pool of FILEs. This was
...
causing some versions of as to dump core. This survived make
buildworld/installworld and the building gettext port afterwards.
Submitted by: <nnd@mail.nsk.ru> "N.Dudorov"
Reviewed by: "Daniel M. Eischen" <eischen@vigrid.com>
2001-02-16 21:09:49 +00:00
archie
58771d9471
Fix an erroneous comment and two style(9) bugs.
2001-02-16 17:37:31 +00:00
jlemon
21e5f66dd3
Add mutexes to the entire bpf subsystem to make it MPSAFE.
...
Previously reviewed by: jhb, bde
2001-02-16 17:10:28 +00:00
jlemon
8c0f93bb9b
Allow debugging output to be controlled on a per-syscall granularity.
...
Also clean up debugging output in a slightly more uniform fashion.
The default behavior remains the same (all debugging output is turned on)
2001-02-16 16:40:43 +00:00
des
e5e0087f91
Document the new -k option in usage message and man page.
2001-02-16 16:28:36 +00:00
des
e7c92315f1
Add a -k option that prevents clearing the dump after saving it.
...
Use sysctlbyname() instead of sysctl().
Clear up and simplify the version extraction code.
Attempt to detect stretches of zeroes in the dump and avoid writing
them to disk to save space and time.
2001-02-16 16:27:32 +00:00
jlemon
717f1e459e
Re-gen auto generated files.
2001-02-16 14:47:24 +00:00
jlemon
fd27a8db25
Remove dummy stub functions.
2001-02-16 14:46:16 +00:00
jlemon
065a73369e
Add mount syscall to linux emulation. Also improve emulation of reboot.
2001-02-16 14:42:11 +00:00
jlemon
c7ba1f9694
Introduce copyinfrom and copyinstrfrom, which can copy data from either
...
user or kernel space. This will allow layering of os-compat (e.g.: linux)
system calls. Apply the changes to mount.
2001-02-16 14:31:49 +00:00
nyan
65a56b38f1
Added pc98 support.
...
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
2001-02-16 13:30:27 +00:00
nyan
40f4dcb8fc
Don't assume bus_space_handle_t == the start address of resource.
...
Use rman_get_start() instead.
2001-02-16 13:29:41 +00:00