summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-1112-39/+22
* Fix a bug in the previous change: remove function-local definition ofjhb2010-03-111-1/+0
* Small whitespace fixes.jhb2010-03-111-2/+1
* Style fixes.jhb2010-03-111-10/+10
* Regen after big endian compatibility import.nwhitehorn2010-03-114-4/+4
* Accidentally committed test code. Remove it.nwhitehorn2010-03-111-1/+0
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-1148-351/+602
* Print out the family and model from the cpu_id. This is especially usefuljhb2010-03-112-3/+7
* Fix a comment nit.jhb2010-03-111-2/+2
* The number after the command is *not* optional.joerg2010-03-111-1/+1
* Update nfsrv_getsocksndseq() for changes in TCP internals since FreeBSD 6.x:rwatson2010-03-111-12/+11
* Improve the change made in the previous commit.ed2010-03-111-2/+1
* Make script(1) a little less broken.ed2010-03-111-0/+2
* Wrap the proc wakeup special case for ddb in ifdef DDB.thompsa2010-03-111-0/+6
* Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug andthompsa2010-03-111-4/+6
* Fix a typo in r204974 so that FTYPE_LNG matches the initialisers ofmarius2010-03-111-1/+1
* Stash the context of the running thread at the time an IPI_STOP is receivedneel2010-03-115-5/+35
* fixes a compile error if INVARIANTS is disabled.weongyo2010-03-111-4/+4
* Fix style(9) bugs in the previous revision.sobomax2010-03-101-3/+3
* further narrow down no carrier workaround, since it appears to only affectsobomax2010-03-101-4/+19
* Fix build breakage introduced in r204922.yongari2010-03-101-2/+1
* Fix typo in r204978.yongari2010-03-101-1/+1
* Add descriptions for debug.ktr sysctl nodes.jhb2010-03-101-5/+10
* Fix typo in r204975.yongari2010-03-101-1/+1
* Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.yongari2010-03-101-1/+29
* Fix copyright spelling.imp2010-03-1014-15/+15
* Fix copyright spellingimp2010-03-101-1/+1
* Enable hardware fixes for BCM5704 B0 as recommended by data sheet.yongari2010-03-101-0/+12
* - The OPSZ macro actually only does the right thing for int32 and int64marius2010-03-102-29/+21
* Make NKPT a kernel option on i386 so that it can be set to a non-defaultjhb2010-03-104-0/+12
* nos-tun(8): make WARNS=3 cleanuqs2010-03-102-13/+16
* Fix white spaces.jkim2010-03-101-2/+2
* Fall back to wbinvd when region for CLFLUSH is >= 2MB.kib2010-03-102-4/+8
* Typo.jhb2010-03-101-1/+1
* fix handling of commands issued by RELENG_7 version of /sbin/ipfw,luigi2010-03-102-2/+4
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-108-64/+81
* Revert r204939des2010-03-101-1/+1
* Forgot to svn add the Makefile.des2010-03-101-0/+16
* Use more proper terms (from official documents) for AMD CPU's.obrien2010-03-101-1/+1
* Add -i to the first post-install mergemaster example to makedougb2010-03-101-2/+3
* Provide workaround for the ages old bug affecting certain BCM5708Ssobomax2010-03-101-3/+20
* Fix the build. The ssh-pkcs11-helper directory is empty, which isdougb2010-03-101-1/+1
* Revert to r197433, the more recent change doesn't work for the commondougb2010-03-101-4/+4
* Fix "Empty input line" mdoc warning.sobomax2010-03-101-2/+2
* Integrate OpenBSD rev 1.5 of x86emu.c.delphij2010-03-091-143/+205
* Add SIZE_MAX overflow checkache2010-03-091-0/+2
* Add SIZE_MAX overflow checkache2010-03-091-0/+2
* Add warnings to <regexp.h> and <sys/timeb.h>.ed2010-03-093-1/+9
* Remove unneeded include of <sys/timeb.h>.ed2010-03-091-1/+0
* uses KOBJMETHOD_END macro to indicate the end of method table.weongyo2010-03-095-5/+5
OpenPOWER on IntegriCloud