summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | - It's ok if sched_runnable() has races in it, we don't need the sched_lockjeff2003-11-051-3/+4
* | Remove the fileimp2003-11-051-144/+0
* | resource_query_string is dead. Kill it.imp2003-11-051-3/+1
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-0515-120/+124
* | Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which preventsgreen2003-11-051-1/+1
* | Add pthread_atfork() source code. Dan forgot to commit this file.davidxu2003-11-052-0/+112
* | Back out the following revisions:fjoe2003-11-053-26/+29
* | Truly fix the lockup mentioned in 1.153. The PRISM hardware is notgreen2003-11-041-0/+9
* | update supported card tablesam2003-11-042-22/+65
* | Move the inline limit default variable to a per-arch place. For example,peter2003-11-043-2/+5
* | Fix the case where the file is not in the current directory.des2003-11-041-1/+2
* | Despite making the card not lock up, thae workaround from 1.153 didn'tgreen2003-11-041-3/+0
* | Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelrsm2003-11-042-206/+128
* | Use 'const' in the copyright stamp, this is done in other utilities.trhodes2003-11-041-1/+2
* | Add a manual page for the Xircom and and Xircom based NICs.trhodes2003-11-042-0/+149
* | Use ubsa(4) manpage entity where appropriate.bmah2003-11-042-8/+8
* | source address selection part of RFC3484.ume2003-11-045-110/+569
* | Add the pthread_atfork() prototype.deischen2003-11-041-0/+2
* | Add an implementation for pthread_atfork().deischen2003-11-0411-12/+144
* | Add the ability to reinitialize libpthread's internal FIFO-queueingdeischen2003-11-044-30/+114
* | Add the ability to reinitialize a spinlock (libc/libpthreaddeischen2003-11-042-24/+34
* | s/foo()/foo(void)/deischen2003-11-042-4/+6
* | Libpthread uses the convention that all of its (non-weak) symbolsdeischen2003-11-042-10/+22
* | Add the ability to reinitialize a mutex (internally, not a userlanddeischen2003-11-042-14/+40
* | Externalize malloc's spinlock so that a thread library can takedeischen2003-11-042-0/+9
* | Correct a typo; two permutations of ACPI are plenty already.ceri2003-11-041-1/+1
* | mdoc(7) cleanup:simon2003-11-041-10/+15
* | Tweak the version string output for ioapic devices.jhb2003-11-042-4/+6
* | Use a wrapper around the driver interrupt handler. The wrapper accepts thejhb2003-11-041-3/+10
* | - cleanup SP refcnt issue.ume2003-11-0421-1081/+1655
* | Be sure to restore foreground group to parent su before parent sudavidxu2003-11-041-1/+2
OpenPOWER on IntegriCloud