jwise
4f1d9bdb73
Play with calendar syntax a little, allowing both of month and day
...
to be wildcarded.
As a side effect, this allows '**' in the date field to match every
day of the year, which is very useful for TODO items.
It's important to note that the syntax has a lot of hardcoded (and
undocumented) ambiguity resolution stuff, and is crying out for a
simplification, and maybe some use of yacc and lex.
When this is done, a minor flag day (and probably a compatibility
flag :-( ) should be included, for current users who are making
use of some of the corner cases. I'll raise this on tech-userlevel
before going there. CVS:
----------------------------------------------------------------------
2004-12-06 20:38:43 +00:00
jmc
568c053401
Add amd64 support
2004-12-06 20:05:10 +00:00
cube
57d7489f05
Note ixpide(4) addition.
2004-12-06 19:38:25 +00:00
cube
c002a66744
Add a manual page for ixpide(4).
2004-12-06 19:34:01 +00:00
cube
99b014db5e
Add ixpide(4).
2004-12-06 19:28:12 +00:00
cube
eac73e5ce7
Add config wires for ixpide(4).
2004-12-06 19:23:09 +00:00
cube
7164a75552
Add ixpide(4), a driver for the IDE controller found in the ATI IXP series
...
of integrated chipsets.
Documented from the Linux driver. Tested by reinoud@, ok'd by bouyer@.
2004-12-06 19:22:24 +00:00
nathanw
08c663a3c0
Implement __libc_thr_sigsetmask_stub() in terms of sigprocmask(),
...
instead of having a dummy function.
2004-12-06 18:58:12 +00:00
yamt
165c905934
add links for uvm_unmap(9)
2004-12-06 17:35:53 +00:00
yamt
ccd887a498
document uvm_unmap.
2004-12-06 17:34:07 +00:00
wiz
bc2c790fdf
Add forward declaration for struct audio_params.
...
Fixes compilation of e.g. macppc with awacs(4).
Ok kent@.
2004-12-06 13:28:34 +00:00
wiz
3486a34ec9
Add entry for libevent, and note 1.0 is out.
2004-12-06 13:18:54 +00:00
wiz
d768695880
Add RCS Id.
2004-12-06 13:16:36 +00:00
cube
cc48293bc4
Regen (ATI IXP IDE).
2004-12-06 12:55:26 +00:00
cube
30962ed274
Add ATI IXP IDE Controller.
2004-12-06 12:54:37 +00:00
jmc
39914b5411
Trim multi2 down as well
2004-12-06 09:14:22 +00:00
jmc
358db79407
Drop source from multi1, it's too big and we provide a separate source .iso
...
anyways
2004-12-06 08:30:46 +00:00
jmc
ef48c52a11
Typo
2004-12-06 08:29:25 +00:00
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