summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-22changes to GENERIC must be matched in GENERIC_SCSI3Theo de Raadt
2000-01-22syncTheo de Raadt
2000-01-22mislabelingTheo de Raadt
2000-01-22Fix pci probing for the powerpc port, it was previously only probing aDale S. Rahn
portion of the pci devices, 1,2,4,8,... instead of 1,2,3,4,5,6,7,8,... Updated to use indirect PCI configuration, so that pci-pci buses could be probed. And that devices > 11 on the pci bus could be detected.
2000-01-22Allow the address specified in the bus_space_map to either beDale S. Rahn
the absolute address requested, or the offset address, this is done by oring the requested address with the bus base address. Devices on the mac-io bus are bus base relative, but the pci devices are absolute addresses.
2000-01-22do not interpret a '-' character in a file or bootpath as the beginning ofDale S. Rahn
options, the dash character is only special if a space preceeds it. fixes booting from "/pci/mac-io/ide/disk/bsd".
2000-01-21Make token_output not static.Federico G. Schwindt
2000-01-21Fix comment.Angelos D. Keromytis
2000-01-21Typo.Angelos D. Keromytis
2000-01-21Forgot to delete this.Angelos D. Keromytis
2000-01-21Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notAngelos D. Keromytis
affected by net.inet.ipip.allow (the sysctl formerly known as net.inet.ip4.allow), rename the VIF ipip_input to ipip_mroute_input.
2000-01-20syncTheo de Raadt
2000-01-20DEC 21150-BC bridge chip, AKA DC1111DTheo de Raadt
2000-01-20buffer overflow in readline(;) from espie@Michael Shalayeff
2000-01-20set[ug]id, not just setuidTheo de Raadt
2000-01-20when procfs is compiled in, if a setuid process has any of descriptors 0-2Theo de Raadt
open for write on procfs, close it (and, thus, open a /dev/null instead); problem reported by nergal@idea.avet.com.pl, fix by me, thanks for help from millert
2000-01-19do not NULL dereference if fd_nfiles < 3Theo de Raadt
2000-01-19another possible workaround for NetBSD PR 9189.Jun-ichiro itojun Hagino
2000-01-19Sloppy me.Aaron Campbell
2000-01-19Fix matthieu's damage. Amiga kernel sure compiles better with a prototypeMarc Espie
for mmioctl.
2000-01-18Change so unmodified function key presses are passed to the application. MatchAaron Campbell
function key output characters to those found for the vt220 terminal description in the termcap database. This makes function keys work in Midnight Commander, for example. While we're at it, remove the PCVT_VT220KEYB option altogether.
2000-01-18Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP.Angelos D. Keromytis
2000-01-18serial consoleMichael Shalayeff
2000-01-18oops, it was not necessary.Jun-ichiro itojun Hagino
2000-01-18possible workaround to NetBSD PR 9189 (panic on sparc). not sure if it's right.Jun-ichiro itojun Hagino
2000-01-18sync with FreeBSD: add Farallon PN9000SX as a matchJason Wright
2000-01-18syncJason Wright
2000-01-18Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from ↵Jason Wright
FreeBSD.
2000-01-18Fix fxp+nsphy problem: don't reset everytime when switching to auto mode.Jason Wright
Also, document "magic" bits.
2000-01-17pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages.Artur Grabowski
This way we only walk the tables once every boot and we don't have to switch to context 0 on every call.
2000-01-17remove unneeded stuff from setregs; force single-user for now, enable signal ↵Michael Shalayeff
debug
2000-01-17oops, another syscall pipe() botch; karls@inet.noTheo de Raadt
2000-01-17From Manuel Bouyer -Chris Cappuccio
Don't set WDC_CAPABILITY_UDMA at all for SiS rev < 0xd0
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhere, some knfMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces and knfMichael Shalayeff
2000-01-17don't need IFF_RUNNING for gif, as no resource is allocated forJun-ichiro itojun Hagino
interface operation.
2000-01-17on fork, flush pcb too, update pcsqMichael Shalayeff
2000-01-17remove IFF_RUNNING if it becomes !IFF_UP.Jun-ichiro itojun Hagino
pointed out by: deraadt
2000-01-17fix pullup and otos saving code for ip6Jun-ichiro itojun Hagino
(ip4_input will be visited with IPv6 packet! better change the func name...)
2000-01-17fix "traceroute -P 41", outgoing side. incoming side needs fix inJun-ichiro itojun Hagino
ip4_input(). Requested from: Niels Provos <provos@citi.umich.edu>
2000-01-17let pmap_enter_pv return a created pv, which simplifies futher pv operationMichael Shalayeff
2000-01-17Remove `pc_disp_special'.Aaron Campbell
2000-01-17Remove `pcdisp_special', which was actually a gross hack. Instead, move theAaron Campbell
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console.
2000-01-17Add sysctl vars for checksum, forwarding and netbios.Federico G. Schwindt
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts.
2000-01-17some more paranoid checks, shorter trap desriptionsMichael Shalayeff
2000-01-17add syscall frame flagMichael Shalayeff