summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - Call sbp_reset_start() for mgm timeout.simokawa2003-10-181-166/+316
* Wrap db_active check in #ifdef DDB, as db_active is not defined ifndefrwatson2003-10-181-0/+8
* Add a new cn_flags fields to struct consdev, the low-level consolerwatson2003-10-182-6/+14
* fix station mode breakage (repeat after me: "test every change, nosam2003-10-171-13/+24
* add statistics for all failures and/or abnormal events; still needsam2003-10-177-39/+174
* fixup debug msgssam2003-10-171-3/+6
* include FH/DS parameters element in probe response framessam2003-10-171-0/+18
* o consolidate rx filter calculations in one placesam2003-10-171-19/+39
* correct commentsam2003-10-171-1/+1
* indicate device receives all management framessam2003-10-171-2/+6
* o add capability to indicate if device receives all management framessam2003-10-172-6/+18
* Fix a couple of bugs with AIF handling:scottl2003-10-172-14/+19
* parameterize locking to improve portability and possiblesam2003-10-173-21/+29
* - Remove the correct thread from the run queue in setrunqueue(). Thisjeff2003-10-171-1/+1
* use ND_IFINFO().ume2003-10-171-0/+4
* nuke duplicate function and unused function.ume2003-10-173-45/+5
* revert wrongly dropped null check by previous commit.ume2003-10-171-0/+2
* - add dom_if{attach,detach} framework.ume2003-10-1721-297/+313
* When expunging unlinked files from a snapshot, skip over holes in themckusick2003-10-171-6/+16
* Simplify count_dev()phk2003-10-171-5/+5
* - Synchronize access to a vm page's valid field using the containingalc2003-10-171-14/+19
* Halt the cpu on amd64 as well. For some strange reason, this makespeter2003-10-171-1/+1
* Implement cpu_idle() on ia64. We put the processor in a lightweightmarcel2003-10-172-2/+10
* - The kse may be null in sched_pctcpu().jeff2003-10-161-1/+7
* - Only kse_reassign() in the !running case.jeff2003-10-161-8/+10
* - Call sched_add() with the correct argument on SMP.jeff2003-10-161-1/+1
* fix horribly botched MFp4 mergesam2003-10-161-7/+7
* pfil hooks can modify packet contents so check if the destinationsam2003-10-161-1/+11
* pfil hooks can modify packet contents so check if the destinationsam2003-10-161-1/+11
* Drop dummynet lock when calling back into the network stack to deliversam2003-10-161-0/+5
* Correct handling of cloning loop avoidance: rtalloc1 may return a nullsam2003-10-161-1/+2
* o correct handling of a frame that has too many segments to fit in thesam2003-10-161-3/+6
* AF_LINK sockaddr has to be attached to ifp->if_addrlist until theume2003-10-161-3/+11
* Changes for new SMP-safe kobj method dispatch algorithm.dfr2003-10-161-2/+6
* Don't forget to load %es with the kernel data segment selector inbde2003-10-163-0/+9
* - Fix a minor problem with my last commit, we don't want to return fromjeff2003-10-161-3/+1
* - mtx_ownedby() was unpopular and is no longer needed. Remove it.jeff2003-10-161-6/+1
* Add a workaround for the fact that the priv field was removed fromdfr2003-10-161-4/+18
* * Add multiple inheritance to kobj. Each class can have zero or more basedfr2003-10-165-163/+376
* - Collapse sched_switchin() and sched_switchout() into sched_switch(). Nowjeff2003-10-164-31/+21
* - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a tdjeff2003-10-166-38/+46
* - The non iterative algorithm for interact_update was broken due tojeff2003-10-161-8/+6
* Bump FreeBSD version for changed layout of cdevswphk2003-10-161-1/+1
* Malloc buckets of size 128 have been having their 64-byte offsetmckusick2003-10-161-4/+7
* Quiet warnings about mis-matched pointer assignment.obrien2003-10-151-12/+12
* Introduce a new optional memberfunction for cdevsw, fdopen() whichphk2003-10-153-2/+11
* Print the correct logical drive lun number returned by the controller.ps2003-10-151-1/+2
* purge extraneous ';'ssam2003-10-151-3/+3
* Add Allied Telesis SIC-AT boards support.shiba2003-10-155-3/+132
* Make sure to pull in all relevant crypto for GEOM_BDEphk2003-10-151-2/+3
OpenPOWER on IntegriCloud