summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-02-04Bring qe closer to NetBSD and make it compile. As yet untested.Hugh Graham
2003-02-03knfTheo de Raadt
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-02-03From NetBSD: Add functions to allocate mapped-in qbus memory.Hugh Graham
2003-02-03syncJason Wright
2003-02-03lanergy appian pci lite; peter.galbavy at knowtion.netJason Wright
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-02-02Real (although generic) negotiation results message during boot.Kenneth R Westerback
2003-02-01More leftovers from when we thought we could attach a pckbc to gscMiod Vallat
2003-02-01quite some KNF & ANSIHenning Brauer
2003-02-01typos;Jason McIntyre
2003-02-01Make it build without INET6 again.Daniel Hartmeier
2003-02-01m_pad() is expected to have free'd the mbuf if it returns NULL, soDaniel Hartmeier
2003-02-01Look, noone cares if you run of out rx descriptors and whining about it just ...Jason Wright
2003-02-01RegenMiod Vallat
2003-02-01Correct 715/100XC machine name, per openpa.net. mickey@ okMiod Vallat
2003-02-01from Chris Pascoe <c.pascoe@itee.uq.edu.au>:Chris Cappuccio
2003-01-31do not merge the rodata sections into the .text . they could be moved above 4...Michael Shalayeff
2003-01-31sync w/ generic and correct minirotsizeMichael Shalayeff
2003-01-31Enter gsckbc, a driver for the ps/2-like input device ports found on manyMiod Vallat
2003-01-31Various typos; Andrey MatveevMiod Vallat
2003-01-31These cards just don't master... don't bother trying to enable it.Jason Wright
2003-01-31Sigh. I comitted the wrong diff in the last vfs changes.Artur Grabowski
2003-01-31Save about 1.7k in executable size for macppc kernel, Since the ELF headerDale Rahn
2003-01-31Change how the bootloader links to get around size/start address issuesDale Rahn
2003-01-31The fix introduced with 1.294 to solve issues with route-to inDaniel Hartmeier
2003-01-31Check protocol (TCP/UDP/ICMP/ICMP6) checksums of all incoming packets,Daniel Hartmeier
2003-01-31Send a RST when an invalid packet matches a TCP state during theDaniel Hartmeier
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2003-01-31KNFTheo de Raadt
2003-01-31plug a mbuf leakHenning Brauer
2003-01-31Working wscons attachment and block move operations; joint debug by mickeyMiod Vallat
2003-01-31more quietTheo de Raadt
2003-01-31fetch the font and use it, some cleanup and knfMichael Shalayeff
2003-01-30Stop using an LFS type for cluster mallocs, use an own type andArtur Grabowski
2003-01-30Track if a physical page has been previously mapped executable. If itDale Rahn
2003-01-30somehow this got missed in the regen commitTodd C. Miller
2003-01-30big KNF & ANSI roundHenning Brauer
2003-01-30The E450 seems to have the same problem as the E250, so don't ask OF forHenric Jungheim
2003-01-30Many Ultra 5s likes to hang when starting. The last thing on the consoleHenric Jungheim
2003-01-30there is no need for a MCOUNT, gcc prepares everything and calls _mcount() al...Michael Shalayeff
2003-01-30no need to force cflags hereMichael Shalayeff
2003-01-30reread the dma status reg after playing part of the dma got programmed.Michael Shalayeff
2003-01-30regen now that setreuid/setregid have moved out of compat and into kernTodd C. Miller
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2003-01-30real meat in audio_device; discussed w/ jason@Michael Shalayeff
2003-01-30Check the codec revision... if it's >=CS4215E or >=AD1849K (same valueJason Wright
2003-01-29check the uvm_fault_wire() for failure, just like other calls; art@ okMichael Shalayeff
2003-01-29save fpregs in coredumpMichael Shalayeff
2003-01-29enable scsi and sync w/ genericMichael Shalayeff