| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for using kqueue to watch bpf sockets. | jmg | 2003-08-05 | 2 | -9/+77 |
* | Use sparse struct initialization for struct pagerops. | phk | 2003-08-05 | 2 | -260/+12 |
* | Change the implementation of swap backing to use the VM system in normal | phk | 2003-08-05 | 1 | -23/+59 |
* | Use sparse struct initializations for struct pagerops. | phk | 2003-08-05 | 5 | -53/+28 |
* | Only drop Giant around the drivers ->d_strategy() if the buffer is not | phk | 2003-08-05 | 1 | -1/+1 |
* | Add a B_KEEPGIANT flag so non-SMPng code can get preferential treatment. | phk | 2003-08-05 | 1 | -1/+1 |
* | Change device name notation. | simokawa | 2003-08-05 | 4 | -54/+141 |
* | Enable IFCAP_VLAN_MTU and increase MTU for it. | simokawa | 2003-08-05 | 2 | -4/+6 |
* | Make the second argument to sooptcopyout() constant in order to | hsu | 2003-08-05 | 2 | -5/+2 |
* | In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls, | iedowse | 2003-08-05 | 2 | -10/+46 |
* | In _bus_dmamap_load_buffer(), only count the number of bounce pages needed if | scottl | 2003-08-04 | 2 | -2/+4 |
* | Fix logic bug in the previous commit. Any region less than 5 is a | marcel | 2003-08-04 | 1 | -1/+1 |
* | Do some minor Giant pushdown made possible by copyin, fget, fdrop, | dwmalone | 2003-08-04 | 2 | -19/+14 |
* | Adjust a comment to remove staleness and take slightly less implementation | jhb | 2003-08-04 | 1 | -6/+2 |
* | - GC unused cpu_thread_link(). | jhb | 2003-08-04 | 3 | -18/+1 |
* | - Since td_critnest is now initialized in MI code, it doesn't have to be | jhb | 2003-08-04 | 10 | -66/+0 |
* | Set td_critnest to 1 when setting up a thread since it is a MI field with | jhb | 2003-08-04 | 3 | -1/+3 |
* | Insert cosmetic spaces. | jhb | 2003-08-04 | 1 | -2/+2 |
* | Allow foot shooting as Linux emulation needs it. | julian | 2003-08-04 | 2 | -4/+5 |
* | Add support for multiple CPUs to cpuinfo. | des | 2003-08-04 | 1 | -8/+18 |
* | Put an uncovered page between the swap devices, that way we can be sure | phk | 2003-08-04 | 1 | -32/+23 |
* | Set the BGE_RX_MTU register correctly so that we can receive slightly | wpaul | 2003-08-04 | 1 | -1/+1 |
* | - Don't mess with TX queue in fwohci_stop() if we failed to attach the device. | simokawa | 2003-08-04 | 2 | -7/+14 |
* | Cleanup the clock code. This includes: | marcel | 2003-08-04 | 8 | -459/+174 |
* | Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocate | alc | 2003-08-04 | 1 | -1/+1 |
* | Now that the central POSIX.1e ACL code implements functions to | rwatson | 2003-08-04 | 3 | -88/+13 |
* | fix disordering of filenames. Place the dev/ppc files in alphabetical | imp | 2003-08-04 | 3 | -4/+5 |
* | Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1e | rwatson | 2003-08-04 | 4 | -8/+279 |
* | In ufs_chmod(), use privilege only when required in the following | rwatson | 2003-08-04 | 1 | -5/+9 |
* | Use the revision ID from PCI configuration space to identify Intel | jdp | 2003-08-04 | 1 | -23/+41 |
* | Fix handling of external interrupts: we weren't calling ast() when | marcel | 2003-08-04 | 2 | -14/+51 |
* | Name swap_pager_find_dev() more correctly swp_pager_finde_dev(). | phk | 2003-08-03 | 1 | -38/+21 |
* | I accidentally hit undo before committing, fix the resulting off-by-one. | phk | 2003-08-03 | 1 | -1/+1 |
* | Remove the NSWAPDEV option, we have no upper limit on how many | phk | 2003-08-03 | 2 | -9/+0 |
* | Change the layout policy of the swap_pager from a hardcoded width | phk | 2003-08-03 | 5 | -156/+134 |
* | Move extern declaration of the various pagerops from vm_pager.c | phk | 2003-08-03 | 2 | -6/+6 |
* | Deal with GCC annoyingly defining _BIG_ENDIAN. | obrien | 2003-08-03 | 1 | -0/+1 |
* | Style sync. | obrien | 2003-08-03 | 4 | -16/+18 |
* | Revise obj_alloc(). Most notably, use the object's lock to prevent two | alc | 2003-08-03 | 1 | -17/+30 |
* | When INVARIANTS is on and we're in uma_zalloc_free(), we need to make | bmilekic | 2003-08-02 | 1 | -0/+15 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). | alc | 2003-08-02 | 4 | -4/+4 |
* | There's already the elink.ko module available, don't embed it here. | ru | 2003-08-02 | 1 | -2/+1 |
* | Both 'c' an 'lines' are unused, the bogus init of lines was accidentally | jhb | 2003-08-02 | 1 | -2/+1 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem(). | alc | 2003-08-02 | 1 | -1/+1 |
* | fix braino in last commit. | julian | 2003-08-02 | 1 | -1/+1 |
* | Support the Titan VScom PCI-200HV2 2 port serial card. | bde | 2003-08-02 | 1 | -0/+10 |
* | Kick Giant compatibility one layer up. | phk | 2003-08-02 | 1 | -9/+1 |
* | Grab Giant in bufdonebio() since drivers may not hold it. | phk | 2003-08-02 | 1 | -0/+4 |
* | Merged from sys/dev/sio/sio.c revision 1.400. | nyan | 2003-08-02 | 2 | -6/+12 |
* | Grab Giant in physio() since non-giant drivers are starting to appear. | phk | 2003-08-02 | 1 | -0/+3 |