summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add gb2312 encoding.davidxu2003-11-054-1/+121
* Add r_earth, r_moon, r_sun, representing the terrestrial, lunar, andmph2003-11-051-0/+3
* Add a small testcase for the new -f-f mode.phk2003-11-051-0/+60
* Give mtree(8) the ability to take [two -f spec] arguments and comparephk2003-11-057-8/+238
* - add explanation of what an active file system iskensmith2003-11-051-2/+14
* Make sure argv[x] exists before using it.johan2003-11-051-9/+15
* 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
* | Rename spec() and verify() functions to have mtree_ prefix and takephk2003-11-054-13/+10
* | Take advantage of the fact that we know the err(3) function does notphk2003-11-051-24/+14
* | Make this WARNS=6 clean by:johan2003-11-052-4/+14
* | Fix Scott's email address.trhodes2003-11-051-2/+2
* | style(9)deischen2003-11-052-80/+106
* | Don't declare the malloc lock; use the declaration provided in libc.deischen2003-11-052-2/+12
* | Remove #include of spinlock.h from libc_private.h. Declare spinlocks asdeischen2003-11-052-5/+4
* | 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
* | The my(4) drivers require miibus(4) to function properly.trhodes2003-11-051-0/+3
* | Excise the xe supported devices from the hardware list and, instead,bmah2003-11-052-60/+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
* | - refrect recent changes.ume2003-11-051-193/+466
* | 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
* | Update.sos2003-11-051-24/+23
* | - do hexdump on send. set length field properlyume2003-11-0512-1840/+2440
* | - plug memory leak.ume2003-11-056-110/+150
* | Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)imp2003-11-051-2/+2
* | Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-056-37/+17
* | Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-052-10/+4
* | Implement mbrtowc() and wcrtomb() directly (sync with big5.c).tjr2003-11-051-53/+50
* | 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
* | Add support for multibyte character conversions.scottl2003-11-053-18/+86
* | Minor style(9) nitimp2003-11-051-8/+8
* | - Move the implementation of OBJ_ONEMAPPING from vm_map_delete() toalc2003-11-051-30/+24
OpenPOWER on IntegriCloud