Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
the same size). ok drahn | |||
2003-02-09 | Swiss French ADB keyboard layout, tested against Powerbook keyboard markings, | Miod Vallat | |
live from FOSDEM. | |||
2003-01-31 | Save about 1.7k in executable size for macppc kernel, Since the ELF header | Dale Rahn | |
has changed due to W^X, start address need to change slightly, 74 -> 114. | |||
2003-01-31 | Change how the bootloader links to get around size/start address issues | Dale Rahn | |
introduced by W^X. exe size goes back to 60640 from 126456. | |||
2003-01-05 | cd /usr/src/etc/../sys/arch/macppc/conf && config GENERIC | Theo de Raadt | |
config: bktr's cannot be *'d until its driver is fixed | |||
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 | |
set from <sys.mk> | |||
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller | |
Instead of allocating a static amount of memory for the data structures via valloc() in allocsys(), allocate things dynamically using pool(9) when possible and malloc(9) when not. The various members of struct seminfo and struct shminfo are in kern.seminfo and kern.shminfo respectively (not all members of kern.seminfo are changable). The data structures used still leave something to be desired but things are not made worse in that respect by this commit. | |||
2002-12-13 | Add FireWire to kernel config. | Thierry Deval | |
(disabled for now, not production quality yet) | |||
2002-12-10 | Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macros | Miod Vallat | |
as well. | |||
2002-12-08 | Remove header file which is unused since the removal of if_gm, pointed out | Dale Rahn | |
by brad@ some time back. | |||
2002-12-05 | remove altq entries. | Kenjiro Cho | |
altq is merged into pf and handled through pf. | |||
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert | |
endian modes. This makes ti now work on macppc and sparc64. While we're at ti, clean up a bit of the code: Use SLIST instead of LIST Remove register Use bus_space instead of bcopy/bzero Don't use bitfields since it makes dealing with endianness annoying. ok jason@, deraadt@ | |||
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
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 | |
do not check copyin() result, take care and properly handle copyin() failure. This was not harmful, but a bit more correctness never harms. | |||
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 | |
with gcc3.2, and add a ';' for a case statement as it requests. | |||
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 | |
(with pending fxp BE diffs) | |||
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 | |
Diff generated by Chris Kuethe. | |||
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff | |
pages into the queue already containing allocated pages. breaks i386:setup_buffers() because of this. | |||
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn | |
be put in the cardbus register which really work instead of crashing the machine. if_dc @cardbus now works, xl@cardbus will configure, but does not work properly (endian?) wdc should work fine, but has not been tested recently. | |||
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 | |
overall. | |||
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 | |
not allow it to execute code which could panic the otherwise booting system. | |||
2002-09-16 | Limit buffer cache size to 35% kvm, not 70. | Artur Grabowski | |
drahn@ ok | |||
2002-09-15 | backout premature | Theo de Raadt | |
2002-09-15 | KNF | Theo de Raadt | |
2002-09-15 | KNF | Theo de Raadt | |
2002-09-15 | nice printing | Theo de Raadt | |
2002-09-15 | pcmcia works somewhat | Theo de Raadt | |
2002-09-14 | recognize AppleKiwi | Theo de Raadt | |
2002-09-14 | spaces | Theo de Raadt | |
2002-09-13 | why was BOOT_CONFIG left out for so long? | Theo de Raadt | |
2002-09-12 | Support serial console on RAMDISK. | Dale Rahn | |
2002-09-11 | Include zstty.h, so that the NZSTTY check will be correct. | Dale Rahn | |
2002-09-11 | When freeing the extent, include the page offset, not just the page | Dale Rahn | |
base. This is important when allocating/freeing sub page size mappings. | |||
2002-09-10 | move to 3.2-beta | Theo de Raadt | |
2002-09-06 | Remove the gm driver, the MI gem works better at this point. | Dale Rahn | |
2002-09-06 | Restore EE bit of MSR on return from exception, rather than blindly | Dale Rahn | |
enabling it. pefo@ | |||
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn | |
has been replaced with a serial port adapter on any machine that has a real serial port internally. This will also power on the internal modem for keylargo based machines (tested on original PBG4) when the serial port is open. ok miod@ | |||
2002-09-06 | KNF. | Dale Rahn | |