summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thepeter1999-11-181-1/+3
* Tidy up a few loose ends in the fifo setup code.peter1999-11-182-40/+2
* For now, disable umodem module building, because it doesn't. Don'tgreen1999-11-181-1/+1
* Move Alpha conflicting entries (98,99) to 135,136. Renumber the zscpeter1999-11-182-4/+3
* fix up a whitespace screwup I made.julian1999-11-181-2/+2
* o Remove #if XXX from around the probe code.imp1999-11-172-51/+43
* Change the name of the modules from <name>_mod to <name>n_hibma1999-11-178-12/+7
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-1730-2187/+2929
* "b_unused1" was.phk1999-11-172-6/+4
* Do timeouts in terms of hzphk1999-11-171-1/+1
* Make proc/*/cmdline use the cached argv if available.phk1999-11-172-42/+62
* The function `procfs_getattr()' in procfs doesn't set the value ofphk1999-11-172-0/+4
* modfind(char *) -> modfind(const char *)brian1999-11-172-2/+2
* The logic for blackhole processing does not free mbufs if thephk1999-11-171-0/+2
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.archie1999-11-173-2/+4
* Fix a couple of boo-boos in the last delta.mjacob1999-11-171-13/+15
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'speter1999-11-172-1/+4
* Make "-mpreferred-stack-boundary=2" the default on the i386.obrien1999-11-171-0/+13
* Fix for 11815 (at mount time do a throwaway read of the front of themjacob1999-11-171-131/+321
* Get rid of some trailing commas in enumerated types that cause gcc token1999-11-172-6/+6
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-174-18/+27
* Remove -O from CFLAGSn_hibma1999-11-177-7/+9
* Add option NETGRAPH_KSOCKET.archie1999-11-161-0/+1
* Add option NETGRAPH_KSOCKET.archie1999-11-164-0/+4
* Add reference to new netgraph node type "ksocket".archie1999-11-163-4/+6
* New Netgraph node type "ksocket".archie1999-11-163-0/+264
* New netgraph node type "ksocket".archie1999-11-162-0/+543
* Typon_hibma1999-11-165-5/+5
* Add the USB modules.n_hibma1999-11-161-0/+15
* modfind(char *) -> modfind(const char *)brian1999-11-161-1/+1
* Introduce commandline caching in the kernel.phk1999-11-167-2/+104
* Commit the remaining part of PR14914:phk1999-11-168-101/+99
* Fix usage of m_pullup().wpaul1999-11-161-1/+1
* Mchines whose interrupts are not routed through the ISA pic were stillgallatin1999-11-161-3/+11
* Fixed to compile bs driver with gcc 2.95.2.nyan1999-11-161-4/+7
* Sync with sys/i386/isa/pcaudio.c revision 1.57.nyan1999-11-161-11/+6
* Fixed warnings.nyan1999-11-163-6/+7
* Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.nyan1999-11-161-1/+1
* This is a partial commit of the patch from PR 14914:phk1999-11-1615-56/+50
* Cosmetic changes.nyan1999-11-165-9/+48
* Install loader.rc.nyan1999-11-161-0/+4
* this is a full fix for writes not aligned to the sample size selected.cg1999-11-156-44/+78
* Removed the asm version of conv(). This is should be faster in its newobrien1999-11-151-11/+6
* set default ogain to 50 since some sb cards produce no sound at 0cg1999-11-152-0/+2
* Fix __asm__ clobber list abuses.obrien1999-11-151-3/+3
* Fix __asm__ clobber list abuse.obrien1999-11-152-6/+10
* Add some more comments to the sl_compress_tcp() function.archie1999-11-151-2/+9
* More bug fixes for the VJ Compression node. Seems to work now (really).archie1999-11-152-55/+69
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-152-8/+8
* add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-151-0/+2
OpenPOWER on IntegriCloud