| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initialize the dev->si_bsize fields. | phk | 1999-08-26 | 2 | -2/+10 |
* | . mention the existence of various flags in the synopsis, so it's more | joerg | 1999-08-26 | 2 | -4/+8 |
* | Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZE | roger | 1999-08-26 | 1 | -2/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r50397, | obrien | 1999-08-26 | 606 | -53980/+362984 |
|\ |
|
| * | Virgin import of gcc from EGCS 1.1.2 | obrien | 1999-08-26 | 641 | -71366/+401398 |
* | | Fix DMA macros to work on alpha. | dfr | 1999-08-26 | 1 | -0/+4 |
* | | Don't schedule the next transaction if the pipe is being aborted. | dfr | 1999-08-26 | 1 | -1/+0 |
* | | Make the behaviour of `read -e', ie. treating backslashes as special, | tg | 1999-08-26 | 2 | -17/+21 |
* | | Aligh mbufs to sizeof(long), not 4 | brian | 1999-08-26 | 1 | -2/+2 |
* | | Properly re-enable the transmitter in the TX error handler. | wpaul | 1999-08-26 | 1 | -5/+3 |
* | | Handle buses with multiple PHYs correctly. | wpaul | 1999-08-26 | 1 | -5/+3 |
* | | Change asf function to use the new name of the list in kern_linker.c. | grog | 1999-08-26 | 1 | -1/+1 |
* | | read_drive: Remove references to vp->v_lastr, which is going away. | grog | 1999-08-26 | 1 | -16/+3 |
* | | complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't have | grog | 1999-08-26 | 1 | -3/+4 |
* | | config_plex: don't allocate a rangelock struct. | grog | 1999-08-26 | 2 | -8/+3 |
* | | Update and tidy descriptions of info -V. | grog | 1999-08-26 | 1 | -30/+69 |
* | | Add a verbose mode to show what files are being copied. | mharo | 1999-08-26 | 4 | -9/+24 |
* | | unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone | peter | 1999-08-26 | 5 | -32/+7 |
* | | Use .p2align to ensure consistant a.out/elf alignment. I'd have used | peter | 1999-08-25 | 2 | -12/+12 |
* | | It would help if things that MUST be 32 bit aligned were really 32 bit | peter | 1999-08-25 | 1 | -3/+3 |
* | | Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linux | newton | 1999-08-25 | 1 | -2/+2 |
* | | Make a place to store the devfs hook for the block device, as the same | julian | 1999-08-25 | 3 | -5/+6 |
* | | Looks like I missed a little white space error, fixed. | rgrimes | 1999-08-25 | 1 | -28/+28 |
* | | Fix some mdoc(7) style inconsistences | brian | 1999-08-25 | 2 | -16/+32 |
* | | Add -e option to usage(). | dwhite | 1999-08-25 | 2 | -4/+4 |
* | | Mention our support of the xp1000 family | gallatin | 1999-08-25 | 1 | -0/+1 |
* | | Don't getopt -M option and don't process it unless ENABLE_AMQ_MOUNT is on. | obrien | 1999-08-25 | 1 | -2/+6 |
* | | Use ALIGN_TEXT macro for alignment to avoid ambiguity. | marcel | 1999-08-25 | 1 | -2/+1 |
* | | what is a devuce? | mjacob | 1999-08-25 | 2 | -4/+4 |
* | | Style clean-up: | sheldonh | 1999-08-25 | 31 | -762/+759 |
* | | Fix linux_newlstat in that it doesn't return the attributes of its containing | marcel | 1999-08-25 | 2 | -234/+208 |
* | | Document apmd stuff. | iwasaki | 1999-08-25 | 1 | -1/+14 |
* | | Remove obsolete BUGS section which describes something which stopped | jkh | 1999-08-25 | 1 | -16/+1 |
* | | Declaration of strtouq() is not missing from stdlib.h, so don't redeclare | dt | 1999-08-25 | 1 | -3/+0 |
* | | Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means that | marcel | 1999-08-25 | 2 | -106/+140 |
* | | Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoleted | marcel | 1999-08-25 | 2 | -4/+4 |
* | | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 12 | -71/+58 |
* | | Add a couple of missing but unimportant break; statements. | phk | 1999-08-25 | 1 | -1/+3 |
* | | Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always | marcel | 1999-08-25 | 9 | -110/+304 |
* | | Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always | marcel | 1999-08-25 | 2 | -172/+174 |
* | | Fix stack misalignment for Linux binaries caused by `linux_sigcode' not being | marcel | 1999-08-25 | 1 | -1/+1 |
* | | Sort cross-references. Move mount(8) down the list where it belongs, in | chris | 1999-08-25 | 1 | -2/+2 |
* | | Some very minor changes to the ISA dma code. | dfr | 1999-08-25 | 1 | -3/+3 |
* | | Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to. | msmith | 1999-08-25 | 3 | -10/+10 |
* | | Use the far jump for the base of the page arithmatic rather than the | peter | 1999-08-25 | 3 | -9/+10 |
* | | Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw. | julian | 1999-08-25 | 6 | -135/+127 |
* | | Try to get /usr/include/readline back into the snapshots. | obrien | 1999-08-25 | 1 | -2/+2 |
* | | Don't open the swap file. The open descriptor for it hasn't been used | bde | 1999-08-25 | 2 | -9/+1 |
* | | Make DEVFS ops reflect some of the changes that have recently occured in the | julian | 1999-08-25 | 1 | -60/+173 |
* | | Add missing quote. | dwhite | 1999-08-25 | 1 | -2/+2 |