summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.hoek2000-05-212-2/+2
* Uh, ya, sure this almost compiled for __bsdi__. NOT!hoek2000-05-211-0/+1
* Make this compile in case anyone ever wants to use the PC98 booterhoek2000-05-211-1/+1
* Major style cleanup; make ordering and internal use of the macros consistent.jake2000-05-211-201/+214
* Prevent vidcontrol -i from crashing alphasgallatin2000-05-211-0/+8
* Oops, rman_get_bushandle() should be converted to rman_get_virtual()nyan2000-05-201-1/+1
* Match the include protection with the install location.obrien2000-05-201-3/+3
* Don't forget 'stripe' and 'mirror' commands when we turn offgrog2000-05-201-2/+2
* Correct the syntax of ROOTDEVNAME and describe it somewhat better.msmith2000-05-193-9/+24
* We use a MI version of this now, which is mostly this file repo copied toobrien2000-05-191-24/+0
* Rather than use a MD lpt.h, we now use the MI lptio.h.obrien2000-05-191-2/+1
* Sync with sys/i386/conf/GENERIC revisions from 1.246 to 1.256.nyan2000-05-191-8/+12
* Fixed to support PC-98.nyan2000-05-193-3/+5
* Use the rman_get_bustag() and rman_get_bushandle() functions.nyan2000-05-191-9/+6
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-196-3/+93
* One of loaders' bugs disappeared somewhere along the way.dcs2000-05-191-5/+0
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.tanimura2000-05-192-0/+2
* Move man page directives to common/Makefile.inc.dcs2000-05-191-0/+5
* This file got repo-copied to common/.dcs2000-05-191-756/+0
* Move man page directives to common/Makefile.inc.dcs2000-05-192-4/+0
* Remove INSTALL_FORTH stuff.dcs2000-05-191-1/+0
* Move man page directives to common/Makefile.inc.dcs2000-05-191-6/+0
* Add ACH2012 - 5634BTS 56K Video Ready Modem.tanimura2000-05-192-0/+2
* Return ECONNRESET instead of EINVAL if the connection has been shotpeter2000-05-191-3/+3
* Eliminate a couple of evil common declarations.peter2000-05-183-2/+4
* bump __FreeBSD_version for the bio/buf divorce by phk.billf2000-05-181-1/+1
* snd_cwnd was updated twice in the tcp_newreno function.jayanth2000-05-182-2/+0
* Print the correct value for the map type on a verbose boot.dfr2000-05-182-2/+2
* Make corrections to allow for Alpha.dcs2000-05-182-8/+8
* Correct previous commit: solve the "stopped clock" syndrome in remotegrog2000-05-182-4/+4
* Add a couple of new PnP IDs.tanimura2000-05-182-0/+4
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-186-24/+90
* If we are running in APIC_IO mode, pretend that we didn't see the BIOSmsmith2000-05-172-0/+34
* Sigh, fix a rookie patch merge error.jayanth2000-05-172-6/+0
* Cast sizeof() calls to be of type (int) when they appear in a signedjlemon2000-05-171-3/+4
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-172-2/+8
* add IPFILTER_DEFAULT_BLOCK and put it in opt_ipfilter.hdarrenr2000-05-161-0/+1
* snd_una was being updated incorrectly, this resulted in the newrenojayanth2000-05-162-6/+16
* Replace all references to lnc_softc with a typedef.paul2000-05-165-58/+58
* Update copyright.paul2000-05-161-8/+29
* Re-organise lnc driver in preparation for newbusifying it.paul2000-05-166-442/+542
* Do not call icmp_error() if ipfirewall(4) denied packet.ru2000-05-151-0/+4
* Change f_count and f_msgcount from short to int, solving the rolloverdillon2000-05-151-2/+2
* fix a speed bug that nobody noticedcg2000-05-151-4/+5
* Sync with NetBSD:n_hibma2000-05-142-4/+6
* Sync with NetBSD:n_hibma2000-05-141-3/+3
* Sync with NetBSD:n_hibma2000-05-142-88/+81
* Unchain lnc include files.paul2000-05-142-2/+1
* Fix location of lnc pci code.paul2000-05-141-1/+1
* Fixed bug in madvise() / MADV_WILLNEED. When the request is offsetdillon2000-05-141-1/+5
OpenPOWER on IntegriCloud