jmc
e3d48f02e9
Support for building the cd's on 2.0
2004-12-06 08:15:11 +00:00
itojun
8d487352ba
move SA header to DEAD if there's no children. markus@openbsd
2004-12-06 08:07:28 +00:00
itojun
bc4b33d8be
reqid (for unique policy) is u_int16_t quantity. from markus@openbsd
2004-12-06 08:05:26 +00:00
snj
d4d8a90495
Remove a duplicate entry.
2004-12-06 06:33:03 +00:00
briggs
52af8374ec
Minor (old) patch from me to correct CPU ID of 604e vs. 604ev.
...
Tested by Tim Kelly.
Also patched from Tim to
- Delay longer for second CPU spinup.
- Only attempt to print CPU speed and cache configuration on certain
CPU types.
2004-12-06 04:15:03 +00:00
christos
64573a67d7
Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined.
2004-12-06 02:59:23 +00:00
he
d1b8269758
Correct a typo: it's fnullop_kqfilter and not fnullop_kqueue.
2004-12-05 22:42:27 +00:00
bouyer
32ea72dcdc
Regen: Cleanup in VIA chipset names. From Lloyd Parkes in kern/15466.
2004-12-05 21:03:45 +00:00
bouyer
52ad9744eb
Cleanup in VIA chipset names. From Lloyd Parkes in kern/15466.
2004-12-05 21:01:43 +00:00
atatat
aa58464306
wiz warning: A .Bl directive has no matching .El (fixed)
2004-12-05 16:20:43 +00:00
christos
6d413e70c4
pasto: simple_lock -> simple_unlock.
2004-12-05 15:03:13 +00:00
peter
42fc7edb33
Use ANSI function decls, change a few 0 to NULL.
2004-12-05 15:02:30 +00:00
peter
cf47c76c1b
Don't forget to call bpfdetach in the clone destroy function.
...
While here, add a missing static and change some spaces to tabs.
2004-12-05 15:00:47 +00:00
he
8194ddc3a5
Fix what must have been an omission: missing brace and a leftover
...
use of `i', which is no longer defined. Fixes build problem for ports
not defining __HAVE_GENERIC_SOFT_INTERRUPTS.
2004-12-05 14:56:50 +00:00
peter
e6a70f95cf
Apply a patch from OpenBSD 3.6 branch (ok yamt@).
...
MFC:
Fix by dhartmei@
fix a bug that leads to a crash when binat rules of the form
'binat from ... to ... -> (if)' are used, where the interface
is dynamic. reported by kos(at)bastard(dot)net, analyzed by
Pyun YongHyeon.
2004-12-05 13:32:17 +00:00
he
fdd8e7a3e5
Fix an obvious typo: scf -> sc. Discovered while compiling for x68k.
2004-12-05 13:32:03 +00:00
wiz
65662157da
New sentence, new line.
2004-12-05 13:28:54 +00:00
wiz
d61c6aa90c
Bump date since the devices are cloning now.
2004-12-05 13:27:26 +00:00
peter
d47c7d9500
Document that an open call on /dev/tunN also creates new interfaces.
...
While here, use .Cm for command modifiers.
2004-12-05 13:26:39 +00:00
peter
53bdda7819
Document cloning changes; remove count.
2004-12-05 13:24:10 +00:00
wiz
6db487450e
Some fixes from jmc@openbsd.
2004-12-05 13:17:35 +00:00
christos
d2773f76b5
fix compilation issues. my kernel did not have strip...
2004-12-05 06:53:33 +00:00
jrf
ac053b9ef0
Fix previous commit, got bufcache and bufmem messages reversed.
2004-12-05 06:12:54 +00:00
jrf
cd5b5ced44
Change sysctl -d vm.bufcache to say percent of physical memory not
...
kernel memory. Addresses PR misc/27233. Approved by atatat@netbsd.org .
2004-12-05 06:00:20 +00:00
christos
b6cd0b540f
document recent cloners; hi peter.
2004-12-05 05:50:54 +00:00
christos
f08ea58021
clonify strip and sl.
2004-12-05 05:43:04 +00:00
christos
7a05522334
void in arg prototype.
2004-12-05 05:42:19 +00:00
christos
37d722af2b
Now that ppp is a cloning interface, detect if we have support for it in
...
the kernel by examining if it is in the list of cloning devices.
2004-12-05 04:16:22 +00:00
christos
f11e795a0f
Make ppp a cloning device. Based on the work of Quentin Garnier.
2004-12-05 04:15:16 +00:00
peter
e3ceb08f8d
Remove redundant conditional; NTUN is always 1 when this file is compiled.
...
Also remove tun.h include, since it's no longer needed.
2004-12-04 23:22:58 +00:00
peter
4f51481269
Fix a typo in Bill Studenmund's name.
2004-12-04 23:03:33 +00:00
thorpej
e0747e9825
Use READ/WRITE (16) if the LBA is larger than 32 bits. Another bit
...
of kern/28514.
2004-12-04 19:02:25 +00:00
peter
b2618f9ac2
ifc_destroy returns an int.
2004-12-04 18:40:45 +00:00
peter
3d5aea7c14
Bump version to 2.99.11 (lo0/ifc_destroy changes).
2004-12-04 18:34:09 +00:00
peter
b9c49ebff1
Change ifc_destroy to return an int instead of void, so that it
...
can pass back errors to ifconfig.
2004-12-04 18:31:43 +00:00
wiz
1e815eb68e
Bump date for cloning; use .Cm for command modifiers;
...
fmt some paragraphs.
2004-12-04 17:03:04 +00:00
peter
8a19cbc78f
lo(4) is now a cloner. Document this.
2004-12-04 16:47:10 +00:00
chs
2a728789eb
elf2bb is a host program, don't assume that m68k pointer alignment is
...
sufficient. fixes PR 27055.
2004-12-04 16:23:31 +00:00
chs
e3f37f50b8
the arguments to BUS_ADDR() are (space, offset), not the other way around.
...
fixes PR 26472.
2004-12-04 16:19:36 +00:00
peter
396b87b8c2
Convert lo(4) to a clonable device.
...
This also removes the loif array and changes all code to use the new
lo0ifp pointer which points to the lo0 ifnet structure.
Approved by christos.
2004-12-04 16:10:25 +00:00
peter
fd3bd491c0
Improve the cleanup routines for detachment. Fixes PR 28132.
...
Reviewed by yamt.
2004-12-04 14:26:01 +00:00
peter
3cfd10be8b
Don't put the hook definitions into #ifdef _KERNEL.
...
(needed to compile pf programs because of the previous change)
2004-12-04 14:21:23 +00:00
yamt
0a7a28fcc4
plug pfik_ifaddrhooks leaks by embedding it to pfi_kif.
2004-12-04 10:35:54 +00:00
tnozaki
d5a4028bc2
Add myself to the list of developers.
2004-12-04 08:31:54 +00:00
yamt
f11ea18093
nfsrv_read: fall back to copying when fail to loan pages.
...
(i forgot to commit this with uvm_loan.c rev.1.51.)
2004-12-04 08:07:52 +00:00
matt
080d581a20
Make sure to enable interrupts before lower IPL so we don't block any
...
interrupts (IPI) we shouldn't.
2004-12-04 05:56:28 +00:00
hubertf
25486664b0
LBNL - last but not least, by kocio@IRC
2004-12-04 02:03:32 +00:00
wiz
dd670f8f43
New sentence, new line, drop trailing whitespace.
2004-12-03 23:39:52 +00:00
lukem
e3fa45c35e
add some HISTORY about the inspiration for this command
2004-12-03 23:05:32 +00:00
christos
8ba40fb280
Explain the remaining kernel error codes.
2004-12-03 21:34:01 +00:00