aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 1/6:Poul-Henning Kamp2004-02-21103-291/+4
* Use the more appropriate vm_paddr_t in places where a physicalHartmut Brandt2004-02-218-61/+74
* Dont alloc size 0 buffers.Søren Schmidt2004-02-211-3/+5
* Check both PORTEN and MEMEN for enabled HW.Søren Schmidt2004-02-211-1/+1
* Only register interrupt as seen if it was a real HW interrupt.Søren Schmidt2004-02-211-1/+3
* Make sure that the first mbuf in the chain passed to atm_intrHartmut Brandt2004-02-211-4/+8
* The token for atm_intr is actually a void *, not an int. ClarifyHartmut Brandt2004-02-211-2/+4
* Minor beautifications related to style(9) and code consistency.Yaroslav Tykhiy2004-02-211-5/+5
* Don't remove the first mbuf in the chain if it got empty.Hartmut Brandt2004-02-211-7/+6
* Improve the SIOCSIFCAP handler a bit:Yaroslav Tykhiy2004-02-211-1/+5
* Fix a major brain-o. If the command needs to be put on the deferred queue,Scott Long2004-02-211-0/+1
* Do not test if pDCB is not NULL, we dereference it before anyway, and itOlivier Houchard2004-02-201-3/+2
* whitespace changes only (prepare for merge from citi tree)Jim Rees2004-02-201-52/+51
* Backout previous change, it breaks build and it is not neededPawel Jakub Dawidek2004-02-204-107/+13
* Make sure to wake up any select waiters when closing a kqueue (also, notBrian Feldman2004-02-201-0/+4
* Fix a glitch in my last commit and revert to using selwakeuppriMathew Kanner2004-02-201-1/+1
* Make uscanner recognise EPSON Perfection 3200. Tested with xsane.Wilko Bulte2004-02-191-0/+1
* Tidy up the thread taskqueue implementation and close a lost wakeup race.John Baldwin2004-02-191-14/+9
* Add EPSON Perfection 3200 scanner.Wilko Bulte2004-02-192-2/+9
* Add EPSON Perfection 3200 scannerWilko Bulte2004-02-191-0/+1
* Rework jail_attach(2) so that an already jailed process cannot hopJacques Vidrine2004-02-191-12/+12
* Report the correct length for symlink entries.Poul-Henning Kamp2004-02-191-1/+1
* Add back an include to fix the build for the CPU_ELAN case.John Baldwin2004-02-191-0/+3
* Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one providedNate Lawson2004-02-192-5/+3
* Do not remove the fixed handlers. Several systems (e.g., ASUS) onlyNate Lawson2004-02-191-11/+5
* Add new failure detection algorithm.Pawel Jakub Dawidek2004-02-192-1/+94
* Export private structure owned by ng_ether(4) module outside.Pawel Jakub Dawidek2004-02-192-12/+13
* Makefile needed for building geom_concat module.Pawel Jakub Dawidek2004-02-191-0/+8
* Introduce CONCAT GEOM class for disk concatenation.Pawel Jakub Dawidek2004-02-192-0/+862
* - call ip6_output() instead of nd6_output() when ipsec tunnelHajimu UMEMOTO2004-02-191-3/+21
* Added sysctl security.jail.jailed.Pawel Jakub Dawidek2004-02-191-0/+13
* Simplify check. We are only able to check exclusive lock and ifPawel Jakub Dawidek2004-02-191-1/+5
* Fixed ucred structure leak.Pawel Jakub Dawidek2004-02-192-0/+4
* MFi386: revision 1.466Yoshihiro Takahashi2004-02-191-0/+1
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. ThisBruce M Simpson2004-02-192-0/+13
* When reparenting a process in the PT_DETACH code, only set p_sigparentDon Lewis2004-02-191-1/+2
* Use size_t or ssize_t wherever appropriate instead of casting from int *Tim J. Robbins2004-02-192-26/+27
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();Tim J. Robbins2004-02-198-32/+22
* - Correct a long-standing race condition in vm_page_try_to_free() thatAlan Cox2004-02-191-4/+3
* A Linux thread created using clone() should not send SIGCHLD to itsDon Lewis2004-02-191-3/+3
* Fix problem caused by previous commit where some users' buttonsNate Lawson2004-02-192-11/+2
* Add support for 'h' and 'hh' modifiers for printf(9).Nate Lawson2004-02-191-2/+21
* Checkpoint the NOTES I was working on.David E. O'Brien2004-02-191-152/+114
* Fix a long-standing bug where select on vchans doesn't workMathew Kanner2004-02-191-3/+13
* Switch to using the new $PIR interrupt routing code and remove the oldJohn Baldwin2004-02-184-436/+22
* Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it offJohn Baldwin2004-02-181-609/+445
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-1828-273/+335
* Add partial support for large (>4GB) files on ext2 filesystems. ThisTim J. Robbins2004-02-186-2/+32
* Don't ignore errors from vfs_allocate_syncvnode.Colin Percival2004-02-181-1/+1
* Fixed some style bugs (spaces instead of tabs in macro definitions ...).Bruce Evans2004-02-181-11/+11