| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some spelling errors. | Mike Pritchard | 1996-12-26 | 15 | -43/+43 |
* | Documentation update. | Joerg Wunsch | 1996-12-26 | 2 | -9/+70 |
* | Clean up some calls to close(). | Jordan K. Hubbard | 1996-12-26 | 1 | -6/+4 |
* | Fix fixit floppy. | Jordan K. Hubbard | 1996-12-26 | 1 | -9/+21 |
* | Bring these up-to-date with Peter's compat distribution changes. | Jordan K. Hubbard | 1996-12-24 | 3 | -3/+3 |
* | Build the compat dists via the standard build with the rest of the tree | Peter Wemm | 1996-12-23 | 1 | -14/+4 |
* | Added comments on how to setup syscons to work on older ThinkPads. | Nate Williams | 1996-12-17 | 1 | -1/+11 |
* | 1. Engage brain. 2. Write macro. Previous commit attempted to perform | Jordan K. Hubbard | 1996-12-17 | 2 | -4/+4 |
* | make note of which /etc files need upgrading in installUpgrade rather | Jordan K. Hubbard | 1996-12-15 | 7 | -80/+84 |
* | Increase the size of the vector that is allocated for execv(). Jordan | Joerg Wunsch | 1996-12-15 | 1 | -3/+3 |
* | Merge from 2.2 | Jordan K. Hubbard | 1996-12-14 | 1 | -3/+5 |
* | Now that I've got my source tree sorted out, bring all the things | Jordan K. Hubbard | 1996-12-14 | 8 | -61/+149 |
* | Give this file a home also. No, I don't like it here either but | Jordan K. Hubbard | 1996-12-14 | 1 | -0/+83 |
* | Bring this file in from the cold and update it to match new realities. | Jordan K. Hubbard | 1996-12-14 | 1 | -0/+11 |
* | To use the dosio library fully, I also (duh!) have to retain full | Jordan K. Hubbard | 1996-12-14 | 1 | -1/+1 |
* | Document the required procedure to install on an HP Netserver with | Joerg Wunsch | 1996-12-14 | 1 | -1/+25 |
* | Fix some very minor cosmetic cruft I couldn't help tweaking when | Jordan K. Hubbard | 1996-12-14 | 1 | -0/+2 |
* | 700 now. :) | Jordan K. Hubbard | 1996-12-12 | 1 | -2/+2 |
* | Fix trunctation of domainname. | Jordan K. Hubbard | 1996-12-12 | 1 | -2/+2 |
* | Add some additional smarts for XFree86 configuration. | Jordan K. Hubbard | 1996-12-12 | 3 | -7/+10 |
* | Update these docs to more closely reflect reality. | Jordan K. Hubbard | 1996-12-12 | 3 | -28/+7 |
* | Allocate more inodes for general use now that we have the room. | Jordan K. Hubbard | 1996-12-12 | 1 | -2/+2 |
* | smart-alec error checking. | Jordan K. Hubbard | 1996-12-12 | 1 | -2/+8 |
* | Nuke extraneous section. | Jordan K. Hubbard | 1996-12-12 | 1 | -40/+1 |
* | Whups, remove relic from close method going away. | Jordan K. Hubbard | 1996-12-12 | 1 | -2/+1 |
* | Undo one of my memory optimization hacks - it actually made things more | Jordan K. Hubbard | 1996-12-12 | 5 | -37/+18 |
* | Fix some bogons in my close() handling. | Jordan K. Hubbard | 1996-12-12 | 3 | -7/+11 |
* | Cosmetic tweaks, initialize a few variables, fix a reversed conditional. | Jordan K. Hubbard | 1996-12-11 | 2 | -5/+14 |
* | Stomp the 4MB boot floppy and punt on 1.2MB floppy images. It's a battle | Jordan K. Hubbard | 1996-12-11 | 1 | -35/+5 |
* | Be more efficient in how we use memory (stumbled across while looking for | Jordan K. Hubbard | 1996-12-11 | 7 | -46/+63 |
* | Whoops, add -lftpio | Jordan K. Hubbard | 1996-12-11 | 5 | -10/+10 |
* | Do a few things I've been threatening to do for a long time: | Jordan K. Hubbard | 1996-12-11 | 22 | -875/+1147 |
* | Update to benefit from David's recent changes to pw(8). The most | Joerg Wunsch | 1996-12-10 | 2 | -25/+208 |
* | Set timeout interval to 0 in ppp so connections don't hang up while | Jordan K. Hubbard | 1996-12-09 | 1 | -1/+2 |
* | Slightly improve the wording of a ``not yet there'' message. | Joerg Wunsch | 1996-12-09 | 1 | -2/+3 |
* | As Paul has just pointed out, much of my strncpy() usage was either | Jordan K. Hubbard | 1996-12-09 | 17 | -89/+98 |
* | Whups, missed two strcpy()s. | Jordan K. Hubbard | 1996-12-09 | 1 | -3/+3 |
* | Eliminate great evil in the networking code. That's all I'm gonna say. | Jordan K. Hubbard | 1996-12-09 | 3 | -74/+20 |
* | Add Joerg's user management screen for David Nugent's pw(8) program, something | Jordan K. Hubbard | 1996-12-09 | 7 | -11/+875 |
* | Another fixit improvement: add a lame script that pretends to be | Joerg Wunsch | 1996-12-08 | 3 | -1/+243 |
* | Several areas of improvement: | Jordan K. Hubbard | 1996-12-08 | 6 | -36/+32 |
* | Don't run routed by default. | Jordan K. Hubbard | 1996-12-02 | 2 | -6/+6 |
* | Simplify the disklabel trickery, and thus avoid the dreaded | Joerg Wunsch | 1996-12-01 | 2 | -4/+4 |
* | Move configResolv() to *after* the chroot(). This is what was causing | Jordan K. Hubbard | 1996-12-01 | 1 | -4/+2 |
* | Change boolean nature of "router" variable since it's not a boolean | Jordan K. Hubbard | 1996-11-29 | 1 | -2/+2 |
* | More involved description for fe0 driver using cards. Closes PR#2099. | Jordan K. Hubbard | 1996-11-29 | 1 | -2/+3 |
* | Add a new feature which Garrett pointed out. | Jordan K. Hubbard | 1996-11-29 | 1 | -1/+5 |
* | Few fixit improvements: | Joerg Wunsch | 1996-11-28 | 1 | -1/+6 |
* | Try to impreve DD mode. | Poul-Henning Kamp | 1996-11-27 | 5 | -34/+51 |
* | Correct some typos relating to PC98 server selection. | Jordan K. Hubbard | 1996-11-27 | 1 | -4/+4 |