summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GC unused fields in pcpukmacy2006-12-172-5/+1
* replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthreadkmacy2006-12-173-11/+11
* eliminate use of curpmap except where protected by critical_{enter, exit}kmacy2006-12-171-3/+6
* make unmap_perm_addr conform to declarationkmacy2006-12-171-0/+2
* eliminate extra branches by making better use of branch delaykmacy2006-12-171-33/+21
* - Remove PCPU references by passing field as a reference to _tte_hash_lookup.kmacy2006-12-171-35/+24
* ktrace_cv is no longer used - removekmacy2006-12-171-2/+0
* Cleaner fix for handling declaration of loop variable under INVARIANTSkmacy2006-12-171-10/+7
* Don't intermix assignments and variable declarations in prev. commitache2006-12-161-4/+6
* Fix NULL pointer reference for INVARIANTS caseache2006-12-161-1/+1
* In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,rodrigc2006-12-161-1/+4
* Add a function vfs_deleteopt() which searches through the vfsoptlistrodrigc2006-12-162-0/+12
* In ip6_sprintf print the addresses in a more common/readablebz2006-12-161-4/+18
* Do not special-case __ARMEB__, we handle that in the arm code.cognet2006-12-161-2/+0
* Convert to ANSI-style function prototypes.rodrigc2006-12-161-21/+9
* For now, back out sysv_ipc.c:1.30, which caused shmget() with odd moderwatson2006-12-161-66/+38
* Fix a typo.jkoshy2006-12-161-1/+1
* Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),rwatson2006-12-162-2/+7
* Miscellaneous fixups and quirks for ASUS A7M, LG LW20 andariff2006-12-161-5/+36
* Protect consistency of all internal functions in tte_hash.c using PCPU_{GET,SET}kmacy2006-12-162-7/+13
* tte_hash_resize implicitly expects to be protected from preemption -kmacy2006-12-161-1/+1
* Simplify the computation of the new object's size in vm_object_split().alc2006-12-161-3/+2
* change PTL trap type name to assist in tracking down prablems in tl1_trapkmacy2006-12-161-0/+4
* - KASSERT takes two argumentskmacy2006-12-161-1/+1
* correct name of number of sleep queueskmacy2006-12-161-1/+1
* Make some slight reorganization (bringing back in somemjacob2006-12-161-12/+86
* Add second sleep queue so that sx and lockmgr can have separate sleepkmacy2006-12-165-45/+71
* - make better use of branch delay slots in exception.Skmacy2006-12-163-34/+85
* Consistently use a socklen_t type where required, and eliminaterodrigc2006-12-161-6/+6
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasmjacob2006-12-163-8/+39
* - make intent behind skip check clearerkmacy2006-12-161-3/+5
* don't return directly to copyin and friends when we hit certain types of faultskmacy2006-12-161-3/+17
* - Fix some gcc warnings in lock_profile.hkmacy2006-12-163-24/+40
* Add a basic man page for the socket(9) kernel programming interface usedrwatson2006-12-152-0/+344
* Don't exit from watchdogd on receiving a signal if we cannot stop the watchdog.n_hibma2006-12-151-11/+18
* "Paralleled" should have been "parceled".flz2006-12-151-1/+1
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-1512-104/+138
* Merge BIND9 9.3.3 into main chunk.ume2006-12-156-21/+18
* This commit was generated by cvs2svn to compensate for changes in r165254,ume2006-12-151-5/+5
|\
| * Vendor import of BIND 9.3.3ume2006-12-157-28/+26
| * Import of BIND 9.3.3rc2ume2006-10-241-7/+7
* | Do not add 'default:' cases inside a switch() on an enum like thesyrinx2006-12-156-417/+498
* | chflags(2) returns EPERM when user tries to set or remove the SF_SNAPSHOT flag.pjd2006-12-151-0/+4
* | Fix ggated for platforms with 64bit size_t. The DIOCGSECTORSIZE ioctlpjd2006-12-153-4/+4
* | Fix the problem with the nsupdate(8) man page reporteddougb2006-12-152-1/+4
* | Fix the fix in rev. 1.15 so that we jump to the next columnru2006-12-151-3/+3
* | Document extended program header numbering.jkoshy2006-12-151-6/+13
* | Fix typos in comment blockpav2006-12-151-2/+2
* | Fix markup.ru2006-12-151-5/+7
* | Fix one minor inaccuracy.ru2006-12-151-4/+4
OpenPOWER on IntegriCloud