summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.phk2002-04-031-15/+17
* Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>phk2002-04-033-1/+3
* It would appear, from preliminary indications, that No Wires Necessaryimp2002-04-031-2/+0
* Unifdef -DCOMPATphk2002-04-031-22/+0
* Four fixes from NetBSD:imp2002-04-034-62/+146
* - Axe a stale comment. We haven't allowed the ucred pointer passed tojhb2002-04-031-9/+2
* First round at trying to split up NOTES into MI and MD portions.jhb2002-04-034-2987/+16
* Don't clobber headers that we didn't create.ru2002-04-031-6/+1
* Regen.sheldonh2002-04-031-8/+35
* Kill only usage of the undocumnted and unuse d_boot[01] fields ofphk2002-04-032-56/+0
* Initial deorbit burn for the undocumented and unused d_boot[01]phk2002-04-031-5/+0
* Bump __FreeBSD_version to reflect the new tri-state nature of thesheldonh2002-04-031-1/+1
* Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().mux2002-04-032-0/+4
* Dike out a highly insecure UCONSOLE option.ru2002-04-0314-23/+14
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-037-77/+86
* Fix a long standing 32bit-ism. Don't assume that the size of a chunk ofjake2002-04-031-1/+1
* Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0)peter2002-04-031-2/+2
* Fix translationue2002-04-031-16/+33
* o GC dumplomarcel2002-04-031-4/+2
* Use a twiddle to show that we're busy dumping. The initial codemarcel2002-04-032-10/+14
* Actually have ia64dump.c be included in the build. Can't be bad.marcel2002-04-031-0/+1
* Remove some 1996 GCC 2.6.3 cruft for building a shared cc_int lib.obrien2002-04-032-5/+1
* Fix to handle REC_D > 127 and fold case sorting of high lettersache2002-04-031-33/+132
* brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL casedillon2002-04-031-5/+2
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianmjacob2002-04-023-142/+132
* Revert to open hashing. It makes the code simpler, and works farily welldes2002-04-022-32/+20
* Revert to vendor version, what little was left of our local patches heredes2002-04-021-2/+2
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-0212-131/+74
* Change the FreeBSD version addendum to "FreeBSD-20020402". This shortensdes2002-04-023-2/+3
* Add support for the PERC3/Di found in the Dell 1650scottl2002-04-021-0/+1
* Make the various ssh clients understand the VersionAddendum option.des2002-04-021-1/+10
* fix comment typo, s/neccisary/necessary/galfred2002-04-021-2/+2
* Oops, forgot to commit the definition of the mtx_name() macro.des2002-04-021-0/+2
* This commit was generated by cvs2svn to compensate for changes in r93694,des2002-04-021-2/+3
|\
| * Fix incorrect allocation size (perforce change 8918)des2002-04-021-2/+3
* | Spelling police.jhb2002-04-022-2/+2
* | Switch to using XFree86 version 4. We do this thru installing the package,obrien2002-04-0211-140/+176
* | Enforce an implicit lock order of sleepable locks before non-sleepablejhb2002-04-021-1/+12
* | When reading a UFS-style label from a floppy, don't attempt to use ajoerg2002-04-022-2/+2
* | - Make this compile if INVARIANTS support is not enabled.arr2002-04-021-1/+1
* | Fix crashes that would happen when more than one 4MB page was used totmm2002-04-022-21/+13
* | - Add a mutex to lock the global securelevel value.arr2002-04-021-1/+9
* | Remove the superfluous second argument from the IOTSBSLOT() macro.tmm2002-04-022-16/+16
* | Lower UPA_MEMSTART to 0x1c000000000. This is required for some largertmm2002-04-021-1/+1
* | Set mp_maxid so that UMA works with SMP.tmm2002-04-021-0/+1
* | Do not try to set up the PCI bus B error interrupt on "sabre"s, sincetmm2002-04-021-12/+14
* | Remove a debugging panic that was triggered when a resource that was outtmm2002-04-021-5/+2
* | - Add notes about SX_SYSINIT and MTX_SYSINIT in order to document thearr2002-04-023-3/+30
* | Fix leakage of p_pgrp lock.tanimura2002-04-022-1/+5
* | Do not use semi-fixed TLB slots for the 4M kernel pages any more.tmm2002-04-023-25/+24
OpenPOWER on IntegriCloud