| Commit message (Expand) | Author | Age | Files | Lines |
* | Use tsleep() rather than sleep so that 'ps' is more informative about | dg | 1994-10-06 | 31 | -86/+86 |
* | Steven Wallace provided a program which broke this stuff. I guess there are | phk | 1994-10-06 | 1 | -1/+8 |
* | 1. BOOTSEG and BOOTSTACK are now set from the Makefile, the boot code has | rgrimes | 1994-10-06 | 8 | -106/+112 |
* | 1. bootinfo.h defines the structure passed in to the kernel by the | rgrimes | 1994-10-06 | 1 | -0/+44 |
* | 1. Eliminate unused esym global from locore, our boot code never supported | rgrimes | 1994-10-06 | 5 | -74/+161 |
* | Define a new macro. PSEUDO_SET, to hide TEXT_SET(pseudo_set, foo) | wollman | 1994-10-05 | 1 | -1/+3 |
* | Install line discipline the new way. | wollman | 1994-10-05 | 2 | -15/+19 |
* | Allow for loadable line disciplines (eventually). | wollman | 1994-10-05 | 1 | -35/+12 |
* | A number of bug-fixes inspired by Mark Treacy: | wollman | 1994-10-05 | 3 | -10/+32 |
* | Stuff object into v_vmdata rather than pager. Not important which at | dg | 1994-10-05 | 13 | -125/+207 |
* | Fixed minor bug caused by some missing parens that can result in slightly | dg | 1994-10-05 | 1 | -2/+2 |
* | David Greenman told me to do this: (Thanks!) use vm_allocate to allocate | phk | 1994-10-05 | 1 | -5/+5 |
* | Add code to handle CPU_DISRTCSET | ache | 1994-10-04 | 2 | -4/+8 |
* | Add disable_rtc_set variable to block resettodr() call, needed for | ache | 1994-10-04 | 5 | -10/+30 |
* | CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i, | ache | 1994-10-04 | 2 | -4/+8 |
* | USE_RTC_CENTURY added | ache | 1994-10-04 | 3 | -3/+12 |
* | RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option, | ache | 1994-10-04 | 5 | -5/+45 |
* | John Dyson's work in progress. Not currently used. | dg | 1994-10-04 | 1 | -0/+389 |
* | Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be used | phk | 1994-10-04 | 2 | -8/+17 |
* | Moved m_copyback into uipc_mbuf.c | phk | 1994-10-04 | 2 | -55/+55 |
* | In sd_get_params() the timeout for the MODE_SENSE command was too | rgrimes | 1994-10-04 | 1 | -2/+2 |
* | Pull in 1.1.5.1 changes to sd.c from 1.23 to 1.27 (basically the fixes for | rgrimes | 1994-10-04 | 1 | -2/+5 |
* | Commented out anti-paging code as it was found to be the cause of a | dg | 1994-10-04 | 1 | -3/+3 |
* | Based on the applause (in this case: not downright rejection :-) I have | phk | 1994-10-04 | 1 | -53/+67 |
* | Fixed bug related to proper sensing of page modification that we | dg | 1994-10-04 | 1 | -8/+9 |
* | First bug-fix. This this depends on something odd. I am looking at it, | phk | 1994-10-03 | 1 | -3/+9 |
* | Put genassym: back how it was originally, the real bug was in mkdep. | rgrimes | 1994-10-03 | 3 | -6/+6 |
* | I added "pserudo-device gzip" as default. | phk | 1994-10-03 | 5 | -5/+13 |
* | dependency for genassym was wrong, there is never made a genassym.o file. | phk | 1994-10-03 | 3 | -6/+6 |
* | Changed the imgact_gzip to "optional gzip" per David Greenman's request. | phk | 1994-10-03 | 1 | -1/+1 |
* | *** | phk | 1994-10-03 | 1 | -0/+1456 |
* | *** | phk | 1994-10-03 | 1 | -0/+1 |
* | Fix 'cursor-disappearce-after-switching-screen-from-X' bug | ache | 1994-10-03 | 3 | -6/+6 |
* | Add VMIN/VTIME support | ache | 1994-10-03 | 1 | -18/+131 |
* | genassym: depends on Makefile and genassym.o, genassym.o dependicies are | rgrimes | 1994-10-02 | 3 | -6/+6 |
* | In case CWARNFLAGS and COPTFLAGS are already defined (from /etc/make.conf | phk | 1994-10-02 | 3 | -3/+15 |
* | (There's two of these now (Am7990.h and am7990.h) and they need to | paul | 1994-10-02 | 2 | -0/+334 |
* | New AMD family ethernet driver. Should support BICC,NE2100, TNIC, | paul | 1994-10-02 | 5 | -0/+4229 |
* | Add back and correct declaration of m_copyback() | dg | 1994-10-02 | 1 | -1/+2 |
* | Avoid ddb getting a panic if the code-segment isn't the usual one... | phk | 1994-10-02 | 3 | -12/+15 |
* | Patch from HOSOKAWA Tatsumi to fix bug in the size of apm_current_gdt_pdesc | dg | 1994-10-02 | 3 | -6/+6 |
* | GCC cleanup. | phk | 1994-10-02 | 24 | -148/+156 |
* | Ripped out APM-hooks. Not ready for prime time yet. | phk | 1994-10-02 | 4 | -87/+4 |
* | Ripped out a lot of stuff made to circumvent the previous bogus assy stuff. | phk | 1994-10-02 | 2 | -644/+276 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 36 | -675/+918 |
* | apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module | phk | 1994-10-02 | 5 | -12/+15 |
* | Unused variables, except one with a omnious comment. | phk | 1994-10-02 | 2 | -30/+20 |
* | Prototyping and general gcc-shutting up. Gcc has one warning now which looks | phk | 1994-10-02 | 36 | -483/+1186 |
* | Prototypes, prototypes and even more prototypes. Not quite done yet, but | phk | 1994-10-02 | 20 | -41/+152 |
* | Make fat cursor as early as possible, per Bruce suggestion | ache | 1994-10-02 | 3 | -18/+6 |