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