| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes. | phk | 2002-04-03 | 1 | -15/+17 |
* | Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h> | phk | 2002-04-03 | 3 | -1/+3 |
* | It would appear, from preliminary indications, that No Wires Necessary | imp | 2002-04-03 | 1 | -2/+0 |
* | Unifdef -DCOMPAT | phk | 2002-04-03 | 1 | -22/+0 |
* | Four fixes from NetBSD: | imp | 2002-04-03 | 4 | -62/+146 |
* | - Axe a stale comment. We haven't allowed the ucred pointer passed to | jhb | 2002-04-03 | 1 | -9/+2 |
* | First round at trying to split up NOTES into MI and MD portions. | jhb | 2002-04-03 | 4 | -2987/+16 |
* | Don't clobber headers that we didn't create. | ru | 2002-04-03 | 1 | -6/+1 |
* | Regen. | sheldonh | 2002-04-03 | 1 | -8/+35 |
* | Kill only usage of the undocumnted and unuse d_boot[01] fields of | phk | 2002-04-03 | 2 | -56/+0 |
* | Initial deorbit burn for the undocumented and unused d_boot[01] | phk | 2002-04-03 | 1 | -5/+0 |
* | Bump __FreeBSD_version to reflect the new tri-state nature of the | sheldonh | 2002-04-03 | 1 | -1/+1 |
* | Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount(). | mux | 2002-04-03 | 2 | -0/+4 |
* | Dike out a highly insecure UCONSOLE option. | ru | 2002-04-03 | 14 | -23/+14 |
* | Make the kernel dump header endianness invariant by always dumping | marcel | 2002-04-03 | 7 | -77/+86 |
* | Fix a long standing 32bit-ism. Don't assume that the size of a chunk of | jake | 2002-04-03 | 1 | -1/+1 |
* | Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0) | peter | 2002-04-03 | 1 | -2/+2 |
* | Fix translation | ue | 2002-04-03 | 1 | -16/+33 |
* | o GC dumplo | marcel | 2002-04-03 | 1 | -4/+2 |
* | Use a twiddle to show that we're busy dumping. The initial code | marcel | 2002-04-03 | 2 | -10/+14 |
* | Actually have ia64dump.c be included in the build. Can't be bad. | marcel | 2002-04-03 | 1 | -0/+1 |
* | Remove some 1996 GCC 2.6.3 cruft for building a shared cc_int lib. | obrien | 2002-04-03 | 2 | -5/+1 |
* | Fix to handle REC_D > 127 and fold case sorting of high letters | ache | 2002-04-03 | 1 | -33/+132 |
* | brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL case | dillon | 2002-04-03 | 1 | -5/+2 |
* | Redo stuff for sparc64- primarily fix bus dma implementation. The endian | mjacob | 2002-04-02 | 3 | -142/+132 |
* | Revert to open hashing. It makes the code simpler, and works farily well | des | 2002-04-02 | 2 | -32/+20 |
* | Revert to vendor version, what little was left of our local patches here | des | 2002-04-02 | 1 | -2/+2 |
* | - Move the MI mutexes sched_lock and Giant from being declared in the | jhb | 2002-04-02 | 12 | -131/+74 |
* | Change the FreeBSD version addendum to "FreeBSD-20020402". This shortens | des | 2002-04-02 | 3 | -2/+3 |
* | Add support for the PERC3/Di found in the Dell 1650 | scottl | 2002-04-02 | 1 | -0/+1 |
* | Make the various ssh clients understand the VersionAddendum option. | des | 2002-04-02 | 1 | -1/+10 |
* | fix comment typo, s/neccisary/necessary/g | alfred | 2002-04-02 | 1 | -2/+2 |
* | Oops, forgot to commit the definition of the mtx_name() macro. | des | 2002-04-02 | 1 | -0/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r93694, | des | 2002-04-02 | 1 | -2/+3 |
|\ |
|
| * | Fix incorrect allocation size (perforce change 8918) | des | 2002-04-02 | 1 | -2/+3 |
* | | Spelling police. | jhb | 2002-04-02 | 2 | -2/+2 |
* | | Switch to using XFree86 version 4. We do this thru installing the package, | obrien | 2002-04-02 | 11 | -140/+176 |
* | | Enforce an implicit lock order of sleepable locks before non-sleepable | jhb | 2002-04-02 | 1 | -1/+12 |
* | | When reading a UFS-style label from a floppy, don't attempt to use a | joerg | 2002-04-02 | 2 | -2/+2 |
* | | - Make this compile if INVARIANTS support is not enabled. | arr | 2002-04-02 | 1 | -1/+1 |
* | | Fix crashes that would happen when more than one 4MB page was used to | tmm | 2002-04-02 | 2 | -21/+13 |
* | | - Add a mutex to lock the global securelevel value. | arr | 2002-04-02 | 1 | -1/+9 |
* | | Remove the superfluous second argument from the IOTSBSLOT() macro. | tmm | 2002-04-02 | 2 | -16/+16 |
* | | Lower UPA_MEMSTART to 0x1c000000000. This is required for some larger | tmm | 2002-04-02 | 1 | -1/+1 |
* | | Set mp_maxid so that UMA works with SMP. | tmm | 2002-04-02 | 1 | -0/+1 |
* | | Do not try to set up the PCI bus B error interrupt on "sabre"s, since | tmm | 2002-04-02 | 1 | -12/+14 |
* | | Remove a debugging panic that was triggered when a resource that was out | tmm | 2002-04-02 | 1 | -5/+2 |
* | | - Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the | arr | 2002-04-02 | 3 | -3/+30 |
* | | Fix leakage of p_pgrp lock. | tanimura | 2002-04-02 | 2 | -1/+5 |
* | | Do not use semi-fixed TLB slots for the 4M kernel pages any more. | tmm | 2002-04-02 | 3 | -25/+24 |