summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Steven Wallace provided a program which broke this stuff. I guess there arephk1994-10-061-1/+8
* 1. BOOTSEG and BOOTSTACK are now set from the Makefile, the boot code hasrgrimes1994-10-068-106/+112
* 1. bootinfo.h defines the structure passed in to the kernel by thergrimes1994-10-061-0/+44
* 1. Eliminate unused esym global from locore, our boot code never supportedrgrimes1994-10-065-74/+161
* Define a new macro. PSEUDO_SET, to hide TEXT_SET(pseudo_set, foo)wollman1994-10-051-1/+3
* Install line discipline the new way.wollman1994-10-052-15/+19
* Allow for loadable line disciplines (eventually).wollman1994-10-051-35/+12
* A number of bug-fixes inspired by Mark Treacy:wollman1994-10-053-10/+32
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-0513-125/+207
* Fixed minor bug caused by some missing parens that can result in slightlydg1994-10-051-2/+2
* David Greenman told me to do this: (Thanks!) use vm_allocate to allocatephk1994-10-051-5/+5
* Add code to handle CPU_DISRTCSETache1994-10-042-4/+8
* Add disable_rtc_set variable to block resettodr() call, needed forache1994-10-045-10/+30
* CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i,ache1994-10-042-4/+8
* USE_RTC_CENTURY addedache1994-10-043-3/+12
* RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option,ache1994-10-045-5/+45
* John Dyson's work in progress. Not currently used.dg1994-10-041-0/+389
* Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be usedphk1994-10-042-8/+17
* Moved m_copyback into uipc_mbuf.cphk1994-10-042-55/+55
* In sd_get_params() the timeout for the MODE_SENSE command was toorgrimes1994-10-041-2/+2
* Pull in 1.1.5.1 changes to sd.c from 1.23 to 1.27 (basically the fixes forrgrimes1994-10-041-2/+5
* Commented out anti-paging code as it was found to be the cause of adg1994-10-041-3/+3
* Based on the applause (in this case: not downright rejection :-) I havephk1994-10-041-53/+67
* Fixed bug related to proper sensing of page modification that wedg1994-10-041-8/+9
* First bug-fix. This this depends on something odd. I am looking at it,phk1994-10-031-3/+9
* Put genassym: back how it was originally, the real bug was in mkdep.rgrimes1994-10-033-6/+6
* I added "pserudo-device gzip" as default.phk1994-10-035-5/+13
* dependency for genassym was wrong, there is never made a genassym.o file.phk1994-10-033-6/+6
* Changed the imgact_gzip to "optional gzip" per David Greenman's request.phk1994-10-031-1/+1
* ***phk1994-10-031-0/+1456
* ***phk1994-10-031-0/+1
* Fix 'cursor-disappearce-after-switching-screen-from-X' bugache1994-10-033-6/+6
* Add VMIN/VTIME supportache1994-10-031-18/+131
* genassym: depends on Makefile and genassym.o, genassym.o dependicies arergrimes1994-10-023-6/+6
* In case CWARNFLAGS and COPTFLAGS are already defined (from /etc/make.confphk1994-10-023-3/+15
* (There's two of these now (Am7990.h and am7990.h) and they need topaul1994-10-022-0/+334
* New AMD family ethernet driver. Should support BICC,NE2100, TNIC,paul1994-10-025-0/+4229
* Add back and correct declaration of m_copyback()dg1994-10-021-1/+2
* Avoid ddb getting a panic if the code-segment isn't the usual one...phk1994-10-023-12/+15
* Patch from HOSOKAWA Tatsumi to fix bug in the size of apm_current_gdt_pdescdg1994-10-023-6/+6
* GCC cleanup.phk1994-10-0224-148/+156
* Ripped out APM-hooks. Not ready for prime time yet.phk1994-10-024-87/+4
* Ripped out a lot of stuff made to circumvent the previous bogus assy stuff.phk1994-10-022-644/+276
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-0236-675/+918
* apm_bios.h: removed the equiv-stuff. Not needed now that the kernel modulephk1994-10-025-12/+15
* Unused variables, except one with a omnious comment.phk1994-10-022-30/+20
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-0236-483/+1186
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-0220-41/+152
* Make fat cursor as early as possible, per Bruce suggestionache1994-10-023-18/+6
* Include rtprio.h for struct rtprio.dg1994-10-021-1/+2
OpenPOWER on IntegriCloud