Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-23 | Ooops! Move the allocation of the U area to after the limits checks. | Artur Grabowski | |
That was a memory leak. | |||
1999-02-23 | Forgot this. | Angelos D. Keromytis | |
1999-02-23 | This one seems to work, at least in the direction Sparc->i386. | Angelos D. Keromytis | |
Btw, for all the curious souls, I am in Canada at the moment (land of free commits). | |||
1999-02-23 | Turns out the patch didn't fix the problem. Reverting to old code. | Angelos D. Keromytis | |
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 | 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 | split ipintr() to create new ipv4_input() for tunnels; NRL | Theo de Raadt | |
1999-02-21 | use src/dst descriptor chaining out of an mbuf | Theo de Raadt | |
1999-02-20 | make _BSD_TIME_T_ int like everyone else... | Todd C. Miller | |
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 | flesh | Theo de Raadt | |
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 | 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 | sync | Theo de Raadt | |
1999-02-19 | new usr modem | Theo de Raadt | |
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-18 | undo select/accept patch, which causes full listen queues apparently | Theo de Raadt | |
1999-02-18 | add raid, some pseudo-device rearrange, hide local cruft | Michael Shalayeff | |
1999-02-18 | oops | Theo de Raadt | |
1999-02-17 | add fragment flood protection; configureable using sysctl ip.maxqueue | Theo de Raadt | |
1999-02-17 | missing spl; christos | Theo de Raadt | |
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 | |||
1999-02-17 | oops | Theo de Raadt | |
1999-02-17 | elf for freebsd; chris@dqc.org | Theo de Raadt | |
1999-02-17 | join | Michael Shalayeff | |
1999-02-17 | ipsec skipjack, based on free .fi code (some .gov type will test this for me) | Theo de Raadt | |
1999-02-17 | indent | Theo de Raadt | |
1999-02-17 | indent; remove local types | Theo de Raadt | |
1999-02-17 | Always check that the start of our candidate region is within the | Federico G. Schwindt | |
bounds of "substart" and "subend". | |||
1999-02-17 | print pa-risc here as well, since, finally, cpu will have to print processor ↵ | Michael Shalayeff | |
type | |||
1999-02-17 | regen | Michael Shalayeff | |
1999-02-17 | oops, cut&paste error | Michael Shalayeff | |
1999-02-17 | better cpu capabilities printing. | Michael Shalayeff | |
print cpu PA level move cpu_gethpa() to mainbus.c |