summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Unstaticized addupc_task(). It is supposed to be called from trap().bde1995-12-261-2/+2
* | Finished staticizing of timevalfix().bde1995-12-263-5/+5
* | Fix a lable goofup I made in the previous P6 support changes.dg1995-12-253-9/+9
* | Fixed staticizing. Some functions aren't static but depend onbde1995-12-256-12/+33
* | Removed redundant (incompletely staticized) declararations.bde1995-12-251-4/+1
* | Fix typo in CPUCLASS.dg1995-12-252-4/+4
* | Added device fxp0 (device driver for Intel EtherExpress Pro/100).dg1995-12-245-5/+10
* | Added I686_CPU.dg1995-12-245-5/+10
* | Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-2418-120/+159
* | Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documenteddg1995-12-235-171/+119
* | Use FASTER_NOP rather than NOP in rtcin() - only one inb delay was everdg1995-12-233-9/+9
* | Added undocumented option DEBUG so that debugging code gets maintainedbde1995-12-223-3/+6
* | Staticized code that was hidden by `#ifdef DEBUG'.bde1995-12-222-6/+14
* | Increased the double fault stack size from 512 to PAGE_SIZE. This isbde1995-12-222-4/+4
* | Fixed prototyping and staticizing for -DDEBUG case.bde1995-12-222-8/+8
* | Fixed syntax errors caused by EXCEPTION() when DEBUG is defined.bde1995-12-221-3/+9
* | Changed the definition of DEBUG to agree with -DDEBUG to avoid warningsbde1995-12-222-4/+4
* | Fixed bugs and finished staticization for things inside `#ifdef DEBUG'.bde1995-12-221-20/+22
* | Remove the now obsolete vfs_sysctl vfsops element.phk1995-12-221-3/+1
* | Staticize.phk1995-12-222-25/+25
* | Move fs.nfs.nfsstats sysctl var back to it's old OID.phk1995-12-222-4/+4
* | Fixed permissions of /dev/tty.bde1995-12-221-2/+2
* | kern_conf.c: remove a now unused variable.phk1995-12-222-9/+9
* | Fixed pty names. The control and slave names were back to front.bde1995-12-221-5/+5
* | Typo in my last commit.phk1995-12-222-4/+4
* | Renamed private DEBUG macro to avoid warnings when DEBUG is an option.bde1995-12-223-26/+26
* | Fixed permissions of /dev/pcaudio*.bde1995-12-221-6/+6
* | Fixed arg order in an outb() call. add_timer_randomness() clobberedbde1995-12-221-6/+9
* | Synced with sio.c. This fixed the DEVFS initialization. cy.c isbde1995-12-223-276/+231
* | Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasbde1995-12-223-210/+162
* | Remove crufty "pg" function.phk1995-12-224-22/+6
* | Cleanup.phk1995-12-222-292/+22
* | Fix a small logic bug that caused the arguments of the previous frame todg1995-12-222-6/+12
* | If _IP_VHL is defined, declare a single ip_vhl member in struct ip ratherwollman1995-12-211-1/+5
* | Delete old-style-broadcast-address compatibility cruft in IP input path.wollman1995-12-211-3/+3
* | i386/i386/conf.c is no longer needed.. remove it from files.i386julian1995-12-215-145/+99
* | Reviewed by: peter (verbally :)julian1995-12-213-62/+54
* | Rewrote most of the ddb stack traceback code. These changes are smarterdg1995-12-218-463/+340
* | in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-204-28/+35
* | Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-205-10/+10
* | Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.wollman1995-12-201-15/+8
* | Fix a nagging divide-by-zero error resulting from the MTU discovery codewollman1995-12-202-4/+40
* | Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changerdufault1995-12-201-2/+2
* | Added a comment about why trying to make a one-behind cache forwollman1995-12-191-1/+18
* | Actually call in_rtqdrain()as was originally intended.wollman1995-12-193-8/+7
* | Add-back strlen.c to the library in case a kernel is compiled withoutnate1995-12-191-6/+5
* | Corrected a typo in a comment.dg1995-12-193-6/+6
* | Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-1915-95/+205
* | Cleanup and staticize.phk1995-12-182-88/+63
* | Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointerdg1995-12-182-4/+6
OpenPOWER on IntegriCloud