Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-20 | sync | Theo de Raadt | |
1999-02-20 | a isapnp pcic | Theo de Raadt | |
1999-02-20 | First step at supporting files > 2gig. Use off_t as POSITION | Todd 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-20 | flesh | Theo de Raadt | |
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt | |
1999-02-20 | fix library search problem; the linker would stop searching | Marco 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-20 | Handle 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-19 | fix definition of plen for ICMP (ping -s73 problem) | Kjell Wooding | |
1999-02-19 | ipq locking | Theo de Raadt | |
1999-02-19 | Allocate 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-19 | Xr | Theo de Raadt | |
1999-02-19 | use vfs_register instead of the ugly hack to build vfsconf | Artur Grabowski | |
1999-02-19 | This should be NISADMA, not NISA. | Artur Grabowski | |
1999-02-19 | Fix 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-19 | Change the vfs lkm interface do it takes a full struct vfsconf instead of | Artur Grabowski | |
only struct vfsops. Use the new vfs_register and vfs_unregister in the vfs lkms. | |||
1999-02-19 | add vfs_register and vfs_unregister functions | Artur Grabowski | |
1999-02-19 | fixed patch for accept/select race; mycroft@netbsd.org | Todd C. Miller | |
1999-02-19 | Be a little more verbose about dodgy looking authentication | brian | |
packets before dropping them in the bit-bucket. | |||
1999-02-19 | sync | Theo de Raadt | |
1999-02-19 | new usr modem | Theo de Raadt | |
1999-02-19 | sudo 1.5.8 | Todd C. Miller | |
1999-02-19 | make vm_page_alloc_contig() a std function | Theo de Raadt | |
1999-02-19 | connect aeon | Theo de Raadt | |
1999-02-19 | invertex aeon driver base | Theo de Raadt | |
1999-02-19 | sync | Theo de Raadt | |
1999-02-19 | shorten AEON name | Theo de Raadt | |
1999-02-19 | when checking for weak keys compare sizeof(des_cblock) bytes insetad of ↵ | Artur Grabowski | |
sizeof(key) bytes | |||
1999-02-19 | when checking for weak keys, compare sizeof(des_cblock) bytes, not ↵ | Artur Grabowski | |
sizeof(key) bytes | |||
1999-02-19 | broken usage line | Theo de Raadt | |
1999-02-19 | We are OpenBSD | Niklas Hallqvist | |
1999-02-18 | undo select/accept patch, which causes full listen queues apparently | Theo de Raadt | |
1999-02-18 | Build correctly when -DNOCRYPT is used. | brian | |
1999-02-18 | display ${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-18 | Don't expect a chap response if we haven't negotiated | brian | |
chap 0x80. | |||
1999-02-18 | better support for openbsd/hppa, some parts from current egcs-snapshot port; ↵ | Michael Shalayeff | |
thanks espie@ | |||
1999-02-18 | add raid, some pseudo-device rearrange, hide local cruft | Michael Shalayeff | |
1999-02-18 | The long awaited IPsec intro text | Niklas Hallqvist | |
1999-02-18 | fix netstat -A header | Theo de Raadt | |
1999-02-18 | Fully support both NT and LANMan CHAP type 0x80 as both | brian | |
authenticator and authenticatee. | |||
1999-02-18 | use NO_SHARED_LIBS in lib-depends target instead of | Marco S Hyman | |
testing specifically for the alpha | |||
1999-02-18 | oops | Theo de Raadt | |
1999-02-17 | oops: left out .endif in a cut/paste | Marco S Hyman | |
1999-02-17 | add fragment flood protection; configureable using sysctl ip.maxqueue | Theo de Raadt | |
1999-02-17 | print ips_rcvmemdrop | Theo de Raadt | |
1999-02-17 | Define 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-17 | missing spl; christos | Theo de Raadt | |
1999-02-17 | reflect new behavior | kstailey | |
1999-02-17 | add document url | Michael Shalayeff | |
1999-02-17 | no more break.h | Michael Shalayeff | |
1999-02-17 | pa-risc elf definitions, including hp and hp-ux extensions. multi-include ↵ | Michael Shalayeff | |
protection |