| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct the description of the net.graph.recvspace sysctl. | ru | 2004-01-27 | 1 | -1/+1 |
* | Get rid of all (but one in write.c) static size buffers. | ru | 2004-01-27 | 6 | -37/+56 |
* | - Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), | ru | 2004-01-27 | 5 | -9/+109 |
* | Sort PFIL_HOOKS. | marcel | 2004-01-27 | 1 | -1/+1 |
* | Allow the use of a stale p_stops value in STOPEVENT(), grabbing | rwatson | 2004-01-27 | 1 | -3/+5 |
* | forced commit; the issue that was fixed in the previous commit was | des | 2004-01-27 | 0 | -0/+0 |
* | Cleanup malloc() use in if_attach(): | brooks | 2004-01-27 | 1 | -22/+20 |
* | Style nit in previous commit. | des | 2004-01-27 | 1 | -1/+1 |
* | mdoc(7) cleanup. | ru | 2004-01-27 | 1 | -39/+72 |
* | Fix a reentrancy issue in md5_calc(). | des | 2004-01-27 | 1 | -4/+1 |
* | Fixed memory leak in NgSendAsciiMsg(). | ru | 2004-01-27 | 1 | -1/+4 |
* | Preserve acls option on mounts when taking a snapshot. | mckusick | 2004-01-27 | 1 | -1/+5 |
* | Remove only X[0-9]-lock. | njl | 2004-01-27 | 1 | -1/+1 |
* | Back out part of 1.21, since it breaks `script interactive-program`. This | cperciva | 2004-01-27 | 1 | -2/+1 |
* | o add missing break | sam | 2004-01-27 | 1 | -1/+10 |
* | change SYSINIT starting point to be consistent with other modules | sam | 2004-01-27 | 2 | -2/+2 |
* | add spdcachelookup and spdcachemiss to our version of struct ipsecstat so | sam | 2004-01-27 | 1 | -0/+3 |
* | Fix the example back the way it was. Fix the commentary to say it | imp | 2004-01-27 | 1 | -2/+2 |
* | Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. To | des | 2004-01-27 | 4 | -8/+14 |
* | While USB keyboards attach as ukbd[0-9]+, the device node created by | des | 2004-01-27 | 1 | -1/+2 |
* | The ataraid device is not needed for pc98. | nyan | 2004-01-27 | 1 | -0/+1 |
* | Fixed pc98 partition type. | nyan | 2004-01-27 | 1 | -1/+1 |
* | - Fix for sparc64 to use new __panic() function | kensmith | 2004-01-27 | 1 | -2/+4 |
* | Add an entry for RELENG_5_* to match the RELENG_4_* entry. | cperciva | 2004-01-27 | 1 | -0/+1 |
* | Turn uio_resid/uio_offset comments into KASSERTs | ache | 2004-01-27 | 1 | -16/+8 |
* | Don't confuse NULL and 0, use 0 where an integer is expected. | harti | 2004-01-27 | 1 | -2/+2 |
* | Style: add __FBSDID, relocate some { that were on the wrong line, | harti | 2004-01-27 | 1 | -36/+24 |
* | This should have been checked in as part of the last update to if_ndis.c: | wpaul | 2004-01-27 | 1 | -0/+1 |
* | Some Windows .INF files are deliberately sabotaged to prevent them from | wpaul | 2004-01-27 | 1 | -1/+22 |
* | Implement NdisVirtualBufferAddress() and NdisVirtualBufferAddressSafe(). | wpaul | 2004-01-27 | 1 | -0/+21 |
* | Add a kludge to avoid having ndis_init() called needlessly by dhclient | wpaul | 2004-01-27 | 1 | -10/+22 |
* | Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the call | njl | 2004-01-27 | 1 | -3/+2 |
* | Document my adventures in newbus land. Clarify some examples, especially | njl | 2004-01-27 | 2 | -11/+17 |
* | Discontinuation of an action that now fits on one. | obrien | 2004-01-27 | 1 | -3/+1 |
* | Stick two XXX's in the syscall() code: we call STOPEVENT() twice for | rwatson | 2004-01-27 | 1 | -0/+8 |
* | Clean up macro usage in if_attach(): | brooks | 2004-01-27 | 1 | -2/+2 |
* | Use the M_BZERO flag with malloc() in a couple of places. | wpaul | 2004-01-27 | 1 | -8/+6 |
* | Use IFNAMSIZ instead of a magic value for the length of an interface | brooks | 2004-01-27 | 2 | -4/+5 |
* | Modified release note: Rewrite CVS update note to reflect reality | bmah | 2004-01-27 | 2 | -12/+12 |
* | Reorganize the timer code a little and implement NdisInitializeTimer() | wpaul | 2004-01-26 | 3 | -17/+96 |
* | Fix ~/.hushlogin handling. | fjoe | 2004-01-26 | 1 | -3/+4 |
* | *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* | jhb | 2004-01-26 | 8 | -604/+0 |
* | Overhaul our boot floppy generation system so that it scales better and | jhb | 2004-01-26 | 1 | -179/+175 |
* | Add a script to split a single file up into chunks using split along with | jhb | 2004-01-26 | 1 | -0/+39 |
* | The problem Makefile rev 1.70 and fbsd-kgdb-i386.h rev 1.4 fixed is that | obrien | 2004-01-26 | 0 | -0/+0 |
* | - Call acpi_Startup() before parsing interrupt-related APIC resources so we | jhb | 2004-01-26 | 1 | -7/+43 |
* | Move the code to initialize ACPI-CA into a separate acpi_Startup() function | jhb | 2004-01-26 | 2 | -24/+42 |
* | Implement pam_sm_close_session(). | des | 2004-01-26 | 1 | -1/+13 |
* | New release note: SMBFS request signing [1]. | bmah | 2004-01-26 | 2 | -4/+44 |
* | Get rid of the last two uses of NG_NODELEN + 1 in the base system by | harti | 2004-01-26 | 2 | -2/+2 |