Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand contractions. | joel | 2005-04-08 | 2 | -2/+2 |
| | | | | Approved by: brueffer (mentor) | ||||
* | Grammatical improvement. | ceri | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | o Nano optimize ip_reass() code path for the first fragment: do not | maxim | 2005-04-08 | 1 | -5/+3 |
| | | | | | | | | | | | | try to reasseble the packet from the fragments queue with the only fragment, finish with the first fragment as soon as we create a queue. Spotted by: Vijay Singh o Drop the fragment if maxfragsperpacket == 0, no chances we will be able to reassemble the packet in future. Reviewed by: silby | ||||
* | Commodore Perry was not 4 years old when he sailed to Japan. Correct | murray | 2005-04-08 | 1 | -1/+1 |
| | | | | birth year. | ||||
* | Generalise the SATA PHY handling code so it wont be duplicated for | sos | 2005-04-08 | 6 | -188/+241 |
| | | | | | each SATA chip. Promise and Silicon Image are the current candidates for this. | ||||
* | Fix a long-standing bug. Error string has to be copyied from the user | pjd | 2005-04-08 | 1 | -5/+9 |
| | | | | | | | process context. Approved by: phk MFC after: 3 days | ||||
* | Add myself (and decrease the average age). | joel | 2005-04-08 | 1 | -0/+1 |
| | | | | Approved by: brueffer (mentor) | ||||
* | Move the code for parsing .for and .if statements to the place where the | harti | 2005-04-08 | 1 | -56/+42 |
| | | | | other directives are handled. | ||||
* | o Tweak the comment a bit. | maxim | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | o Disable random port allocation when ip.portrange.first == | maxim | 2005-04-08 | 1 | -0/+6 |
| | | | | | | | | | | | | ip.portrange.last and there is the only port for that because: a) it is not wise; b) it leads to a panic in the random ip port allocation code. In general we need to disable ip port allocation randomization if the last - first delta is ridiculous small. PR: kern/79342 Spotted by: Anjali Kulkarni Glanced at by: silby MFC after: 2 weeks | ||||
* | A simple regression test for msdosfs. Not the best, but it would have caught | silby | 2005-04-08 | 1 | -0/+21 |
| | | | | the recent trouble msdosfs had. | ||||
* | Minor style(9) changes | imp | 2005-04-08 | 3 | -104/+47 |
| | | | | | | o use prototype definition o use mse_{isa,cbus}_{probe,attach,detach} in preference to mse_{probe,attach,detach}. | ||||
* | Add machine-specific, optimized implementations of bcmp and memcmp. | alc | 2005-04-08 | 3 | -1/+67 |
| | | | | | | PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks | ||||
* | Change the embedded module name from "bluetooth" to "ng_bluetooth" to match | peter | 2005-04-08 | 1 | -1/+1 |
| | | | | the rest of the names assigned to this object. | ||||
* | Eliminate unneeded instructions that are a vestige of mechanical | alc | 2005-04-08 | 1 | -10/+4 |
| | | | | translation from i386. | ||||
* | Fix pc98 includes. | nyan | 2005-04-08 | 7 | -4/+34 |
| | |||||
* | Sprinkle some volatile magic and rearrange things a bit to avoid race | ups | 2005-04-08 | 5 | -10/+18 |
| | | | | | | conditions in critical_exit now that it no longer blocks interrupts. Reviewed by: jhb | ||||
* | Don't use 'i386/include' directly. | nyan | 2005-04-08 | 1 | -2/+2 |
| | |||||
* | Remove the wl driver. The devices don't work on pc98. | nyan | 2005-04-08 | 1 | -6/+0 |
| | |||||
* | Add roundl(), lroundl(), and llroundl(). | das | 2005-04-08 | 7 | -18/+120 |
| | |||||
* | These files should include s_lround.c instead of s_lrint.c. | das | 2005-04-08 | 3 | -3/+3 |
| | | | | This only matters for efficiency, not for correctness. | ||||
* | Fix a (coincidentally harmless) bug. | das | 2005-04-08 | 1 | -5/+4 |
| | |||||
* | Backout previous diffs - this functionality is already provided by the | sobomax | 2005-04-07 | 1 | -7/+0 |
| | | | | | | hints to the atkbd(4). Submitted by: jhb | ||||
* | Backout previous diffs - this functionality is already provided by the | sobomax | 2005-04-07 | 2 | -30/+0 |
| | | | | | | | hints to the atkbd(4). PR: Submitted by: jhb | ||||
* | Treat arm as i386. | cognet | 2005-04-07 | 1 | -1/+2 |
| | |||||
* | Get more love from GEOM on arm. | cognet | 2005-04-07 | 1 | -0/+4 |
| | |||||
* | Use the new atomic_cmpset_32(). | cognet | 2005-04-07 | 4 | -50/+0 |
| | |||||
* | No need to provide atomic_cmpset_32() anymore. | cognet | 2005-04-07 | 1 | -12/+0 |
| | |||||
* | Don't announce the range SDRAM_START-freemempos until I figure out what's | cognet | 2005-04-07 | 1 | -5/+5 |
| | | | | going on, it produces random memory corruption. | ||||
* | pmap_update() is gone. | cognet | 2005-04-07 | 1 | -1/+0 |
| | |||||
* | Import a basic implementation of the restartable atomic sequences to provide | cognet | 2005-04-07 | 2 | -38/+148 |
| | | | | | atomic operations to userland (this is OK for UP only, but SMP is still so far away). | ||||
* | - Try harder to report dirty page. | cognet | 2005-04-07 | 2 | -54/+106 |
| | | | | - Garbage-collect pmap_update(), it became quite useless. | ||||
* | Add rudimentary man pages for kernel options sched_4bsd and sched_ule, | rwatson | 2005-04-07 | 3 | -0/+157 |
| | | | | | | | | which document some of the sysctls available for configuring 4bsd, some of the bullet features of ule, and that ule is considered experimental still. MFC after: 3 days | ||||
* | Document problems with writing to disks under GEOM. | scottl | 2005-04-07 | 1 | -1/+10 |
| | |||||
* | When accessing the sysctl vfs.nfs.iodmax, don't report errors as being | brooks | 2005-04-07 | 1 | -1/+1 |
| | | | | from accessing vfs.nfs.iodmin. | ||||
* | Document how to make boot0cfg work on mounted disks. | scottl | 2005-04-07 | 1 | -0/+11 |
| | |||||
* | Document the GEOM debug flags. | scottl | 2005-04-07 | 1 | -0/+27 |
| | |||||
* | An array was mistaken for a pointer in the previous commit. | nectar | 2005-04-07 | 1 | -3/+4 |
| | | | | | Noticed by: tinderbox, stefanf Pointy hat to: nectar | ||||
* | Make previous commit actually working by replacing TUNABLE_INT() with | sobomax | 2005-04-07 | 2 | -22/+22 |
| | | | | | | | TUNABLE_INT_FETCH(). Apparently keyboard init is performed earlier in the boot process than fetching all static tunables. MFC after: 1 day | ||||
* | Revert part of 1.19. We do want to set the count to 0 since otherwise | njl | 2005-04-07 | 1 | -2/+2 |
| | | | | it would give false info to other parts of the driver. | ||||
* | Hook up new man page for devclass_get_drivers() to build | njl | 2005-04-07 | 1 | -0/+1 |
| | | | | Reminded by: ru | ||||
* | Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1 | sobomax | 2005-04-07 | 3 | -0/+37 |
| | | | | | | | | | | | | | | | instructs the driver to avoid using Keyboard Interface Test command. This command causes problems with some non-compliant hardware, resulting in machine being abruptly powered down early in the boot process. Particularly it's known that HP ZV5000 and Compaq R3000Z notebooks are affected by this problem. Due to popularity of those models this patch is good MFC5.4 candidate. PR: 67745 Submitted by: Jung-uk Kim jkim at niksun.com MFC after: 1 days | ||||
* | Allow classes to specify local source files. | pjd | 2005-04-07 | 1 | -2/+2 |
| | | | | MFC after: 3 weeks | ||||
* | s/foobar/mekmitasdigoat/g | glebius | 2005-04-07 | 1 | -8/+8 |
| | | | | Requested by: ceri, des | ||||
* | When Parse_Error is called after the top-level Makefile is closed we | harti | 2005-04-07 | 1 | -3/+7 |
| | | | | | | | have no CURFILE anymore so we cannot print a file name or line number. When ParseSkipLine() returns NULL (it does this when it has detected an EOF in an .if block) try to pop the input stack and process the next line | ||||
* | - Be more informative about advbase and advskew. [1] | glebius | 2005-04-07 | 1 | -17/+26 |
| | | | | | | | | | - Fix ifconfig commands. Replace 'mekmitasdigoat' with 'foobar'. While the former is more cool, the latter makes example lines shorter. Wording by: scottl MFC after: 3 days | ||||
* | Handle popping of the input stack in ParseReadLine() instead of | harti | 2005-04-07 | 1 | -341/+329 |
| | | | | | | Parse_File(). Remove a comment and a piece of code comming from ancient times when the if-directive read like #if and not .if. Correctly analyze the first character of a line. | ||||
* | Mostly stylistic changes: remove the noPLen field from the Shell | harti | 2005-04-07 | 1 | -64/+67 |
| | | | | | | structure - it is just the strlen() of noPrint. Inline JobCondPassSig() in the only function JobPassSig() using it. Fix the argument types of JobPrintCommand(). Better parsing for the .SHELL target keywords. | ||||
* | Give msdosfs a unique inode number which is really the byteoffset of | phk | 2005-04-07 | 2 | -9/+26 |
| | | | | | | | | the directory entry. This solves the corruption problem I belive. Regression test script by: silby | ||||
* | Fix bug in vfs_hash_rehash(): use correct bucket. This only affected | phk | 2005-04-07 | 1 | -1/+1 |
| | | | | msdosfs which is broken in other ways too. |