mich
4b50cb7956
Add my birthday.
...
Approved by: roberto (mentor), re(bmah)
2003-05-07 13:28:16 +00:00
phk
cb69b56d60
Hide the "ENOMEM" notice messages behind bootverbose. They are still
...
a valuable debugging tool for certain kinds of problems.
Approved by: re/scottl
2003-05-07 05:37:31 +00:00
rwatson
fe01ecedfc
Correct a bug introduced with reduced TCP state handling; make
...
sure that the MAC label on TCP responses during TIMEWAIT is
properly set from either the socket (if available), or the mbuf
that it's responding to.
Unfortunately, this is made somewhat difficult by the TCP code,
as tcp_twstart() calls tcp_twrespond() after discarding the socket
but without a reference to the mbuf that causes the "response".
Passing both the socket and the mbuf works arounds this--eventually
it might be good to make sure the mbuf always gets passed in in
"response" scenarios but working through this provided to
complicate things too much.
Approved by: re (scottl)
Reviewed by: hsu
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-05-07 05:26:27 +00:00
bmah
f012e3a113
New release notes: Kerberos 5 built by default, krb5 distributed
...
folded into crypto.
Submitted by: markm
Approved by: re (implicitly)
2003-05-07 04:15:57 +00:00
trhodes
d4b5a8e556
df(1) and ls(1) print units in 'four or fewer' not 'three or less'.
...
PR: 35523
Submitted by: Tomas Svensson <tsn@gbdev.net>
2003-05-06 21:54:46 +00:00
bmah
fe4a797ba8
Version number bump: We're at 5.1-BETA now.
...
Note that the previous commit message for this file should have read:
"4.8-RELEASE is the latest release from the 4-STABLE branch." [1]
Pointed out by: Stijn Hoop <stijn@win.tue.nl> [1]
Approved by re (implicitly)
2003-05-06 21:30:16 +00:00
rwatson
8b5bc05a0c
Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-data
...
copying for mbuf headers now works properly in m_dup_pkthdr(), so
we don't need to do an explicit copy.
Approved by: re (jhb)
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-05-06 20:34:04 +00:00
bmah
34da511e28
Update supported architectures, use &unix; where appropriate, more
...
majordomo->mailman fixes, other misc. updates.
Approved by: re (implicitly)
2003-05-06 20:01:07 +00:00
bmah
4a28c51a58
4.8-RELEASE was the last release from the 4-STABLE branch.
2003-05-06 19:58:10 +00:00
phk
f34b1f7fd5
Fix the WARNING for wrong rawoffset, I tested incompatible units.
...
Approved by: re/jhb
2003-05-06 19:36:13 +00:00
jhb
422a7f1a8f
Add PCI ID's for the Intel ICH5 (82801EB) chipset.
...
Approved by: re (murray)
Sponsored by: The Weather Channel
2003-05-06 19:31:56 +00:00
jhb
cd6c7cee69
Add PCI ID's for the 4 USB hubs on the ICH5 controller.
...
Approved by: re (murray)
2003-05-06 19:30:41 +00:00
obrien
9fcf903289
Consistentify our NO_KERBEROS documentation.
...
Approved by: re(bmah)
2003-05-06 19:26:55 +00:00
hmp
915aab1078
malloc(9) types can be used to identify multiple allocations.
...
PR: docs/38618
Approved by: des (mentor)
2003-05-06 19:10:17 +00:00
dougb
648d0fdfdf
Hook devfs.conf up to the build.
...
Approved by: re (scottl)
2003-05-06 07:25:17 +00:00
des
051d8cc6d2
Start mailing -CURRENT tinderbox failures to the lists.
2003-05-06 04:04:02 +00:00
scottl
14d4642352
We are now in 5.1-BETA
2003-05-06 03:55:24 +00:00
des
e2ecfebce4
Fix a printf() format error which broke the ia64 GENERIC build.
2003-05-06 03:55:12 +00:00
gshapiro
4365c4a83d
Prevent a 'make SHARED=symlinks install' followed by 'make install' from
...
failing by removing the symlink before trying to install the actual files.
Noticed by: bde
MFC after: 5 days
2003-05-06 03:38:24 +00:00
alc
3fbd0a8227
Lock the vm_object when performing vm_pager_deallocate().
2003-05-06 02:45:28 +00:00
mtm
b6ee26825b
Fix a null dereference leading to a core dump when
...
the number of threads exceeds the number of open slots
in ldt_entries[].
Approved by: markm (mentor)(implicit)
Reviewed by: jeff
2003-05-06 02:33:49 +00:00
mtm
4f849fcd73
o Correct a debug message that refered to the wrong function
...
o Remove an unncecesary if clause
Approved by: markm (mentor)(implicit)
Reviewd by: jeff
2003-05-06 02:30:52 +00:00
mtm
641dce1ea2
s/kadmind5/kadmin/
...
Approved by: markm (mentor)
2003-05-06 02:28:03 +00:00
cognet
85c4c45c8e
Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it
...
leads to a panic at unload time, as we own 2 instances of callout and
untimeout() only one.
Will I'm there, remove a call to callout_handler_init(), one is enough.
Reviewed by: wpaul
2003-05-06 02:00:01 +00:00
dougb
4425e1b376
Allow users to configure stuff in /dev once again by re-doing the devfs
...
script to read /etc/devfs.conf, and take appropriate actions based on
what it finds there.
The (commented out) examples in the new devfs.conf file are taken in
part from the old rc.devfs script.
2003-05-06 01:10:33 +00:00
obrien
2815c2d3a1
Back out the amd64 additions. Hammer doesn't do APM, and we certainly aren't
...
ready for any ibcs2_compat bits yet.
2003-05-06 00:09:51 +00:00
deischen
a11591d437
Make pthread_join() async-cancel-safe. David was going to commit
...
this, but I think he's asleep and want to be sure it gets in before
the freeze.
Submitted by: davidxu
2003-05-06 00:02:54 +00:00
obrien
a7683506af
We won't do APM on Hammer -- ACPI is the game there.
2003-05-05 23:55:43 +00:00
dougb
08aaead5a5
Add an example of how to create an fstab entry.
2003-05-05 23:41:17 +00:00
gad
776a2831ca
Fix age_old_log checking so that it will notice log files which were
...
rotated and then compressed with bzip2 instead of gzip. Otherwise,
any file which had a time-interval specified for 'when' and also
specified the 'J' flag would be rotated every time newsyslog was run.
(this is a quick-fix, trying to beat the code-freeze for 5.1-release)
PR: bin/51519
MFC after: 1 week
2003-05-05 23:38:03 +00:00
obrien
dc8b1199b7
Centralize _PATH_* definitions.
...
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
2003-05-05 22:49:23 +00:00
gad
998d74dbd1
Slightly improve the checking of the 'size' field, so people will get
...
a warning message if they switch the values for 'size' and 'when'.
MFC after: 1 week
2003-05-05 22:27:37 +00:00
dougb
ebcef47fb4
* Add the nut port from the IANA list (for the nut port)
...
* Add the rndc port, by common usage (TCP only since rndc doesn't
use UDP, and the port is not officially assigned)
2003-05-05 22:10:14 +00:00
dougb
050075f44f
Add traditional BSD names (sio[0-3]) to the finger-friendly com[1-4]
...
entries so that you can do things like 'tip sio1' without having
to remember the DOS equivalent.
2003-05-05 21:37:43 +00:00
phk
431aa2ce49
Compile bsdlabel on all platforms.
...
Install a link to the disklabel(8) name on i386 and alpha platforms.
Leave old disklabel(8) sources intact but disconnected from the build
for now.
2003-05-05 21:28:08 +00:00
jhb
f9b7267244
Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing the
...
lock and clearing the flag if it was clear when uiomove() was called.
2003-05-05 21:27:29 +00:00
jhb
50d0b44b78
Mostly sort the includes.
2003-05-05 21:26:25 +00:00
phk
9a08b7caf8
Put descriptive comments on the GEOM_* options
2003-05-05 21:21:31 +00:00
jhb
e70e51cbd2
Lock the proc lock around calls to tdsignal() in the sigwait() family of
...
syscalls.
2003-05-05 21:18:10 +00:00
jhb
bdca9e4fbd
Make issignal() private to kern_sig.c since it is only called from cursig()
...
and cursig() is now a function rather than a macro.
2003-05-05 21:16:28 +00:00
des
730b24d3d7
OpenPAM is WANRS6-clean.
2003-05-05 21:15:35 +00:00
des
a336e04910
Whitespace cleanup (1.15 had spaces instead of tabs)
2003-05-05 21:14:36 +00:00
des
b1819bbaf0
Don't use -pedantic unless we also set -std of some kind.
2003-05-05 21:13:32 +00:00
jhb
bed2a8a99b
Remove TD_ON_RUNQ() from a check to make sure Giant is not held when
...
calling mi_switch(). The kernel would panic on an earlier KASSERT() in
mi_switch() if TD_ON_RUNQ() was true.
2003-05-05 21:12:36 +00:00
dwmalone
530acc56b5
Split sendit into two parts. The first part, still called sendit, that
...
does the copyin stuff and then calls the second part kern_sendit to do
the hard work. Don't bother holding Giant during the copyin phase.
The intent of this is to allow the Linux emulator to impliment send*
syscalls without using the stackgap.
2003-05-05 20:33:38 +00:00
markm
0f14747c88
Announce the Kerberos5 changes.
...
Prodded by: imp
2003-05-05 20:05:37 +00:00
gad
fae6a5e5b7
Add the 'N' flag to the entries for three log files which are *not*
...
written to by syslogd: /var/log/{daily.log,weekly.log,monthly.log}
MFC after: 1 week
2003-05-05 19:08:33 +00:00
ume
12946d1d1a
use /etc/rc.d/network_ipv6 instead of obsoleted /etc/rc.network6.
2003-05-05 19:06:46 +00:00
gad
2d6e0a42bd
Update the comments in this file to reflect the recent changes to
...
newsyslog.
MFC after: 1 week
2003-05-05 19:05:43 +00:00
wilko
3d396f283c
correct CPU speeds for Rawhide
2003-05-05 17:45:19 +00:00