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
dfr
d26cf02da5
Avoid a possible memory leak.
1998-09-11 08:45:32 +00:00
jkh
dad2df585c
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
...
stuff was added and nobody seems to have noticed. :)
Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>
1998-09-11 07:26:58 +00:00
grog
806b06993b
Reviewed by: bde (again)
...
Correct terminology (partitions are in slices, not the other way around)
1998-09-11 07:08:49 +00:00
grog
5397190b7e
Reviewed by: bde,jkh
...
Add -v flag to newfs:
-v Specify that the partition does not contain any slices, and that
newfs should treat the whole partition as the file system. This
option is useful for synthetic disks such as ccd and vinum.
1998-09-11 06:26:08 +00:00
imp
484b9ba588
Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,
...
make a char * const that should have been. Use new style function
declaration for main. Mostly a Bruce Filter[tm] test commit.
1998-09-11 05:48:06 +00:00
imp
d904438e7b
Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it to
...
512.
Obtained, I think, from: OpenBSD
1998-09-11 05:44:41 +00:00
imp
7085d1ce9f
$@ -> ${.TARGET}
1998-09-11 05:42:37 +00:00
imp
e299ab5422
$* -> ${.PREFIX}
1998-09-11 05:40:12 +00:00
imp
31b8bd5c58
Remove definition of malloc and realloc. Instead include stdlib.h.
1998-09-11 05:39:08 +00:00
imp
7a2c763eb8
$@ -> ${.TARGET}
1998-09-11 05:34:37 +00:00
imp
ecd1a2031f
Change obsolete $@ to ${.TARGET}.
1998-09-11 05:31:45 +00:00
imp
be43034927
Don't trust TMPDIR if we're setuid root. This is used only for the
...
backing file for an anonymous (memory based) btree, and I don't think
that any setuid programs actually use it, but it is better to be safe
than sorry. This has been in my tree for a long time, maybe a year or
more...
Inspired by: Similar changes in OpenBSD, if memory serves (like nearly
a year ago)
1998-09-11 05:29:47 +00:00
cracauer
62616a44cf
Narrow down conditions to break wait() to process traps.
...
Improve comments.
1998-09-10 22:09:11 +00:00
ache
e573989d45
Revive hierarchy again.
...
Please commit only patches, not whole files!
1998-09-10 20:44:56 +00:00
phk
1f746c3a98
make the fla stuff actually work.
1998-09-10 18:47:20 +00:00
bde
df1a6eb48b
Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname()
...
was called with wrong args so it always failed.
PR: 7881
1998-09-10 18:06:28 +00:00
imp
4da8db7501
Fix bogus length restriction on readlink. Use sizeof(buf) - 1 rather
...
than the size of the directory name. Fix style bug which increased
the number of lines > 80 characters by one.
Pointed out by: bde
1998-09-10 16:14:29 +00:00
bde
5a22ba75e0
Fixed ownership of share/man/man1aout.
...
Didn't fix misformatting of all the perl entries.
1998-09-10 15:46:41 +00:00
cracauer
1d2e8c5367
Fix an inefficiency I introduced in my last commit.
...
Include "expand.h" vom memalloc.c to pull function declartion into scope
1998-09-10 14:51:06 +00:00
yokota
30c8ef5ad9
The fix in the previous commit was not sufficient; the upper 24 bits
...
of an int argument still contained garbage.
Pointed out by: bde
PR: bin/7799
1998-09-10 12:20:09 +00:00
yokota
645b31eaf0
Pass the correct argument to npxsave(), otherwise vm86pcb will be
...
overwritten.
1998-09-10 12:16:06 +00:00
sos
d13f591809
Oops missed a line in the previous commit
1998-09-10 11:23:08 +00:00
markm
27fd493c14
Dorkus sum. I managed to commit an earlier version of this. This fixes the
...
broken perl build.
* NOTE * * NOTE * * NOTE *
PERL5 RELIES IN A MAKE WORLD FOR THE BOOTSTRAP!!
* NOTE * * NOTE * * NOTE *
1998-09-10 10:51:11 +00:00
dfr
efaab0e58f
Ensure that m_nextpkt is set to NULL after reassembling fragments.
1998-09-10 08:56:40 +00:00
sos
f135e4ec75
Update info on the bt848 driver.
...
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
1998-09-10 08:20:46 +00:00
sos
705ae1d30f
Changed METEORSINPUT for Hauppauge cards with bt878.
...
Also fixed video_open defines and 878 support.
Submitted by: Fred Templin <templin@erg.sri.com>
1998-09-10 08:01:10 +00:00
sos
0440307095
Correct SECAM B-Delay and add XUSSR channel set.
...
Submitted by: Vsevolod Lobko <seva@alex-ua.com>
1998-09-10 07:52:30 +00:00
jkh
4ed741ff31
Note ELF, Perl5 and Atapi tape support.
1998-09-10 07:03:16 +00:00
asami
62d4a8145e
(1) Add MLINKS support.
...
Submitted by: hoek
(2) ELF support.
2a. Variable PORTOBJFORMAT specifies the object format of the system.
It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV,
and is given to generate-plist via PLIST_SUB.
2b. In PLIST, substitute lines that end with "/libFOO.so.X" with
"/libFOO.so.X.0". (This means PLISTs should only list ELF
libraries.)
Reviewed by: jb, jdp, hoek, jseger, steve
(3) Perl5-in-system support. Basically turns USE_PERL5 into a no-op
if there exists a "/usr/bin/perl5". Also fix prior breakage by
dima (${PREFIX} => ${LOCALBASE} in perl5 path).
Reviewed by: markm (sort of)
(4) Install requirement file as "+REQUIRE" so it will be executed
correctly by pkg_delete.
Reported by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
(5) Do not disable checksum and makesum when NO_EXTRACT is set.
Pointed out by: hoek and kiri, among other people
1998-09-10 06:38:02 +00:00
tegge
127e6b1d67
Don't keep the underlying directory locked while performing the file
...
system specific VFS_MOUNT operation.
PR: 1067
1998-09-10 02:27:52 +00:00
tegge
b4e3d223bf
Don't allow longjmp into a no longer valid stack frame.
1998-09-10 02:01:06 +00:00
obrien
69c1361306
I don't want to be the only one to use `cut''. Use
`sed'' instead.
1998-09-10 00:27:57 +00:00
obrien
2d9c16b8ea
Add ``usr/bin/cut'' to "build-tools" target.
...
Used in usr.sbin/amd/include/newvers.sh.
1998-09-10 00:13:48 +00:00
brian
910a1a36bf
Reflect reality
1998-09-09 22:51:49 +00:00
brian
94cb71ee24
Mention some of the major changes to ppp for 3.0
...
Fix a typo.
1998-09-09 22:50:28 +00:00
jraynard
03b3b20979
Disable kernel_secure_level unless explicitly set in rc.conf. Previously,
...
it was enabled unless explicitly unset, creating a pitfall for people
like me who upgraded /etc/rc without upgrading /etc/rc.conf.
1998-09-09 22:27:21 +00:00
brian
3164b70eb9
Mention which system interface functions are signal-safe.
...
Suggested on -current by: Terry Lambert <tlambert@primenet.com>
1998-09-09 20:44:51 +00:00