summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When generating the zone stats make sure to handle the master zonebmilekic2003-07-301-0/+7
* Rearrange the vcc structure so that the generic getvcc functionharti2003-07-302-265/+251
* Rearrange the fields in the vcc table entry to fit to the requirementsharti2003-07-302-68/+13
* Generate events when the carrier goes up or down.harti2003-07-301-0/+10
* Remove the disabling of buckets workaround.phk2003-07-301-1/+0
* In get_mcontext(), if we need to clear the return value, clearmarcel2003-07-301-0/+1
* - Get rid of the ill-conceived uz_cachefree member of uma_zone.jeff2003-07-302-16/+24
* - Check to see if we need a slab prior to allocating one. Failure to dojeff2003-07-301-2/+2
* Detour via (void *) to defeat gcc's strict-aliasing warnings when usingpeter2003-07-301-3/+3
* Temporary workaround: Always disable buckets, there is a bug therephk2003-07-291-0/+1
* Restored clearing of the bss, except for putting it in a correct placebde2003-07-291-9/+18
* Fix a memory leak in CCD's mirror code.phk2003-07-291-0/+2
* Fix the new DA_OLD_QUIRKS option for normal and module compiles.njl2003-07-293-3/+4
* Process events from the ATM drivers. Carrier change and PVC changeharti2003-07-292-49/+126
* Cleanup useless break.ume2003-07-291-3/+0
* Generate events for carrier state, PVC state changes and flow controlharti2003-07-293-16/+13
* Remove the rather bogus statistics sysctl and merge it into theharti2003-07-292-17/+8
* Generate events when the interface state or a PVC state changes.harti2003-07-291-18/+10
* The number of prefixes can never be negative so use an u_int for this.harti2003-07-291-1/+1
* Use a size_t where a buffer length is meant.harti2003-07-292-4/+8
* Make the ioctl() interface cleaner with regard to types: use size_tharti2003-07-2911-46/+54
* Send events for VCC state changes, ACR rate changes and interface stateharti2003-07-293-9/+12
* Implement a mechanism by which ATM drivers can inform interestedharti2003-07-292-1/+85
* Use PSL_KERNEL as upcall thread's initial rflags, don't usedavidxu2003-07-291-1/+1
* Don't hide the name of tmpstk, since there is no need to do so and thebde2003-07-291-3/+2
* Implement DOSPTYP_EXTLBA more completely: loop until we find no morephk2003-07-291-1/+2
* Try to make 'uname -a' look more like it does on Linux:des2003-07-291-0/+30
* Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giantalc2003-07-291-6/+0
* fix another bus_dma leak due to not having a size param for our bus_dmajmg2003-07-291-0/+2
* Deprecate USB and Firewire quirks. We should now never send 6 byte commandsnjl2003-07-293-18/+32
* Fix a problem that occurs when truncating files on NFSv3 mounts: we needtjr2003-07-291-1/+7
* Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with therwatson2003-07-288-56/+176
* When exporting file descriptor data for threads invoking therwatson2003-07-281-0/+11
* Make this compile on 64 bit systems again. You cannot just cast a 32 bitpeter2003-07-281-1/+1
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-286-4/+21
* None of the "alloc" functions used by UMA assume that Giant is held anyalc2003-07-281-9/+2
* The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.imp2003-07-281-1/+1
* Reset the per-CPU unique value at boot and clear it in the PCB of themarcel2003-07-273-3/+9
* Make pmap_pvo_allocf() callable without Giant.alc2003-07-273-18/+18
* Pass the file descriptor index down to vn_open.phk2003-07-272-2/+26
* Pass the fdidx argument from vn_open{_cred}() onto VOP_OPEN()phk2003-07-271-3/+3
* Remove GIANT_REQUIRED from kmem_alloc().alc2003-07-271-2/+0
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-2717-23/+24
* Call the new argument "fdidx" that is more precise than "fd".phk2003-07-271-1/+1
* ip6fw does not handle ESP correctlyume2003-07-271-0/+1
* Respect BUS_DMA_ZERO in iommu_dvmamem_alloc().tmm2003-07-271-3/+10
* Use the BUS_DMA_ZERO flag.mux2003-07-272-12/+5
* Now that we can call kmem_malloc without Giant it should be safedwmalone2003-07-271-2/+0
* Changed the data types of three index variables, two of themrobert2003-07-271-3/+3
* Use the BUS_DMA_ZERO flag.mux2003-07-273-8/+4
OpenPOWER on IntegriCloud