Age | Commit message (Expand) | Author |
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat |
2003-02-16 | Regen | Miod Vallat |
2003-02-16 | Although some hppa models, such as the 715, will require specific keyboards, | Miod Vallat |
2003-02-15 | A simple and crude driver to play with the hil so-called ``ID module'' | Miod Vallat |
2003-02-15 | Provide a "code" locator for hil devices. This will let people ask their | Miod Vallat |
2003-02-15 | Rework the console management on hppa: | Miod Vallat |
2003-02-15 | kill the remaining typedefs (These are about the last trace of Invertex | Jason Wright |
2003-02-15 | - Better type usage in the various hil code: prefer u_int8_t to u_char, but | Miod Vallat |
2003-02-15 | skeleton support for LZS compression | Jason Wright |
2003-02-15 | Disable sti1, yes, but correctly... | Miod Vallat |
2003-02-15 | s/LSZ/LZS (consistent with linux and isakmpd *.cst) | Jason Wright |
2003-02-15 | CRD_F_COMP isn't so special that it needs 4 bits for a binary flag | Jason Wright |
2003-02-15 | Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11g | Todd C. Miller |
2003-02-15 | rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@ | Markus Friedl |
2003-02-15 | Remove misleading (and incorrect) HIL_STATMASK definition. | Miod Vallat |
2003-02-15 | gsckbc is more sensitive than pckbc; always allow the enable() accessop | Miod Vallat |
2003-02-15 | The current hppa code would always ask for the root device, when running | Miod Vallat |
2003-02-14 | Do not allow sti1 to attach at the moment, as it will not work correctly; | Miod Vallat |
2003-02-14 | always need softintr after rxexception (avoids uninitialized variable); point... | Jason Wright |
2003-02-14 | this is a bsd material | Michael Shalayeff |
2003-02-14 | put a copyright | Michael Shalayeff |
2003-02-14 | Do not do arithmetic on bus_space_handle_t. | Henric Jungheim |
2003-02-14 | Pad boot out to 512 byte boundary... some old prom's don't like binaries | Jason Wright |
2003-02-14 | Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listening | Daniel Hartmeier |
2003-02-14 | Let UBSEC_DEBUG compile; based on diff from sam at errno dot com | Jason Wright |
2003-02-13 | Don't force all ATAPI devices to PIO mode 3, there are | Alexander Yurchenko |
2003-02-13 | Plug mbuf leak when there is an IV mismatch during software decrypt. | Todd C. Miller |
2003-02-13 | proper free order; from sturm@ | Michael Shalayeff |
2003-02-13 | oops; spotted by drahn | Theo de Raadt |
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 |