summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-08-22Adding conf.c. Omitted last commit.Steve Murphree
1998-08-22Changed bootsd to work with bootxx bootblocks.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Part of remove to clean up stand.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Part of remove to clean up stand.Steve Murphree
1998-08-22Initail import of libz.Steve Murphree
1998-08-22Initial import of installbootSteve Murphree
1998-08-22part of a remove to get stand into shape.Steve Murphree
1998-08-21Fix malloc race in the cd9660 fs.Constantine Sapuntzakis
1998-08-21Don't make symbols strings absolute in the symbol table so we can share it ↵Todd C. Miller
with /dev/ksyms
1998-08-21Fix malloc race in nfs_node.cConstantine Sapuntzakis
1998-08-21Fix malloc race on new anode get.Constantine Sapuntzakis
1998-08-21Make tabbing better.Constantine Sapuntzakis
1998-08-21malloc can block so there was a race in this code which could cause twoConstantine Sapuntzakis
vnodes to be created for a given file.
1998-08-21Add struct cd_sub_channel_q_data for CD_SUBQ_DATA; msaitohTheo de Raadt
(note: disgusting bitfields)
1998-08-21correct readlink(); kleinkTheo de Raadt
1998-08-21Recent FreeBSD changes and a bug fix.Jason Downs
1998-08-21Add Debugger prototype for gcc nit picking; garnett@cs.colorado.eduTodd C. Miller
1998-08-20avoid double fault during early boot; rvbTheo de Raadt
1998-08-20some pmap definitionsMichael Shalayeff
1998-08-20some cmu/osf-derived pmap, hacked all overMichael Shalayeff
1998-08-20mmap support for gus, dillema@acm.orgNiels Provos
1998-08-20If there are no SFILES, don't try to .depend them; run over by: ↵Jason Wright
emory@hellyeah.com
1998-08-19union sigval; garnett@cs.colorado.eduTodd C. Miller
1998-08-19please gcc 2.8Todd C. Miller
1998-08-19Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobberingConstantine Sapuntzakis
of lvalues that ANSI abhors. And it fixes df on NFS version 3 mounts on Sparcs.
1998-08-19use correct upper boundNiels Provos
1998-08-18bye bye old compatsTheo de Raadt
1998-08-18wrong, smurphTheo de Raadt
1998-08-18halt processor when idle if either APM is enabled or PCTR is not enabled;Marco S Hyman
my idle portable: approx 320000 instructions per second my portable during a make build: as high as 21000000 instructions per second
1998-08-18add powerpc_btop() and powerpc_ptob() macros for consistency with other portsTodd C. Miller
1998-08-18add mvme88k_btop() and mvme88k_ptob() macros for consistency with other portsTodd C. Miller
1998-08-18s/dec/dev/ryker
1998-08-18Let mac68k kernels compile outside of arch/mac68k/compile; d@fnarg.net.au.ryker
1998-08-18Make mac68k sys compile.ryker
1998-08-18Remove clearing of interrupt after character output in cnputci(). ClearingPer Fogelstrom
the int will make the tty stop if output is currently active.
1998-08-18indent # properly; garnett@bogus.cs.colorado.eduTheo de Raadt
1998-08-18Add sparc_btop and sparc_ptob for consistency with other portsTodd C. Miller
1998-08-18fixed passing of bugargs to kernel.Steve Murphree
1998-08-18New bootblocks code to work with bootxx.Steve Murphree
1998-08-18Changed volume id to m88k. Fixed command line args.Steve Murphree
1998-08-17Make sure the file system is unbusied on error.Constantine Sapuntzakis
1998-08-17Fix turd left over from soft updates patch.Constantine Sapuntzakis
MNT_LAZY is not a bit flag.
1998-08-17Fix for FFS leaking buffer cache data on segfaults during write.Constantine Sapuntzakis
Thanks to Chuck Silvers (chuq@chuq.com)
1998-08-17Fix i386 kernel crash so that register context is saved in a better place.Constantine Sapuntzakis
1998-08-17syncTheo de Raadt
1998-08-17ACC PCI SCSTheo de Raadt
1998-08-16change seek to intTheo de Raadt
1998-08-16don't map DMA across boundaries; from NetBSD (don't know who).Jason Downs