summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-20syncTheo de Raadt
1999-02-20a isapnp pcicTheo de Raadt
1999-02-20First step at supporting files > 2gig. Use off_t as POSITIONTodd C. Miller
and replace get_maxlong() with a get_maxpos() and modify percentage() appropriately. There are still problems seeking to the end of a large file and line numbers should probably be 64bit (or at the very least unsigned). This has been sitting in my tree for quite some time now so I am committing what I have now since I don't know when I'll have a chance to really finish it.
1999-02-20fleshTheo de Raadt
1999-02-20add -x, -p, and -m options, based on netbsd workTheo de Raadt
1999-02-20fix library search problem; the linker would stop searchingMarco S Hyman
for shared libs when the first was found... thus it would miss a newer version found later in the search path
1999-02-20Handle empty PAP & CHAP packets (containing only an FSM header).brian
Some CHAP implementations send no welcome message with their SUCCESS/FAILURE packets. This was being mis-identified as a truncated packet by the new authentication code :-(
1999-02-19fix definition of plen for ICMP (ping -s73 problem)Kjell Wooding
1999-02-19ipq lockingTheo de Raadt
1999-02-19Allocate the u-area early in fork1 instead of in vm_fork.Artur Grabowski
Now we can return ENOMEM instead of doing a panic when we run out of memory.
1999-02-19XrTheo de Raadt
1999-02-19use vfs_register instead of the ugly hack to build vfsconfArtur Grabowski
1999-02-19This should be NISADMA, not NISA.Artur Grabowski
1999-02-19Fix a bug where the root directory could look corrupted on FAT12.Artur Grabowski
I'm not sure if this fix is correct but: some comments in the code say that it should be done this way, it fixes the particular problem, it doesn't break anything else, noone who got the diff complained (in two months).
1999-02-19Change the vfs lkm interface do it takes a full struct vfsconf instead ofArtur Grabowski
only struct vfsops. Use the new vfs_register and vfs_unregister in the vfs lkms.
1999-02-19add vfs_register and vfs_unregister functionsArtur Grabowski
1999-02-19fixed patch for accept/select race; mycroft@netbsd.orgTodd C. Miller
1999-02-19Be a little more verbose about dodgy looking authenticationbrian
packets before dropping them in the bit-bucket.
1999-02-19syncTheo de Raadt
1999-02-19new usr modemTheo de Raadt
1999-02-19sudo 1.5.8Todd C. Miller
1999-02-19make vm_page_alloc_contig() a std functionTheo de Raadt
1999-02-19connect aeonTheo de Raadt
1999-02-19invertex aeon driver baseTheo de Raadt
1999-02-19syncTheo de Raadt
1999-02-19shorten AEON nameTheo de Raadt
1999-02-19when checking for weak keys compare sizeof(des_cblock) bytes insetad of ↵Artur Grabowski
sizeof(key) bytes
1999-02-19when checking for weak keys, compare sizeof(des_cblock) bytes, not ↵Artur Grabowski
sizeof(key) bytes
1999-02-19broken usage lineTheo de Raadt
1999-02-19We are OpenBSDNiklas Hallqvist
1999-02-18undo select/accept patch, which causes full listen queues apparentlyTheo de Raadt
1999-02-18Build correctly when -DNOCRYPT is used.brian
1999-02-18display ${PKGDIR}/MESSAGE after install (if it exists);Marco S Hyman
use cat(1) instead of more(1), though, so the port need not be marked as interactive; problem noted by fgsch@openbsd.org
1999-02-18Don't expect a chap response if we haven't negotiatedbrian
chap 0x80.
1999-02-18better support for openbsd/hppa, some parts from current egcs-snapshot port; ↵Michael Shalayeff
thanks espie@
1999-02-18add raid, some pseudo-device rearrange, hide local cruftMichael Shalayeff
1999-02-18The long awaited IPsec intro textNiklas Hallqvist
1999-02-18fix netstat -A headerTheo de Raadt
1999-02-18Fully support both NT and LANMan CHAP type 0x80 as bothbrian
authenticator and authenticatee.
1999-02-18use NO_SHARED_LIBS in lib-depends target instead ofMarco S Hyman
testing specifically for the alpha
1999-02-18oopsTheo de Raadt
1999-02-17oops: left out .endif in a cut/pasteMarco S Hyman
1999-02-17add fragment flood protection; configureable using sysctl ip.maxqueueTheo de Raadt
1999-02-17print ips_rcvmemdropTheo de Raadt
1999-02-17Define NO_SHARED_LIBS for those archs that do not support shared libs;Marco S Hyman
When selecting a packing list choose in order: o PLIST.<arch> o PLIST.noshared if NO_SHARED_LIBS is defined o PLIST
1999-02-17missing spl; christosTheo de Raadt
1999-02-17reflect new behaviorkstailey
1999-02-17add document urlMichael Shalayeff
1999-02-17no more break.hMichael Shalayeff
1999-02-17pa-risc elf definitions, including hp and hp-ux extensions. multi-include ↵Michael Shalayeff
protection