summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use vm_object_set_flag() to initialize the vm object's flags.alc2003-06-091-1/+1
|
* Change incorrect strings.h to more correct string.h to pick upimp2003-06-092-2/+2
| | | | declarations for strlcpy, strlen, strmp and strcpy.
* Include sys/param.h for both modfind and kldloadimp2003-06-091-2/+5
| | | | | | Include sys/linker.h for kldload Include sys/module.h for modfind sort sys includes
* Include stdlib.h for atoi declaration.imp2003-06-091-0/+3
| | | | Add $FreeBSD$ while I'm here.
* Include stdlib.h for atoi declarationimp2003-06-091-0/+3
| | | | Add $FreeBSD$ while I'm here.
* include string.h for memcmp declearationimp2003-06-091-0/+1
|
* Include string.h for strlen declarationimp2003-06-091-0/+1
|
* Include stdlib.h for exit declarationimp2003-06-091-0/+1
|
* Include string.h for strcmp declarationimp2003-06-091-0/+1
|
* On a socket creation error, don't close the socket.hsu2003-06-091-1/+2
|
* - Add a simple CPU load balancing algorithm. This works by executing once ajeff2003-06-091-7/+95
| | | | | | | | 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.
* Document the NOLIBPTHREAD and NOLIBTHR knobs.ru2003-06-081-0/+12
|
* - Properly handle the paging_in_progress case on two vm objects inalc2003-06-081-26/+16
| | | | | vm_object_deallocate(). - Remove vm_object_pip_sleep().
* REST IN PEACEwill2003-06-081-0/+1
| | | | | | | | | | | | | 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).
* Apply a couple of grammatical improvements.ceri2003-06-081-2/+2
| | | | MFC after: 2 days
* Correct a typo.ceri2003-06-081-1/+1
| | | | MFC After: 2 days
* Forced commit to note that the previous committed related to:des2003-06-080-0/+0
| | | | PR: kern/51555
* Revert part of rev 1.43. We want to fail gracefully if there is no packetdes2003-06-081-0/+3
| | | | | | waiting in the interface queue. Submitted by: Yeasah Pell <yeasah@apocalypse.org>
* After selecting a thread to handle a signal and takingdeischen2003-06-082-6/+16
| | | | | | | | its scheduling lock, make sure that the thread still has the signal unmasked. Make a debug statement conditional on debugging being enabled.
* Insert threads at the end of the free thread list so thatdeischen2003-06-082-2/+2
| | | | | | | 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.
* Provide a reference to __sys_write. The implementation uses this whendeischen2003-06-082-0/+6
| | | | | | | | 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
* The sorting is by month/day/year/login.ru2003-06-081-2/+2
|
* Submitted by: hmpru2003-06-081-0/+1
|
* command -> utility. Add section number to .Xrcharnier2003-06-081-8/+8
|
* The .Nm utilitycharnier2003-06-081-1/+2
|
* command -> utilitycharnier2003-06-081-1/+1
|
* Add section number to .Xrcharnier2003-06-083-3/+3
|
* The .Xr utility. Spelling. Put NIS under .Tncharnier2003-06-081-11/+19
|
* The .Xr utilitycharnier2003-06-083-7/+11
|
* Add section number to .Xrcharnier2003-06-082-5/+5
|
* Add section number to .Xrcharnier2003-06-084-11/+12
|
* typocharnier2003-06-081-1/+1
|
* The .Nm utilitycharnier2003-06-081-3/+5
|
* The .Xr utilitycharnier2003-06-081-1/+2
|
* The .Xr filescharnier2003-06-081-0/+1
|
* Add NOTREACHED after err() inside of a switch statement.charnier2003-06-081-0/+1
|
* The .Xr utilitycharnier2003-06-081-6/+9
|
* Use .Ic instead of .Xr for internal commandscharnier2003-06-081-2/+2
|
* Remove reference to deprecated xtend(8)charnier2003-06-081-1/+0
|
* Add or correct section number in .Xrcharnier2003-06-086-23/+23
|
* .Nm -> .Xrcharnier2003-06-081-3/+4
|
* The .Xr utilitycharnier2003-06-081-2/+3
|
* mount_msdos -> mount_msdosfscharnier2003-06-081-1/+1
|
* Add section number to .Xrcharnier2003-06-083-3/+3
|
* Add section number to .Xrcharnier2003-06-083-3/+3
|
* The .Xr utilitycharnier2003-06-082-5/+7
|
* - Remove a debugging echo.mtm2003-06-081-1/+3
| | | | | - When we change the IFS make sure to return it to its previous value before executing a command.
* Don't route PCI irq on pc98.nyan2003-06-081-1/+1
|
* The .Fn functioncharnier2003-06-0813-35/+70
|
* Implement *_down network routines for ifconfig'ed interfaces, clonedmtm2003-06-081-0/+75
| | | | | | interfaces, interface aliases, user supplied ifconfig scripts, and ipx interfaces. The ipx routine fails unconditionaly at the moment. Someone who has a need for it can fill it in with the appropriate incantations.
OpenPOWER on IntegriCloud