| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Australian time GB-like | ache | 1998-10-13 | 1 | -2/+7 |
* | Don't use an absolute path to objcopy. | rnordier | 1998-10-13 | 5 | -12/+12 |
* | Improve drive recognition and handling. | rnordier | 1998-10-13 | 2 | -52/+80 |
* | Updated library order and comments about it. This fixes libm not | bde | 1998-10-13 | 1 | -6/+10 |
* | Fix a bug in camcontrol that caused 'camcontrol start' to not work. | ken | 1998-10-13 | 1 | -6/+1 |
* | Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs, | bde | 1998-10-13 | 9 | -18/+18 |
* | One vfork() changed to fork(); one execl() changed to execv(). The | des | 1998-10-13 | 2 | -4/+8 |
* | Missed one in the previous commit. | des | 1998-10-13 | 1 | -3/+3 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 12 | -31/+27 |
* | Doh. What was I smoking when I wrote this? | des | 1998-10-13 | 1 | -5/+5 |
* | fix brainos in earlier commit. | jkh | 1998-10-13 | 3 | -12/+12 |
* | Include btxld in build-tools only for i386. | rnordier | 1998-10-13 | 1 | -2/+4 |
* | properly conditionalize for alpha. | jkh | 1998-10-13 | 6 | -6/+12 |
* | correct typo. | jkh | 1998-10-13 | 3 | -3/+3 |
* | switch to proper boot0 | jkh | 1998-10-13 | 9 | -90/+15 |
* | Sync with sys/i386/isa/isa.c and wd.c revisions 1.115 and 1.177, | kato | 1998-10-13 | 2 | -4/+4 |
* | Sync with sys/i386/i386/userconfig.c revision 1.112. | kato | 1998-10-13 | 1 | -3/+4 |
* | Load the full symbol tables if they are present. This means that ddb | peter | 1998-10-13 | 2 | -20/+156 |
* | Make the ELF load messages cleaner. | peter | 1998-10-13 | 1 | -8/+17 |
* | Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, and | peter | 1998-10-13 | 4 | -114/+182 |
* | Fix typos. | jkoshy | 1998-10-13 | 1 | -5/+5 |
* | Correct a grammatical nit and remove ambiguity about the effect of | jkoshy | 1998-10-13 | 1 | -4/+6 |
* | Shut this thing up; most people don't even have this enabled. | jkh | 1998-10-13 | 1 | -4/+1 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 27 | -103/+102 |
* | Commented out aic driver. | kato | 1998-10-13 | 3 | -6/+6 |
* | Remove irrelevant section. | jkoshy | 1998-10-13 | 1 | -2/+0 |
* | Conditionalise boot block building on i386. | jkh | 1998-10-13 | 1 | -1/+3 |
* | Added a workaround for yet-another, less-than-compatible keyboard controller. | yokota | 1998-10-13 | 1 | -1/+4 |
* | Update to latest ports categories. | jkh | 1998-10-13 | 2 | -2/+14 |
* | Fix a bug in dlclose that broke the apache13 port. The list of | jdp | 1998-10-13 | 1 | -1/+2 |
* | Fix for wrap arround. | kato | 1998-10-13 | 3 | -6/+6 |
* | Implement TSC clock calibration for PC-98. | kato | 1998-10-13 | 3 | -12/+225 |
* | Update comment. The release tree needs about 1000 MB of free space | jdp | 1998-10-13 | 1 | -2/+2 |
* | Bring in _BSD_UINT8_T_, _BSD_UINT16_T_, and _BSD_UINT32_T from the i386 | alex | 1998-10-12 | 1 | -1/+4 |
* | Adjust docs to reflect reality. | jkh | 1998-10-12 | 3 | -9/+9 |
* | Whoops; fix my X11R6 fixup. Now the package should be marked | jkh | 1998-10-12 | 3 | -6/+6 |
* | Make floppy media code more generic so that fixit floppy can use it. | jkh | 1998-10-12 | 7 | -51/+45 |
* | Add adw device. | jkh | 1998-10-12 | 1 | -3/+4 |
* | Add a "dummy light" (actually two dummy lights) to catch people who don't | ken | 1998-10-12 | 2 | -5/+45 |
* | This commit was generated by cvs2svn to compensate for changes in r40269, | rnordier | 1998-10-12 | 4 | -0/+1094 |
|\ |
|
| * | New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023; | rnordier | 1998-10-12 | 4 | -0/+1094 |
* | | New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023; | rnordier | 1998-10-12 | 3 | -0/+1032 |
* | | Avoid the "Cannot allocate memory" problem that appears on heavily | des | 1998-10-12 | 1 | -4/+10 |
* | | UnVMIO vnodes of block devices when they are no longer in use. (Some | dt | 1998-10-12 | 2 | -4/+26 |
* | | Correct a misleading comment. | jkh | 1998-10-12 | 1 | -2/+2 |
* | | Fix breakage introduced by last patch. bde has added CC_QUIET flag to | imp | 1998-10-12 | 7 | -173/+26 |
* | | Add quirk entries to disable the synchronize cache command for Micropolis | ken | 1998-10-12 | 1 | -10/+28 |
* | | Bring over a quirk entry from the old SCSI code for a Chinon CDROM drive | ken | 1998-10-12 | 1 | -1/+5 |
* | | Fix a curses bug exposed by the ":numbers" display of systat -iostat. | ken | 1998-10-12 | 1 | -2/+2 |
* | | Sync with sys/i386/isa/isa.c revision 1.114. | kato | 1998-10-12 | 1 | -10/+16 |