Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-27 | make isa_intr_establish not panic, but return NULL for failure | Theo de Raadt | |
1998-06-25 | Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvt | Todd C. Miller | |
when we increase the OpenBSD version and our pcvt is now meaningfully diffable against the NetBSD one. | |||
1998-06-23 | wt0 moved to 0x308; avoids conflicts; burgess@cynjut.neonramp.com | Theo de Raadt | |
1998-06-17 | there is no such thing as APM_NOIDLE any more | Michael Shalayeff | |
1998-06-16 | Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru> | Todd C. Miller | |
1998-06-11 | nice DEBUGFLAGS handling | Michael Shalayeff | |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff | |
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything. | |||
1998-06-09 | there is no such thing as dprintf'' | Michael Shalayeff | |
1998-06-08 | use named constatnts | Michael Shalayeff | |
1998-06-08 | typos | Michael Shalayeff | |
1998-06-08 | consdev to come | Michael Shalayeff | |
1998-06-04 | cpuid return values for sysctl | Jason Downs | |
1998-06-04 | Make cpuid return values available via sysctl so that userland doesn't have | Jason Downs | |
to rifle through kmem for them. Also add a few more cpu names. | |||
1998-06-04 | Cleanup, partial KNF, only use TSC on non-Intel processors. | Jason Downs | |
1998-06-02 | untested isapnp joystick driver | Theo de Raadt | |
1998-05-30 | no math needed for cd9660 any more | Michael Shalayeff | |
1998-05-30 | kill the hack! | Michael Shalayeff | |
1998-05-30 | compile ctime.c | Michael Shalayeff | |
1998-05-29 | protect from multiple define collisions w/ pccons.h | Michael Shalayeff | |
pccons.h must be included first (for historical reasons ;) | |||
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-28 | grow kernel malloc area by 2M | Michael Shalayeff | |
1998-05-27 | conditional LD definition | Michael Shalayeff | |
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |
1998-05-25 | more CLEANFILES; oops | Michael Shalayeff | |
1998-05-25 | more CLEANFILES | Michael Shalayeff | |
1998-05-25 | Remove gobs of unneeded code. | Jason Downs | |
1998-05-25 | Major cleanup of configuration code; don't assume all the world is Intel, and | Jason Downs | |
don't duplicate the work of locore. | |||
1998-05-25 | Fix Cyrix model names and add MediaGX/GXm; add feature bit display. | Jason Downs | |
1998-05-25 | Add support for feature bit listing; fix #defines. | Jason Downs | |
1998-05-22 | More AMD model names. | Jason Downs | |
1998-05-21 | typo | Matthieu Herrb | |
1998-05-19 | cross-compile ready | Michael Shalayeff | |
1998-05-18 | start using new apiver things | Michael Shalayeff | |
1998-05-16 | shorten device probe messages to 2 lines | Theo de Raadt | |
1998-05-14 | change debug poke colors | Michael Shalayeff | |
1998-05-14 | * Better XR16C850 support. | Jason Downs | |
* Copyright. * General cleanup. | |||
1998-05-13 | making kernel, drinking LI tea and writing an opus magnum enspired | Michael Shalayeff | |
by the freebsd commit logs: first of all i should state that we are the only os that uses pentium counters in their microtime (freebsd, netbsd, etc checked). the bug fixed derives from the fact that #UD (divide by zero) is generated in two cases: a) divide by zero; b) divide overflow. so, the later case was the one causing panics on reboot. due to the divl insn design in the intel processors, the possible sizes of operands and results are: 16/8=8,8; 32/16=16,16; 64/32=32,32. the division will generate an #UD exception when the quotient won't fit into result, that is 32bit in our case (64bit is divided on 32bit). problem solved by normalizing the dividend by the divisor, so the quotient would not result a divide overflow. tested by: mickey, gene, mickey. talked over: mickey, gene, marc, maillists, mickey. | |||
1998-05-13 | bad todd | Theo de Raadt | |
1998-05-13 | main returns int, not void | Todd C. Miller | |
1998-05-10 | 80386 specific fix for copyoutstr crossing a page boundary; ↵ | Theo de Raadt | |
drochner@zelux6.zel.kfa-juelich.de | |||
1998-04-27 | cleanup messages a bit | Theo de Raadt | |
1998-04-26 | use a rel. path for compat/ossaudio | Niels Provos | |
1998-04-26 | attach audio device to sound cards | Niels Provos | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-25 | convert i386 to MNN | Michael Shalayeff | |
1998-04-25 | fix some more printf's where a long arg was specified that is u_int32_t | Todd C. Miller | |
1998-04-20 | no need for debug options by default, now that the bug is dead | Theo de Raadt | |
1998-04-20 | fix the problem w/ /boot being fragmented in a non-contig | Michael Shalayeff | |
blocks. fixed by flushing the previous blocks completely before starting new record for a new block(s) location. | |||
1998-04-18 | %0x support went away | Theo de Raadt | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |