summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - vm_fault_copy_entry() should not assume that the source object containsalc2003-10-151-5/+19
* - If our user_pri doesn't match our actual priority our priority has beenjeff2003-10-151-3/+10
* Add a wrapper for a function that takes and releases the adapterdeischen2003-10-151-3/+13
* The KERN_PROC_PROC sysctl took 4 args in 5.0-REL and 5.1-REL. We need topeter2003-10-151-1/+4
* Pull the tier-2 card one last time and break the get/setcontext andpeter2003-10-155-5/+17
* Get some more data if we hit the pmap_enter() thing.peter2003-10-151-1/+8
* o convert mutex calls to #defines for portability, etc.sam2003-10-143-35/+61
* Major update to xe driver:rsm2003-10-144-585/+790
* Lock ip forwarding route cache. While we're at it, remove the globalsam2003-10-143-37/+95
* MFp4: correct locking issues in nd6_lookupsam2003-10-141-1/+4
* remove dangling ';'s` that were harmlesssam2003-10-141-2/+2
* Change default for kern.polling.idle_poll back to 1. This was set to 0sam2003-10-141-1/+1
* Fix just about as many bugs in my last commit here as there were lines thatpeter2003-10-141-2/+3
* Reintroduce the "recovered from lost interrupt" code, but in a newsos2003-10-141-6/+7
* Fix alignment problem on 64 bit arch.ume2003-10-141-0/+49
* Made use of 'error' argument, which was unused (by mistake) before.phk2003-10-141-1/+1
* With DIAGNOSTICS, sometimes we get weird crashes when some driverimp2003-10-141-3/+4
* MFia64alc2003-10-143-47/+83
* Fix a race condition in owi. If you eject a card, then the wi_inquireimp2003-10-141-2/+2
* - Add a mising vn_finished_write()jeff2003-10-141-0/+1
* use BF_ecb_encrypt().ume2003-10-134-24/+95
* - support AES counter mode for ESP.ume2003-10-138-19/+531
* Don't clear signal mask in execsig(). RELENG_4 does not clear it and POSIXdavidxu2003-10-131-4/+0
* remove dangling mtx_unlock orphaned by rev 1.21 changesam2003-10-131-1/+0
* support AES XCBC MAC for AH.ume2003-10-132-0/+230
* - support AES XCBC MAC for AHume2003-10-133-3/+12
* Reduce per-packet overhead when using WEP by using an advancing IVsam2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingsam2003-10-131-0/+1
* MFp4:sam2003-10-131-3/+13
OpenPOWER on IntegriCloud