summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-02-16KNFJason Wright
2003-02-16Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantageMiod Vallat
2003-02-16RegenMiod Vallat
2003-02-16Although some hppa models, such as the 715, will require specific keyboards,Miod Vallat
2003-02-15A simple and crude driver to play with the hil so-called ``ID module''Miod Vallat
2003-02-15Provide a "code" locator for hil devices. This will let people ask theirMiod Vallat
2003-02-15Rework the console management on hppa:Miod Vallat
2003-02-15kill the remaining typedefs (These are about the last trace of InvertexJason Wright
2003-02-15- Better type usage in the various hil code: prefer u_int8_t to u_char, butMiod Vallat
2003-02-15skeleton support for LZS compressionJason Wright
2003-02-15Disable sti1, yes, but correctly...Miod Vallat
2003-02-15s/LSZ/LZS (consistent with linux and isakmpd *.cst)Jason Wright
2003-02-15CRD_F_COMP isn't so special that it needs 4 bits for a binary flagJason Wright
2003-02-15Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11gTodd C. Miller
2003-02-15rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@Markus Friedl
2003-02-15Remove misleading (and incorrect) HIL_STATMASK definition.Miod Vallat
2003-02-15gsckbc is more sensitive than pckbc; always allow the enable() accessopMiod Vallat
2003-02-15The current hppa code would always ask for the root device, when runningMiod Vallat
2003-02-14Do not allow sti1 to attach at the moment, as it will not work correctly;Miod Vallat
2003-02-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-14this is a bsd materialMichael Shalayeff
2003-02-14put a copyrightMichael Shalayeff
2003-02-14Do not do arithmetic on bus_space_handle_t.Henric Jungheim
2003-02-14Pad boot out to 512 byte boundary... some old prom's don't like binariesJason Wright
2003-02-14Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listeningDaniel Hartmeier
2003-02-14Let UBSEC_DEBUG compile; based on diff from sam at errno dot comJason Wright
2003-02-13Don't force all ATAPI devices to PIO mode 3, there areAlexander Yurchenko
2003-02-13Plug mbuf leak when there is an IV mismatch during software decrypt.Todd C. Miller
2003-02-13proper free order; from sturm@Michael Shalayeff
2003-02-13oops; spotted by drahnTheo de Raadt
2003-02-13Final part of NVIDIA nForce/nForce2 IDE support:Alexander Yurchenko
2003-02-13Add cable detection for AMD chips, directly from AMD specs.Alexander Yurchenko
2003-02-13support for 3C905B internal PHY; markus@ ok.Federico G. Schwindt
2003-02-13add 3C905B internal PHY.Federico G. Schwindt
2003-02-12move to 3.3-betaTheo de Raadt
2003-02-12move ddb_regs decl from .h to .c to avoid commonJason Wright
2003-02-12separate evirq into macintr and openpic versions (they just -happened- to beJason Wright
2003-02-12some comments on the pci bridges and dino is at phantomas not mainbusMichael Shalayeff
2003-02-12replace crc32 code with BSD licensed code from opensshMarkus Friedl
2003-02-12Put a pckbc-like "slot" locator for gsckbc children. Even if this has noMiod Vallat
2003-02-12How uncommon... hppa only has one common: msgbufmapped (decl'd in /sys/kern)Jason Wright
2003-02-12disable tigon (uses arithmetic on bus_handle_t's)Jason Wright
2003-02-12It is not clear that the order of operations will be what the programmerHenric Jungheim
2003-02-12Address the NFS problems recently discussed in various threads.Daniel Hartmeier
2003-02-12in async mode, send SIGIO to the process group of the process thatMatthieu Herrb
2003-02-12Labels should be followed by statements (fix gcc3 warning).Henric Jungheim
2003-02-12Labels must be followed by a statement. (Pointed out by gcc3.)Henric Jungheim
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-12Make r.rpool.proxy_port[] a consistent byte order to match cleanup inRyan Thomas McBride
2003-02-12Kill more commons in sparc64 codeJason Wright