Age | Commit message (Expand) | Author |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-17 | remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok. | Federico G. Schwindt |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-14 | clean | Theo de Raadt |
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-13 | left tag uninitted in the good case in the last commit; jason@ pointed it out | Michael Shalayeff |
2001-05-12 | A number of buggy BIOS implementations leave the router | Michael Shalayeff |
2001-05-12 | always print the icu we've found | Michael Shalayeff |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-08 | From netbsd: implementations of _bus_dmamap_load_mbuf() and | Jason Wright |
2001-05-08 | fix preposition in the printf msg | Michael Shalayeff |
2001-05-08 | on `out of data' condition print a warning and exit w/ | Michael Shalayeff |
2001-05-07 | tcic disable | Theo de Raadt |
2001-05-06 | increase version since we've removed -b; per fgsch@'s suggestion | Michael Shalayeff |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski |
2001-05-05 | remove some private stuff people put into here | Theo de Raadt |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff |
2001-05-01 | sync closer to GENERIC, make compile again | Todd T. Fries |
2001-05-01 | Remove PCVT cruft. | Aaron Campbell |
2001-05-01 | this is what i'm running these days | Michael Shalayeff |
2001-05-01 | Remove PCVT file references. | Aaron Campbell |
2001-05-01 | trailing spaces | Michael Shalayeff |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski |
2001-04-30 | Move gdt_init prototype to gdt.h | Artur Grabowski |
2001-04-24 | enable txp(4) | Theo de Raadt |
2001-04-23 | when we take a pci interrupt, upgrade it to level. but always ignore | Theo de Raadt |
2001-04-22 | Remove -march=i{56}86 optimization because of compiler bug. This bug | Grigoriy Orlov |
2001-04-22 | permit compilation without I586_CPU or I686_CPU; armin@wolfermann.org | Theo de Raadt |
2001-04-19 | disable a few drivers | Theo de Raadt |
2001-04-18 | Sync, and quadruple NMBCLUSTERS | Niklas Hallqvist |
2001-04-14 | eephy was already in there | Theo de Raadt |
2001-04-14 | need eephy with wx now | mjacob |
2001-04-13 | bmtphy does not work perfect yet, but put it in anyways | Theo de Raadt |
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert |
2001-04-07 | Additional console ioctl definitions | Thorsten Lockert |
2001-04-07 | Handle Linux Virtual Terminal ioctl calls with wscons as well as vt; | Thorsten Lockert |
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist |
2001-04-04 | Minor cleanup to minimize diffs with NetBSD | Constantine Sapuntzakis |