Age | Commit message (Expand) | Author |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-14 | complain about commons since they are all currently dead here. | Jason Wright |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-05-12 | Enable Intrepid's mac-io match. | Thierry Deval |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-07 | string cleaning | Theo de Raadt |
2003-05-02 | add eap and do a bit of cleaning | Jason Wright |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2003-03-21 | Now that ahc has the necessary endian fixes, enable it on macppc. | Dale Rahn |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn |
2003-02-26 | Remove a poor error message which is emitted on perfectly fine MBR labeled | Dale Rahn |
2003-02-26 | Volatile to prevent the optimizer from eliminating these, and fix the | Dale Rahn |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-12 | move to 3.3-beta | Theo de Raadt |
2003-02-12 | separate evirq into macintr and openpic versions (they just -happened- to be | Jason Wright |
2003-02-09 | Swiss French ADB keyboard layout, tested against Powerbook keyboard markings, | Miod Vallat |
2003-01-31 | Save about 1.7k in executable size for macppc kernel, Since the ELF header | Dale Rahn |
2003-01-31 | Change how the bootloader links to get around size/start address issues | Dale Rahn |
2003-01-05 | cd /usr/src/etc/../sys/arch/macppc/conf && config GENERIC | Theo de Raadt |
2003-01-05 | bktr works, drahn@ ok | Michael Shalayeff |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-13 | Add FireWire to kernel config. | Thierry Deval |
2002-12-10 | Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macros | Miod Vallat |
2002-12-08 | Remove header file which is unused since the removal of if_gm, pointed out | Dale Rahn |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-22 | Add xl for pci and cardbus. It seems to work, needs additional testing... | Dale Rahn |
2002-11-21 | add ubsec and lofn | Jason Wright |
2002-11-17 | Remove old unused debugging code. | Dale Rahn |
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat |
2002-11-08 | prepare for bktr on macppc (commented out in generic for now); drahn@ ok | Michael Shalayeff |
2002-10-20 | fxp now works on bigendian, add it to macppc. | Dale Rahn |
2002-10-18 | Remove some very pointless 'if 0' code, some of which prevented compilation | Dale Rahn |
2002-10-18 | Do not define astpending twice, once non-volatile and one volatile. | Dale Rahn |
2002-10-17 | Correct io space config after last patch. allows fxp to work | Dale Rahn |
2002-10-13 | Remove more '\n's from panic() statements. From Chris Kuethe. | Kenneth R Westerback |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-09-24 | Get rid of gx(4) and use em(4) since it supports more cards and works better | Nathan Binkert |
2002-09-23 | panic if out of kvm when mapping devices. ok deraadt@ | Dale Rahn |
2002-09-23 | Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@ | Dale Rahn |
2002-09-17 | Until vgafb on macppc properly support non-console operation, do | Dale Rahn |