| Commit message (Expand) | Author | Age | Files | Lines |
* | In the absence of proper validation, at least check that null bytes | tjr | 2004-05-11 | 4 | -1/+19 |
* | Dont try to finish devstat's if the disk pointer is NULL, this can happen | sos | 2004-05-11 | 1 | -2/+2 |
* | Test accumulation of partial multibyte characters in conversion | tjr | 2004-05-11 | 1 | -0/+11 |
* | Add Greek character encoding suport. | dds | 2004-05-11 | 2 | -16/+79 |
* | Fix and clarify unparsable sentence. | dds | 2004-05-11 | 1 | -3/+3 |
* | Bring the description for login_getclassbyname in sync with the function's | dds | 2004-05-11 | 2 | -8/+28 |
* | Eliminate a memory leak in kern_symlink() that could occur if | tjr | 2004-05-11 | 2 | -2/+2 |
* | To handle orphaned character device vnodes properly in mmap(), check that | tjr | 2004-05-11 | 1 | -1/+1 |
* | Oops, I didn't mean to commit that one. It's dreadful, and nothing | fanf | 2004-05-11 | 0 | -0/+0 |
* | On the signs of network congestion. | fanf | 2004-05-11 | 2 | -0/+8 |
* | Document the 'fdidx' argument of VOP_OPEN(9). | hmp | 2004-05-10 | 1 | -1/+16 |
* | Re-sort | fanf | 2004-05-10 | 1 | -3/+3 |
* | Remove duplicated explanations and text. | hmp | 2004-05-10 | 1 | -43/+6 |
* | Moore's law vs. Nethack | fanf | 2004-05-10 | 1 | -0/+2 |
* | Use strlcpy(3) instead of strcpy(3). | hmp | 2004-05-10 | 1 | -3/+3 |
* | Minor style issues. | des | 2004-05-10 | 3 | -6/+6 |
* | Fix typos. | simon | 2004-05-10 | 1 | -3/+3 |
* | Fix Sii3114 support. | sos | 2004-05-10 | 2 | -36/+35 |
* | - Remove duplicate words. | simon | 2004-05-10 | 1 | -2/+2 |
* | Rework the APIC mixed mode support a bit: | jhb | 2004-05-10 | 5 | -19/+42 |
* | Improve consistency of include file guards in src/sys/sys by terminating | rwatson | 2004-05-10 | 7 | -21/+21 |
* | - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS. | jhb | 2004-05-10 | 1 | -3/+3 |
* | - Change madt_map_table() to verify the checksum of any table it is asked | jhb | 2004-05-10 | 1 | -2/+30 |
* | If an ACPI PCI-PCI bridge doesn't have a _PRT object, fall back to using | jhb | 2004-05-10 | 1 | -1/+9 |
* | Use pcbp->pcb_ufp for UltraSparc vs. ->pcb_fp. | obrien | 2004-05-10 | 1 | -2/+2 |
* | Remove a trailing newline, to behave as documented in syslog(3): | dds | 2004-05-10 | 1 | -0/+4 |
* | Do not attempt ro read more than sizeof(buf) from stdin. | cognet | 2004-05-10 | 1 | -0/+2 |
* | Zero the un-used portions of the struct sockaddr data before sending | csjp | 2004-05-10 | 1 | -0/+1 |
* | We don't support USB devices in PAE mode, so catch up with GENERIC rev 1.402. | obrien | 2004-05-10 | 1 | -0/+1 |
* | Fixed mispelling of SCRIPTS as SCRIPT. | bde | 2004-05-10 | 1 | -2/+2 |
* | -W{missing,strict}-prototypes do not make sense for C++, and gcc34 will | des | 2004-05-10 | 1 | -1/+1 |
* | - Remove the __FBSDID and put the $FreeBSD$ tag in the comment above, | mux | 2004-05-10 | 1 | -6/+5 |
* | Prefer explicit ints to implicit ints in the prototype as well as in | mux | 2004-05-10 | 1 | -1/+1 |
* | - Fix a typo in a printf(). [1] | mux | 2004-05-10 | 1 | -5/+4 |
* | Add myself as maintainer for geom_concat and geom_gate. | pjd | 2004-05-10 | 1 | -0/+2 |
* | Fixed style bugs in previous commit (bogus forward declaration and | bde | 2004-05-10 | 2 | -6/+2 |
* | Resync | emax | 2004-05-10 | 1 | -1/+4 |
* | Mode few Bluetooth defines into system include files | emax | 2004-05-10 | 6 | -22/+6 |
* | New errata: SA-04:07.cvs, SA-04:08.heimdal. | bmah | 2004-05-09 | 1 | -0/+14 |
* | Back out part of previous commit. SA-04:09 isn't applicable to HEAD. | bmah | 2004-05-09 | 2 | -8/+0 |
* | Change required config(8) version. | cognet | 2004-05-09 | 7 | -7/+7 |
* | Remove misplaced duplicate comment and slightly reformat the | julian | 2004-05-09 | 1 | -16/+6 |
* | Add a new "files" directive, which allows to include a files.foo file directly | cognet | 2004-05-09 | 6 | -28/+62 |
* | New release notes: SA-04:08, SA-04:09. | bmah | 2004-05-09 | 2 | -0/+20 |
* | Trim the fxp(4) hardware notes. | simon | 2004-05-09 | 2 | -70/+2 |
* | - Sync with Hardware Notes. | simon | 2004-05-09 | 1 | -9/+31 |
* | Correct the implementation of pmap_page_is_mapped(): It should return TRUE | alc | 2004-05-09 | 2 | -2/+19 |
* | Don't confuse "GEOM" with "geom". | pjd | 2004-05-09 | 1 | -1/+1 |
* | Use a binary search to find the range containing a character in | tjr | 2004-05-09 | 3 | -20/+34 |
* | o fix a sentence to match with the synopsis [1] | brueffer | 2004-05-09 | 1 | -3/+3 |