Age | Commit message (Expand) | Author |
2003-11-07 | "the the" -> "the"; rohee@ | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | Do not use a reserved PTE bit as the wired bit, this can bite you. | Miod Vallat |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation; | Dale Rahn |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-11-03 | spelling | David Krause |
2003-11-03 | remove support for non-existent scd and pcd drivers. ok deraadt millert | Ted Unangst |
2003-11-02 | pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead of | Miod Vallat |
2003-10-31 | allocate initial pdes for the kmem proportional to the totalphysmem to allow ... | Michael Shalayeff |
2003-10-31 | PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ;)... | Michael Shalayeff |
2003-10-31 | ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.de | Michael Shalayeff |
2003-10-31 | pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.de | Michael Shalayeff |
2003-10-31 | 'powerpc' common isa definitions. | Dale Rahn |
2003-10-31 | OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc. | Dale Rahn |
2003-10-31 | Fix ppc segment register restores, this fixes the 1GB ram limit and | Dale Rahn |
2003-10-31 | tab/whitespace cleanup. | Dale Rahn |
2003-10-31 | Enable wi@usb, otherwise this will never get tested... deraadt@ | Dale Rahn |
2003-10-31 | warn commons instead of generating a map file (was there for debugging) | Michael Shalayeff |
2003-10-30 | typos and grammer from Bruno Rohee <bruno@rohee.com> | Michael Shalayeff |
2003-10-30 | Add us.dvorak. ok maja@ | Thomas Nordin |
2003-10-30 | fix NULL/0 mixup. drahn ok | Jun-ichiro itojun Hagino |
2003-10-30 | simplify cfdriver initialization. drahn ok | Jun-ichiro itojun Hagino |
2003-10-29 | Avoid another malloc in the VIA AES stuff: move the operation stuff | Jason Wright |
2003-10-29 | don't allocate two buffers when one will do (VIA's AES stuff can have src==dst) | Jason Wright |
2003-10-28 | Split pmap_remove_range() into its main loop and a new function, | Miod Vallat |
2003-10-28 | In pmap_remove_range(), be sure to propagate pvlist flags when removing | Miod Vallat |
2003-10-28 | guard cpu register functions from userland, otherwise they appear when | Anil Madhavapeddy |
2003-10-27 | typos; fom bruno@rohee.com | Michael Shalayeff |
2003-10-27 | make sure that label block ends up in the right b_blkno for writedisklabel() ... | Michael Shalayeff |
2003-10-27 | Be sure to always have a valid faulting address when we send a signal | Miod Vallat |
2003-10-27 | Be sure to flush the entire va space in cpu_switch(). | Miod Vallat |
2003-10-27 | Remove dead code and polish comments | Miod Vallat |
2003-10-26 | Add line for wi@usb, currently commented out, for development and testing only. | Dale Rahn |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn |
2003-10-26 | More ansi/knf missed the first time around. | Dale Rahn |
2003-10-26 | Oops, I'm on drugs. Revert and blame gremlins for the state of my tree. | Miod Vallat |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-26 | Unbrek after recent wdc changes. | Miod Vallat |
2003-10-25 | Support the TI1410 Cardbus bridge found in some apple laptops. ok brad@ | Dale Rahn |
2003-10-24 | Remove dead code. | Miod Vallat |
2003-10-24 | If cons_backlight_available is not set, cons_brightness will not be valid, | Dale Rahn |
2003-10-24 | IPKDB has never been supported in OpenBSD/powerpc/macppc delete this | Dale Rahn |
2003-10-24 | No \n in panic() messages... | Miod Vallat |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko |