summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix locking of the ip forwarding cache. We were holding a referencesam2003-11-071-11/+21
* Fix an incorrect quote character in an M4 test conditon. Basically, onejhb2003-11-062-2/+2
* correct behavior when ipv6mr_interface is 0. Matthias Drochnerume2003-11-061-4/+4
* Only disable the old pin when doing a remap if it's current vector is stilljhb2003-11-062-2/+4
* Fixed some more missing punctuation in comments (most instances in thisbde2003-11-061-12/+12
* Disable the (currently unused) xe_reg_dump() function, until I know forrsm2003-11-061-1/+9
* List the three modules that I have that aren't connected to the build.imp2003-11-061-0/+4
* Correct the structure packing.ps2003-11-061-14/+14
* Fixed some style bugs (missing punctuation in comments). There are manybde2003-11-061-35/+35
* - Somehow I botched my last commit. Add an extra ( to fix things up. I'mjeff2003-11-061-1/+1
* - Delay the allocation of memory for the pipe mutex until we need it.alc2003-11-061-5/+1
* - Simplify pipespace() by eliminating the explicit creation of vm objects.alc2003-11-061-10/+2
* Add support for unaligned ld2, st2, st4 and st8. While here, makemarcel2003-11-061-1/+33
* Use if_printf() for FWEDEBUG.simokawa2003-11-061-7/+7
* s/driver/device/ for config file lineimp2003-11-061-1/+1
* Remove the flags argument from mac_externalize_*_label(), as it's notrwatson2003-11-068-30/+30
* - Remove the local definition of sched_pin and unpin. They are provided injeff2003-11-061-17/+3
* - Add a pinned count to the thread so that cpu pinning may nest. This isjeff2003-11-062-2/+15
* OK, this might be a bit silly, but add another popcnt() candidate.peter2003-11-062-0/+12
* Spelling and grammar fixes.anholt2003-11-052-16/+16
* Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.anholt2003-11-051-4/+14
* o make debug_mpsafenet globally visiblesam2003-11-053-10/+31
* Instead of marking all 159 interrupts as available in the IRQ resourcejhb2003-11-051-3/+19
* When remapping an ISA interrupt from one intpin to another, disable thejhb2003-11-054-18/+42
* Two style nits.jhb2003-11-052-0/+4
* This commit was generated by cvs2svn to compensate for changes in r122137,njl2003-11-051-1/+1
|\
| * Fix a bug in iasl(8) that caused it to core dump while parsing a DSDTnjl2003-11-051-1/+1
* | Change config file syntax to be less FreeBSD 3.ximp2003-11-051-1/+1
* | byebye in6_ifawithscope(). it was a function for old sourceume2003-11-052-283/+0
* | Include machine/asmacros.h instead of machine/asm.h.nyan2003-11-052-2/+2
* | - Adjust some of the bitfields in the ioapic_intsrc struct to be unsignedjhb2003-11-052-36/+36
* | Add a workaround for MP Tables that list the same PCI IRQ twice withjhb2003-11-052-6/+32
* | make sure to treat destrination address as KAME internal formume2003-11-051-29/+8
* | Pull ataraid out from under giant.sos2003-11-051-3/+3
* | Removed the garbage options DPT_ALLOW_MEMIO, HIFN_NO_RNG,bde2003-11-051-16/+0
* | Removed reference to the garbage (and soon to be deleted) optionbde2003-11-051-1/+0
* | Removed references to the garbage (and soon to be deleted) optionsbde2003-11-051-10/+0
* | Fixed misformatting of the options lines for CD9660_ICONV,bde2003-11-051-25/+25
* | Moved $FreeBSD$ to the beginning of the file.bde2003-11-051-10/+6
* | Fixed a reference to a nonexistent variable in previous commit. Renamingbde2003-11-052-18/+16
* | Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeharti2003-11-052-2/+9
* | When compiled with debugging trace the number of transmit mbufs thatharti2003-11-052-2/+46
* | Initialize the USED flag in new external receive buffers to 0, not to 1.harti2003-11-051-2/+2
* | Replace the lock-less algorithm for the free item list with a moreharti2003-11-051-64/+36
* | Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)imp2003-11-051-2/+2
* | Add hooks for translating directories entries using the iconv methods.scottl2003-11-055-32/+172
* | Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that thescottl2003-11-052-0/+46
* | Hook the udf_iconv module up to the kernel build.scottl2003-11-053-0/+3
* | Update the udf module makefile for the udf_iconv modulescottl2003-11-051-0/+1
* | Include module.hscottl2003-11-051-0/+1
OpenPOWER on IntegriCloud