Bruce Evans
97f1ce758f
Fixed printf format errors which corrupted /var/db/mounttab on i386's with
...
64-bit longs (don't assume that time_t is long; assume that time_t's are
representable as longs).
2000-10-08 09:24:45 +00:00
Bruce Evans
e6ebb8d8a8
Use the correct timestamp for the -C -p case when the comparison fails.
...
A garbage timestamp was used for at least installing /dev/null with -C -p
when the target doesn't already exist.
2000-10-08 09:17:56 +00:00
Kris Kennaway
cdb5588a50
Enable use of poll()
2000-10-08 09:09:05 +00:00
Kris Kennaway
5088aa38a3
Don't overflow our fd_set. This is not a full sync with KAME because there
...
are a whole lot of other changes which may not be suitable for us.
Obtained from: KAME
2000-10-08 08:02:35 +00:00
Kris Kennaway
c9f7579521
Don't write past the end of our fd_set
...
Obtained from: OpenBSD, via KAME
2000-10-08 07:58:32 +00:00
Kris Kennaway
d35c03b40d
Format string paranoia.
2000-10-08 07:54:43 +00:00
Kris Kennaway
2a1c5efaa8
Sync with KAME. Don't write past the end of the fd_set.
...
Obtained from: KAME
2000-10-08 07:52:08 +00:00
Kris Kennaway
f08606a0aa
Sync with KAME. Format string auditing and manpage cleanups.
...
Obtained from: KAME
Submitted by: Bill Sommerfeld <sommerfeld@netbsd.org>
2000-10-08 07:43:38 +00:00
MIHIRA Sanpei Yoshiro
7300b57eb3
add COREGA FEther PCC-TXF
...
(MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> in [bsd-nomads:14572])
2000-10-08 07:42:52 +00:00
Kris Kennaway
b6f07be54a
Sync with KAME. Format string auditing and manpage cleanups.
...
Obtained from: KAME
Submitted by: Bill Sommerfeld <sommerfeld@netbsd.org>
2000-10-08 07:36:35 +00:00
Kris Kennaway
43a351dabc
Format string paranoia.
2000-10-08 04:33:21 +00:00
Bosko Milekic
ec222a71d9
Cleanup comment in machine/param.h regarding mbuf-related sizes, and get rid
...
of MCLOFSET, which does not appear to be used anywhere anymore, and if it is,
it probably shouldn't be.
2000-10-08 03:52:27 +00:00
Justin T. Gibbs
039c6f3637
Correct corruption of the qinfifo in ahc_search_qinififo() for all
...
non-LVD controllers. We only need to take special action on the qinfifo
if we have dectected the case of an SCB that has been removed from the
qinfifo but has not been fully DMAed to the controller. A missing
conditional caused this code to be executed every time an SCB was
aborted from the queue
Don't attempt to print the path of an SCB that has been freed.
Clean up the traversal of the pending scb list in
ahc_update_pending_syncrates(). This has no functional change.
Correct ahc_timeout()'s requeing of a timedout SCB to effect a
recovery action. We now use ahc_qinfifo_requeue() and a
new function ahc_qinfifo_count() instead of performing the
requeue inline. The old code did not conform to the new qinfifo
method.
Clear the timedout SCB from the disconnected list. This ensures
that the SCB_NEXT field is free to be used for queuing us to
the qinfifo.
2000-10-08 03:37:52 +00:00
Bill Fumerola
e3dfcf49c2
Conform to BDECFLAGS
2000-10-08 03:24:30 +00:00
Alfred Perlstein
abbfaeb87b
Remove headers not needed.
...
Pointed out by: phk
2000-10-07 23:15:17 +00:00
Gregory Neil Shapiro
e16befd944
Forgot to remove the directory from mtree for the obsolete sendmail
...
documentation.
2000-10-07 22:46:42 +00:00
Poul-Henning Kamp
8611ec86ba
remove unused #include.
2000-10-07 19:38:31 +00:00
Alexander Langer
278108f1f8
Give the post-fix example a better description.
...
PR: 21646
Submitted by: "Peter Pentchev" <roam@orbitel.bg>
2000-10-07 14:34:26 +00:00
Dag-Erling Smørgrav
ac1070c6fe
Document the fact that sockstat now lists Unix domain sockets, and the new
...
command-line options for selecting what to display.
2000-10-07 14:11:43 +00:00
Dag-Erling Smørgrav
0c2352994b
Total rewrite. This was actually the first non-trivial Perl script I ever
...
wrote, and as such was not very pretty.
Changes that may cause problems for people who use sockstat in scripts:
- sockstat(8) now displays Unix domain sockets in addition to IPv4 and IPv6
- the last period in local and foreign addresses is changed to a colon to
make the port number easier to spot
- IPv4 and IPv6 sockets are listed separately (IPv4 first, then IPv6, then
Unix)
2000-10-07 14:10:37 +00:00
Nick Hibma
0e4b6a048e
Regen.
2000-10-07 11:11:12 +00:00
Nick Hibma
43c34ce5bf
Sync with NetBSD. More ids, more!
2000-10-07 11:10:53 +00:00
Nick Hibma
6e89fb0ce1
Regen.
2000-10-07 11:02:25 +00:00
Nick Hibma
9c30aace70
Zyxel keyboard Id
2000-10-07 11:01:54 +00:00
Poul-Henning Kamp
4bcd76bdd9
Cy driver doesn't compile and nobody seems to care.
2000-10-07 10:07:36 +00:00
KATO Takenori
f16d554272
Caught up with the changes in interruption stuff.
2000-10-07 06:01:38 +00:00
David E. O'Brien
a00533ec57
Seems ${RD}/trees/bin/boot/kernel can exist before the `release.6:' target
...
runs. So perform a copy that take that into account.
2000-10-07 05:52:41 +00:00
Warner Losh
e69d122232
o Implement get_ivars so matching routines will work (this causes
...
compat probe routines to work).
o Have a null driver_added routines. We need to be careful about probing
until after we know we have a card. For the moment, we do nothing
(which is safe). This fixes a panic when a driver is loaded w/o a
card in the slot.
XXX still need to fix the resource list code. It is totally busted and
XXX causes a panic in the child printing routine after the probe has
XXX succeeded.
2000-10-07 05:48:51 +00:00
Warner Losh
448d152ae4
Fix arguments to kthread_create (submitted by takawata@freebsd.org).
...
Remove unnecessary includes
2000-10-07 05:42:43 +00:00
Kris Kennaway
804c83d4bd
Sync with KAME. Format string auditing, and add -a flag to autoprobe
...
interfaces.
Obtained from: KAME
2000-10-06 23:46:52 +00:00
Archie Cobbs
6f16db8137
More complete fix for multi-link sequence number handling bugs.
...
Add a new control message for querying the sequence number state.
2000-10-06 23:42:02 +00:00
Brian Somers
e6e7337683
Index: Makefile
...
===================================================================
RCS file: /home/ncvs/src/share/man/man9/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile 2000/09/17 12:15:12 1.75
+++ Makefile 2000/10/06 23:24:26
@@ -69,6 +69,8 @@
MLINKS+=make_dev.9 destroy_dev.9
MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
MLINKS+=mi_switch.9 cpu_switch.9
+MLINKS+=namei.9 NDINIT.9
+MLINKS+=namei.9 NDFREE.9
MLINKS+=posix4.9 p1003_1b.9
MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
2000-10-06 23:29:11 +00:00
Kris Kennaway
21f181a06a
Format string fix.
2000-10-06 23:24:45 +00:00
Bill Paul
6202589a40
When leaving suspend mode after enabling/disabling the promisc mode bit,
...
make sure the chip is restarted by issuing a start command to the command
register. Sometimes the receiver doesn't restart after leaving suspend
mode.
2000-10-06 22:54:41 +00:00
Bruce A. Mah
768aa0f184
Argh. Fix typo and sync to alpha/RELNOTES.TXT.
...
Must remember to save changes to a file *before* a cvs commit,
not after.
2000-10-06 22:15:06 +00:00
Bruce A. Mah
2575ba1493
Note string-handling library calls fixed, stronger randomness in TCP
...
initial sequence numbers.
2000-10-06 22:07:09 +00:00
Archie Cobbs
1cd643640f
Fix bug in handling of multi-link sequence numbers.
...
Reported by: Becca Anderson <becca@worldint.com>
2000-10-06 20:36:17 +00:00
Archie Cobbs
c74e4702c0
.Os FreeBSD instead of just plain .Os
...
Submitted by: ru
2000-10-06 19:47:00 +00:00
Alexander Langer
2aac89be6d
* I don't think that ed-devices are still "high performance ethernet device"s. Change that to "ethernet device".
...
* Update synopsis for the new config-style: just "device ed".
* PCI and PC Card devices are also supported.
2000-10-06 19:44:09 +00:00
Justin T. Gibbs
580bfdfb00
Fix single character typo in legacy transfer settings function
...
thereby re-enable tagged queuing.
2000-10-06 19:34:40 +00:00
Bruce A. Mah
a3ca011532
Note security profiles added to sysinstall(8).
...
Add $FreeBSD$.
2000-10-06 18:17:03 +00:00
Alexander Langer
6f39ae3b66
Fix typo: kereros -> kerberos
...
PR: 21468
Submitted by: "Giorgos Keramidas" <keramida@westgate.gr>
2000-10-06 17:36:05 +00:00
Ruslan Ermilov
9b376c9084
Make it compile without -DNO_PAM again.
2000-10-06 17:08:31 +00:00
John Baldwin
bb294ac6e9
Argh, make P_ALRMPEND and P_PROFPEND be different flags.
...
Submitted by: bde
Pointy hat to: jhb
2000-10-06 16:17:12 +00:00
Robert Watson
ff435dcb91
o Move initialization of ump from mp to the top of the function so that
...
it is defined whenm used in ufs_extattr_uepm_destroy(), fixing a panic
due to a NULL pointer dereference.
Submitted by: Wesley Morgan <morganw@chemicals.tacorp.com>
2000-10-06 15:31:28 +00:00
Alexander Langer
d7a4332c5d
Enable the if_ed module.
2000-10-06 15:23:32 +00:00
Alexander Langer
8947f1c72c
Add card_if.h and sort the header files, while I'm here.
2000-10-06 15:21:10 +00:00
Ruslan Ermilov
427f20937d
Fix the `missing footer' problem. See the comment for details.
...
Obtained from: NetBSD
2000-10-06 13:22:24 +00:00
David Malone
a77c9610f2
If a process is over its resource limit for datasize, still allow
...
it to lower its memory usage. This was mentioned on the mailing
lists ages ago, and I've lost the name of the person who brought
it up.
Reviewed by: alc
2000-10-06 13:03:50 +00:00
Poul-Henning Kamp
016f1c3e23
Don't try to compare other attributes if the type doesn't match, it's
...
nothing but trouble, and no use anyway.
2000-10-06 12:48:55 +00:00