| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly mark "auto" as a keyword. | ru | 2003-03-14 | 2 | -14/+14 |
* | Use the canonical form of installing links. | ru | 2003-03-14 | 1 | -3/+1 |
* | Merge vfprintf.c revision 1.52. | tjr | 2003-03-14 | 1 | -2/+2 |
* | Demangle the usage message at the source level. | ru | 2003-03-14 | 1 | -15/+8 |
* | lock.h must be included before mutex.h. | jake | 2003-03-14 | 1 | -0/+1 |
* | - Add a forgotten BUF_LOCK() | jeff | 2003-03-14 | 1 | -0/+1 |
* | Kludge around a bug that results from printf() assuming that | das | 2003-03-14 | 1 | -1/+1 |
* | Unexpand RCS tag. | tjr | 2003-03-14 | 1 | -1/+1 |
* | Export current time when returning from never blocked syscall. | davidxu | 2003-03-14 | 2 | -2/+16 |
* | In src/lib/libz/gzio.c the function gzprintf does not check if the | jmz | 2003-03-14 | 1 | -7/+6 |
* | Fix a bug in rwlock. When a rwlock was locked by reader threads, a | davidxu | 2003-03-14 | 2 | -2/+2 |
* | Allow the configuration to specify environment variables (passed on | des | 2003-03-14 | 1 | -2/+6 |
* | Support multiple verbosity levels. | des | 2003-03-14 | 1 | -5/+19 |
* | Oops, add missing includes. Pass me the pointy hat. | mux | 2003-03-14 | 2 | -0/+2 |
* | - Align the function prototype of the external `crc' function with | robert | 2003-03-13 | 5 | -13/+11 |
* | - Align the function prototype of the external `crc' function with | robert | 2003-03-13 | 1 | -5/+10 |
* | - For variables holding offset values, use off_t rather than | robert | 2003-03-13 | 7 | -41/+57 |
* | New release notes: GNOME 2.2, KDE 3.1, XFree86 4.3.0. | bmah | 2003-03-13 | 2 | -0/+18 |
* | Trim some trailing whitespace. | jhb | 2003-03-13 | 1 | -2/+2 |
* | Break setfmac.8 into two actual man pages, and reword bits of the | chris | 2003-03-13 | 3 | -66/+120 |
* | Now that bus_dmamem_alloc() handles its Giant mutex requirements itself, | scottl | 2003-03-13 | 1 | -2/+0 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | jhb | 2003-03-13 | 5 | -115/+109 |
* | Don't return with a value in a void function. | dwmalone | 2003-03-13 | 1 | -4/+4 |
* | Catch up to p_tracep -> p_tracevp rename to unbreak world. | jhb | 2003-03-13 | 1 | -1/+1 |
* | Add a default case that just outputs a new line for the case of an | jhb | 2003-03-13 | 1 | -0/+3 |
* | Clean up the way gdtoa sources are found. | obrien | 2003-03-13 | 2 | -8/+7 |
* | Teach kdump(8) to handle events marked with KTR_DROP. If a record has | jhb | 2003-03-13 | 1 | -0/+12 |
* | Rework the wording of the comment for the security.bsd.see_other_uids | mux | 2003-03-13 | 1 | -2/+2 |
* | Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flag | jhb | 2003-03-13 | 2 | -1/+13 |
* | - Cache a reference to the credential of the thread that starts a ktrace in | jhb | 2003-03-13 | 6 | -24/+60 |
* | Grab Giant around calls to contigmalloc() and contigfree() so | mux | 2003-03-13 | 6 | -6/+44 |
* | Memory allocated with contigmalloc() should be freed with | mux | 2003-03-13 | 1 | -1/+4 |
* | Fix two minor mismatch reporting output errors. | tobez | 2003-03-13 | 1 | -2/+2 |
* | This corrects a longstanding endian bug in processing LLC/SNAP encoded | harti | 2003-03-13 | 2 | -5/+5 |
* | Complete the endianness support -- sparc64 can now do i386. | ru | 2003-03-13 | 1 | -16/+10 |
* | Greatly simplify the unlocking logic by holding the TCP protocol lock until | hsu | 2003-03-13 | 2 | -16/+4 |
* | Document return type of wordfree() (void). Reduce the space between | tjr | 2003-03-13 | 1 | -3/+4 |
* | o Partially revert rev. 1.103, fix 'ipfw show': dynamically adjust a | maxim | 2003-03-13 | 1 | -11/+39 |
* | Remove the check for more than one open if one is a write op. | sos | 2003-03-13 | 1 | -5/+0 |
* | Dont free the stats struct, this has been changed by the new stat code. | sos | 2003-03-13 | 1 | -2/+0 |
* | Dont call dma->free unless dma is there. | sos | 2003-03-13 | 1 | -1/+2 |
* | In m_dup_pkthdr(), convert the supplied `how' argument into malloc | iedowse | 2003-03-13 | 1 | -1/+2 |
* | Add pci id# for the sis648 | sos | 2003-03-13 | 2 | -0/+4 |
* | - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races. | jeff | 2003-03-13 | 4 | -36/+46 |
* | - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not been | jeff | 2003-03-13 | 1 | -14/+17 |
* | - Remove a race between fsync like functions and flushbufqueues() by | jeff | 2003-03-13 | 4 | -50/+34 |
* | - Lock the buf before clearing flags. | jeff | 2003-03-13 | 2 | -2/+2 |
* | - Lock bufs before inspecting their flags. | jeff | 2003-03-13 | 1 | -6/+9 |
* | - Lock the buf before inspecting its contents. | jeff | 2003-03-13 | 1 | -6/+4 |
* | MFp4: Implementations of the wcstof() and wcstold() functions. | tjr | 2003-03-13 | 5 | -10/+198 |