summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-08-05Make compile on alphaNiklas Hallqvist
1997-08-05Add cy0 (cyclades)dgregor
1997-08-04remember boot device geometryMichael Shalayeff
1997-08-04comment typoMichael Shalayeff
clean syntax
1997-08-04Hmmm... quick one-liner that makes the panic() in case of a Mac IIfx machinegene
class a lot more understandable.
1997-08-04do consdevMichael Shalayeff
1997-08-04dynamic crc32 table calculationMichael Shalayeff
1997-08-04remove that i386 defines, we can survive w/o 'emMichael Shalayeff
1997-08-04Add Cyclades serial driver as character major number 38.dgregor
1997-08-04Change disable_intr()/enable_intr() to splhigh()/splx().dgregor
Fix bug of 'tp' not being initialized in cyopen - patch from Theo de Raadt. Thanks to Niklas Hallqvist and Theo de Raadt for finding this bug.
1997-08-04let us all try this for a while, and argue amongst ourselves.Theo de Raadt
make a read(2) on an open'd directory return 0 bytes. always.
1997-08-04Add 35 to the chrtoblktb.Jason Downs
1997-08-04No more crashes because of this bug (double m_freem(), essentially).Angelos D. Keromytis
1997-08-02change vars names, add attach_argsMichael Shalayeff
1997-08-02move kentry() in bootMichael Shalayeff
1997-08-02add ScanJet 5p, untestedkstailey
1997-08-02pass address family as host-byte-order u_int32_t. this fixes bpf. add aTheo de Raadt
note to the bottom of tun.4 to indicate that this is a binary incompatibility with older versions, and describe all 3 revisions this has gone through. everyone -- recompile your code that uses tun.
1997-08-02silence messages that we do not needTheo de Raadt
1997-08-01geez, DEBUG is two things...Theo de Raadt
1997-08-01wrap proto in DEBUG tooTheo de Raadt
1997-08-01fix DIAGNOSTIC vs DEBUG confusionTheo de Raadt
1997-08-01only allow setuid if fd_refcnt == 1, due to rforkTheo de Raadt
1997-08-01disable RFFDG; long explanation...Theo de Raadt
1997-08-01new disklabel codePer Fogelstrom
1997-08-01compile clean with ALLOC_FIRST_FIT definedPer Fogelstrom
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-08-01ALPHA_PTE_WRITE needs to include the "user write" bit; thorpejTheo de Raadt
1997-08-01no <machine/psl.h>Michael Shalayeff
1997-08-01First pass at MBR. Couple of bugs yet, but I can't workTobias Weingartner
them out until I get my SCSI disks up. Note: There are currently 4 bytes left with the debugging version. Be careful.
1997-08-01obj...Per Fogelstrom
1997-08-01option not optionsTheo de Raadt
1997-08-01ho ho ho what a neat typoTheo de Raadt
1997-08-01move MACHINE_NONCONTIG to an includeTheo de Raadt
1997-08-01option not optionsTheo de Raadt
1997-08-01turn off DEBUG...Theo de Raadt
1997-08-01squish into one lineTheo de Raadt
1997-08-01From NetBSD (mycroft):Todd C. Miller
Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where appropriate.
1997-08-01when family is AF_UNSPEC,flipk
ether_shost fields no longer get set for us. initialize them ourselves.
1997-07-31better version.Per Fogelstrom
1997-07-31say smth about apm w/o debugMichael Shalayeff
1997-07-31optimize emulation handlerMichael Shalayeff
1997-07-31more locals, returns, savings, gifts, and discountsMichael Shalayeff
1997-07-31link.h from arcPer Fogelstrom
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks ↵kstailey
something, thx.
1997-07-31use isa hook to enable IDE port on machines where it exists. NiklasTheo de Raadt
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE.
1997-07-31off by one in clear screen codekstailey
1997-07-31fix vi on console by not moving cursor when printing nullskstailey
1997-07-31bus_space_copy_2() is now overlap safekstailey
1997-07-31grammarNiklas Hallqvist
1997-07-31typoNiklas Hallqvist