]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoGet rid of some constness warnings.
David Malone [Sun, 24 Jun 2001 12:08:47 +0000 (12:08 +0000)]
Get rid of some constness warnings.

23 years agoDon't add -Wall, as it's a compiler specific flag.
David Malone [Sun, 24 Jun 2001 09:20:42 +0000 (09:20 +0000)]
Don't add -Wall, as it's a compiler specific flag.

23 years agoFix most of the warnings given by WARNS=2.
David Malone [Sun, 24 Jun 2001 09:20:07 +0000 (09:20 +0000)]
Fix most of the warnings given by WARNS=2.

23 years agoFix asm constraints for atomic_cmpset_32. This fix may also be needed
Benno Rice [Sun, 24 Jun 2001 06:36:28 +0000 (06:36 +0000)]
Fix asm constraints for atomic_cmpset_32.  This fix may also be needed
elsewhere.

23 years agoAfter exhaustive discussions and some meandering and confusion, enough
Matthew Dillon [Sun, 24 Jun 2001 05:24:41 +0000 (05:24 +0000)]
After exhaustive discussions and some meandering and confusion, enough
people are on track with the cause and effect of this, and although
fixing this severely degenerate case appears to violate the letter of
POSIX.1-200x, Bruce and I (and enough others) agree that it should be
comitted.

So, this patch generates an ENOENT error for any attempt to do a path lookup
through an empty symlink (e.g. open(), stat()).

Submitted by: "Andrey A. Chernov" <ache@nagual.pp.ru>
Reviewed by: bde
Discussed exhaustively on: freebsd-current
Previously committed to: NetBSD 4 years ago

23 years agoReset timestamps of battery info. and status by thier notify handler.
Mitsuru IWASAKI [Sun, 24 Jun 2001 02:39:08 +0000 (02:39 +0000)]
Reset timestamps of battery info. and status by thier notify handler.

Suggested by:   takawata

23 years ago- Swap order of "S4B" and "S5" in sleep_state_names. They already
Mitsuru IWASAKI [Sun, 24 Jun 2001 02:37:38 +0000 (02:37 +0000)]
- Swap order of "S4B" and "S5" in sleep_state_names.  They already
  changed in ACPICA actypes.h.
- Use ACPI_S_STATES_MAX instead of ACPI_STATE_S5.

23 years agoDon't call exit(3) from a signal handler.
Dima Dorfman [Sun, 24 Jun 2001 01:55:17 +0000 (01:55 +0000)]
Don't call exit(3) from a signal handler.

Obtained from: OpenBSD

23 years agomdoc(7) police: use the Fn macro where appropriate.
Dima Dorfman [Sun, 24 Jun 2001 01:38:20 +0000 (01:38 +0000)]
mdoc(7) police: use the Fn macro where appropriate.

23 years agoRemove duplicate words.
Dima Dorfman [Sun, 24 Jun 2001 01:34:38 +0000 (01:34 +0000)]
Remove duplicate words.

23 years agoCorrect a typo.
Dima Dorfman [Sun, 24 Jun 2001 01:30:38 +0000 (01:30 +0000)]
Correct a typo.

23 years agomdoc(7) police: sort xrefs.
Dima Dorfman [Sun, 24 Jun 2001 01:17:07 +0000 (01:17 +0000)]
mdoc(7) police: sort xrefs.

23 years agoAdd myself.
Jason Evans [Sun, 24 Jun 2001 00:45:03 +0000 (00:45 +0000)]
Add myself.

23 years agoFix some return-value brain-damage in forward_register(). This
Ian Dowse [Sat, 23 Jun 2001 21:54:47 +0000 (21:54 +0000)]
Fix some return-value brain-damage in forward_register(). This
function has a return type of u_int32_t, into which it was somehow
supposed to encode:
 *  A valid 32-bit XID (which could be any value including 0).
 *  0, meaning a duplicate request.
 *  -1, meaning a malloc failed (!);
We now ensure that all XIDs are non-zero, and pass the XID out via
a pointer argument.

In forward_find() and free_slot_by_xid(), remove an unnecessary
and confusing test for a negative result from an unsigned modulo
operation, but add an unnecessary cast to highlight why.

23 years agoUse the new CLSET_CONNECT clnt_control() request on UDP clients to
Ian Dowse [Sat, 23 Jun 2001 19:57:20 +0000 (19:57 +0000)]
Use the new CLSET_CONNECT clnt_control() request on UDP clients to
ensure that we never proceed with the mount() syscall if the server
is replying from the wrong source address. Previously the userland
RPC call to the remote nfsd would succeed, but the kernel uses
connect() so it would not see the replies, resulting in a hung
mount.

23 years agoAdd a new clnt_control() request `CLSET_CONNECT' that controls
Ian Dowse [Sat, 23 Jun 2001 19:43:21 +0000 (19:43 +0000)]
Add a new clnt_control() request `CLSET_CONNECT' that controls
whether or not connect(2) is used for UDP client sockets. The default
is not to connect(), so existing clients will see no change in
behaviour.

The use of connect(2) for UDP clients has a number of advantages:
only replies from the intended address are received, and ICMP errors
pertaining to the connection are reported back to the application.

23 years agoAdd initializetion of NVCTL register with EEPROM stored value.
Semen Ustimenko [Sat, 23 Jun 2001 19:30:26 +0000 (19:30 +0000)]
Add initializetion of NVCTL register with EEPROM stored value.
This fix hazardous very slow work for one of my cards.

MFC after: 1 week

23 years agoremove -g -O0, that was only for debugging...
Ben Smithurst [Sat, 23 Jun 2001 19:24:18 +0000 (19:24 +0000)]
remove -g -O0, that was only for debugging...

23 years agoDon't dereference a pointer after freeing that pointer.
Ben Smithurst [Sat, 23 Jun 2001 18:07:18 +0000 (18:07 +0000)]
Don't dereference a pointer after freeing that pointer.

PR: 27990
Reviewed by: dd, phk
Tested by: dd
MFC after: 2 weeks

23 years agothe turtle beach santacruz implements ac97 eapd in an inverted sense -
Cameron Grant [Sat, 23 Jun 2001 18:00:06 +0000 (18:00 +0000)]
the turtle beach santacruz implements ac97 eapd in an inverted sense -
inform the ac97 code of this.

23 years agoReduce field width for some columns so that the default output fits in <= 79
Jens Schweikhardt [Sat, 23 Jun 2001 17:52:10 +0000 (17:52 +0000)]
Reduce field width for some columns so that the default output fits in <= 79
columns. 80 columns + newline is a problem for some terminals including syscons.

Requested by: bde
MFC after: 1 week

23 years agoReplace bzero() of struct ip with explicit zeroing of structure members,
Jonathan Lemon [Sat, 23 Jun 2001 17:44:27 +0000 (17:44 +0000)]
Replace bzero() of struct ip with explicit zeroing of structure members,
which is faster.

23 years agoadd defines and ifdefs so this code will compile on 4.x
Cameron Grant [Sat, 23 Jun 2001 17:36:51 +0000 (17:36 +0000)]
add defines and ifdefs so this code will compile on 4.x

add spls so this code will work on 4.x

23 years agoThree people known to be born on December 18!
Ruslan Ermilov [Sat, 23 Jun 2001 17:34:26 +0000 (17:34 +0000)]
Three people known to be born on December 18!

Submitted by: cwt

23 years agomove a private struct definition from ac97.h to ac97.c
Cameron Grant [Sat, 23 Jun 2001 17:32:40 +0000 (17:32 +0000)]
move a private struct definition from ac97.h to ac97.c

add proper handling of cards which take eapd=1 to mean 'produce sound'
instead of 'external amplifier power down'

23 years agoAdd netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.
Ruslan Ermilov [Sat, 23 Jun 2001 17:17:59 +0000 (17:17 +0000)]
Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.
For example, ``netstat -s -p ip -z'' will show and reset IP stats.

PR: bin/17338

23 years agoadd sndstat.c so module users have /dev/sndstat again
Cameron Grant [Sat, 23 Jun 2001 17:09:38 +0000 (17:09 +0000)]
add sndstat.c so module users have /dev/sndstat again

23 years ago- Fix space allocation for mbstat structure
Bosko Milekic [Sat, 23 Jun 2001 17:04:17 +0000 (17:04 +0000)]
- Fix space allocation for mbstat structure
- Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) to
  get number of CPUs.

23 years agoMake sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) when
Bosko Milekic [Sat, 23 Jun 2001 17:03:27 +0000 (17:03 +0000)]
Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) when
getting number of CPUs.

23 years agoBy default link statically (like we did in the port) - it provides 8-10%
Maxim Sobolev [Sat, 23 Jun 2001 12:29:14 +0000 (12:29 +0000)]
By default link statically (like we did in the port) - it provides 8-10%
faster comperssion, which in the bzip2's case could be a big win.

23 years agoAdd sysctl interface (Read-only) for temprature, AC-line and Battery.
Mitsuru IWASAKI [Sat, 23 Jun 2001 10:38:25 +0000 (10:38 +0000)]
Add sysctl interface (Read-only) for temprature, AC-line and Battery.
Patches for acpi_cmbat.c submitted by Munehiro Matsuda.

23 years agoHonor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.
Ruslan Ermilov [Sat, 23 Jun 2001 09:18:57 +0000 (09:18 +0000)]
Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.
(usage() still is not synchronized with SYNOPSIS, intentionally.)

23 years agoAdd myself.
Ralf S. Engelschall [Sat, 23 Jun 2001 09:16:29 +0000 (09:16 +0000)]
Add myself.

23 years agoFixed DPADD.
Ruslan Ermilov [Sat, 23 Jun 2001 09:10:48 +0000 (09:10 +0000)]
Fixed DPADD.

Submitted by: bde

23 years agoDocument "normalizing" behavior of mktime(3).
Ruslan Ermilov [Sat, 23 Jun 2001 08:57:40 +0000 (08:57 +0000)]
Document "normalizing" behavior of mktime(3).

PR: bin/28313
Reviewed by: bde, wollman
MFC after: 1 week

23 years agoMerged from sys/i386/isa/npx.c revision 1.102.
KATO Takenori [Sat, 23 Jun 2001 08:39:13 +0000 (08:39 +0000)]
Merged from sys/i386/isa/npx.c revision 1.102.

23 years agoAverage age is 28 years and 11 months.
Ruslan Ermilov [Sat, 23 Jun 2001 08:36:11 +0000 (08:36 +0000)]
Average age is 28 years and 11 months.

Submitted by: hrs, marko

23 years agoMerged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.
KATO Takenori [Sat, 23 Jun 2001 08:30:13 +0000 (08:30 +0000)]
Merged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.

23 years agoRemoved pcm and sbc devices.
KATO Takenori [Sat, 23 Jun 2001 08:18:55 +0000 (08:18 +0000)]
Removed pcm and sbc devices.

23 years agoMerged from sys/conf/files.i386 revisions 1.362 and 1.363.
KATO Takenori [Sat, 23 Jun 2001 08:10:50 +0000 (08:10 +0000)]
Merged from sys/conf/files.i386 revisions 1.362 and 1.363.

23 years agoMerged from sys/boot/i386/btx/btx/btx.s revision 1.25.
KATO Takenori [Sat, 23 Jun 2001 08:04:14 +0000 (08:04 +0000)]
Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.

23 years agoMake sure the average age keeps on decreasing down that slippery slope.
Brian Feldman [Sat, 23 Jun 2001 07:24:18 +0000 (07:24 +0000)]
Make sure the average age keeps on decreasing down that slippery slope.

23 years agoRemove duplicate word.
Dima Dorfman [Sat, 23 Jun 2001 07:02:33 +0000 (07:02 +0000)]
Remove duplicate word.

23 years agoBring in fix from rev 1.32 that got lost during the conversion to kqueue.
Jonathan Lemon [Sat, 23 Jun 2001 06:54:28 +0000 (06:54 +0000)]
Bring in fix from rev 1.32 that got lost during the conversion to kqueue.
This prevents an indefinte timeout in case the kevent call is interrupted
for some reason.

PR: 26665
MFC in: 2 weeks

23 years agoConvert inb/outb to bus_space.
Nicolas Souchu [Sat, 23 Jun 2001 06:52:54 +0000 (06:52 +0000)]
Convert inb/outb to bus_space.

Submitted by: jcm@FreeBSD-uk.eu.org

23 years agoTranslate various ppbus sequences into microsequences to limit
Nicolas Souchu [Sat, 23 Jun 2001 06:51:52 +0000 (06:51 +0000)]
Translate various ppbus sequences into microsequences to limit
overhead of abstraction layers.

Submitted by: jcm@FreeBSD-uk.eu.org

23 years agoMake the similar changes as in our keyinfo, i.e. allow user to get his own
Andrey A. Chernov [Sat, 23 Jun 2001 04:48:59 +0000 (04:48 +0000)]
Make the similar changes as in our keyinfo, i.e. allow user to get his own
sequence and allow root to get everybody's one. Before this change user
can't get his own sequence, root required.

23 years agogive up and join the party (along with thomas Moestl (same bday))
Julian Elischer [Sat, 23 Jun 2001 04:37:31 +0000 (04:37 +0000)]
give up and join the party (along with thomas Moestl (same bday))
but maybe this file shouldn't be so widly distributed :-)

23 years agoEliminate the allocation of a tcp template structure for each
Mike Silbersack [Sat, 23 Jun 2001 03:21:46 +0000 (03:21 +0000)]
Eliminate the allocation of a tcp template structure for each
connection.  The information contained in a tcptemp can be
reconstructed from a tcpcb when needed.

Previously, tcp templates required the allocation of one
mbuf per connection.  On large systems, this change should
free up a large number of mbufs.

Reviewed by: bmilekic, jlemon, ru
MFC after: 2 weeks

23 years agoFix a number of bugs in the implementation of the WEP related status
Brooks Davis [Fri, 22 Jun 2001 23:35:24 +0000 (23:35 +0000)]
Fix a number of bugs in the implementation of the WEP related status
functions in ifconfig.  "ifconfig an0" should output the correct
status now.  Also, make the read and write functions both more
robust and more consistant.  This should stop most of the incorrect
size complaints and eliminate the possiability of panics from firmware
that increases resource sizes.

PR: kern/27826
Reviewed by: imp, jlemon
Submitted by: Doug Ambrisko <ambrisko@ambrisko.com>
David Wolfskill <dhw@whistle.com>

23 years ago- Lock CURSIG() with the proc lock to close the signal race with psignal.
John Baldwin [Fri, 22 Jun 2001 23:11:26 +0000 (23:11 +0000)]
- Lock CURSIG() with the proc lock to close the signal race with psignal.
- Grab Giant around ktrace points.
- Clean up KTR_PROC tracepoints to not display the value of
  sched_lock.mtx_lock as it isn't really needed anymore and just obfuscates
  the messages.
- Add a few if conditions to replace gotos.
- Ensure that every msleep KTR event ends up with a matching msleep resume
  KTR event (this was broken when we didn't do a mi_switch()).
- Only note via ktrace that we resumed from a switch once rather than twice
  in several places in msleep().
- Remove spl's rom asleep and await as the proc lock and sched_lock provide
  all the needed locking.
- In mawait() add in a needed ktrace point for noting that we are about to
  switch out.

23 years ago- Lock CURSIG with the proc lock and don't release the proc lock until
John Baldwin [Fri, 22 Jun 2001 23:06:38 +0000 (23:06 +0000)]
- Lock CURSIG with the proc lock and don't release the proc lock until
  after grabbing the sched lock to close a race.
- Lock ktrace points with Giant.

23 years ago- Grab the proc lock around CURSIG and postsig(). Don't release the proc
John Baldwin [Fri, 22 Jun 2001 23:05:11 +0000 (23:05 +0000)]
- Grab the proc lock around CURSIG and postsig().  Don't release the proc
  lock until after grabbing the sched_lock to avoid CURSIG racing with
  psignal.
- Don't grab Giant for addupc_task() as it isn't needed.

Reported by: tegge (signal race), bde (addupc_task a while back)

23 years ago- Change CURSIG() and postsig() to require that the proc lock is held
John Baldwin [Fri, 22 Jun 2001 23:02:37 +0000 (23:02 +0000)]
- Change CURSIG() and postsig() to require that the proc lock is held
  rather than grabbing it and releasing it themselves.  This allows callers
  of these functions to get the lock to close race conditions.
- Grab Giant around ktrace in postsig.
- Count the switches performed on SIGSTOP's as involuntary context switches
  in the resource usage stats.

Reported by: tegge (signal race), bde (missing csw stats)

23 years agoNow how many files would a new committer have to commit?
Seigo Tanimura [Fri, 22 Jun 2001 22:53:22 +0000 (22:53 +0000)]
Now how many files would a new committer have to commit?

23 years agoJoin in the fun.
Wes Peters [Fri, 22 Jun 2001 22:47:22 +0000 (22:47 +0000)]
Join in the fun.

23 years agoPeople wanted this bumped for the Bzip2 import.
David E. O'Brien [Fri, 22 Jun 2001 22:38:12 +0000 (22:38 +0000)]
People wanted this bumped for the Bzip2 import.

23 years agoMake the hw.physmem and hw.usermem variables unsigned so that they dont
Peter Wemm [Fri, 22 Jun 2001 22:07:01 +0000 (22:07 +0000)]
Make the hw.physmem and hw.usermem variables unsigned so that they dont
come up as negative on machines with >2GB ram.

23 years agoIncrease the buffer sizes for the build deps, run deps, and the line
Dima Dorfman [Fri, 22 Jun 2001 21:47:55 +0000 (21:47 +0000)]
Increase the buffer sizes for the build deps, run deps, and the line
itself verbatim from INDEX.  This fixes seg. faults with newer INDEX
files which have some gnome ports with outrageously long run deps.

Approved by: jkh

23 years agoQuiet compiler warnings by making `WARNS 2' clean.
David E. O'Brien [Fri, 22 Jun 2001 21:43:51 +0000 (21:43 +0000)]
Quiet compiler warnings by making `WARNS 2' clean.

Submitted by: Mike Barcroft <mike@q9media.com>

Set maintainer to myself.  This needs to stay in sync with what Buntils
does, and it would be best to pass functionality changes thru me to make
sure future plans are taken into account.

23 years agoMFS: Add tx(4) section to hardware list.
Bruce A. Mah [Fri, 22 Jun 2001 21:43:14 +0000 (21:43 +0000)]
MFS:  Add tx(4) section to hardware list.

23 years agoWARNS= -> WARNS?=
Dima Dorfman [Fri, 22 Jun 2001 21:38:30 +0000 (21:38 +0000)]
WARNS= -> WARNS?=

Submitted by: Mike Barcroft <mike@q9media.com>

23 years agoBe conservative and always perform an mb after an atomic_cmpset operation.
John Baldwin [Fri, 22 Jun 2001 21:13:20 +0000 (21:13 +0000)]
Be conservative and always perform an mb after an atomic_cmpset operation.

23 years ago- Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.
John Baldwin [Fri, 22 Jun 2001 21:12:19 +0000 (21:12 +0000)]
- Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.
- Don't drop the vm mutex while grabbing the pbuf mutex to manipulate
  said variables.

23 years agoint -> size_t fix
Matt Jacob [Fri, 22 Jun 2001 19:54:38 +0000 (19:54 +0000)]
int -> size_t fix

23 years agoMake hostid an unsigned long (matches kern_mib.c change)
Matt Jacob [Fri, 22 Jun 2001 19:51:45 +0000 (19:51 +0000)]
Make hostid an unsigned long (matches kern_mib.c change)

PR: kern/21132
MFC after: 1 month

23 years agoTake sbuf(9) item out of the release notes. It doesn't have as much
Bruce A. Mah [Fri, 22 Jun 2001 17:28:42 +0000 (17:28 +0000)]
Take sbuf(9) item out of the release notes.  It doesn't have as much
relevance to the average user as I thought it did originally.

23 years agoNote that ed(4) supports the DE305.
Bruce A. Mah [Fri, 22 Jun 2001 17:26:02 +0000 (17:26 +0000)]
Note that ed(4) supports the DE305.

23 years agoNew/updated release notes: gensetdefs(8) removed, mbuf allocator SMP-friendly
Bruce A. Mah [Fri, 22 Jun 2001 16:56:26 +0000 (16:56 +0000)]
New/updated release notes:  gensetdefs(8) removed, mbuf allocator SMP-friendly
changes, TCP_RESTRICT_RST removed, getprogname(3), setprogname(3).

MFCs noted:  dump(8) -T argument processing fixed, ee(1) 1.4.2.

23 years agoTemporary fix at least- define NCPU_PRESENT which will be mp_npcus for
Matt Jacob [Fri, 22 Jun 2001 16:03:23 +0000 (16:03 +0000)]
Temporary fix at least- define NCPU_PRESENT which will be mp_npcus for
SMP kernels, one (1) for non-SMP.

23 years agochanged hostid from long to unsigned long to be able to store values > 2GB
Jim Pirzyk [Fri, 22 Jun 2001 16:03:14 +0000 (16:03 +0000)]
changed hostid from long to unsigned long to be able to store values > 2GB
on i386 platforms.  Also changed SYSCTL type from INT to ULONG and removed
comment about it.

PR: kern/21132
MFC after: 1 month

23 years agoMFS: Fix minor grammatical problem in orm(4) item.
Bruce A. Mah [Fri, 22 Jun 2001 15:59:25 +0000 (15:59 +0000)]
MFS:  Fix minor grammatical problem in orm(4) item.

23 years agoNew/updated release notes: inetd(8) can manage AF_UNIX sockets, resolver(3)
Bruce A. Mah [Fri, 22 Jun 2001 15:51:49 +0000 (15:51 +0000)]
New/updated release notes:  inetd(8) can manage AF_UNIX sockets, resolver(3)
with EDNS0 support, col(1) -p, mdmfs(8), bzip2 1.0.1, Heimdal
0.3f.

MFCs noted:  orm(4), nge(4), lge(4), packet fragmentation limits (plus
minor update), df(1) -l, pkg_version(1) -s.

23 years agoDoh, missed a printf -> db_printf in the previous commit.
John Baldwin [Fri, 22 Jun 2001 15:37:48 +0000 (15:37 +0000)]
Doh, missed a printf -> db_printf in the previous commit.

23 years agoAverage tuning and contribute a Brazilian
Mario Sergio Fujikawa Ferreira [Fri, 22 Jun 2001 15:00:20 +0000 (15:00 +0000)]
Average tuning and contribute a Brazilian

23 years agoAdd myself
Paul Saab [Fri, 22 Jun 2001 14:50:34 +0000 (14:50 +0000)]
Add myself

23 years agoAdd myself.
Thomas Moestl [Fri, 22 Jun 2001 14:43:53 +0000 (14:43 +0000)]
Add myself.

23 years agoCorrect typo. It should be site-local address prefix.
Hajimu UMEMOTO [Fri, 22 Jun 2001 13:49:15 +0000 (13:49 +0000)]
Correct typo.  It should be site-local address prefix.

Submitted by: kuriyama
MFC after: 3 days

23 years agoMore average age tuning.
Ruslan Ermilov [Fri, 22 Jun 2001 13:14:01 +0000 (13:14 +0000)]
More average age tuning.

Submitted by: andy

23 years agoCorrect small typo on debug message.
Daniel C. Sobral [Fri, 22 Jun 2001 12:54:55 +0000 (12:54 +0000)]
Correct small typo on debug message.

PR: bin/28337
Submitted by: Koga Youichirou <y-koga@jp.freebsd.org>
MFC after: 1 week

23 years agoFixed average age (28 years and 11 months).
Ruslan Ermilov [Fri, 22 Jun 2001 10:11:39 +0000 (10:11 +0000)]
Fixed average age (28 years and 11 months).

Submitted by: hosokawa

23 years agoAdd myself. It looks like I am in very good company in November.
Gregory Neil Shapiro [Fri, 22 Jun 2001 08:11:06 +0000 (08:11 +0000)]
Add myself.  It looks like I am in very good company in November.

23 years agoAdd myself
Kevin Lo [Fri, 22 Jun 2001 07:35:56 +0000 (07:35 +0000)]
Add myself

23 years agoGot my r's and t's mixed up. Fix sorting.
David E. O'Brien [Fri, 22 Jun 2001 07:26:08 +0000 (07:26 +0000)]
Got my r's and t's mixed up.  Fix sorting.

23 years ago- Fixed bogon in rev. 1.14 (dates are separated by a tab).
Ruslan Ermilov [Fri, 22 Jun 2001 06:41:16 +0000 (06:41 +0000)]
- Fixed bogon in rev. 1.14 (dates are separated by a tab).
- Sort people that have the same birthday by a year.
- Added some missing data (R.O.C. for Taiwan, Australia for peter,
  Englang -> United Kingdom).
- Fixed bogon in rev. 1.1 (INITCAP() was not worth doing).
- Regenerate (from the Oracle database).

Average age: 28 years and 10 months.

23 years agoIntroduce numerous SMP friendly changes to the mbuf allocator. Namely,
Bosko Milekic [Fri, 22 Jun 2001 06:35:32 +0000 (06:35 +0000)]
Introduce numerous SMP friendly changes to the mbuf allocator. Namely,
introduce a modified allocation mechanism for mbufs and mbuf clusters; one
which can scale under SMP and which offers the possibility of resource
reclamation to be implemented in the future. Notable advantages:

 o Reduce contention for SMP by offering per-CPU pools and locks.
 o Better use of data cache due to per-CPU pools.
 o Much less code cache pollution due to excessively large allocation macros.
 o Framework for `grouping' objects from same page together so as to be able
   to possibly free wired-down pages back to the system if they are no longer
   needed by the network stacks.

 Additional things changed with this addition:

  - Moved some mbuf specific declarations and initializations from
    sys/conf/param.c into mbuf-specific code where they belong.
  - m_getclr() has been renamed to m_get_clrd() because the old name is really
    confusing. m_getclr() HAS been preserved though and is defined to the new
    name. No tree sweep has been done "to change the interface," as the old
    name will continue to be supported and is not depracated. The change was
    merely done because m_getclr() sounds too much like "m_get a cluster."
  - TEMPORARILY disabled mbtypes statistics displaying in netstat(1) and
    systat(1) (see TODO below).
  - Fixed systat(1) to display number of "free mbufs" based on new per-CPU
    stat structures.
  - Fixed netstat(1) to display new per-CPU stats based on sysctl-exported
    per-CPU stat structures. All infos are fetched via sysctl.

 TODO (in order of priority):

  - Re-enable mbtypes statistics in both netstat(1) and systat(1) after
    introducing an SMP friendly way to collect the mbtypes stats under the
    already introduced per-CPU locks (i.e. hopefully don't use atomic() - it
    seems too costly for a mere stat update, especially when other locks are
    already present).
  - Optionally have systat(1) display not only "total free mbufs" but also
    "total free mbufs per CPU pool."
  - Fix minor length-fetching issues in netstat(1) related to recently
    re-enabled option to read mbuf stats from a core file.
  - Move reference counters at least for mbuf clusters into an unused portion
    of the cluster itself, to save space and need to allocate a counter.
  - Look into introducing resource freeing possibly from a kproc.

Reviewed by (in parts): jlemon, jake, silby, terry
Tested by: jlemon (Intel & Alpha), mjacob (Intel & Alpha)
Preliminary performance measurements: jlemon (and me, obviously)
URL: http://people.freebsd.org/~bmilekic/mb_alloc/

23 years agoFix typos in comment.
Jun Kuriyama [Fri, 22 Jun 2001 06:25:54 +0000 (06:25 +0000)]
Fix typos in comment.
 (s/IPFIREWALL_DEFAULT_TO_ACCEPT/IPV6FIREWALL_DEFAULT_TO_ACCEPT/)

MFC after: 1 week

23 years agoAdd Myself.
Takanori Watanabe [Fri, 22 Jun 2001 04:57:20 +0000 (04:57 +0000)]
Add Myself.

23 years agoDive in as well.
Peter Wemm [Fri, 22 Jun 2001 04:52:05 +0000 (04:52 +0000)]
Dive in as well.

23 years agoMore updates
Warner Losh [Fri, 22 Jun 2001 04:50:11 +0000 (04:50 +0000)]
More updates

# Note, I managed to fat finger some mail commands and lost who submitted some
# of these entries.  If it was you, email me and I'll for a commit to
# give proper credit.

23 years agoAdd myself.
Motoyuki Konno [Fri, 22 Jun 2001 04:38:22 +0000 (04:38 +0000)]
Add myself.

23 years agoAdd BreezeNET PC-DS.11. It is yet another wireless card.
Warner Losh [Fri, 22 Jun 2001 03:17:25 +0000 (03:17 +0000)]
Add BreezeNET PC-DS.11.  It is yet another wireless card.

Submitted by: Danny Braniss <danny@cs.huji.ac.il>

23 years agoOops, I was born in Osaka. Kanagawa is my current address :-)
Munechika SUMIKAWA [Fri, 22 Jun 2001 02:45:25 +0000 (02:45 +0000)]
Oops, I was born in Osaka. Kanagawa is my current address :-)

23 years agoAdd myself. sos, you have a clone (albeit younger by 9 years :)
Ade Lovett [Fri, 22 Jun 2001 02:30:27 +0000 (02:30 +0000)]
Add myself.  sos, you have a clone (albeit younger by 9 years :)

23 years agoStylify, ANSIfy, silence warnings, plug a memory leak, don't assume the
Dag-Erling Smørgrav [Fri, 22 Jun 2001 01:52:37 +0000 (01:52 +0000)]
Stylify, ANSIfy, silence warnings, plug a memory leak, don't assume the
server is well-behaved wrt. line endings.

PR: bin/28082
Submitted by: Mike Barcroft <mike@q9media.com>

23 years agoPut docbook.css in the ftp and cdrom areas of a release build because
Bruce A. Mah [Fri, 22 Jun 2001 01:15:43 +0000 (01:15 +0000)]
Put docbook.css in the ftp and cdrom areas of a release build because
they have HTML renderings of the release documentation.

23 years agoAdd myself.
Vanilla I. Shu [Fri, 22 Jun 2001 01:11:35 +0000 (01:11 +0000)]
Add myself.

23 years agoMove check against CAM_NEW_TRAN_CODE ahead of the file that might include
Matt Jacob [Fri, 22 Jun 2001 01:02:41 +0000 (01:02 +0000)]
Move check against CAM_NEW_TRAN_CODE ahead of the file that might include
the option file that would define it.

23 years agoMake it much more obvious that the use of NQNFS is discouraged (the
Ian Dowse [Fri, 22 Jun 2001 00:41:20 +0000 (00:41 +0000)]
Make it much more obvious that the use of NQNFS is discouraged (the
NQNFS code is ancient, bug-ridden, and should probably be removed).
The wording here was very confusing; it was easy to get the impression
that NQNFS is an extension to NFSv3 when in fact it just uses some
NFSv3-like extensions on top of NFSv2. As witnessed by the mailing
lists and PRs, some people were reading the description and deciding
that NQNFS was what they wanted to use.

MFC after: 1 week

23 years agoOkay, I'll go along with the gag.... Interesting- I'm quite startled
Matt Jacob [Fri, 22 Jun 2001 00:23:02 +0000 (00:23 +0000)]
Okay, I'll go along with the gag.... Interesting- I'm quite startled
to note that of the people added so far, one has the same birthdate as me
(April Fool's Day), and that only two other folks are older than I am.