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