| Commit message (Expand) | Author | Age | Files | Lines |
* | The flags type was recently changed from u_short to u_int, breaking | alex | 1998-09-28 | 1 | -10/+10 |
* | Include vinum in SUBDIR | grog | 1998-09-28 | 1 | -2/+3 |
* | Remove the reference to the -b option; it's gone. | yokota | 1998-09-23 | 1 | -16/+4 |
* | - Back out softupdate change that already existed in FreeBSD from V1.6, | nate | 1998-09-23 | 3 | -9/+3 |
* | Change rst0 into rsa0. | roberto | 1998-09-22 | 4 | -8/+8 |
* | Fix a grammar problem. | ken | 1998-09-21 | 1 | -2/+2 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 5 | -8/+3 |
* | Prevent buffer overflow with extra long arguments. | imp | 1998-09-17 | 1 | -4/+2 |
* | Page control field values go from 0-3, not 1-4. | ken | 1998-09-17 | 1 | -5/+5 |
* | Two patches from the HARP people: | phk | 1998-09-17 | 3 | -3/+6 |
* | Fix a typo. "Primay" -> "Primary" | ken | 1998-09-17 | 1 | -2/+2 |
* | Obsoleted by CAM. | gibbs | 1998-09-17 | 6 | -1526/+0 |
* | checked, that new sa CAM driver takes care of using buffer sizes | andreas | 1998-09-16 | 1 | -15/+1 |
* | Linux swap and Solaris x86 use the same BIOS partition id. | obrien | 1998-09-16 | 2 | -4/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r39332, | grog | 1998-09-16 | 6 | -0/+3375 |
|\ |
|
| * | Import base vinum userland sources | grog | 1998-09-16 | 6 | -0/+3375 |
* | Remove blank after -I | phk | 1998-09-15 | 3 | -6/+6 |
* | (this is an extract from src/share/examples/atm/README) | phk | 1998-09-15 | 1 | -2/+3 |
* | Add support for dealing with ENOSPC as the error code returned by a tape | gibbs | 1998-09-15 | 2 | -16/+17 |
* | Add camcontrol. Remove scsiformat. | gibbs | 1998-09-15 | 1 | -4/+3 |
* | Add new files for HARP3 | phk | 1998-09-15 | 19 | -0/+11177 |
* | Update system to new device statistics code. | gibbs | 1998-09-15 | 1 | -1/+2 |
* | Camcontrol - A utility for configuring/manipulating the CAM subsystem | gibbs | 1998-09-15 | 6 | -0/+3548 |
* | Reviewed by: bde (again) | grog | 1998-09-11 | 1 | -2/+2 |
* | Reviewed by: bde,jkh | grog | 1998-09-11 | 2 | -7/+22 |
* | Don't refuse to pass the force and sync options to the kernel. The | bde | 1998-09-09 | 1 | -1/+3 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 1 | -73/+16 |
* | Fix calls to mmap. It returns void *, and on failure it returns | jdp | 1998-09-06 | 1 | -11/+11 |
* | For a.out mode, ignore shared libraries that don't have at least 2 | jdp | 1998-09-05 | 1 | -1/+3 |
* | Disable gcc's builtin memcpy for alpha since it doesn't cope with unaligned | dfr | 1998-09-05 | 1 | -1/+4 |
* | Change MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -3/+3 |
* | Now that ldconfig does elf work too, build it on alpha as well. | jb | 1998-09-05 | 1 | -2/+2 |
* | Implement ldconfig functionality for ELF. The hints are stored in | jdp | 1998-09-05 | 5 | -31/+465 |
* | Sort cross references. | wosch | 1998-08-31 | 2 | -4/+4 |
* | Split lines into one subdir per line. | gpalmer | 1998-08-30 | 2 | -11/+64 |
* | Install ipmon.8 in man8/ not man1/. | jkoshy | 1998-08-30 | 1 | -1/+1 |
* | Updated manual page. Removed description of (now defunct) -c restrictions. | dillon | 1998-08-27 | 1 | -3/+2 |
* | Use explicitly sized types when formatting cylinder groups. | dfr | 1998-08-27 | 1 | -7/+7 |
* | Remove -c restrictions from previous commit. | des | 1998-08-26 | 1 | -13/+1 |
* | (well tested at BEST): -i option can now take FP values (e.g. -i 0.1), | dillon | 1998-08-26 | 2 | -17/+46 |
* | Change length arguments to sysctl to size_t. | dfr | 1998-08-25 | 1 | -5/+21 |
* | Attempt to fix my breakage of the alpha makebootarea() in rev.1.19. | bde | 1998-08-23 | 2 | -14/+14 |
* | Try to make this compile on both alpha and i386 | gpalmer | 1998-08-21 | 2 | -4/+4 |
* | Fix the machine dependent SUBDIR I removed by mistake in the last commit. | jb | 1998-08-20 | 1 | -1/+5 |
* | Fixed style bugs in previous commit. | bde | 1998-08-17 | 2 | -74/+72 |
* | Teach disklabel how to install a bootstrap on an alpha with SRM console. | dfr | 1998-08-17 | 2 | -4/+74 |
* | All but two if these build on alpha now, but most are untested. | jb | 1998-08-15 | 1 | -13/+9 |
* | Use explicitly sized types when laying out the cylinder groups. This | dfr | 1998-08-15 | 3 | -18/+18 |
* | Forgot to remove a ';' in my previous commit. | charnier | 1998-08-12 | 1 | -2/+2 |
* | Add "-aout" option when calling the linker, so that this will work | jdp | 1998-08-12 | 1 | -3/+3 |