summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
1997-07-29Test before you Commit!!flipk
1) missing include files in biosboot.S and gidt.S 2) macros in apm_init.S, biosdisk.S, gidt.S wrong case
1997-07-29tun_bpf not neededTheo de Raadt
1997-07-29tell bpf packet header is u_char sized; also indent. spotted by newshamTheo de Raadt
1997-07-29indentTheo de Raadt
1997-07-28do multipage pmap_pageableMichael Shalayeff
1997-07-28adopt for assym.hMichael Shalayeff
1997-07-28assym.hMichael Shalayeff
1997-07-28use assym.hMichael Shalayeff
poke BPBs in for bios and dos some values have to be filled out by fdisk/installboot
1997-07-28libsa assym.h configMichael Shalayeff
1997-07-28generate assym.hMichael Shalayeff
1997-07-28allocate random portsTheo de Raadt
1997-07-28for netatalk, pull in netatalk/at_extern.hTheo de Raadt
1997-07-28prettyTheo de Raadt
1997-07-28make it compileNiels Provos
1997-07-28make it compileNiels Provos
1997-07-28Make struct in_addr contain an in_addr_t since that's whatTodd C. Miller
in_addr_t is for (same basic type so we don't break anything).
1997-07-28insert char (for real)kstailey
1997-07-28syncTheo de Raadt
1997-07-28i screwed up twice in 20 seconds, wowTheo de Raadt
1997-07-28syncTheo de Raadt
1997-07-28oopsTheo de Raadt
1997-07-28syncTheo de Raadt
1997-07-28stime; christosTheo de Raadt
1997-07-28two unneeded variables; enami@ba2.so-net.or.jpTheo de Raadt
1997-07-27expiration messages, fixes, updates, all sorts of thingsNiklas Hallqvist