summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 1. Add support for months and years in relative time spec (now + 1 year)nsayer1999-08-262-52/+35
* VALIASED doesn't exist any more.phk1999-08-261-3/+1
* Update so it applies cleanlyroger1999-08-261-4/+4
* Update patch so it applies cleanlyroger1999-08-261-4/+4
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-2623-630/+160
* Initialize the dev->si_bsize fields.phk1999-08-262-2/+10
* . mention the existence of various flags in the synopsis, so it's morejoerg1999-08-262-4/+8
* Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZEroger1999-08-261-2/+6
* This commit was generated by cvs2svn to compensate for changes in r50397,obrien1999-08-26606-53980/+362984
|\
| * Virgin import of gcc from EGCS 1.1.2obrien1999-08-26641-71366/+401398
* | Fix DMA macros to work on alpha.dfr1999-08-261-0/+4
* | Don't schedule the next transaction if the pipe is being aborted.dfr1999-08-261-1/+0
* | Make the behaviour of `read -e', ie. treating backslashes as special,tg1999-08-262-17/+21
* | Aligh mbufs to sizeof(long), not 4brian1999-08-261-2/+2
* | Properly re-enable the transmitter in the TX error handler.wpaul1999-08-261-5/+3
* | Handle buses with multiple PHYs correctly.wpaul1999-08-261-5/+3
* | Change asf function to use the new name of the list in kern_linker.c.grog1999-08-261-1/+1
* | read_drive: Remove references to vp->v_lastr, which is going away.grog1999-08-261-16/+3
* | complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't havegrog1999-08-261-3/+4
* | config_plex: don't allocate a rangelock struct.grog1999-08-262-8/+3
* | Update and tidy descriptions of info -V.grog1999-08-261-30/+69
* | Add a verbose mode to show what files are being copied.mharo1999-08-264-9/+24
* | unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonepeter1999-08-265-32/+7
* | Use .p2align to ensure consistant a.out/elf alignment. I'd have usedpeter1999-08-252-12/+12
* | It would help if things that MUST be 32 bit aligned were really 32 bitpeter1999-08-251-3/+3
* | Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linuxnewton1999-08-251-2/+2
* | Make a place to store the devfs hook for the block device, as the samejulian1999-08-253-5/+6
* | Looks like I missed a little white space error, fixed.rgrimes1999-08-251-28/+28
* | Fix some mdoc(7) style inconsistencesbrian1999-08-252-16/+32
* | Add -e option to usage().dwhite1999-08-252-4/+4
* | Mention our support of the xp1000 familygallatin1999-08-251-0/+1
* | Don't getopt -M option and don't process it unless ENABLE_AMQ_MOUNT is on.obrien1999-08-251-2/+6
* | Use ALIGN_TEXT macro for alignment to avoid ambiguity.marcel1999-08-251-2/+1
* | what is a devuce?mjacob1999-08-252-4/+4
* | Style clean-up:sheldonh1999-08-2531-762/+759
* | Fix linux_newlstat in that it doesn't return the attributes of its containingmarcel1999-08-252-234/+208
* | Document apmd stuff.iwasaki1999-08-251-1/+14
* | Remove obsolete BUGS section which describes something which stoppedjkh1999-08-251-16/+1
* | Declaration of strtouq() is not missing from stdlib.h, so don't redeclaredt1999-08-251-3/+0
* | Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatmarcel1999-08-252-106/+140
* | Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-252-4/+4
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-2512-71/+58
* | Add a couple of missing but unimportant break; statements.phk1999-08-251-1/+3
* | Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-259-110/+304
* | Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-252-172/+174
* | Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingmarcel1999-08-251-1/+1
* | Sort cross-references. Move mount(8) down the list where it belongs, inchris1999-08-251-2/+2
* | Some very minor changes to the ISA dma code.dfr1999-08-251-3/+3
* | Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.msmith1999-08-253-10/+10
* | Use the far jump for the base of the page arithmatic rather than thepeter1999-08-253-9/+10
OpenPOWER on IntegriCloud