| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that IFF_MULTICAST should be ORd with IFF_POINTOPOINT or | brian | 2001-08-25 | 1 | -4/+7 |
* | TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINT | brian | 2001-08-25 | 1 | -6/+4 |
* | Argh! Revert accidental commit. | peter | 2001-08-25 | 2 | -6/+2 |
* | First cut at getting the ISA routing working. If we can't route a PCI | imp | 2001-08-25 | 1 | -31/+57 |
* | Implement idle zeroing of pages. I've been tinkering with this | peter | 2001-08-25 | 3 | -72/+100 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 5 | -5/+0 |
* | Remove a reference to MAP_INHERIT. | peter | 2001-08-25 | 1 | -1/+1 |
* | Update rendition of a typical distribution directory. Text updates to | bmah | 2001-08-25 | 1 | -7/+7 |
* | Add another comment. | julian | 2001-08-25 | 2 | -0/+14 |
* | Optionize UPAGES for the i386. As part of this I split some of the low | peter | 2001-08-25 | 30 | -62/+104 |
* | s/teh/the/ | peter | 2001-08-25 | 3 | -3/+3 |
* | Add an explanatory note that would have saved me an hour or two | julian | 2001-08-25 | 3 | -0/+21 |
* | John Polstra | mjacob | 2001-08-24 | 1 | -2/+1 |
* | Force a commit on kern_mutex.c to explain reason for last commit but while | bmilekic | 2001-08-24 | 2 | -0/+10 |
* | *** empty log message *** | bmilekic | 2001-08-24 | 2 | -4/+8 |
* | Use Brian Sommers' named entry | imp | 2001-08-24 | 1 | -5/+20 |
* | Rename the DIAGNOSTICS section to RETURN VALUES and describe the | brian | 2001-08-24 | 1 | -4/+10 |
* | Add INHERIT_XXX defines for minherit() system call. | dillon | 2001-08-24 | 1 | -1/+8 |
* | Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the same | dillon | 2001-08-24 | 1 | -3/+3 |
* | Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properly | dillon | 2001-08-24 | 1 | -5/+10 |
* | Remove support for the badly broken MAP_INHERIT (from -current only). | dillon | 2001-08-24 | 1 | -4/+1 |
* | Update the mmap.2 and minherit.2 manual pages. Add a short explanation and | dillon | 2001-08-24 | 2 | -0/+40 |
* | Remove MAP_NOEXTEND. It came from 4.4-lite and not only was never | dillon | 2001-08-24 | 1 | -1/+1 |
* | Style nits: | jhb | 2001-08-24 | 1 | -35/+11 |
* | Explain what we're doing in pcic_pci_shutdown a little better. Try to | imp | 2001-08-24 | 1 | -5/+16 |
* | Axe a commented, unused #define related to the old giant lock. | jhb | 2001-08-24 | 2 | -2/+0 |
* | INTREN() and INTRDIS() have been MP safe for a while. Don't say that they | jhb | 2001-08-24 | 1 | -2/+2 |
* | Remove references to the old giant kernel lock in various comments. | jhb | 2001-08-24 | 5 | -84/+12 |
* | Prevent passing a null pointer as a filename to vn_open(), | roam | 2001-08-24 | 1 | -0/+2 |
* | Handle return values of 0 from NgRecvMsg() properly. | brian | 2001-08-24 | 1 | -2/+2 |
* | Understand that a return value of 0 from NgRecvMsg() means that the | brian | 2001-08-24 | 1 | -2/+8 |
* | Explain what the return value from NgRecvMsg() and NgRecvData() means, | brian | 2001-08-24 | 1 | -0/+6 |
* | Fd is macro too, so use \&Fd | ache | 2001-08-24 | 1 | -1/+1 |
* | Fildes -> Fd too (started from big letter) | ache | 2001-08-24 | 1 | -1/+1 |
* | Change | ache | 2001-08-24 | 1 | -1/+3 |
* | Fix up English from previous 3 revisions. | sheldonh | 2001-08-24 | 1 | -6/+6 |
* | Copy from kern_lockf.c: remove extra check | ache | 2001-08-24 | 1 | -2/+0 |
* | Remove extra check unneded now | ache | 2001-08-24 | 1 | -2/+0 |
* | On today's kernels masking with ~KERNBASE is turning out to be less | peter | 2001-08-24 | 2 | -4/+4 |
* | Handle kvm_getprocs() returning nothing. Dont pass -1 to a size | peter | 2001-08-24 | 1 | -1/+1 |
* | Make ps -M corefile work again. This has been broken for quite some time. | peter | 2001-08-24 | 1 | -6/+11 |
* | Banish hard-coded KERNBASE references from savecore. Dynamically | peter | 2001-08-24 | 1 | -1/+15 |
* | Dynamically adapt to kernbase changes on crashdumps, falling back to | peter | 2001-08-24 | 2 | -2/+38 |
* | Dynamically adjust to the value of KERNBASE in a crashdump, with | peter | 2001-08-24 | 2 | -4/+24 |
* | Export the actual KERNBASE to the symbol table. We can use nlist() to get | peter | 2001-08-24 | 3 | -0/+18 |
* | Move cpu_fxsr definition to C code (so debug info is generated) and where | peter | 2001-08-24 | 5 | -6/+11 |
* | Move code to shutdown the pcic_pci_shutdown. Call it on system | imp | 2001-08-24 | 1 | -13/+25 |
* | Two fixes. First, put into place a more generic chipset specific | imp | 2001-08-24 | 1 | -94/+123 |
* | Get rid of redundant device_set_desc. Both the PCI and PCCARD versions | nsayer | 2001-08-24 | 1 | -4/+0 |
* | Remove a duplicate "that". | ken | 2001-08-24 | 1 | -1/+1 |