Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-23 | add machdep.apmwarc (commented out) so people know where | Marco S Hyman | |
to change it if they so desire | |||
1999-02-23 | add machdep.apmwarn to doc | Marco S Hyman | |
1999-02-23 | document power status messages supressed until the | Marco S Hyman | |
battery life falls below machdep.apmwarn | |||
1999-02-23 | document power status messages supressed until the | Marco S Hyman | |
battery life falls below machdep.apmwarn | |||
1999-02-23 | apm battery status messages now suppressed until battery life | Marco S Hyman | |
falls below 'machdep.apmwarn' percent. This defaults to 10 percent | |||
1999-02-23 | Remove references to PF_ENCAP. | Angelos D. Keromytis | |
1999-02-23 | remove pasto and change ksyms to /dev/ksyms | Todd C. Miller | |
1999-02-23 | Fix an endianness problem (not an issue in libc). | Angelos D. Keromytis | |
1999-02-22 | We don't need a second prototype for shmexit | Artur Grabowski | |
1999-02-21 | List the source files, not the object files | Thorsten Lockert | |
1999-02-21 | vis() buf overflow | Theo de Raadt | |
1999-02-21 | vis() buf overflow | Theo de Raadt | |
1999-02-21 | NUL not NULL | Theo de Raadt | |
1999-02-21 | split ipintr() to create new ipv4_input() for tunnels; NRL | Theo de Raadt | |
1999-02-21 | note that the escape character brings you to command mode of the telnet process | Aaron 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-21 | internalize NEED_VERSION sub macros to avoid getting tangled with | Marc Espie | |
user macros. | |||
1999-02-21 | some -Wall | Todd C. Miller | |
1999-02-21 | use src/dst descriptor chaining out of an mbuf | Theo de Raadt | |
1999-02-21 | Follow up on espie suggestion: don't allow package registration | Marco S Hyman | |
(following installation) if the COMMENT exceeds 60 characters | |||
1999-02-20 | make _BSD_TIME_T_ int like everyone else... | Todd C. Miller | |
1999-02-20 | quit() wants the \n | Theo de Raadt | |
1999-02-20 | skipjack at id 19 | Theo de Raadt | |
1999-02-20 | first approximation for the GENERIC | Michael Shalayeff | |
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 |