Age | Commit message (Expand) | Author |
2003-02-13 | Final part of NVIDIA nForce/nForce2 IDE support: | Alexander Yurchenko |
2003-02-13 | Add cable detection for AMD chips, directly from AMD specs. | Alexander Yurchenko |
2003-02-13 | support for 3C905B internal PHY; markus@ ok. | Federico G. Schwindt |
2003-02-13 | add 3C905B internal PHY. | Federico G. Schwindt |
2003-02-12 | move to 3.3-beta | Theo de Raadt |
2003-02-12 | move ddb_regs decl from .h to .c to avoid common | Jason Wright |
2003-02-12 | separate evirq into macintr and openpic versions (they just -happened- to be | Jason Wright |
2003-02-12 | some comments on the pci bridges and dino is at phantomas not mainbus | Michael Shalayeff |
2003-02-12 | replace crc32 code with BSD licensed code from openssh | Markus Friedl |
2003-02-12 | Put a pckbc-like "slot" locator for gsckbc children. Even if this has no | Miod Vallat |
2003-02-12 | How uncommon... hppa only has one common: msgbufmapped (decl'd in /sys/kern) | Jason Wright |
2003-02-12 | disable tigon (uses arithmetic on bus_handle_t's) | Jason Wright |
2003-02-12 | It is not clear that the order of operations will be what the programmer | Henric Jungheim |
2003-02-12 | Address the NFS problems recently discussed in various threads. | Daniel Hartmeier |
2003-02-12 | in async mode, send SIGIO to the process group of the process that | Matthieu Herrb |
2003-02-12 | Labels should be followed by statements (fix gcc3 warning). | Henric Jungheim |
2003-02-12 | Labels must be followed by a statement. (Pointed out by gcc3.) | Henric Jungheim |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-02-12 | Make r.rpool.proxy_port[] a consistent byte order to match cleanup in | Ryan Thomas McBride |
2003-02-12 | Kill more commons in sparc64 code | Jason Wright |
2003-02-12 | only align the first stack frame onto the minimal required alignment | Michael Shalayeff |
2003-02-12 | Fix a bunch of pf_route() bugs: | Ryan Thomas McBride |
2003-02-12 | Add hilms and wsmouse at hilms. | Miod Vallat |
2003-02-12 | Define a wsmouse type for HIL mice. | Miod Vallat |
2003-02-12 | A simple driver for HIL mice and tablets. Most of the work being already | Miod Vallat |
2003-02-12 | Move values related to device identification data to hilreg.h, with better | Miod Vallat |
2003-02-12 | do not filter the coprocessor uid on the fpu context switch. | Michael Shalayeff |
2003-02-11 | I found a french HIL keyboard in a closet, so add a simple french layout. | Miod Vallat |
2003-02-11 | Add wsmux for multiple keyboard configurations. | Miod Vallat |
2003-02-11 | No ICMP redirect when PF nat code redirect the packet on the LAN. | Cedric Berger |
2003-02-11 | Define an HIL wscons keyboard type. | Miod Vallat |
2003-02-11 | Add hil devices, and enable wsdisplay at sti and wskbd at gsc and hil. | Miod Vallat |
2003-02-11 | hil at gsc attachment glue. | Miod Vallat |
2003-02-11 | hppa-specific hil definitions. | Miod Vallat |
2003-02-11 | As hil devices can only attach after interrupts are enabled, delay | Miod Vallat |
2003-02-11 | Oops, forgot to commit the most important file... | Miod Vallat |
2003-02-11 | Regen | Miod Vallat |
2003-02-11 | Machine independent HP-HIL loop support code. | Miod Vallat |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-11 | Byte-prom font loading support. | Miod Vallat |
2003-02-10 | Add hme at pci | Jason Wright |
2003-02-10 | Try to fetch MAC address from ebus bridge; based on NetBSD | Jason Wright |
2003-02-10 | fix pcs and pcxt recognition. from weissmanndude | Michael Shalayeff |
2003-02-10 | fix sparc64 specific commons | Jason Wright |
2003-02-10 | unneeded defns | Jason Wright |
2003-02-09 | Slightly less noisy debug printf from pf_map_addr(), ok mcbride@ | Daniel Hartmeier |
2003-02-09 | Swiss French ADB keyboard layout, tested against Powerbook keyboard markings, | Miod Vallat |
2003-02-09 | Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from fr... | Jason Wright |
2003-02-09 | make ESP_SBUS_DEBUG compile | Jason Wright |
2003-02-08 | avoid more spurious printfs (account for other uninteresting events). | Jason Wright |