summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-04-27make this compile for !MNN case. (which is the default). DUH.Artur Grabowski
1999-04-27use assembler hereMichael Shalayeff
1999-04-27Specify the ssh command to use for a VPN inline.brian
1999-04-27Change ``set device'' so that it parses its arguments as onebrian
1999-04-26Added bktr.Alex Feldman
1999-04-26syncTheo de Raadt
1999-04-26another modemTheo de Raadt
1999-04-26Add support for NetBSDbrian
1999-04-26#include <errno.h>, not <sys/errno.h>brian
1999-04-26Add support for NetBSD (history() from libedit is different).brian
1999-04-26Only proto xgets() if stdio has been includedJason Downs
1999-04-26s/STDIN_FILENO/STDOUT_FILENO/ to match top distribution code, rohee@essi.fr.Jason Downs
1999-04-25Document .Bsx and .Fx macros.Alex Feldman
1999-04-25Added -susv2 to .St usage.Alex Feldman
1999-04-25Fixed bug involving offsets from yearly "special events" (i.e Easter).Paul Janzen
1999-04-25Reading large file from ext2fs caused vm_fault; gluk@ecsc.mipt.ruTodd C. Miller
1999-04-25Make ttystat() work correctly with strings that are not NUL-terminated.Todd C. Miller
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-04-24Use the generic m68k param.h.Jason Downs
1999-04-24simplified version that doesn't call strlen and that is simpler to convert to...Todd C. Miller
1999-04-23correct keycap.pcvt pathTodd C. Miller
1999-04-23last part of UVM stuff for pmap (aborted yesterday by a routing loop).Artur Grabowski
1999-04-23dont accept packets with the destination address of a down interface;Niels Provos
1999-04-23in case PNP OS BIOS option is broken, skip isapnp ep cardsTheo de Raadt
1999-04-23mac68k uses libkvm nowJason Downs
1999-04-23mac68k uses libkvm nowJason Downs
1999-04-23mmmmap() bounds check.Jason Downs
1999-04-23Kcore dump, from NetBSD.Jason Downs
1999-04-23Add kcore.hJason Downs
1999-04-23Fix kcore initialization.Jason Downs
1999-04-22Fixed cut & paste error in .Nx 1.4 macro.Alex Feldman
1999-04-22MACHINE_NEW_NONCONTIG code. From NetBSD. Needed by UVMArtur Grabowski
1999-04-22we don't need to include buf.hArtur Grabowski
1999-04-22uvmspace_exec can change p_vmspace!Artur Grabowski
1999-04-22better panic messageArtur Grabowski
1999-04-22UVM stuff. Mostly name changes.Artur Grabowski
1999-04-22spellingMarc Espie
1999-04-22UVM stuff. vm_fault -> uvm_faultArtur Grabowski
1999-04-22UVM kernacc -> uvm_kernaccArtur Grabowski
1999-04-22UVM fixes. Mostly changed function names.Artur Grabowski
1999-04-22kcopy needed by UVM. From NetBSDArtur Grabowski
1999-04-22UVM fixes, cnt -> uvmexpArtur Grabowski
1999-04-22constants for UVMArtur Grabowski
1999-04-22fix mktemp trash, indent; bug spotted by bmw@visgen.comTheo de Raadt
1999-04-22[vp]{addr,size}_t needed by UVMArtur Grabowski
1999-04-22implement pmap_{,de}activateArtur Grabowski
1999-04-22protect from multiple includeArtur Grabowski
1999-04-22UVM fixes. vm_map_create -> uvm_map_create and kmem_alloc -> uvm_km_allocArtur Grabowski
1999-04-22UVM fixes, just a few useracc -> uvm_useraccArtur Grabowski