summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document that IFF_MULTICAST should be ORd with IFF_POINTOPOINT orbrian2001-08-251-4/+7
* TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINTbrian2001-08-251-6/+4
* Argh! Revert accidental commit.peter2001-08-252-6/+2
* First cut at getting the ISA routing working. If we can't route a PCIimp2001-08-251-31/+57
* Implement idle zeroing of pages. I've been tinkering with thispeter2001-08-253-72/+100
* vm_page_zero_idle() is no longer MD.peter2001-08-255-5/+0
* Remove a reference to MAP_INHERIT.peter2001-08-251-1/+1
* Update rendition of a typical distribution directory. Text updates tobmah2001-08-251-7/+7
* Add another comment.julian2001-08-252-0/+14
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-2530-62/+104
* s/teh/the/peter2001-08-253-3/+3
* Add an explanatory note that would have saved me an hour or twojulian2001-08-253-0/+21
* John Polstramjacob2001-08-241-2/+1
* Force a commit on kern_mutex.c to explain reason for last commit but whilebmilekic2001-08-242-0/+10
* *** empty log message ***bmilekic2001-08-242-4/+8
* Use Brian Sommers' named entryimp2001-08-241-5/+20
* Rename the DIAGNOSTICS section to RETURN VALUES and describe thebrian2001-08-241-4/+10
* Add INHERIT_XXX defines for minherit() system call.dillon2001-08-241-1/+8
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the samedillon2001-08-241-3/+3
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properlydillon2001-08-241-5/+10
* Remove support for the badly broken MAP_INHERIT (from -current only).dillon2001-08-241-4/+1
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation anddillon2001-08-242-0/+40
* Remove MAP_NOEXTEND. It came from 4.4-lite and not only was neverdillon2001-08-241-1/+1
* Style nits:jhb2001-08-241-35/+11
* Explain what we're doing in pcic_pci_shutdown a little better. Try toimp2001-08-241-5/+16
* Axe a commented, unused #define related to the old giant lock.jhb2001-08-242-2/+0
* INTREN() and INTRDIS() have been MP safe for a while. Don't say that theyjhb2001-08-241-2/+2
* Remove references to the old giant kernel lock in various comments.jhb2001-08-245-84/+12
* Prevent passing a null pointer as a filename to vn_open(),roam2001-08-241-0/+2
* Handle return values of 0 from NgRecvMsg() properly.brian2001-08-241-2/+2
* Understand that a return value of 0 from NgRecvMsg() means that thebrian2001-08-241-2/+8
* Explain what the return value from NgRecvMsg() and NgRecvData() means,brian2001-08-241-0/+6
* Fd is macro too, so use \&Fdache2001-08-241-1/+1
* Fildes -> Fd too (started from big letter)ache2001-08-241-1/+1
* Changeache2001-08-241-1/+3
* Fix up English from previous 3 revisions.sheldonh2001-08-241-6/+6
* Copy from kern_lockf.c: remove extra checkache2001-08-241-2/+0
* Remove extra check unneded nowache2001-08-241-2/+0
* On today's kernels masking with ~KERNBASE is turning out to be lesspeter2001-08-242-4/+4
* Handle kvm_getprocs() returning nothing. Dont pass -1 to a sizepeter2001-08-241-1/+1
* Make ps -M corefile work again. This has been broken for quite some time.peter2001-08-241-6/+11
* Banish hard-coded KERNBASE references from savecore. Dynamicallypeter2001-08-241-1/+15
* Dynamically adapt to kernbase changes on crashdumps, falling back topeter2001-08-242-2/+38
* Dynamically adjust to the value of KERNBASE in a crashdump, withpeter2001-08-242-4/+24
* Export the actual KERNBASE to the symbol table. We can use nlist() to getpeter2001-08-243-0/+18
* Move cpu_fxsr definition to C code (so debug info is generated) and wherepeter2001-08-245-6/+11
* Move code to shutdown the pcic_pci_shutdown. Call it on systemimp2001-08-241-13/+25
* Two fixes. First, put into place a more generic chipset specificimp2001-08-241-94/+123
* Get rid of redundant device_set_desc. Both the PCI and PCCARD versionsnsayer2001-08-241-4/+0
* Remove a duplicate "that".ken2001-08-241-1/+1
OpenPOWER on IntegriCloud