summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-08-03Avoid warning when building with vga on isa without vga on pci; ok mickey@Thorsten Lockert
2001-08-03confgiuration -> configuration.Federico G. Schwindt
2001-08-03proper vga_* handling; pointed out by tholo@Michael Shalayeff
2001-08-02do not exit loop even if m_len == 0. it is legal to have an mbuf withJun-ichiro itojun Hagino
2001-08-02match updated prototypeHugh Graham
2001-08-02fix mmap.Marc Espie
2001-08-02Sysctl for finding out how many pages there are in kmem_map.Artur Grabowski
2001-08-02(vput): make panic strings actually say vput instead of vreleassar
2001-08-02KNFTheo de Raadt
2001-08-01make this compile. ok drahnPeter Valchev
2001-08-01stateless tcp normalization along the lines of the normalization paper byNiels Provos
2001-08-01wsmux should be here tooMichael Shalayeff
2001-08-01Sync with busdma_map api change.Miod Vallat
2001-08-01wsmux needs to be cdev_decl'ed.Miod Vallat
2001-07-31License clarification from Eric S. Raymond.Peter Valchev
2001-07-31new BSD-style license and whitespace sync with opensshKevin Steves
2001-07-31type mismatch fix.Bob Beck
2001-07-31Allocate page buckets from kernel_map. This should save a goodArtur Grabowski
2001-07-31minor sync to NetBSD.Artur Grabowski
2001-07-31pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *.Artur Grabowski
2001-07-31+smg +wsconsHugh Graham
2001-07-31Go down only one Ultra DMA mode at a time. Thanks to Matt Evans forConstantine Sapuntzakis
2001-07-31On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid readingConstantine Sapuntzakis
2001-07-30never before has a file so often deviated from KNFTheo de Raadt
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
2001-07-30use queue.h macrosJason Wright
2001-07-30Change:Artur Grabowski
2001-07-30Add a check for too big e_phnum that could cause us to malloc toArtur Grabowski
2001-07-30Make the e_phnum check slightly cleaner.Artur Grabowski
2001-07-30syncTheo de Raadt
2001-07-30attempt to match intelTheo de Raadt
2001-07-30latest vortex device list; juergen.frickTheo de Raadt
2001-07-29Temporarily fix wscninit so that it only runs once.Constantine Sapuntzakis
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncTodd C. Miller
2001-07-29Implement rule skipping. This is a transparent evaluation optimization,Daniel Hartmeier
2001-07-28Allow negative lock length in case of lockf(3). This makes lockf(3)Grigoriy Orlov
2001-07-28Check for negative lock length.Grigoriy Orlov
2001-07-27PF_IN/PF_OUT aren't defined if NPF <= 0, deal with it.Jason Wright
2001-07-27#ifdef vax -> #ifdef __vax__Miod Vallat
2001-07-27Back out. This is more complicated than I thought.Artur Grabowski
2001-07-27syncTheo de Raadt
2001-07-27shorten, once again. People: USE SHORT NAMES!Theo de Raadt
2001-07-27syncTheo de Raadt
2001-07-27new devs; loict@bougon.netTheo de Raadt
2001-07-27variable name "gif" is way too generic - use "gif_softc". sync with kameJun-ichiro itojun Hagino
2001-07-27Change how interrupts are acknowledged -- this is how the specification sayThorsten Lockert
2001-07-27Allow mmap. Not really working correctly yet, but almost.Artur Grabowski
2001-07-27Correct return values from audiommap.Artur Grabowski
2001-07-27Startup hooks. Can be used for providing root/swap devices from deviceNiklas Hallqvist
2001-07-27Convert array lookups to function calls that are bounds checkedConstantine Sapuntzakis