summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
1997-07-31Support for newer cards with i82555 PHY. From FreeBSD.Jason Downs
1997-07-31some indentation stuffTheo de Raadt
1997-07-30backout the curproc dereference change says kstailey@openbsd.orgNiklas Hallqvist
1997-07-30KNF and other style nitsNiklas Hallqvist
1997-07-30oops, missedMichael Shalayeff
1997-07-30KNFNiklas Hallqvist
1997-07-30From NetBSD: protect a curproc dereference against NULLNiklas Hallqvist
1997-07-30mickey has pieces he has not committed.flipk
if he puts the tree in an unbuildable state again.. anyway, all these problems came from the fact that etc/genassym.cf wasn't even being used, and assym.h is where key defines were supposed to be coming from. now we actually include etc/genassym.cf in the genassym.sh processing, and remove the #includes i had in place to work around it. now if mickey had committed machine/biosvar.h, etc/Makefile, and these asm files all at the same time, there wouldn't have been a problem....
1997-07-30Sync to netbsd + use OpenBSD bus_space_*_raw_ APINiklas Hallqvist
1997-07-30Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before theNiklas Hallqvist
more minimal label that used to get precedence. Comment some more.
1997-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
Some KNF too.
1997-07-29Support BSD/OS 2.1, add OpenBSD tags.Jason Downs