| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the MD5_KEY debugging tool | phk | 2004-01-23 | 1 | -33/+0 |
* | Update generated files. | harti | 2004-01-23 | 3 | -3/+21 |
* | Catch up with import of version 1.5a of bsnmp. | harti | 2004-01-23 | 1 | -1/+2 |
* | Catch up with the import of version 1.5a of bsnmp. | harti | 2004-01-23 | 1 | -2/+4 |
* | Style: remove an empty line. | harti | 2004-01-23 | 2 | -2/+0 |
* | Remove no longer necessary debug printfs | phk | 2004-01-23 | 1 | -6/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r124861, | harti | 2004-01-23 | 53 | -650/+2122 |
|\ |
|
| * | Virgin import of bsnmpd 1.5a | harti | 2004-01-23 | 54 | -651/+2124 |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-bsnmp'. | cvs2svn | 2003-11-10 | 1 | -0/+25 |
* | | Fix breakage in PIO multisector support. | sos | 2004-01-23 | 1 | -1/+0 |
* | | Fix traceroute where [number of hops] * [number of packets per hop] > 255. | cperciva | 2004-01-23 | 1 | -2/+2 |
* | | grammar | mtm | 2004-01-23 | 1 | -6/+6 |
* | | Copy comment about caller check from ffs_read to ffs_extread, don't | ache | 2004-01-23 | 1 | -2/+6 |
* | | Fix various panic() strings to reflect true function name to allow | ache | 2004-01-23 | 1 | -11/+12 |
* | | ffs_read: | ache | 2004-01-23 | 1 | -7/+14 |
* | | PR: docs/58586 | wes | 2004-01-23 | 1 | -0/+19 |
* | | Clarify behaviour of ffsinfo: It appends to outfile without | cperciva | 2004-01-23 | 1 | -1/+1 |
* | | Document fetch(1) environment variables in fetch(1) man page, instead of | wes | 2004-01-23 | 1 | -12/+108 |
* | | Remove leftover FREE() from changes in rev 1.50. | andre | 2004-01-23 | 1 | -1/+0 |
* | | Unbreak amd64: Rename calls from panic to __panic | peter | 2004-01-23 | 1 | -3/+3 |
* | | Split the overloaded variable 'win' into two for their specific purposes: | andre | 2004-01-22 | 1 | -21/+22 |
* | | Move the reduction by one of the syncache limit after the zone has been | andre | 2004-01-22 | 1 | -1/+1 |
* | | Remove an unused variable and put the sockaddr_in6 onto the stack instead | andre | 2004-01-22 | 1 | -26/+14 |
* | | Fix SYNOPSIS of manual page, clustering no-arg options correctly. | sheldonh | 2004-01-22 | 2 | -4/+2 |
* | | Two fixes for script(1): | cperciva | 2004-01-22 | 1 | -11/+22 |
* | | Serial murderers shouldn't commit suicide. (killall should | cperciva | 2004-01-22 | 1 | -0/+4 |
* | | If we're going to "add path 'fd/*' unhide", it only makes | cperciva | 2004-01-22 | 1 | -0/+1 |
* | | Write 100 times for tomorrow: | phk | 2004-01-22 | 1 | -2/+3 |
* | | Initialize the (i386) frame pointer when setting up a thread | deischen | 2004-01-22 | 1 | -1/+4 |
* | | Fixed broken logic when parsing double quotes. | ru | 2004-01-22 | 1 | -14/+5 |
* | | Catch up with etc/Makefile,v 1.324 -- split "install" and "distribution" | ru | 2004-01-22 | 1 | -18/+13 |
* | | Fix the PCI attach routine to properly setup the IRQ and port resource | jhb | 2004-01-22 | 1 | -13/+20 |
* | | o Implement the pthread_spin_* functions in libthr. | mtm | 2004-01-22 | 5 | -0/+378 |
* | | Add missing free() in exception handlers. | simokawa | 2004-01-22 | 2 | -2/+3 |
* | | Fix generation of random multicast MAC address. | rse | 2004-01-22 | 1 | -1/+1 |
* | | Only enforce -fno-strict-aliasing for optimization levels that | ru | 2004-01-22 | 1 | -1/+4 |
* | | Since id(1) is in /usr, it may not be available until after filesystem | mtm | 2004-01-22 | 1 | -1/+3 |
* | | - Run makewhatis(1) in etc/Makefile at the end of "install". | ru | 2004-01-22 | 3 | -12/+8 |
* | | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 16 | -28/+29 |
* | | Make proc's kg_nice/ki_nice explicitly signed for PPC. This is a | grehan | 2004-01-22 | 2 | -2/+2 |
* | | Remove references to cryptotest | imp | 2004-01-22 | 1 | -5/+1 |
* | | Fix alignment of size field in `ls -lh` -- the width was being computed | cperciva | 2004-01-22 | 1 | -2/+2 |
* | | Two fixes here: | cperciva | 2004-01-22 | 1 | -2/+4 |
* | | Fix definition of IFM_MODE, which should be refrected the change of | onoe | 2004-01-22 | 1 | -1/+1 |
* | | Add suspend and resume methods. I'm not certain this work correctly | wpaul | 2004-01-22 | 1 | -0/+36 |
* | | Add support for TCP/IP checksum offload. | wpaul | 2004-01-22 | 2 | -25/+217 |
* | | Extend the description of the framework of interface capabilities. | yar | 2004-01-22 | 1 | -4/+90 |
* | | As I've been pointed out by Andrew Gallatin, there are some | yar | 2004-01-21 | 1 | -4/+12 |
* | | If a transfer to or from a floppy disk crosses a 64k boundary, we have to | jhb | 2004-01-21 | 1 | -2/+2 |
* | | Fix multicast and promiscuous mode handling for Yukon devices. | wpaul | 2004-01-21 | 2 | -100/+202 |