Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-04 | No more crashes because of this bug (double m_freem(), essentially). | Angelos D. Keromytis | |
1997-08-02 | change vars names, add attach_args | Michael Shalayeff | |
1997-08-02 | move kentry() in boot | Michael Shalayeff | |
1997-08-02 | add ScanJet 5p, untested | kstailey | |
1997-08-02 | pass address family as host-byte-order u_int32_t. this fixes bpf. add a | Theo 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-02 | silence messages that we do not need | Theo de Raadt | |
1997-08-01 | geez, DEBUG is two things... | Theo de Raadt | |
1997-08-01 | wrap proto in DEBUG too | Theo de Raadt | |
1997-08-01 | fix DIAGNOSTIC vs DEBUG confusion | Theo de Raadt | |
1997-08-01 | only allow setuid if fd_refcnt == 1, due to rfork | Theo de Raadt | |
1997-08-01 | disable RFFDG; long explanation... | Theo de Raadt | |
1997-08-01 | new disklabel code | Per Fogelstrom | |
1997-08-01 | compile clean with ALLOC_FIRST_FIT defined | Per Fogelstrom | |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-08-01 | ALPHA_PTE_WRITE needs to include the "user write" bit; thorpej | Theo de Raadt | |
1997-08-01 | no <machine/psl.h> | Michael Shalayeff | |
1997-08-01 | First pass at MBR. Couple of bugs yet, but I can't work | Tobias 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-01 | obj... | Per Fogelstrom | |
1997-08-01 | option not options | Theo de Raadt | |
1997-08-01 | ho ho ho what a neat typo | Theo de Raadt | |
1997-08-01 | move MACHINE_NONCONTIG to an include | Theo de Raadt | |
1997-08-01 | option not options | Theo de Raadt | |
1997-08-01 | turn off DEBUG... | Theo de Raadt | |
1997-08-01 | squish into one line | Theo de Raadt | |
1997-08-01 | From NetBSD (mycroft): | Todd C. Miller | |
Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where appropriate. | |||
1997-08-01 | when family is AF_UNSPEC, | flipk | |
ether_shost fields no longer get set for us. initialize them ourselves. | |||
1997-07-31 | better version. | Per Fogelstrom | |
1997-07-31 | say smth about apm w/o debug | Michael Shalayeff | |
1997-07-31 | optimize emulation handler | Michael Shalayeff | |
1997-07-31 | more locals, returns, savings, gifts, and discounts | Michael Shalayeff | |
1997-07-31 | link.h from arc | Per Fogelstrom | |
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks ↵ | kstailey | |
something, thx. | |||
1997-07-31 | use isa hook to enable IDE port on machines where it exists. Niklas | Theo de Raadt | |
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE. | |||
1997-07-31 | off by one in clear screen code | kstailey | |
1997-07-31 | fix vi on console by not moving cursor when printing nulls | kstailey | |
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey | |
1997-07-31 | grammar | Niklas Hallqvist | |
1997-07-31 | typo | Niklas Hallqvist | |
1997-07-31 | Support for newer cards with i82555 PHY. From FreeBSD. | Jason Downs | |
1997-07-31 | some indentation stuff | Theo de Raadt | |
1997-07-30 | backout the curproc dereference change says kstailey@openbsd.org | Niklas Hallqvist | |
1997-07-30 | KNF and other style nits | Niklas Hallqvist | |
1997-07-30 | oops, missed | Michael Shalayeff | |
1997-07-30 | KNF | Niklas Hallqvist | |
1997-07-30 | From NetBSD: protect a curproc dereference against NULL | Niklas Hallqvist | |
1997-07-30 | mickey 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-30 | Sync to netbsd + use OpenBSD bus_space_*_raw_ API | Niklas Hallqvist | |
1997-07-30 | Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before the | Niklas Hallqvist | |
more minimal label that used to get precedence. Comment some more. | |||
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist | |
Some KNF too. | |||
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs | |