summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-05-10Don't need local extern declaration of strtouq() - it's in <stdlib.h>.simonb
2000-05-10add missing boundary checks to ip options processing.itojun
2000-05-10Check malloc failure.enami
2000-05-10Cosmetic change.enami
2000-05-10- Use a tab instead of eight spaces for consistency and better output.enami
2000-05-10Fix bug introduced in previous; don't leak file pointers.enami
2000-05-10Adapt mips_locoresw[].nisimura
2000-05-10Have mips_locoresw[] of 3 entry pointer array for differentnisimura
2000-05-10correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.itojun
2000-05-10Move if_rl_cardbus.c:1.8 to if_rtk_cardbus.c.haya
2000-05-10Move if_rl_pci.c:1.7 to if_rtk_pci.c.haya
2000-05-10correct out-of-bound access when hlen == 1 and opt > 1.itojun
2000-05-09Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.pk
2000-05-09Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.pk
2000-05-09The bus_dma(9) implementation now allocates DVMA addresses inpk
2000-05-09Initial commit of arm26 portbjh21
2000-05-09Get boot device CSR from RPB instead of trying to guess it.ragge
2000-05-09Include <sparc/sparc/asm.h>, per PR#10082pk
2000-05-09Change copy*str() functions. More paranoid checking of legal address space.ragge
2000-05-09Back out rev 1.7 of i82365_isa.c; 0x300-0x3ff, or even 0x330-0x3ffjhawk
2000-05-09Ops, abort if we can't map the registers ! Pointed out by Matthias Drochner.bouyer
2000-05-09The console stuff might also be needed by 'ser'. Also update the names ofleo
2000-05-09bugfix: make sure there is no valid data in data cache, when lastshin
2000-05-09call uvm_pageidlezero() while CPU is idle.shin
2000-05-09deal with INT_MASK_REAL_DEV removal.shin
2000-05-09make it compile again (add #include's).shin
2000-05-09do not try NUD unless the gateway is a real neighbor.itojun
2000-05-09do not let 127.0.0.0/8 leave the node. based on RFC1122.itojun
2000-05-09Add some {u}vm includes for the sake of PHOLD().leo
2000-05-09fix WSDISPLAYIO_PUTCMAP return value.uch
2000-05-09Introduce mips3_TBRPL(); not used in this moment, to be useful tonisimura
2000-05-09Revert previous change, since maintenance across -current, pkgsrc and theagc
2000-05-09mention MIPS_INT_MASK_CLOCK and INT_MASK_REAL_DEVsoda
2000-05-09back out previous changes as stopgap.soda
2000-05-09Don't build compiler-related libraries if using GCC 2.9.thorpej
2000-05-09Need -I${.CURDIR} for ipsec_strerror.hthorpej
2000-05-09Crunch only regular files and warn others.enami
2000-05-09Add "install" target, so "make install" after building the kernelhubertf
2000-05-09If maxusers is out of bounds, show the allowed bounts in the error msg.hubertf
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,thorpej
2000-05-09Disable DDB_ONPANIC=0. A plain reboot in case of problems isn't reallyhubertf
2000-05-09Seperate "Shall we continue?" questions optically, to make them morehubertf
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9, as well.thorpej
2000-05-09Make the fact that we disable -Wuninitialized explcicit in the Makefile,thorpej
2000-05-08__predict_true() the expressions passed to the assert family, sothorpej
2000-05-08__predict_false() an error check.thorpej
2000-05-08__predict_false() DIAGNOSTIC error checks.thorpej
2000-05-08__predict_false() out-of-resource conditions and DIAGNOSTIC error checks.thorpej
2000-05-08uvm_map_setup(): We almost ever set up an interrupt-safe map, but wethorpej
2000-05-08Add "lsall" and "lsbest" commands to pkg_admin, to find all/besthubertf