summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2001-07-27Don't accept arbitrary size file handles as the kernel buffer we are copyingConstantine Sapuntzakis
2001-07-27Yet another probe fix. Switch to the right drive before looking at registersConstantine Sapuntzakis
2001-07-27do not check in_dstaddr in rtinitflags() macro, otherwiseJun-ichiro itojun Hagino
2001-07-26Always flush the pipeline after updating cr1.Miod Vallat
2001-07-26Typo.Miod Vallat
2001-07-26missed this in previous symlink/mknod backoutTodd C. Miller
2001-07-26drop value of OpenBSD date to what it was before since the mknod/symlink chan...Todd C. Miller
2001-07-26Back out changes to symlink and mknod that were not well tested.Todd C. Miller
2001-07-26Add support for disabling swap devices (swapctl -d).Artur Grabowski
2001-07-26No longer used.Artur Grabowski
2001-07-26regenBrad Smith
2001-07-26add Broadcom BCM5700 Gigabit MACBrad Smith
2001-07-26In extent_destroy, remove the extent from the list ofArtur Grabowski
2001-07-26Print "data modified on freelist" sizes in hex.Artur Grabowski
2001-07-26Typos.Artur Grabowski
2001-07-26Be more careful with ranges.Artur Grabowski
2001-07-26set OpenBSD version to 200107assar
2001-07-26If pckbc_cnattach fails, try to usb attach. Helps on some legacy-free PCsConstantine Sapuntzakis
2001-07-26make it compile on `other' endian machinesMichael Shalayeff
2001-07-26change vop_symlink and vop_mknod to return vpp (the created node)assar
2001-07-26remove unused support for creating files and directories fromassar
2001-07-25Random cleanups that generate noise in my cvs updates.Artur Grabowski
2001-07-25Some updates to UVM from NetBSD. Nothing really critical, just a sync.Artur Grabowski
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-25nat proxy port randomization by ben fleis.Daniel Hartmeier
2001-07-25Added missing break. -mojMats O Jansson