| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated. | nyan | 1999-07-21 | 2 | -2/+44 |
* | Remove the RCS "Log" and all the verbiage it has generated. | phk | 1999-07-21 | 20 | -2608/+24 |
* | Hack to work around a NULL pointer dereferencation that can be triggered | joerg | 1999-07-21 | 2 | -2/+10 |
* | Fix horribly broken comment. The submitter of the associated code sent | sheldonh | 1999-07-21 | 1 | -3/+4 |
* | Fix a gcc stupidity where it thought a variable was being used uninitialized | billf | 1999-07-21 | 2 | -4/+10 |
* | Avoid ambigious if/else | billf | 1999-07-21 | 2 | -4/+6 |
* | Hopefully make the CMD640B workaround actually work. | peter | 1999-07-21 | 1 | -9/+6 |
* | Avoid ambigious if-else | billf | 1999-07-21 | 1 | -4/+7 |
* | Since we are using strlen() let's assign it to the correct type and | billf | 1999-07-21 | 1 | -2/+3 |
* | Walk around the end of all the silly guessing of device types and unit | msmith | 1999-07-21 | 6 | -9/+108 |
* | Slight cleanups of the Cyrix 5530 UDMA code. | julian | 1999-07-20 | 1 | -100/+125 |
* | Fix a REALLY embarrassing mistake. Don't look; I warned you. | green | 1999-07-20 | 1 | -2/+2 |
* | Make a dev2budev() function, and use it. This refixes pstat (working, broken, | green | 1999-07-20 | 4 | -9/+16 |
* | Convert the xl driver to newbus. It is now possible to make this driver | wpaul | 1999-07-20 | 2 | -88/+127 |
* | XFree86 3.3.4 seems to require "XWINHOME" to be set for the setup tool | jkh | 1999-07-20 | 3 | -3/+6 |
* | dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecore | green | 1999-07-20 | 1 | -2/+5 |
* | Correct the information about the return value when no device matches | nik | 1999-07-20 | 1 | -6/+4 |
* | Correct some grammar and style problems with this page. | nik | 1999-07-20 | 1 | -16/+16 |
* | Correct the alignment of some of the members in the wi_frame structure. | wpaul | 1999-07-20 | 2 | -6/+10 |
* | Make bcd2int work (resume time reporting now works.) | green | 1999-07-20 | 1 | -3/+5 |
* | Make wall_cmos do something. | green | 1999-07-20 | 1 | -4/+13 |
* | I missed a not. Also, remove invltlb(), since it's "unncessary [sic] because | green | 1999-07-20 | 1 | -4/+2 |
* | Now a dev_t is a pointer to struct specinfo which is shared by all specdev | phk | 1999-07-20 | 13 | -194/+185 |
* | Also check against chardevs when looking for root. | phk | 1999-07-20 | 4 | -4/+12 |
* | The matcd driver is acting strange (returning a successful open even | jkh | 1999-07-20 | 3 | -3/+9 |
* | Fix a bad dhcp keyword; it's host-name not server-name. | jkh | 1999-07-20 | 2 | -6/+6 |
* | Add slovakian ftp mirror. | jkh | 1999-07-20 | 3 | -3/+9 |
* | More Alpha ifdefage. | jkh | 1999-07-20 | 6 | -6/+42 |
* | use vp->v_rdev; | phk | 1999-07-20 | 1 | -2/+2 |
* | add debug.sizeof.specinfo | phk | 1999-07-20 | 1 | -1/+5 |
* | Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev. | phk | 1999-07-20 | 2 | -4/+56 |
* | Update of the i686 MTRR/memory range support. | msmith | 1999-07-20 | 2 | -90/+92 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 16 | -18/+699 |
* | An SMP-specific change: Eliminate an unnecessary lock acquire and release | alc | 1999-07-20 | 1 | -10/+1 |
* | Convert a "page not busy" warning to an assertion. | alc | 1999-07-20 | 1 | -7/+3 |
* | Get bpf0 onto the MFS image. | jkh | 1999-07-20 | 1 | -2/+2 |
* | Make memcontrol's internal help actually work. No substitute for a real | msmith | 1999-07-20 | 1 | -3/+19 |
* | Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled by | rnordier | 1999-07-20 | 5 | -57/+111 |
* | Fix a page size vs. KB mixup. The extra buffers allocated at a reduced | peter | 1999-07-19 | 2 | -8/+8 |
* | Document the "skey" command in telnet(1). | nik | 1999-07-19 | 1 | -1/+5 |
* | Check if an fs is mounted before checking if it is mounted read-only. | luoqi | 1999-07-19 | 1 | -2/+3 |
* | Activate kgzip. | rnordier | 1999-07-19 | 1 | -1/+2 |
* | Activate kgzldr. | rnordier | 1999-07-19 | 1 | -2/+2 |
* | Use M4FLAGS for m4. | rnordier | 1999-07-19 | 1 | -4/+4 |
* | Fix a problem where commands in backticks `` wont get executed in taint | markm | 1999-07-19 | 1 | -0/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r48907, | rnordier | 1999-07-19 | 7 | -0/+459 |
|\ |
|
| * | kgzldr is a kzipboot replacement for use with kgzip(8). | rnordier | 1999-07-19 | 7 | -0/+459 |
* | | This commit was generated by cvs2svn to compensate for changes in r48905, | rnordier | 1999-07-19 | 10 | -0/+1066 |
|\ \
| |/ |
|
| * | kgzip is a kzip(8) replacement able to compress and link bootable | rnordier | 1999-07-19 | 10 | -0/+1066 |
* | | Various cleanups. | green | 1999-07-19 | 1 | -6/+6 |