summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-11-17Merge with EOM (since Niklas won't get off his nether regions)Angelos D. Keromytis
2000-11-17Missed this, from the previous commit.Angelos D. Keromytis
2000-11-17HMAC96->HMAC as needed.Angelos D. Keromytis
2000-11-17All-1s addresses as policy destinations is also reserved for futureAngelos D. Keromytis
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-11-17*HMAC96->HMACAngelos D. Keromytis
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-11-16allow the console to attach on the rest of the alpha's we support.Eric Jackson
2000-11-16"of", not "on" (from Henric Jungheim)Angelos D. Keromytis
2000-11-16Some .Li makes this look prettier.Aaron Campbell
2000-11-16Fix password clearing bug; FreeBSDbrian
2000-11-16Be more consistent with .Bl tagsbrian
2000-11-16Be a bit more precise about what ``nat deny_incoming yes'' does.brian
2000-11-16forgot manpageNiels Provos
2000-11-16rcsid; lots of bad tabs and spacesMichael Shalayeff
2000-11-16kqueue and kevent system callsNiels Provos
2000-11-16rcsid; fix comment; lots of bad tabs and spacesMichael Shalayeff
2000-11-16syncNiels Provos
2000-11-16support kernel event queues, from FreeBSD by Jonathan Lemon,Niels Provos
2000-11-16Add uscanner.c.Aaron Campbell
2000-11-16Driver for USB scanners; from NetBSD.Aaron Campbell
2000-11-16- remove other media types, the MACE isn't as bright as one would hopeJason Wright
2000-11-16Add entries for the AMD K6-2+/III+, newer Athlon/Duron chips, andTodd C. Miller
2000-11-16syncAaron Campbell
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesTodd C. Miller
2000-11-16Sync with NetBSD (which adds quite a few new devices), while maintaining theAaron Campbell
2000-11-16revert previous commit which didnt compileEric Jackson
2000-11-16do not use perror() in sshd, after the child is forked()Markus Friedl
2000-11-16wait for the MACE to figure out whether it has media or not, and thenJason Wright
2000-11-16update for recent conf/files updateEric Jackson
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
2000-11-16When building default seed from the hostname, only use alphanumericTodd C. Miller
2000-11-16- Get rid of ugly .Tn macros.Aaron Campbell
2000-11-16Fix timeout computation; ok csapuntz@Niklas Hallqvist
2000-11-16Note support for Accton EN1217 and EN2242 Ethernet adapters.Aaron Campbell
2000-11-16New files for pcdisplay(4), vga(4), and pckbc(4)Aaron Campbell
2000-11-16NetBSD 1.6Aaron Campbell
2000-11-16syncAaron Campbell
2000-11-16Add product ID for Symbios 53c1010; drrt@monkey.orgAaron Campbell
2000-11-16initial support for 21264 systems.Eric Jackson
2000-11-16configure vga, mouse and keyboard's once again. Currently only on eb164.Eric Jackson
2000-11-16configure vga console, keyboard and mouse once again. support coming soon.Eric Jackson
2000-11-16Add support for Accton EN2242 MiniPCI adapters as found in HP OmniBook XE3Aaron Campbell
2000-11-16syncAaron Campbell
2000-11-16Add product ID for Accton EN2242 MiniPCI Ethernet adapter; from FreeBSD.Aaron Campbell
2000-11-15do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@Niels Provos
2000-11-15deal with stupid legacy applications that open a fifo O_RDWR. okay millert@Niels Provos