Warner Losh
c88a674b8d
ARtem ONAIR card
...
Submitted by: Ben Gras
2003-06-11 16:56:02 +00:00
Warner Losh
cb8af9e613
regen for 1.52
2003-06-11 16:53:47 +00:00
Warner Losh
e8abadefcc
Add ARtem ONAIR wi card.
...
Submitted by: Ben Gras
Forgotten by: imp
2003-06-11 16:53:26 +00:00
Warner Losh
7988ce93e8
Minor tweaks that are effectively all style tweaks.
2003-06-11 16:51:27 +00:00
Warner Losh
729a248d63
Call wi_free() in all the relevant error cases.
2003-06-11 16:41:07 +00:00
Warner Losh
459caa871c
Call wi_free on the failure cases of pccard.
...
Tested by: scottl
2003-06-11 16:39:20 +00:00
Alan Cox
f717a9d063
Lock the vm object when removing a page.
2003-06-11 16:37:33 +00:00
Erwin Lansing
0ff30930ff
add my birthday
2003-06-11 09:04:53 +00:00
Dag-Erling Smørgrav
ffe92432e3
Whitespace cleanup.
2003-06-11 07:35:56 +00:00
David E. O'Brien
81a6b595de
Use __FBSDID().
2003-06-11 07:22:30 +00:00
David E. O'Brien
f25de95508
Use __FBSDID().
2003-06-11 07:11:35 +00:00
David E. O'Brien
f98c8ea46c
Use __FBSDID().
2003-06-11 07:06:31 +00:00
David E. O'Brien
050ae80c6f
Use __FBSDID().
2003-06-11 07:00:30 +00:00
David E. O'Brien
50b1faef38
Use __FBSDID().
...
Approved by: phk
2003-06-11 06:49:16 +00:00
Alan Cox
c40f7377a4
Add vm object locking.
2003-06-11 06:43:48 +00:00
Robert Watson
f79c46d3f4
Add "-n" argument, which causes mdconfig to simply print the unit
...
number X, rather than mdX, making it easier to script tests that
use md devices but don't want to make assumptions about any existing
md use (such as in diskless environments).
2003-06-11 06:38:24 +00:00
Poul-Henning Kamp
7ddc2528b7
Fix date, appearantly everybody else got done with May before I did.
2003-06-11 06:37:55 +00:00
David E. O'Brien
f4636c5959
Use __FBSDID().
2003-06-11 06:34:30 +00:00
David E. O'Brien
2c44651495
Use __FBSDID().
2003-06-11 05:57:50 +00:00
David E. O'Brien
ab0de15baf
Use __FBSDID().
2003-06-11 05:37:42 +00:00
Peter Wemm
77e2a274d0
GC unused cpu_wait() function
2003-06-11 05:20:33 +00:00
Paul Saab
1795d0cdec
Don't overflow when calculating vm_kmem_size. This fixes kmem_map
...
too small panics on PAE machines which have odd > 4GB sizes (4.5 gig
would render a 20MB of KVA for kmem_map instead of 200MB).
Submitted by: John Cagle <john.cagle@hp.com>, jeff
Reviewed by: jeff, peter, scottl, lots of USENIX folks
2003-06-11 05:18:59 +00:00
Greg Lehey
4b33b53279
Remove all files. They're now in tools/debugscripts.
2003-06-11 04:54:58 +00:00
Robert Watson
13b7350a5b
Add the comment I meant to add about not passing in PCATCH to the
...
tsleep(). Note the XXX.
2003-06-11 03:32:42 +00:00
David Xu
7677ce18b8
Fix error in my last commit. Correctly maintain p_maxthrwaits and unlock
...
sched_lock.
2003-06-11 01:08:33 +00:00
David E. O'Brien
677b542ea2
Use __FBSDID().
2003-06-11 00:56:59 +00:00
David E. O'Brien
8c9bbf484a
Use __FBSDID().
2003-06-11 00:34:37 +00:00
David E. O'Brien
be07195a60
Use __FBSDID().
2003-06-11 00:01:05 +00:00
David E. O'Brien
3b16f7d7fe
Use __FBSDID().
2003-06-10 23:48:55 +00:00
David E. O'Brien
d7a26ce64c
Use __FBSDID().
2003-06-10 23:39:45 +00:00
David E. O'Brien
a75fe74844
Use __FBSDID().
2003-06-10 23:23:33 +00:00
David E. O'Brien
753960f7c4
Use __FBSDID().
2003-06-10 22:09:23 +00:00
Scott Long
af2aaddd7a
Don't start the beastie menu if the 'beastie_disable' variable is set to
...
'YES'.
If the user selects to escape to the loader prompt, set 'autoboot_delay'
to 'NO' so that the prompt timer doesn't run.
2003-06-10 22:04:09 +00:00
David E. O'Brien
ad39da7821
Use __FBSDID().
2003-06-10 21:44:29 +00:00
David E. O'Brien
16dbc7f228
Use __FBSDID().
2003-06-10 21:29:12 +00:00
David E. O'Brien
11f0fab4fa
Use C99 compatible ASM statements.
...
(untested, but existing state breaks
http://triangle.rtp.freebsd.org/~des/tinderbox-CURRENT-amd64-amd64.brief )
2003-06-10 21:17:55 +00:00
Tom Rhodes
0315901c7c
Add an EXAMPLES section.
...
PR: 43899
Reviewed by: des, ru
2003-06-10 20:41:18 +00:00
Tom Rhodes
fa676bbfc8
Revert 1.52. This should have been added to fetch.3.
...
Discussed with: des, ru
2003-06-10 20:34:50 +00:00
Alan Cox
2a8f9ab57f
- Finish vm object and page locking in vnode_pager_setsize().
...
- Make some small style changes to vnode_pager_setsize(); most notably,
move two comments to a more logical place.
2003-06-10 20:28:41 +00:00
Thomas Moestl
cc264d0083
- Add manpages for the gem and hme ethernet drivers. These were obtained
...
from NetBSD, and changed slightly to account for FreeBSD specifics.
- Hook them up to the build.
- Add them to the list of miibus-using drivers in miibus(4).
2003-06-10 18:53:15 +00:00
Juli Mallett
dfa13bbf27
Various cleanups of careless mistakes/omissions.
...
PR: 53149
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-06-10 18:36:16 +00:00
Yaroslav Tykhiy
3cd7e22936
Read gettytab(5) soon enough to fill in all necessary values.
...
Re-read gettytab(5) only if needed.
This fixes bugs introduced as long ago as in getty/main.c rev.1.15.
PR: bin/18181
MFC after: 1 month
2003-06-10 18:30:41 +00:00
Juli Mallett
27fd747882
Left out the critical part of my "public domain" template, a notice saying
...
that this file is (these files are) in the public domain.
PR: 53149
2003-06-10 18:24:40 +00:00
David E. O'Brien
ee709e7024
Use __FBSDID().
2003-06-10 18:14:05 +00:00
David E. O'Brien
9c963d873e
Use __FBSDID().
2003-06-10 17:50:20 +00:00
David E. O'Brien
61334e3b42
Use __FBSDID().
2003-06-10 17:31:31 +00:00
David E. O'Brien
a880eba3cf
Use __FBSDID().
2003-06-10 17:10:18 +00:00
David E. O'Brien
f59584cd7f
Use __FBSDID().
2003-06-10 17:02:51 +00:00
David E. O'Brien
fa58a9089f
Use __FBSDID().
2003-06-10 16:50:43 +00:00
Mark Murray
96b5910f32
Revert part of the last commit. This fixes tail for pipes.
...
Submitted by: joerg
2003-06-10 16:49:14 +00:00