summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-2749-119/+36
* Expand on the reasons for and against defining NO_F00F_HACK. This is one ofdougb2000-10-272-4/+4
* Backout revision 1.7 which was a bad idea since it would force peopledfr2000-10-271-1/+1
* Remove bogus undocumented macros used to control conditional assembly.phk2000-10-271-13/+0
* Remove #if DO_DEFLATEphk2000-10-272-6/+0
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-2717-77/+12
* Fetch the protocol header (TCP, UDP, ICMP) only from the first fragmentru2000-10-271-16/+11
* Merge from i386: Add MSP ioctlroger2000-10-271-0/+10
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-2711-1/+30
* Add PCI device ID for an upcoming revision of the product.msmith2000-10-272-1/+3
* Add a missing newline to a diagnostic.msmith2000-10-271-1/+1
* Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.jhb2000-10-273-0/+14
* - Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex sojhb2000-10-273-168/+114
* Yet another bug fix/optimization for the Davicom DM9100/9102: increasewpaul2000-10-272-0/+10
* Install the loader manpages.obrien2000-10-261-1/+0
* add reinit functions to mixerscg2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedcg2000-10-261-3/+7
* Change comment from sprintf to snprintfimp2000-10-261-1/+1
* Change snprintf to strncpy.imp2000-10-261-2/+9
* Add new ioctls for userland access to the MSP deviceroger2000-10-263-0/+30
* add a version tag for the alpha linulator to depend ongallatin2000-10-261-0/+2
* Fix typoroger2000-10-261-1/+1
* Minor build fixes.dfr2000-10-264-3/+4
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-262-3/+2
* RFC 791 says that IP_RF bit should always be zero, but nothingru2000-10-261-52/+29
* fix conflicts from rcsidsdarrenr2000-10-2628-356/+1198
* Wrong header length used for certain reassembled IP packets.ru2000-10-261-2/+2
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-261-1/+4
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-262-10/+12
* Make the software HDLC decoder work again.hm2000-10-261-3/+5
* handle AFMT_QUERY rightcg2000-10-261-6/+15
* Close PR22152 and PR19511 -- correct the naming of a variableluigi2000-10-261-1/+1
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-252-4/+4
* Add a missing SK_UNLOCK() to sk_attach_xmac().wpaul2000-10-252-0/+2
* Move the call to extend_heap() from main to start so that if our BSSdfr2000-10-252-3/+6
* Don't build start.S as part of libalpha.a - its built specially.dfr2000-10-251-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.dfr2000-10-251-1/+1
* Make a few functions inline to save space.dfr2000-10-251-3/+3
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-253-33/+141
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-259-15/+560
* - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-252-0/+104
* This driver doesn't have a software interrupt handler, so don't attempt tojhb2000-10-251-8/+0
* Catch up to the new software interrupt code.jhb2000-10-252-6/+8
* - Catch up to new software interrupt code.jhb2000-10-253-9/+9
* - Remove unneeded machine/ipl.h #include.jhb2000-10-251-6/+1
* Catch up to the new swi code.jhb2000-10-255-16/+4
* We now keep the ip_id field in network byte order all theru2000-10-252-0/+8
* Fast interrupts have no associated process, therefore do not tryps2000-10-254-44/+52
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-259-0/+684
OpenPOWER on IntegriCloud