aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-2722-86/+0
* Remove more unused #includes.Poul-Henning Kamp2000-10-279-30/+0
* Initialize rn_mklist in rn_newpair(). The undocumented assumptionGarrett Wollman2000-10-271-0/+1
* remove a stddef.h missed by phkAndrew Gallatin2000-10-271-1/+0
* Add usage of M_ZERO to malloc calls where the result was just bzeroed.Matt Jacob2000-10-271-7/+4
* Add M_ZERO to malloc calls where the result is just bzeroed.Matt Jacob2000-10-272-8/+5
* Include sys/param.h for `__FreeBSD_version' rather than the non-existentDavid E. O'Brien2000-10-271-2/+2
* Remove ipfilter and mark it as broken until it will be fixed by maintainer.Andrey A. Chernov2000-10-271-2/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-2749-119/+36
* Expand on the reasons for and against defining NO_F00F_HACK. This is one ofDoug Barton2000-10-272-4/+4
* Backout revision 1.7 which was a bad idea since it would force peopleDoug Rabson2000-10-271-1/+1
* Remove bogus undocumented macros used to control conditional assembly.Poul-Henning Kamp2000-10-271-13/+0
* Remove #if DO_DEFLATEPoul-Henning Kamp2000-10-272-6/+0
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.Bruce Evans2000-10-2717-77/+12
* Fetch the protocol header (TCP, UDP, ICMP) only from the first fragmentRuslan Ermilov2000-10-271-16/+11
* Merge from i386: Add MSP ioctlRoger Hardiman2000-10-271-0/+10
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-2711-1/+30
* Add PCI device ID for an upcoming revision of the product.Mike Smith2000-10-272-1/+3
* Add a missing newline to a diagnostic.Mike Smith2000-10-271-1/+1
* Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.John Baldwin2000-10-273-0/+14
* - Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex soJohn Baldwin2000-10-273-168/+114
* Yet another bug fix/optimization for the Davicom DM9100/9102: increaseBill Paul2000-10-272-0/+10
* Install the loader manpages.David E. O'Brien2000-10-261-1/+0
* add reinit functions to mixersCameron Grant2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedCameron Grant2000-10-261-3/+7
* Change comment from sprintf to snprintfWarner Losh2000-10-261-1/+1
* Change snprintf to strncpy.Warner Losh2000-10-261-2/+9
* Add new ioctls for userland access to the MSP deviceRoger Hardiman2000-10-263-0/+30
* add a version tag for the alpha linulator to depend onAndrew Gallatin2000-10-261-0/+2
* Fix typoRoger Hardiman2000-10-261-1/+1
* Minor build fixes.Doug Rabson2000-10-264-3/+4
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andAndrew Gallatin2000-10-261-8/+13
* unstaticize change_ruid() because it is needed by osf1_setuid()Andrew Gallatin2000-10-262-3/+2
* RFC 791 says that IP_RF bit should always be zero, but nothingRuslan Ermilov2000-10-261-52/+29
* fix conflicts from rcsidsDarren Reed2000-10-2614-178/+599
* Wrong header length used for certain reassembled IP packets.Ruslan Ermilov2000-10-261-2/+2
* Add infrastructure for Cologne Chip HFC-S PCI driver.Hellmuth Michaelis2000-10-261-1/+4
* Add infrastructure for Cologne Chip HFC-S PCI driver.Hellmuth Michaelis2000-10-262-10/+12
* Make the software HDLC decoder work again.Hellmuth Michaelis2000-10-261-3/+5
* handle AFMT_QUERY rightCameron Grant2000-10-261-6/+15
* Close PR22152 and PR19511 -- correct the naming of a variableLuigi Rizzo2000-10-261-1/+1
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the DavicomBill Paul2000-10-252-4/+4
* Add a missing SK_UNLOCK() to sk_attach_xmac().Bill Paul2000-10-252-0/+2
* Move the call to extend_heap() from main to start so that if our BSSDoug Rabson2000-10-252-3/+6
* Don't build start.S as part of libalpha.a - its built specially.Doug Rabson2000-10-251-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.Doug Rabson2000-10-251-1/+1
* Make a few functions inline to save space.Doug Rabson2000-10-251-3/+3
* Bring cpuinfo closer to what it looks like in Linux 2.2.Dag-Erling Smørgrav2000-10-253-33/+141
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlyDag-Erling Smørgrav2000-10-259-15/+560
* - Add atomic_cmpset_{acq_,rel_,}_longJohn Baldwin2000-10-252-0/+104