Age | Commit message (Expand) | Author |
2003-10-21 | spacing cleanup. | Dale Rahn |
2003-10-21 | Missed ANSI. | Dale Rahn |
2003-10-21 | This was changed from a magic number to a define in the header file, | Dale Rahn |
2003-10-20 | Instead of using xor to clear a register , use li <REG>,0 (load immediate) | Dale Rahn |
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn |
2003-10-18 | ANSI/KNF now that conflict has been resolved. | Dale Rahn |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |
2003-10-16 | more white | Theo de Raadt |
2003-10-16 | There is no end to the ANSI/KNF journey. | Dale Rahn |
2003-10-16 | spaces | Theo de Raadt |
2003-10-16 | more ANSI/KNF. | Dale Rahn |
2003-10-15 | Further down the ANSI/KNF road, only binary difference is __LINE__. | Dale Rahn |
2003-10-15 | asm readability register names are %r0 instead of 0. No binary change. | Dale Rahn |
2003-10-15 | The ANSI/KNF trail continues. No binary differences. | Dale Rahn |
2003-10-08 | Fix endian bug in macppc bus_space_set_region_N(). ok miod@ | Dale Rahn |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-09-06 | Fix boot -a, add protected cnpollc(). ok deraadt@ | Dale Rahn |
2003-08-27 | Enable 'Snag' boot on newer Apple machines. | Dale Rahn |
2003-08-21 | These files were intended for X11 support, but serve no purpose nowadays, | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | GENERIC is now safe(4) | Jason Wright |
2003-08-11 | move to 3.4-beta | Theo de Raadt |
2003-08-07 | Allow nested interrupts in the openpic interrupt controller, tested by | Dale Rahn |
2003-07-29 | Remove a diagnostic print which was left in the code to determine how | Dale Rahn |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-07-19 | The last parameter to _dma_init for wdc code is flags, not read, | Dale Rahn |
2003-07-14 | 'dual' clock support for macppc, this allows the stat clock to run | Dale Rahn |
2003-07-08 | The best read code of mice and men, ... (reviewed by /dev/null) | Dale Rahn |
2003-07-08 | Improved timebase register handling. use all 64 bits, instead of the | Dale Rahn |
2003-07-07 | disable accidentially enabled 'debug' flag; ok drahn | Peter Valchev |
2003-07-02 | Use defines for the interrupt type, not magic numbers. | Dale Rahn |
2003-07-02 | Add a stub where code could be added to make use of the new key on recent | Dale Rahn |
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | Dale Rahn |
2003-07-02 | make ppc_intr_(enable|disable)() inlined functions. | Dale Rahn |
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert |
2003-06-23 | bus_space_*_raw*_1() do not exist; drahn@ ok | Michael Shalayeff |
2003-06-23 | Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP not | Dale Rahn |
2003-06-16 | Use a slightly better way to intuit the memory/mmio PCI regions, | Dale Rahn |
2003-06-16 | correct sense of rate check... oops. | Jason Wright |
2003-06-16 | rate setting is best effort, not precise, so figure out the closest sample | Jason Wright |
2003-06-16 | Check for the backlight control on the stdout_node (the LCD) rather than | Dale Rahn |
2003-06-14 | add support for: ulinear_le, ulinear_be, ulinear:16 (partially based on | Jason Wright |
2003-06-11 | Get rid of the '#if 1' nonsense. | Dale Rahn |
2003-06-11 | Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have not | Dale Rahn |
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-06-06 | Fix a copied constant, mention why a number doesnt match linux, remove | Dale Rahn |