| Commit message (Expand) | Author | Age | Files | Lines |
* | Update my personal copyrights and NETA copyrights in the kernel | rwatson | 2004-02-22 | 31 | -59/+59 |
* | Check for NODEV return from udev2dev() | phk | 2004-02-21 | 1 | -0/+2 |
* | Regen (FWIW) | peter | 2004-02-21 | 4 | -5/+5 |
* | Try and make the compat sigreturn prototypes closer to reality. | peter | 2004-02-21 | 1 | -1/+1 |
* | Add a note about the landmine in the middle of struct ia32_sigframe. | peter | 2004-02-21 | 1 | -0/+1 |
* | DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext has | peter | 2004-02-21 | 1 | -1/+1 |
* | Catch up with some proc/procsig locking improvements that were made to the | peter | 2004-02-21 | 1 | -6/+2 |
* | Eliminate the second, unnecessary call to pmap_page_protect() near the end | alc | 2004-02-21 | 1 | -2/+4 |
* | in idmap_uid_to_name(), don't try to use the entry after freeing it, in the | rees | 2004-02-21 | 1 | -11/+7 |
* | Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun | bde | 2004-02-21 | 1 | -2/+1 |
* | ask for rdattr_err in readdir, so we won't fail the readdir if we can't get | rees | 2004-02-21 | 1 | -21/+27 |
* | Bump __FreeBSD_version to mark cdevsw megapatching. | phk | 2004-02-21 | 1 | -1/+1 |
* | Device megapatch 6/6: | phk | 2004-02-21 | 6 | -78/+259 |
* | Device megapatch 5/6: | phk | 2004-02-21 | 10 | -25/+25 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 163 | -73/+349 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 29 | -76/+31 |
* | Device megapatch 2/6: | phk | 2004-02-21 | 10 | -398/+342 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 103 | -291/+4 |
* | Use the more appropriate vm_paddr_t in places where a physical | harti | 2004-02-21 | 8 | -61/+74 |
* | Dont alloc size 0 buffers. | sos | 2004-02-21 | 1 | -3/+5 |
* | Check both PORTEN and MEMEN for enabled HW. | sos | 2004-02-21 | 1 | -1/+1 |
* | Only register interrupt as seen if it was a real HW interrupt. | sos | 2004-02-21 | 1 | -1/+3 |
* | Make sure that the first mbuf in the chain passed to atm_intr | harti | 2004-02-21 | 1 | -4/+8 |
* | The token for atm_intr is actually a void *, not an int. Clarify | harti | 2004-02-21 | 1 | -2/+4 |
* | Minor beautifications related to style(9) and code consistency. | yar | 2004-02-21 | 1 | -5/+5 |
* | Don't remove the first mbuf in the chain if it got empty. | harti | 2004-02-21 | 1 | -7/+6 |
* | Improve the SIOCSIFCAP handler a bit: | yar | 2004-02-21 | 1 | -1/+5 |
* | Fix a major brain-o. If the command needs to be put on the deferred queue, | scottl | 2004-02-21 | 1 | -0/+1 |
* | Do not test if pDCB is not NULL, we dereference it before anyway, and it | cognet | 2004-02-20 | 1 | -3/+2 |
* | whitespace changes only (prepare for merge from citi tree) | rees | 2004-02-20 | 1 | -52/+51 |
* | Backout previous change, it breaks build and it is not needed | pjd | 2004-02-20 | 4 | -107/+13 |
* | Make sure to wake up any select waiters when closing a kqueue (also, not | green | 2004-02-20 | 1 | -0/+4 |
* | Fix a glitch in my last commit and revert to using selwakeuppri | matk | 2004-02-20 | 1 | -1/+1 |
* | Make uscanner recognise EPSON Perfection 3200. Tested with xsane. | wilko | 2004-02-19 | 1 | -0/+1 |
* | Tidy up the thread taskqueue implementation and close a lost wakeup race. | jhb | 2004-02-19 | 1 | -14/+9 |
* | Add EPSON Perfection 3200 scanner. | wilko | 2004-02-19 | 2 | -2/+9 |
* | Add EPSON Perfection 3200 scanner | wilko | 2004-02-19 | 1 | -0/+1 |
* | Rework jail_attach(2) so that an already jailed process cannot hop | nectar | 2004-02-19 | 1 | -12/+12 |
* | Report the correct length for symlink entries. | phk | 2004-02-19 | 1 | -1/+1 |
* | Add back an include to fix the build for the CPU_ELAN case. | jhb | 2004-02-19 | 1 | -0/+3 |
* | Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one provided | njl | 2004-02-19 | 2 | -5/+3 |
* | Do not remove the fixed handlers. Several systems (e.g., ASUS) only | njl | 2004-02-19 | 1 | -11/+5 |
* | Add new failure detection algorithm. | pjd | 2004-02-19 | 2 | -1/+94 |
* | Export private structure owned by ng_ether(4) module outside. | pjd | 2004-02-19 | 2 | -12/+13 |
* | Makefile needed for building geom_concat module. | pjd | 2004-02-19 | 1 | -0/+8 |
* | Introduce CONCAT GEOM class for disk concatenation. | pjd | 2004-02-19 | 2 | -0/+862 |
* | - call ip6_output() instead of nd6_output() when ipsec tunnel | ume | 2004-02-19 | 1 | -3/+21 |
* | Added sysctl security.jail.jailed. | pjd | 2004-02-19 | 1 | -0/+13 |
* | Simplify check. We are only able to check exclusive lock and if | pjd | 2004-02-19 | 1 | -1/+5 |
* | Fixed ucred structure leak. | pjd | 2004-02-19 | 2 | -0/+4 |