| Commit message (Expand) | Author | Age | Files | Lines |
* | mib name was changed by fixing a spelling. | ume | 2003-10-28 | 1 | -1/+1 |
* | speedup stream socket recv handling by tracking the tail of | sam | 2003-10-28 | 9 | -49/+371 |
* | - Only change the run queue in sched_prio() if the kse is non null. threads | jeff | 2003-10-28 | 1 | -10/+2 |
* | Oops. Remove some rather noisy debug printfs that slipped in there | peter | 2003-10-28 | 1 | -9/+0 |
* | The previous commit removed both clause 3 and clause 4 from the UCB | marcel | 2003-10-27 | 2 | -6/+8 |
* | Fix pmap_unmapdev() to call pmap_kremove() instead of implementing it | jhb | 2003-10-27 | 1 | -5/+2 |
* | Directly call the 'boot' word instead of indirectly evaluating it. | scottl | 2003-10-27 | 1 | -7/+7 |
* | When we cannot allocate an external buffer (bacause we've hit | harti | 2003-10-27 | 1 | -9/+5 |
* | Allow building the NgATM SAAL layer directly into the kernel. | harti | 2003-10-27 | 4 | -2/+17 |
* | - Don't set td_priority directly here, use sched_prio(). | jeff | 2003-10-27 | 1 | -1/+1 |
* | M_DONTWAIT was passed into malloc(). | ume | 2003-10-27 | 1 | -2/+2 |
* | - Use a better algorithm in sched_pctcpu_update() | jeff | 2003-10-27 | 1 | -56/+50 |
* | const char ** needs to be passed, not char **. | imp | 2003-10-27 | 1 | -1/+1 |
* | Call the VESA reset BIOS vector on the resume path. This may help displays | njl | 2003-10-27 | 1 | -0/+9 |
* | In camperiphdone(), make sure we check for fatal errors and bail out | ken | 2003-10-27 | 2 | -16/+17 |
* | - Complete the synchronization of accesses to the swblock hash table. | alc | 2003-10-27 | 1 | -0/+3 |
* | Add support for userland to access I/O port space. This is primarily | marcel | 2003-10-27 | 2 | -40/+83 |
* | sync to 1.77 | imp | 2003-10-27 | 1 | -4/+4 |
* | Correct CEM33 | imp | 2003-10-27 | 1 | -1/+1 |
* | Delay if_lo module intialization until domain list has been | kan | 2003-10-27 | 1 | -1/+1 |
* | Fix style problems with new options. | njl | 2003-10-27 | 2 | -4/+4 |
* | Make sn MPSAFE. This has survived a couple of make buildworlds with | imp | 2003-10-26 | 2 | -123/+119 |
* | Pass sc to GO_WINDOW macro. | imp | 2003-10-26 | 6 | -26/+24 |
* | Sync to pccarddevs 1.76 | imp | 2003-10-26 | 1 | -1/+4 |
* | Add Olicom GoCard 28.8k version | imp | 2003-10-26 | 1 | -0/+1 |
* | Sync to 1.75 of pccarddevs | imp | 2003-10-26 | 1 | -2/+5 |
* | Minor tweak to Olicom 2220. Also add the OC-2232 while I'm here. | imp | 2003-10-26 | 1 | -1/+2 |
* | - Introduce and use a mutex synchronizing access to the swblock hash table. | alc | 2003-10-26 | 1 | -4/+20 |
* | re-add wrongly disappered IPV6_CHECKSUM stuff by introducing | ume | 2003-10-26 | 3 | -0/+83 |
* | drop unused defines. | ume | 2003-10-26 | 1 | -4/+0 |
* | drop unused fields. | ume | 2003-10-26 | 1 | -6/+1 |
* | use official # for IFT_STF | ume | 2003-10-26 | 1 | -1/+2 |
* | use uint32_t instead of u_int32_t for newly introduced | ume | 2003-10-26 | 1 | -1/+1 |
* | Revert previous change. | simokawa | 2003-10-26 | 1 | -1/+1 |
* | add newcard support to ex | imp | 2003-10-26 | 1 | -2/+28 |
* | Sync to pccarddevs 1.74 | imp | 2003-10-26 | 1 | -1/+4 |
* | Add ID for olicom GOCARD Ethernet (OC2220) | imp | 2003-10-26 | 1 | -0/+1 |
* | - Simplify vm_object_collapse()'s collapse case, reducing the number | alc | 2003-10-26 | 1 | -14/+9 |
* | Style changes: | imp | 2003-10-26 | 1 | -16/+16 |
* | constify bintime_add, bintime_sub, bintime2timespec, timespec2bintime, | alfred | 2003-10-26 | 1 | -6/+6 |
* | constify the second args to timevaladd() and timevalsub(). | alfred | 2003-10-26 | 2 | -4/+4 |
* | Const poison string accessor functions. | imp | 2003-10-26 | 4 | -10/+11 |
* | - Add some of the required vm object locking, including assertions where | alc | 2003-10-25 | 1 | -4/+24 |
* | Minor style nits suggested by sam and mdodd: | imp | 2003-10-25 | 4 | -26/+33 |
* | Convert to bus_space. | imp | 2003-10-25 | 4 | -144/+206 |
* | For the SMP case, flush the TLB at the beginning of the page zero/copy | peter | 2003-10-25 | 1 | -0/+13 |
* | - Align a comment within struct vm_page. | alc | 2003-10-25 | 1 | -5/+5 |
* | Check (locked) before performing an advisory unlock following a failure | rwatson | 2003-10-25 | 1 | -1/+2 |
* | When generate a core dump, use advisory locking in an advisory way: | rwatson | 2003-10-25 | 1 | -6/+6 |
* | Allow MAC policies to block/revoke kern_alq write access to a file. | rwatson | 2003-10-25 | 1 | -2/+10 |