summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-23add machdep.apmwarc (commented out) so people know whereMarco S Hyman
to change it if they so desire
1999-02-23add machdep.apmwarn to docMarco S Hyman
1999-02-23document power status messages supressed until theMarco S Hyman
battery life falls below machdep.apmwarn
1999-02-23document power status messages supressed until theMarco S Hyman
battery life falls below machdep.apmwarn
1999-02-23apm battery status messages now suppressed until battery lifeMarco S Hyman
falls below 'machdep.apmwarn' percent. This defaults to 10 percent
1999-02-23Remove references to PF_ENCAP.Angelos D. Keromytis
1999-02-23remove pasto and change ksyms to /dev/ksymsTodd C. Miller
1999-02-23Fix an endianness problem (not an issue in libc).Angelos D. Keromytis
1999-02-22We don't need a second prototype for shmexitArtur Grabowski
1999-02-21List the source files, not the object filesThorsten Lockert
1999-02-21vis() buf overflowTheo de Raadt
1999-02-21vis() buf overflowTheo de Raadt
1999-02-21NUL not NULLTheo de Raadt
1999-02-21split ipintr() to create new ipv4_input() for tunnels; NRLTheo de Raadt
1999-02-21note that the escape character brings you to command mode of the telnet processAaron Campbell
with the controlling terminal, and that the `send escape' command should be used to jump to command mode in subsequent telnet processes on remote hosts
1999-02-21internalize NEED_VERSION sub macros to avoid getting tangled withMarc Espie
user macros.
1999-02-21some -WallTodd C. Miller
1999-02-21use src/dst descriptor chaining out of an mbufTheo de Raadt
1999-02-21Follow up on espie suggestion: don't allow package registrationMarco S Hyman
(following installation) if the COMMENT exceeds 60 characters
1999-02-20make _BSD_TIME_T_ int like everyone else...Todd C. Miller
1999-02-20quit() wants the \nTheo de Raadt
1999-02-20skipjack at id 19Theo de Raadt
1999-02-20first approximation for the GENERICMichael Shalayeff
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