Commit Graph

90892 Commits

Author SHA1 Message Date
alc
f13256329b Hold the vm object's lock when performing vm_page_lookup(). 2003-06-09 07:01:05 +00:00
alc
fd950733b7 Don't use vm_object_set_flag() to initialize the vm object's flags. 2003-06-09 06:50:02 +00:00
imp
b59d7d9276 Change incorrect strings.h to more correct string.h to pick up
declarations for strlcpy, strlen, strmp and strcpy.
2003-06-09 06:30:36 +00:00
imp
0fcc0bc2e1 Include sys/param.h for both modfind and kldload
Include sys/linker.h for kldload
Include sys/module.h for modfind
sort sys includes
2003-06-09 06:26:50 +00:00
imp
dde0cbde95 Include stdlib.h for atoi declaration.
Add $FreeBSD$ while I'm here.
2003-06-09 06:23:10 +00:00
imp
55bc626966 Include stdlib.h for atoi declaration
Add $FreeBSD$ while I'm here.
2003-06-09 06:22:01 +00:00
imp
d094e330d9 include string.h for memcmp declearation 2003-06-09 06:19:15 +00:00
imp
8c54690ffe Include string.h for strlen declaration 2003-06-09 06:17:07 +00:00
imp
606a9095e3 Include stdlib.h for exit declaration 2003-06-09 06:16:18 +00:00
imp
68aa30aea2 Include string.h for strcmp declaration 2003-06-09 06:16:00 +00:00
hsu
d5ee1a976b On a socket creation error, don't close the socket. 2003-06-09 03:44:34 +00:00
jeff
64dd44ce61 - Add a simple CPU load balancing algorithm. This works by executing once a
second and equalizing the load between the two most imbalanced CPU.  This
   is intended to clear up long term load imbalances that would not be handled
   by the 'pull' method in sched_choose().
 - Pull out some bits of sched_choose() into a kseq_move() function that moves
   an arbitrary thread from one kseq to another.
2003-06-09 00:39:09 +00:00
ru
ff5d1b5864 Document the NOLIBPTHREAD and NOLIBTHR knobs. 2003-06-08 23:48:02 +00:00
alc
6a3f0ec4b1 - Properly handle the paging_in_progress case on two vm objects in
vm_object_deallocate().
 - Remove vm_object_pip_sleep().
2003-06-08 23:01:24 +00:00
will
c0f54c2235 REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.

http://freebsd.kde.org/memoriam/alane.php

(This change suggested by ru@ - thanks).
2003-06-08 21:31:10 +00:00
ceri
42f08e5ff1 Apply a couple of grammatical improvements.
MFC after:	2 days
2003-06-08 19:49:37 +00:00
ceri
a11f366f6b Correct a typo.
MFC After:	2 days
2003-06-08 19:41:58 +00:00
des
20a2dffdbe Forced commit to note that the previous committed related to:
PR:		kern/51555
2003-06-08 18:35:57 +00:00
des
0f6d6f6533 Revert part of rev 1.43. We want to fail gracefully if there is no packet
waiting in the interface queue.

Submitted by:	Yeasah Pell <yeasah@apocalypse.org>
2003-06-08 18:35:25 +00:00
deischen
7a2a53be28 After selecting a thread to handle a signal and taking
its scheduling lock, make sure that the thread still has
the signal unmasked.

Make a debug statement conditional on debugging being
enabled.
2003-06-08 17:37:21 +00:00
deischen
08f5ae2179 Insert threads at the end of the free thread list so that
the chance of getting the same thread id when allocating a
new thread is reduced.  This won't work if the application
creates a new thread for every time a thread exits, but
we're still within the allowances of POSIX.
2003-06-08 17:35:11 +00:00
deischen
49fd6082dc Provide a reference to __sys_write. The implementation uses this when
debugging is enabled so the symbol needs to be resolved before rtld
locking is enabled.  I may not really know what I'm talking about,
but it works.

Submitted by:	kan
2003-06-08 17:29:32 +00:00
ru
a3c466e480 The sorting is by month/day/year/login. 2003-06-08 16:37:40 +00:00
ru
4e81f78d34 Submitted by: hmp 2003-06-08 15:01:44 +00:00
charnier
9c2207d724 command -> utility. Add section number to .Xr 2003-06-08 14:38:02 +00:00
charnier
7fdb309164 The .Nm utility 2003-06-08 14:36:22 +00:00
charnier
11aca63bf3 command -> utility 2003-06-08 14:35:11 +00:00
charnier
c0603eccf2 Add section number to .Xr 2003-06-08 14:33:04 +00:00
charnier
aafcecac3c The .Xr utility. Spelling. Put NIS under .Tn 2003-06-08 14:28:38 +00:00
charnier
9f740d6ffa The .Xr utility 2003-06-08 14:06:45 +00:00
charnier
7260381488 Add section number to .Xr 2003-06-08 14:04:49 +00:00
charnier
5f2eefe79b Add section number to .Xr 2003-06-08 13:58:08 +00:00
charnier
32299344de typo 2003-06-08 13:51:40 +00:00
charnier
b0319d6cd2 The .Nm utility 2003-06-08 13:47:20 +00:00
charnier
91c98c2c53 The .Xr utility 2003-06-08 13:45:37 +00:00
charnier
d078b9423e The .Xr files 2003-06-08 13:43:56 +00:00
charnier
6dc80df9f4 Add NOTREACHED after err() inside of a switch statement. 2003-06-08 13:39:32 +00:00
charnier
4dd40cb974 The .Xr utility 2003-06-08 13:35:40 +00:00
charnier
fc142094b7 Use .Ic instead of .Xr for internal commands 2003-06-08 13:33:50 +00:00
charnier
42cddcfceb Remove reference to deprecated xtend(8) 2003-06-08 13:31:38 +00:00
charnier
802148582e Add or correct section number in .Xr 2003-06-08 13:27:57 +00:00
charnier
ac0a573e87 .Nm -> .Xr 2003-06-08 12:57:39 +00:00
charnier
86207fee28 The .Xr utility 2003-06-08 12:55:55 +00:00
charnier
38dd1b1ac3 mount_msdos -> mount_msdosfs 2003-06-08 12:53:07 +00:00
charnier
7aed4eadc7 Add section number to .Xr 2003-06-08 12:51:28 +00:00
charnier
eeb46390af Add section number to .Xr 2003-06-08 12:40:50 +00:00
charnier
04bdd1fc48 The .Xr utility 2003-06-08 12:38:18 +00:00
mtm
c37be8e6a6 - Remove a debugging echo.
- When we change the IFS make sure to return it to its previous
  value before executing a command.
2003-06-08 11:49:30 +00:00
nyan
0d959a1a25 Don't route PCI irq on pc98. 2003-06-08 11:18:35 +00:00
charnier
732ab8fe2e The .Fn function 2003-06-08 10:40:44 +00:00