bmah
8d9861c926
New release note: isp(4) Qlogic 2300 support. For some reason this didn't
...
get committed along with its accompanying hardware note entry.
2001-10-11 21:48:35 +00:00
mjacob
a6fcfa2afc
Remove the hiding of some prototype declarations.
2001-10-11 21:48:02 +00:00
mjacob
61923fecdf
remove unused variable declaration
2001-10-11 21:47:27 +00:00
obrien
8abab35780
We use proc_rwmem (with the correct number of args) rather than procfs_domem
...
in the new world order or procfs.
Submitted by: des
2001-10-11 21:17:31 +00:00
jlemon
350a02848e
Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by using
...
the wrong index variable within a loop. I have no idea how this managed
to work on my test box.
Spotted by: fenner
2001-10-11 18:39:05 +00:00
mjacob
f53afa40b9
Note that PROCFS is mandatory at this time- until we fix the
...
ptrace code to not call things directly from procfs we can't
very well have procfs be a module.
2001-10-11 18:36:41 +00:00
jhb
4889b400c9
Oops, these already included sys/lock.h, they just did so after
...
sys/mutex.h which is too late.
2001-10-11 18:25:57 +00:00
jhb
03b0c440cb
Add missing includes of sys/ktr.h.
2001-10-11 17:53:43 +00:00
jhb
4c62ba7c58
Add missing includes of sys/lock.h.
2001-10-11 17:52:20 +00:00
mike
50430063cd
Note that strncmp() will not compare characters after a NUL character.
...
Add a missing word. Bump document date.
Inspired by: IEEE Std 1003.1-200x (Draft 7)
MFC after: 3 days
2001-10-11 17:02:44 +00:00
mike
988a5d4019
Clarify that strnstr() will stop searching after in encounters a NUL
...
character. Bump document date. Add a missing comma.
2001-10-11 15:49:06 +00:00
bmah
a911e647c8
Move two misplaced release notes to the correct location.
2001-10-11 15:38:48 +00:00
bmah
ff9ff5eebf
MFCs noted: amdpm(4), new newfs(8) cylinder group defaults.
2001-10-11 15:37:26 +00:00
ru
39c4ae6616
- Bump document date for eaccess(2) addition.
...
- Mention ``eaccess'' in the NAME section.
- Use intro(2) terminology.
- Markup fixes.
Reviewed by: rwatson
2001-10-11 15:27:53 +00:00
ru
b0d7725e6d
Fixed bugs from revision 1.27. Specifically:
...
- Restore the ability to look up network names in the networks(5)
database by passing getnetbyaddr(3) shifted network numbers,
but without duplicating the old bug that was fixed in 1.27 (we
now only shift netnums with standard netmasks). For example:
Before:
$ netstat -r
[...]
127.0.1/24 localhost UGSc 0 0 lo0
127.0.2/24 localhost UGSc 0 0 lo0
After:
$ netstat -r
[...]
subnet1/24 localhost UGSc 0 0 lo0
subnet2/24 localhost UGSc 0 0 lo0
- Only try to lookup with the forged netmask if the mask was not
explicitly specified, like it was before 1.27. For example:
Before:
$ netstat -r
net-44.ampr.org/25 localhost UGSc 0 0 lo0
net-44.ampr.org/25 localhost UGSc 0 0 lo0
After:
44.108.2/25 localhost UGSc 0 0 lo0
44.108.2.128/25 localhost UGSc 0 0 lo0
- Make sure to null-terminate the resulting string.
MFC after: 1 week
2001-10-11 14:30:42 +00:00
dfr
18cd2d2cea
Fix typo in comment.
2001-10-11 13:47:20 +00:00
dfr
e18643f7d6
Implement MCOUNT hook for assembler. Probably doesn't work right.
2001-10-11 13:35:31 +00:00
dfr
0d5aa1a03b
Implement mcount trampoline (untested).
2001-10-11 13:31:55 +00:00
dfr
f075c7df77
Change to track the new calling convention for execve. This version only
...
needs one line of assembler to initialise gp.
2001-10-11 12:33:05 +00:00
dfr
f16813dcd5
* Change the calling convention for execve so that it conforms to normal
...
C calling conventions. This allows crt1.c to be written nearly without
any inline assembler.
* Initialise cpu_model[] so that the hw.model sysctl works properly.
2001-10-11 12:31:50 +00:00
dd
9b35147067
Add missing space.
2001-10-11 12:18:14 +00:00
yar
448605be4c
Add missing section number to a cross-reference to login(1).
...
MFC after: 3 days
2001-10-11 11:29:37 +00:00
sobomax
658cbab38f
Make `-t' flag in pkg_*(1) tools actually working.
...
PR: 30843
Submitted by: Vladimir B. Grebenschikov <vova@express.ru>
MFC after: 2 weeks
2001-10-11 11:29:12 +00:00
cjc
aaf46285fe
Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothing
...
to do with "dropped packets." Any packets matching rules with the
'log' directive are logged regardless of the action, drop, pass,
divert, pipe, etc.
MFC after: 1 day
2001-10-11 11:21:18 +00:00
yar
c01da464b6
Fix the phrase about "both files", which must be left
...
from login(3). This page, logwtmp(3), speaks of only
one file -- wtmp(5).
MFC after: 1 week
2001-10-11 11:02:50 +00:00
peter
6c75d7f59d
Update comments regarding the transient nature of k_kproc and u_md
...
in struct user.
2001-10-11 08:15:16 +00:00
mr
188e03f8f9
Fix SysV Semaphore Handling.
...
Updated by peter following KSE and Giant pushdown.
I've running with this patch for two week with no ill side effects.
PR: kern/12014: Fix SysV Semaphore handling
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
2001-10-11 08:15:14 +00:00
jlemon
532fbd6c3c
Move device nodes into a /dev/net/ directory, to avoid conflict with
...
existing devices (e.g.: tunX). This may need a little more thought.
Create a /dev/netX alias for devices. net0 is reserved.
Allow wiring of net aliases in /boot/device.hints of the form:
hint.net.1.dev="lo0"
hint.net.12.ether="00:a0:c9:c9:9d:63"
2001-10-11 05:54:39 +00:00
imp
8c6454312c
takashi shibagaki-san posted a similar patch to nomads. It seems that
...
more laptops work w/o the shutdown code than with it on reboot. So
let's disable it for a while.
2001-10-11 05:41:27 +00:00
jlemon
db88fbbac0
Set if_type and if_addrlen before calling if_attach(), so the values are
...
available for the routine to use.
2001-10-11 05:37:59 +00:00
imp
d53f722ed3
Use the NetBSD init code for the TOPIC parts as a more complete basis
...
for initializing the parts. Since I don't have any of these parts in
any of my working laptops, I'm committing this to allow people to test
it. Will MFC when I receive reports of it working.
2001-10-11 05:37:32 +00:00
ps
db0d5cd641
Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
...
tunable.
Reviewed by: peter
MFC after: 2 weeks
2001-10-10 23:06:54 +00:00
jhb
63fe581848
Add a temporary hack that will go away with the ucred API update to bzero
...
the duplicated mutex before initializing it to avoid triggering the check
for init'ing an already initialized mutex.
2001-10-10 20:45:40 +00:00
jhb
a410ffa472
Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my
...
trigget the check to make sure we don't initalize a mutex twice.
2001-10-10 20:43:50 +00:00
jhb
33c3770bff
Remove references to nfsiod and nfs_client_flags now that they are
...
obsolete.
Submitted by: Gordon Tetlow <gordont@gnf.org>
2001-10-10 20:36:51 +00:00
obrien
9ef67c1f0e
Shared libraries from 4.4-FreeBSD needed for proper binary compatibility.
2001-10-10 20:33:20 +00:00
dfr
f41d25be64
Move setregs() out from under the PROC_LOCK so that it can use functions
...
list suword() which may trap.
2001-10-10 20:04:57 +00:00
archie
f60a3082c8
Fix bug that cheated hook names out of the last 2 bytes.
...
MFC after: 3 days
2001-10-10 19:58:11 +00:00
archie
11a08756a6
Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.
...
Noticed by: jdp
MFC after: 3 days
2001-10-10 19:51:13 +00:00
peter
5a17b5695a
Add an ia64 configuration. This is not likely to be optimal, but does
...
compile and seems to work. We should run configure after everything
else is self hosting to test the speeds of the various options.
2001-10-10 19:07:31 +00:00
archie
c7c152316f
Update reference URL.
...
MFC after: 3 days
2001-10-10 18:34:28 +00:00
orion
6923b3865d
use pcm_getbuffersize()
2001-10-10 17:56:35 +00:00
luigi
2aa1af9337
Add a -d flag to show deltas as opposed to cumulative counters
...
in interface statistics. Most useful when used with the -w flag e.g.
ns -i -w 1 -d
2001-10-10 17:52:04 +00:00
bde
229c3ac7c3
Compensate for "Compensate for header dethreading" by backing it out.
2001-10-10 17:48:44 +00:00
obrien
c08ea910e4
Fix tabbing damage in last commit.
2001-10-10 17:26:27 +00:00
ru
255dbf6990
-r is implied with -B.
2001-10-10 16:26:56 +00:00
ru
168d2047b1
getnetbyaddr() should be serviced by the "networks" database.
2001-10-10 12:49:53 +00:00
dfr
a9c4a40889
Adjust so that we don't use relocations which can't exist in a shared
...
library.
2001-10-10 10:35:01 +00:00
dfr
4338eb2498
Shorter versions of the byte swapping code.
2001-10-10 10:34:08 +00:00
bde
339786b751
Added used includes. <sys/_lock.h> is a prerequisite for <sys/_mutex.h>,
...
and <sys/queue.h> is a prerequisite for both <sys/_lock.h> and
<sys_mutex.h>.
2001-10-10 10:26:07 +00:00