summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Format the output of -itv for real. In particular:kientzle2008-11-293-13/+225
* Third argument to the vi_mmap_t function is vm_paddr_t *.kib2008-11-291-1/+1
* When deciding which characters (of a filename, for instance)kientzle2008-11-292-49/+119
* Add standard MLINKs.brueffer2008-11-291-0/+3
* Bring this a little closer to our manpage style.brueffer2008-11-291-16/+30
* Add several missing MLINKs.brueffer2008-11-291-1/+10
* Fix typo.brueffer2008-11-291-1/+1
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-294-52/+301
* Unbreak the no-networks (no INET/6) build that I broke withbz2008-11-291-0/+2
* Regeneratekib2008-11-293-9/+9
* Fix iovec32 for linux32/amd64.kib2008-11-293-14/+47
* Regen after jail support was added in r185435.bz2008-11-294-7/+12
* MFp4:bz2008-11-2939-383/+2421
* Check the return value of config_intrhook_establish().rpaulo2008-11-291-1/+5
* Check for non-existing model DMI string.rpaulo2008-11-291-0/+3
* In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerkib2008-11-294-12/+42
* Improve KASSERT() call a bit:pjd2008-11-291-1/+2
* MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() inpjd2008-11-291-1/+0
* make 'make universe' not complain aboutbz2008-11-291-0/+1
* Unbreak mips build by taking first WAG at mb(), wmb() and rmb(). Theimp2008-11-291-0/+4
* Noticed the following error message:imp2008-11-291-2/+6
* Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpcbz2008-11-281-2/+3
* Add an essential .h file that skipped from the last commit (r185419).zec2008-11-281-0/+82
* Unhide declarations of network stack virtualization structs fromzec2008-11-2818-81/+40
* o FreeBSD 6.4-RELEASE added.maxim2008-11-281-6/+8
* With the permissions of phk@ change the license on kern_jail.cbz2008-11-281-6/+22
* Add missing 'THE'. This was discussed with core@ in the largerimp2008-11-281-2/+2
* Update for 185401, errors now go to stderr.stefanf2008-11-281-0/+0
* Report error messages of the builtins 'type' and 'command -V' to stderr insteadstefanf2008-11-281-12/+11
* Fix a printing problem when using the -L flag to netstat causedgnn2008-11-281-13/+16
* Fix matching of message queues by name.ed2008-11-281-1/+2
* missing V_des2008-11-281-1/+1
* Add a reference to hwpmc_core.c most likely missed in r185363bz2008-11-281-0/+1
* Remove duplicate 2610SA entry.emaste2008-11-271-2/+0
* Let ARM loader(8) build with the man page.raj2008-11-271-4/+3
* Provide manual page for the mge(4) device driver.raj2008-11-272-1/+161
* Explicitely note that destroy_dev() sleeps.kib2008-11-271-0/+1
* Replace most INP_CHECK_SOCKAF() uses checking if it is anbz2008-11-273-8/+4
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-277-75/+17
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-277-1/+46
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-276-27/+5
* Update description of an event.jkoshy2008-11-271-2/+1
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-2717-74/+3356
* Revert r184509: don't encourage the use of sysexits.h with err() andrwatson2008-11-271-2/+2
* The timezone byte is a signed value, treat it as such.kientzle2008-11-271-1/+1
* After visiting a subdirectory, we use chdir("..") orkientzle2008-11-273-19/+57
* If we're unable to chdir() to a directory that we know exists,kientzle2008-11-271-1/+3
* Remove unused variable.ganbold2008-11-271-2/+1
* Don't let ata_completed() dereference a null request->dma pointer topeter2008-11-271-1/+1
* Small nit I just noticed, a pre-decrement should be post.jfv2008-11-271-1/+1
OpenPOWER on IntegriCloud