summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Return the correct value when dst == NULL and conversion has stopped aftertjr2004-07-221-2/+2
* | Add two more programs useful for testing the correctness of pipes.silby2004-07-222-0/+214
* | Add 'benchmarked' and many technical acronyms for protocols, productmurray2004-07-221-1/+29
* | In pmap_mincore() create a private copy of the pte for use after the pmapalc2004-07-221-1/+5
* | Improve package list for disc3:murray2004-07-221-1/+6
* | Update the callframe structure to leave space for the frame pointergrehan2004-07-226-2/+16
* | Make this compile: add sys/module.h and KDBify.gallatin2004-07-221-5/+3
* | Minor style nitimp2004-07-221-1/+1
* | Fix a race in vm_page_sleep_if_busy(). Due to vm_object lockinggreen2004-07-211-4/+12
* | Do not declare curpcb.cognet2004-07-211-1/+1
* | Use the kernel pmap if no thread is provided.cognet2004-07-211-2/+2
* | Define pmap_page_is_mapped().cognet2004-07-211-0/+1
* | Back out just a portion of Alfred's last commit. Remove the MBUF_CHECKbmilekic2004-07-212-7/+0
* | It is a little better to return ENXIO from probe/match routine than EIO.imp2004-07-211-1/+1
* | Extend versrcreach by checking against the rt_flags for RTF_REJECT andandre2004-07-212-2/+8
* | Add support for ignoring locking failures. This is only enabled whenimp2004-07-212-4/+19
* | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intume2004-07-212-7/+1
* | Two style related changes:imp2004-07-211-5/+5
* | Don't sync the file system on panic by default. This seems to basicallyrwatson2004-07-211-1/+1
* | Using NULL as a malloc type when calling contigmalloc() is wrong, so introducecognet2004-07-211-1/+5
* | unbreak !WITNESS.alfred2004-07-211-0/+4
* | Do not use NULL as a malloc type for contigmalloc().cognet2004-07-211-1/+2
* | The media info is printed with the -hardware option so there is noharti2004-07-211-1/+1
* | Add the ACPI Panasonic extras driver.nyan2004-07-218-1/+996
* | Add test programs for mbsnrtowcs() and wcsnrtombs().tjr2004-07-213-0/+386
* | Read directly from the stdio buffer using the new __mbsnrtowcs() interfacetjr2004-07-211-14/+38
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-2115-165/+321
* | Add /etc/ntp to hold keys for ntpd.roberto2004-07-211-0/+2
* | 'atmconfig natm show' shows all currently configured PVCs for IP over ATM,harti2004-07-211-1/+1
* | Add special lines for 'help commands'.harti2004-07-211-4/+7
* | Allow more than one help file. There is a restriction thatharti2004-07-211-74/+289
* | Allow the help file path and name to be overwritten by cc -D...harti2004-07-212-1/+9
* | Use __wcsrtombs() and __sfvwrite() to convert and write the wide charactertjr2004-07-211-8/+25
* | put several of the options for DEBUG_VFS_LOCKS under control of sysctls.alfred2004-07-211-0/+14
* | Make sure we don't call mbuf allocation functions with mutexes held.alfred2004-07-213-0/+28
* | Additional pmap lockingalc2004-07-211-22/+46
* | My bad: /dev/sa0, no 'r'kientzle2004-07-211-1/+1
* | Oops... Add the CS_OWN flag to the trace and where commands so thatmarcel2004-07-211-2/+2
* | Semi-gratuitous change. Move two refcount operations to their own linespeter2004-07-211-2/+4
* | Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-219-88/+45
* | Add kdb_thr_from_pid(), which given a PID returns the first threadmarcel2004-07-212-2/+17
* | Add some additional pmap locking and lock assertions.alc2004-07-211-0/+5
* | Make this test compile again and remove its dependency on sys/pipe.h.silby2004-07-211-1/+2
* | An a #error discouraging people from using pipe.h from places outsidesilby2004-07-211-4/+1
* | Slide pipe.h include after the _KERNEL define in preparation for disallowingsilby2004-07-211-1/+1
* | Move the initialization and teardown of pmaps to the vmspace zone'speter2004-07-211-3/+2
* | Implement ptrace_set_pc().cognet2004-07-201-0/+9
* | Remove astpending, it has not been used for a long time.cognet2004-07-201-1/+0
* | Uncomment the vector relocation code.cognet2004-07-201-4/+2
* | Nuke disable_intr() and enable_intr(), as it already exists elsewhere.cognet2004-07-203-10/+3
OpenPOWER on IntegriCloud