aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of bugs with AIF handling:Scott Long2003-10-172-14/+19
* parameterize locking to improve portability and possibleSam Leffler2003-10-173-21/+29
* - Remove the correct thread from the run queue in setrunqueue(). ThisJeff Roberson2003-10-171-1/+1
* use ND_IFINFO().Hajimu UMEMOTO2003-10-171-0/+4
* Make the regression test run also with obj directories.Poul-Henning Kamp2003-10-172-2/+6
* nuke duplicate function and unused function.Hajimu UMEMOTO2003-10-173-45/+5
* revert wrongly dropped null check by previous commit.Hajimu UMEMOTO2003-10-171-0/+2
* - fix to UID test description, non-zero -> zeroKen Smith2003-10-171-1/+1
* Modified release note:Hiroki Sato2003-10-172-10/+12
* Forced commit for attribution. Last commit wasPeter Wemm2003-10-170-0/+0
* Update context code for my last ABI breakage of mcontext. I'm worriedPeter Wemm2003-10-172-14/+16
* don't print ndp -i result if the interface is notHajimu UMEMOTO2003-10-171-0/+5
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-1721-297/+313
* Explicitly specify an alignment for abitag. Without it, gcc specifies aPeter Wemm2003-10-171-1/+1
* Add multicast(4) and pim(4) manual pages and hook up to the build.Bruce A. Mah2003-10-173-0/+1111
* When expunging unlinked files from a snapshot, skip over holes in theKirk McKusick2003-10-171-6/+16
* Simplify count_dev()Poul-Henning Kamp2003-10-171-5/+5
* - NI_WITHSCOPEID was deprecatedHajimu UMEMOTO2003-10-171-155/+151
* - styleHajimu UMEMOTO2003-10-172-50/+56
* Uses wait4() instead of wait3() when waiting for a child process to exit.Sean Chittenden2003-10-171-1/+1
* 1. Catch up with the move of the declaration of panic() from <sys/param.h>Bruce Evans2003-10-171-3/+6
* - Synchronize access to a vm page's valid field using the containingAlan Cox2003-10-171-14/+19
* Halt the cpu on amd64 as well. For some strange reason, this makesPeter Wemm2003-10-171-1/+1
* Implement cpu_idle() on ia64. We put the processor in a lightweightMarcel Moolenaar2003-10-172-2/+10
* - The kse may be null in sched_pctcpu().Jeff Roberson2003-10-161-1/+7
* - Only kse_reassign() in the !running case.Jeff Roberson2003-10-161-8/+10
* - Call sched_add() with the correct argument on SMP.Jeff Roberson2003-10-161-1/+1
* fix horribly botched MFp4 mergeSam Leffler2003-10-161-7/+7
* pfil hooks can modify packet contents so check if the destinationSam Leffler2003-10-161-1/+11
* New release note:Hiroki Sato2003-10-162-2/+86
* pfil hooks can modify packet contents so check if the destinationSam Leffler2003-10-161-1/+11
* Drop dummynet lock when calling back into the network stack to deliverSam Leffler2003-10-161-0/+5
* Correct handling of cloning loop avoidance: rtalloc1 may return a nullSam Leffler2003-10-161-1/+2
* o correct handling of a frame that has too many segments to fit in theSam Leffler2003-10-161-3/+6
* A comment about spam and cockroaches.Tony Finch2003-10-161-0/+7
* AF_LINK sockaddr has to be attached to ifp->if_addrlist until theHajimu UMEMOTO2003-10-161-3/+11
* Changes for new SMP-safe kobj method dispatch algorithm.Doug Rabson2003-10-161-2/+6
* Don't forget to load %es with the kernel data segment selector inBruce Evans2003-10-163-0/+9
* - Fix a minor problem with my last commit, we don't want to return fromJeff Roberson2003-10-161-3/+1
* - mtx_ownedby() was unpopular and is no longer needed. Remove it.Jeff Roberson2003-10-161-6/+1
* Add a workaround for the fact that the priv field was removed fromDoug Rabson2003-10-161-4/+18
* * Add multiple inheritance to kobj. Each class can have zero or more baseDoug Rabson2003-10-165-163/+376
* - Collapse sched_switchin() and sched_switchout() into sched_switch(). NowJeff Roberson2003-10-164-31/+21
* - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a tdJeff Roberson2003-10-166-38/+46
* - The non iterative algorithm for interact_update was broken due toJeff Roberson2003-10-161-8/+6
* Bump FreeBSD version for changed layout of cdevswPoul-Henning Kamp2003-10-161-1/+1
* Handle realloc() failure correctly.Tim J. Robbins2003-10-161-2/+5
* Malloc buckets of size 128 have been having their 64-byte offsetKirk McKusick2003-10-161-4/+7
* Quiet warnings about mis-matched pointer assignment.David E. O'Brien2003-10-151-12/+12
* Introduce a new optional memberfunction for cdevsw, fdopen() whichPoul-Henning Kamp2003-10-153-2/+11