summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). Thisdyson1995-12-171-15/+31
* | Staticize.phk1995-12-1714-74/+81
* | Staticize and remove $Log$.phk1995-12-175-448/+38
* | Staticize.phk1995-12-1759-880/+611
* | Add an obscure feature, needed for debugging.phk1995-12-172-11/+14
* | Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-173-53/+44
* | Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-178-31/+23
* | Updated to match 1TB filesize changes. Some pindexes were still offsetsbde1995-12-171-7/+9
* | Really finished (?) cleaning up sysinit stuff.bde1995-12-161-6/+4
* | Oops, the last commit missed one change from 200 to OBUFSIZ + 100.bde1995-12-161-2/+2
* | Removed dead debugging code.bde1995-12-161-7/+1
* | Return the i/o size, not a truth value, in the probe.bde1995-12-161-1/+1
* | One less magic number.bde1995-12-161-2/+2
* | Reformatted the list of broken modules and added ip_mroute_mod to it.bde1995-12-161-5/+2
* | Fixed comment about IPFIREWALL_VERBOSE.bde1995-12-163-6/+9
* | Catch a couple more null devsw dereferences...peter1995-12-164-8/+20
* | Another shot at getting working si DEVFS entries.. Apparently, it didn'tpeter1995-12-162-20/+32
* | Oops, forgot to update this to match pr_ctlinput.bde1995-12-161-3/+3
* | Added undocumented option LINUX so that it gets tested.bde1995-12-163-3/+6
* | Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-1616-40/+52
* | Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-164-11/+16
* | Completed function declarations and/or added prototypes and/or addedbde1995-12-1611-76/+83
* | Completed function declarations and/or added prototypes and/or addedbde1995-12-162-2/+3
* | Added a prototype.bde1995-12-161-1/+2
* | Removed unused function lkmenodev().bde1995-12-161-19/+1
* | Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-25/+46
OpenPOWER on IntegriCloud