| Commit message (Expand) | Author | Age | Files | Lines |
* | Rip out the totally bogos vnode swapdev_vp with extreeme prejudice. | phk | 2003-08-06 | 1 | -52/+11 |
* | Don't drop giant around ->d_strategy(), too much code explodes. | phk | 2003-08-06 | 1 | -3/+3 |
* | Bump __FreeBSD_version for 3ware API | ps | 2003-08-05 | 1 | -1/+1 |
* | Don't use pessimal (u_short) types for i/o ports. This is mainly for | bde | 2003-08-05 | 4 | -5/+5 |
* | Properly support the 3ware generic API. | ps | 2003-08-05 | 7 | -96/+190 |
* | o Put the syscall return registers in the context. Not only do we | marcel | 2003-08-05 | 1 | -6/+50 |
* | * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible via | hsu | 2003-08-05 | 1 | -9/+24 |
* | When adding a channel for INET failed at the device level (ioctl) the | harti | 2003-08-05 | 1 | -2/+4 |
* | introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure to | ume | 2003-08-05 | 3 | -1/+14 |
* | Make this file to conform more to style(9) before really touching it. | harti | 2003-08-05 | 1 | -39/+19 |
* | Define a flag for asynchronuous VC open/close operations as used | harti | 2003-08-05 | 1 | -1/+2 |
* | Implement per-VC statistics. | harti | 2003-08-05 | 1 | -1/+8 |
* | Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was the | harti | 2003-08-05 | 3 | -37/+86 |
* | Use the generic getvccs function from net/if_atmsubr.c and remove | harti | 2003-08-05 | 1 | -54/+4 |
* | Arrghhh. Remove debugging printf's that slipped in in the pre-previous | harti | 2003-08-05 | 1 | -11/+1 |
* | Use __FBSDID() as per style(9). | harti | 2003-08-05 | 1 | -2/+2 |
* | kse.h is not needed for these files. | davidxu | 2003-08-05 | 2 | -2/+0 |
* | Make the en(4) driver more like the other ATM drivers. This is the | harti | 2003-08-05 | 3 | -247/+348 |
* | Introduce a thread mailbox flag TMF_NOUPCALL. On some architectures other | davidxu | 2003-08-05 | 3 | -14/+40 |
* | Fix asm string newlines to keep gcc3.3 happy. Use register prefixes | grehan | 2003-08-05 | 2 | -108/+108 |
* | Move the clearing of the IFF_RUNNING flag into the reset routine. | harti | 2003-08-05 | 1 | -1/+2 |
* | Change gcc-specific aggregate initialization member specifiers | dds | 2003-08-05 | 2 | -12/+12 |
* | Remove extraneous semicolons. They are already provided by | dds | 2003-08-05 | 1 | -4/+4 |
* | 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 |