summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory.mux2003-07-271-5/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-2713-44/+72
* Reserve space for the trailing null byte in the srvname member oftjr2003-07-271-1/+1
* Use pmap_zero_page() to zero pages instead of bzero() becausemux2003-07-271-1/+1
* Allow vm_object_reference() on kernel_object without Giant.alc2003-07-271-2/+4
* Changed the type of the variable `qidx' from u_int8_t to int,robert2003-07-271-2/+3
* Use M_WAITOK instead of M_WAIT in sppp_attach().gj2003-07-261-1/+1
* Acquire Giant rather than asserting it is held in contigmalloc(). This isalc2003-07-261-1/+2
* Fix a couple of bugs in the resume handler. Don't call the if_initjdp2003-07-261-2/+3
* Add Socket Communications Low Power 10/100 CF Ethernet card.imp2003-07-261-0/+1
* Sync to 1.61 of pccarddevsimp2003-07-261-2/+11
* MFNetBSD:imp2003-07-261-1/+6
OpenPOWER on IntegriCloud