Age | Commit message (Expand) | Author |
2001-05-16 | indentation nit. | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | Use pool to allocate struct filedesc0 and struct file. | Artur Grabowski |
2001-05-16 | Introduce a new kernel option "SMALL_KERNEL" that will be used to keep the | Artur Grabowski |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-14 | Isn't copy 'n paste a great invention? | Artur Grabowski |
2001-05-14 | Remove some unnecessary code + some random cleanup. | Artur Grabowski |
2001-05-14 | gc OLD_PIPE. | Artur Grabowski |
2001-05-14 | ifdef FOO inside an ifdef FOO feels like overkill. | Artur Grabowski |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | Artur Grabowski |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski |
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski |
2001-05-14 | We already have a prototype for pipe_stat in sys/pipe.h | Artur Grabowski |
2001-05-14 | Use lockmgr locks for kern.malloc.kmemstat and | Angelos D. Keromytis |
2001-05-14 | Disk statistics via sysctl, first pass (locking to come in a few, then | Angelos D. Keromytis |
2001-05-14 | Set a flag whenever a disk is added/removed, so sysctl knows when to | Angelos D. Keromytis |
2001-05-14 | tty stats sysctl, deraadt@ok | Angelos D. Keromytis |
2001-05-14 | Be more paranoid about zapping trailing comma. | Angelos D. Keromytis |
2001-05-14 | Use M_SYSCTL, fix a couple of buglets, style. deraadt@ ok | Angelos D. Keromytis |
2001-05-13 | Add pad argument for p{read,write}v? to the syscall args comment for | Todd C. Miller |
2001-05-11 | kmemstats, nselcoll, forkstat, and nchstats structures through | Angelos D. Keromytis |
2001-05-08 | correct 1 printf. | Federico G. Schwindt |
2001-05-08 | In extent_alloc_subregion1, be sure that the region returned don't run | Federico G. Schwindt |
2001-05-07 | Check for failure now that uvm_vslock can return one. Before this, there was | Artur Grabowski |
2001-05-06 | iprintf is not used with UVM | Artur Grabowski |
2001-05-06 | Remove the cpp magic for finding incorrect MAXALLOCSAVE. | Artur Grabowski |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-05-02 | prevent overflow in sbreserve; from wollman@freebsd via netbsd | Niels Provos |
2001-05-02 | Use correct M_CACHE type; art@ ok. | Federico G. Schwindt |
2001-04-29 | use pool for vfs cache. | Artur Grabowski |
2001-04-29 | cleanup, remove incorrect comment | Artur Grabowski |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert |
2001-04-06 | Get rid of vm_pmap from struct vmspace. | Artur Grabowski |
2001-04-06 | Avoid a livelock problem where the buffer cache code would be | Grigoriy Orlov |
2001-04-06 | Typo in comment (henric@aimnet.com) | Angelos D. Keromytis |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-04-05 | From angelos: (he can't commit this himself right now) | Artur Grabowski |
2001-04-04 | Add "softdep" option to mount. Update from rw/async to softdep | Grigoriy Orlov |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-04-01 | Add a macro to initialize the contents of a vmcmd set. | Artur Grabowski |
2001-03-30 | Be consistent when adjusting pkthdr.len; it doesn't matter currently, | Angelos D. Keromytis |
2001-03-30 | Avoid a 'thundering herd' problem when many processes wait for free buffers. | Artur Grabowski |
2001-03-29 | Kludge around a problem where incorrect elf headers can cause | Artur Grabowski |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-28 | Add some DIAGNOSTIC checks that panic on some of the common mistakes. | Artur Grabowski |
2001-03-25 | Reintroduce wakeup call | Constantine Sapuntzakis |