kris
3633cc3a37
* Switch from doing compress(1)ed crashdumps with the -z flag to using
...
gzip(1). gdb doesn't understand these, but then again it didn't
understand compressed crashdumps either.
* Change a stray lseek() into a Lseek()
* Remove the extraneous prototype for log() which has apparently never
existed in FreeBSD's sources
Obtained from: NetBSD (partially)
MFC after: 2 weeks
2001-09-06 09:30:09 +00:00
phantom
ef56905cb0
correctly wrap macros with { }
2001-09-06 09:26:28 +00:00
kris
cb3a3b2a12
Add zopen(), a stdio wrapper for gzipped data streams.
...
Obtained from: NetBSD
2001-09-06 09:14:49 +00:00
obrien
c2f1c203f1
strfmon(3) is not ready to go live.
2001-09-06 08:58:42 +00:00
scottl
c8d35d00a7
Don't use a silly test to define INTR_ENTROPY.
...
Submitted by: peter
2001-09-06 08:57:51 +00:00
sos
a4f76035a1
Add support for set/getting the region code on DVD drives.
...
PR: 28604
2001-09-06 08:52:28 +00:00
ru
04e9739ff7
Sort FILES.
2001-09-06 07:27:03 +00:00
wpaul
1015ebe6f9
Mention some additional NatSemi DP8382x-based cards being marketed by
...
Trendware and Ark PC.
2001-09-06 07:02:10 +00:00
ken
bbe7059234
Convert systat(1) to use the new devstat interface.
...
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
2001-09-06 04:06:12 +00:00
jlemon
f729fe0a4a
Wrap array accesses in macros, which also happen to be lvalues:
...
ifnet_addrs[i - 1] -> ifaddr_byindex(i)
ifindex2ifnet[i] -> ifnet_byindex(i)
This is intended to ease the conversion to SMPng.
2001-09-06 02:40:43 +00:00
jlemon
32d9aeaf2d
Cosmetic cleanups and rearrangement for code to come. There should be
...
no functional change in this commit.
2001-09-06 00:44:45 +00:00
brooks
280a5938e0
gif(4) is no longer a count device, reflect this change.
2001-09-06 00:27:48 +00:00
brooks
28af511dd7
Make wicontrol WARNS=2 clean. This is mostly just adding const to things.
2001-09-05 23:59:20 +00:00
peter
7681feaabc
Sigh. Dig up text from a signature in a 1994 Usenet post I made and redo
...
the ..uhh... ``console test'' to avoid another 50 emails about GPL issues.
2001-09-05 23:51:06 +00:00
brooks
9a81106528
Attach if_vlan to the build process.
2001-09-05 23:47:46 +00:00
brooks
6fafba46d7
vlan.h is obsolete, don't create it anymore.
2001-09-05 23:47:02 +00:00
brooks
28aafd1768
Deconditionalize vlan support.
2001-09-05 23:33:58 +00:00
brooks
115d713955
Update tx(4) to always enable vlan(4) support.
...
Approved by: semenu
2001-09-05 23:04:53 +00:00
mp
1674546f60
Enable BSD style color ls support.
...
PR: 23161
Submitted by: Anand Ranganathan <anand@blandings.com>
2001-09-05 22:56:58 +00:00
imp
7a8588e685
Patric Gualat tells me that I can't do basic bit math. He's right.
...
When either bit 3 or 4 is set, we need to *SET* bit 5, not clear it in
the card control register. This makes TI PCI-1030, 1130 and 1131 not
work anymore without this fix.
MFC: soon
2001-09-05 22:26:14 +00:00
brooks
096b80272c
Don't specify the number of vlan interfaces any more, they are created
...
at runtime.
2001-09-05 21:19:56 +00:00
mp
99362cccf4
Update to the tcsh-6.11 version.
...
This file could be removed as the alpha changes have been incorporated into
the base release. However, it is probably best to leave this here since there
are additional FreeBSD architectures in the pipeline that should be added.
2001-09-05 21:11:56 +00:00
brooks
7da2447808
Make vlan(4) loadable, unloadable, and clonable. As a side effect,
...
interfaces must now always enable VLAN support.
Reviewed by: jlemon
MFC after: 3 weeks
2001-09-05 21:10:28 +00:00
scottl
06023d7a89
Bring the aac driver *much* closer to style(9).
...
Reviewed by: ken
2001-09-05 20:43:02 +00:00
obrien
1cac65fceb
Add a manpage for the Comtrol RocketPort Intelligent Serial Port Card
...
driver.
MdocNging by: ru
Obtained from: BSD/OS
2001-09-05 20:14:59 +00:00
dd
91ffaa180c
Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds
...
COPTS towards the end of final CFLAGS so that it can be used to
override Makefile and other defaults. Using it in Makefiles risks
having options set using it clobbered when somebody uses it on the
command line.
Approved by: bde
2001-09-05 20:10:59 +00:00
obrien
860ee32ac4
Also try to build setcdboot' first, and only
pkg_add -r' if you cannot.
...
Submmitted by: dirk
2001-09-05 20:04:35 +00:00
dd
c5f4ee3ae5
Don't mention wtmp.[0-7] in the FILES section. This manual page
...
doesn't talk about these files elsewhere, doesn't use the files by
default, and the names are dependent on site-specific newsyslog
configuration.
PR: 30348
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-05 19:33:08 +00:00
dd
30e9892e6b
Correct a typo.
...
PR: 30347
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-05 19:26:17 +00:00
dd
7690dee3a0
Fix typo (therefor -> therefore)
...
PR: 30345
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-05 19:24:28 +00:00
dd
6ec04fe8cb
Add a SEE ALSO section like the rest of the SCSI driver man pages.
...
PR: 30344
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-05 19:23:36 +00:00
dd
5a8c4c551c
Fix typo.
...
PR: 30342
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-05 19:21:25 +00:00
phantom
84039966fd
add monetary.h as per POSIX requirement
2001-09-05 18:50:56 +00:00
phantom
2b26e9313c
Add strfmon(3) implementation. It still contains few XXX's because I lost
...
my last version of this work due to HDD crash, but this version cleanly
passed all POSIX and SuSv2 tests. I am working on testing scripts which
should test this implementation against all locales and surely more fixes
will come soon.
Reviewed by: ache, silence at -audit & -developers
2001-09-05 18:50:02 +00:00
jhb
684261300a
Include <sys/_lock.h> for the definition of struct lock_object. Don't
...
understand why this wasn't added when _mutex.h was added.
Noticed by: jlemon
2001-09-05 18:19:09 +00:00
bmah
795f580300
Update release note: tcsh 6.11.
2001-09-05 18:19:08 +00:00
mp
e74bda1062
Add new tcsh-6.11 NLS sets for Estonian and Russian.
...
(Polish was also included in tcsh-6.11 but the set1 and set3 files are broken)
2001-09-05 18:10:29 +00:00
mp
8d8497f743
This commit was generated by cvs2svn to compensate for changes in r83098,
...
which included commits to RCS files with non-trunk default branches.
2001-09-05 17:49:32 +00:00
mp
538cdbc622
Import tcsh-6.11
2001-09-05 17:49:32 +00:00
ache
6aa494c109
atol -> strtoll, for file offset
2001-09-05 17:05:31 +00:00
jlemon
c05780a8fc
Remove superfluous statement.
2001-09-05 17:05:19 +00:00
bmah
b6bc28300b
Mention the Sparc64 port under development.
...
Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
2001-09-05 17:04:36 +00:00
obrien
a561987dd6
Try to determine the OS version and architecture for what is being built
...
vs. the building machine.
PR: 14040
2001-09-05 16:54:20 +00:00
cg
9d8a805762
add a method for recording of specific channels for devices with more than
...
one hardware record channel. new devices, /dev/dsprX.Y where X is unit
number and Y is channel index.
2001-09-05 16:28:41 +00:00
obrien
5f2415a1e9
style(9) the structure definitions.
2001-09-05 16:20:30 +00:00
obrien
06419b3f67
Add the am-utils homepage to SEE ALSO
...
Submitted by: ru
2001-09-05 16:14:07 +00:00
luigi
2c31cdbcd5
Remove "more" from the list, the port has not been committed yet.
...
Remove "mount_nfs" to reduce image size.
2001-09-05 16:06:40 +00:00
luigi
87f9cba872
Add lnc driver, so one can test picobsd images with vmware
2001-09-05 16:05:05 +00:00
ru
1f5f6ba433
(Forced commit.)
...
The previous change also removed the DIALUP misfeature.
2001-09-05 15:43:41 +00:00
ru
d4d77d0e3c
SECURITY.
...
Notify operators using wall(1)'s -g option.
Drop ``setgid tty'' privilege.
Obtained from: OpenBSD
MFC after: 1 month
2001-09-05 15:37:01 +00:00