summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed (after the env(1)/printenv(1) split) extraneous argumentsru2003-11-021-9/+9
* Correct the spelling of m_devget() in the sysctl variable description.ru2003-11-022-2/+2
* - Introduce and use vm_object_reference_locked(). Unlikealc2003-11-023-3/+26
* Only the 3C1 is now known not to work. All my other cards work withimp2003-11-021-3/+1
* MFp4:imp2003-11-022-49/+99
* MFp4:imp2003-11-021-6/+14
* MFp4:imp2003-11-021-1/+3
* MFP4:imp2003-11-021-0/+1
* rename variables.ume2003-11-022-12/+12
* Since we do not honour the Confidential: field, and as an attempt toceri2003-11-021-0/+13
* correct %d/%u mismatch.ume2003-11-022-11/+11
* exit(3) with negative value does not make sense'ume2003-11-021-1/+1
* make debugging with "setkey -x" a lot easier.ume2003-11-021-4/+97
* - Remove the ksq_loads[] array. We are only interested in three counts,jeff2003-11-021-33/+50
* Make sure we get all user-written input. This simplifies themarkm2003-11-021-14/+5
* cleanup secasvar management; refcnt is key.c responsibility;ume2003-11-023-99/+66
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-024-254/+233
* Remove headers copied from i386 and either useless or wrong on ia64.marcel2003-11-023-311/+0
* - do not quit from key_sendup() even if writes to non-targetume2003-11-022-95/+10
* o Add PART_EFI so that we can use it instead of PART_FAT on ia64marcel2003-11-026-52/+116
* Turn Write_Disk() into a stub for now. It needs to be rewritten tomarcel2003-11-021-149/+2
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allmarcel2003-11-026-304/+603
* Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabelmarcel2003-11-021-0/+2
* Compile-out support for allfreebsd, dedicate, sanitize and bios onmarcel2003-11-021-0/+2
* Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),marcel2003-11-021-7/+22
* Add an additional check to the tcp_twrecycleable function; I hadsilby2003-11-023-6/+33
* o In Print_Chunk(), don't print the address of the chunk on ia64. Itmarcel2003-11-021-4/+11
* Trim more devices from the hardware list: ida(4), ciss(4), iir(4),bmah2003-11-022-108/+0
* DNS should not necessarily be named(8), tweak the comment a bit.ru2003-11-022-2/+2
* MFV: The -d option.ru2003-11-022-3/+5
* Sort encodings.ru2003-11-021-10/+12
* Style.ru2003-11-022-2/+2
* The '574 family works (I had a bad dongle which is why I thought itimp2003-11-021-4/+3
* Take care not to call vput if thread used in corresponding vgetkan2003-11-027-10/+20
* - In sched_prio() only force us onto the current queue if our priority isjeff2003-11-021-1/+2
* - Rename SCHED_PRI_NTHRESH to SCHED_SLICE_NTHRESH since it is only used injeff2003-11-021-10/+11
* - Remove PRIO_TOTAL.jeff2003-11-021-3/+0
* - Remove uses of PRIO_TOTAL and replace them with SCHED_PRI_NRESVjeff2003-11-021-5/+5
* - Change sched_interact_update() to only accept slp+runtime values betweenjeff2003-11-021-27/+56
* Do if_xname conversion. I missed this one because it's pc98 only.brooks2003-11-011-2/+2
* - Increase the scope of two vm object locks in vm_object_collapse().alc2003-11-011-12/+4
* o Do not define WITH_SYSCONS and WITH_MICE on ia64. We cannot havemarcel2003-11-012-4/+4
* o Compile-out "wizard" mode on ia64.marcel2003-11-012-8/+52
* o Compile-out "wizard" mode on ia64.marcel2003-11-012-4/+8
* Revert the first part of my previous change.trhodes2003-11-011-4/+6
* The copywrite is not a 'static char', remove the #ifdefs and move the copywri...trhodes2003-11-011-6/+4
* Remove now unused variable.kan2003-11-011-1/+0
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-012-38/+3
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.sos2003-11-012-183/+128
* Shorten the code by removing one "do-nothing" function, replacing itmarkm2003-11-011-10/+1
OpenPOWER on IntegriCloud