summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-02update to modern regex code and remove libcompat. ok deraadt phesslerTed Unangst
2010-07-02'wether' -> 'whether' typo in license text.Kenneth R Westerback
2010-07-02Pretend that softintr_establish() actually works.Joel Sing
2010-07-02no need to call uvm_km_free_wakup for the kernel map, uvm_km_free isThordur I. Bjornsson
2010-07-02Add Makefile.inc for hppa64 to aid in building cross tools.Joel Sing
2010-07-02syncTheo de Raadt
2010-07-02When we steal memory, return the VA for the memory that we have stolen andJoel Sing
2010-07-02tags.c isn't needed at all, so exclude the entire object instead ofPhilip Guenthe
2010-07-02Don't bother trying to handle a uvm_pglistalloc failure when called withThordur I. Bjornsson
2010-07-02Remove the "fast" grep code if SMALL. This has the side effect of breakingTed Unangst
2010-07-02make lint a bit happierTheo de Raadt
2010-07-02garbage collect an unused function; ok claudioTheo de Raadt
2010-07-02garbage collect an unused variableTheo de Raadt
2010-07-02some data structures were still present when NOKVM was definedTheo de Raadt
2010-07-02#ifndef SMALL a few more things to save space on the ramdisksTheo de Raadt
2010-07-02An entire 1.5KB .o file was linked, but not actually used.Theo de Raadt
2010-07-02Yet another workaround for PCH devices adapted from Intel code inJonathan Gray
2010-07-02add $OpenBSD$ and remove trailing space. no functional change.YASUOKA Masahiko
2010-07-02Provide an iopool in arc(4).Michael Knudsen
2010-07-02Protect the ccb free list with a mutex rather than splbio().Michael Knudsen
2010-07-02Build grep with -DSMALL, ok teduNicholas Marriott
2010-07-02Do not include mmap support with -DSMALL.Nicholas Marriott
2010-07-02nuke unused global and a comment.Thordur I. Bjornsson
2010-07-02cleanup the disktab files. yes, this means you will have to manuallyTed Unangst
2010-07-02disktab.shadow is not used anymoreTheo de Raadt
2010-07-02ss(4) does not need the tape attribute; only tape devices do (and only on vax,Miod Vallat
2010-07-02remove userland bits of compat_sunosTed Unangst
2010-07-02delete sunos filesTed Unangst
2010-07-02remove sunos compat filesTed Unangst
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-02fix mistakes that have been created by my porting to OpenBSD.YASUOKA Masahiko
2010-07-02Add missing pmap_update. pointed out by matthew@Artur Grabowski
2010-07-02Since fill_eproc() is no longer called from coredump(), it can be droppedPhilip Guenthe
2010-07-02One transition was wrong: Suspending without a card, and then resuming withTheo de Raadt
2010-07-02Not only for -tag lists, but for -hang, -ohang, -inset, -diag,Ingo Schwarze
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02Constipate init_hash() to eliminate a warning and remove a cast that isPhilip Guenthe
2010-07-02remove unused pciaddr_search function.Jonathan Gray
2010-07-02Don't timeout_add() when the referenced struct is about to beKenneth R Westerback
2010-07-02add missing header needed by ioctl()Charles Longeau
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02ps uses libkvm, so it doesn't need its own copy of the "get process infoPhilip Guenthe
2010-07-02syncIgor Sobrado
2010-07-02the IBM Optical Wheel Mouse (89P5088) is a supported USB device.Igor Sobrado
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02Allow systat to print date and time when in rawmode.lum
2010-07-02Remove bogus commas from the "bin" entry.David Coppa
2010-07-02parse pkg.conf and use it for default_path if PKG_PATH is not defined.Marc Espie