summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-02-23Ooops! Move the allocation of the U area to after the limits checks.Artur Grabowski
That was a memory leak.
1999-02-23Forgot this.Angelos D. Keromytis
1999-02-23This 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-23Turns out the patch didn't fix the problem. Reverting to old code.Angelos D. Keromytis
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-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-21split ipintr() to create new ipv4_input() for tunnels; NRLTheo de Raadt
1999-02-21use src/dst descriptor chaining out of an mbufTheo de Raadt
1999-02-20make _BSD_TIME_T_ int like everyone else...Todd C. Miller
1999-02-20first approximation for the GENERICMichael Shalayeff
1999-02-20syncTheo de Raadt
1999-02-20a isapnp pcicTheo de Raadt
1999-02-20fleshTheo de Raadt
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-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-19syncTheo de Raadt
1999-02-19new usr modemTheo de Raadt
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-18undo select/accept patch, which causes full listen queues apparentlyTheo de Raadt
1999-02-18add raid, some pseudo-device rearrange, hide local cruftMichael Shalayeff
1999-02-18oopsTheo de Raadt
1999-02-17add fragment flood protection; configureable using sysctl ip.maxqueueTheo de Raadt
1999-02-17missing spl; christosTheo de Raadt
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
1999-02-17oopsTheo de Raadt
1999-02-17elf for freebsd; chris@dqc.orgTheo de Raadt
1999-02-17joinMichael Shalayeff
1999-02-17ipsec skipjack, based on free .fi code (some .gov type will test this for me)Theo de Raadt
1999-02-17indentTheo de Raadt
1999-02-17indent; remove local typesTheo de Raadt
1999-02-17Always check that the start of our candidate region is within theFederico G. Schwindt
bounds of "substart" and "subend".
1999-02-17print pa-risc here as well, since, finally, cpu will have to print processor ↵Michael Shalayeff
type
1999-02-17regenMichael Shalayeff
1999-02-17oops, cut&paste errorMichael Shalayeff
1999-02-17better cpu capabilities printing.Michael Shalayeff
print cpu PA level move cpu_gethpa() to mainbus.c