Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-05 | Make compile on alpha | Niklas Hallqvist | |
1997-08-05 | Add cy0 (cyclades) | dgregor | |
1997-08-04 | remember boot device geometry | Michael Shalayeff | |
1997-08-04 | comment typo | Michael Shalayeff | |
clean syntax | |||
1997-08-04 | Hmmm... quick one-liner that makes the panic() in case of a Mac IIfx machine | gene | |
class a lot more understandable. | |||
1997-08-04 | do consdev | Michael Shalayeff | |
1997-08-04 | dynamic crc32 table calculation | Michael Shalayeff | |
1997-08-04 | remove that i386 defines, we can survive w/o 'em | Michael Shalayeff | |
1997-08-04 | Add Cyclades serial driver as character major number 38. | dgregor | |
1997-08-04 | Change 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-04 | let 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-04 | Add 35 to the chrtoblktb. | Jason Downs | |
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 | |