summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* New option: NO_FFS_SNAPSHOT. I did this in p4 about the same timeimp2006-01-062-0/+63
* Remove XXX comments complaining that write(2) on a read-only descriptorjhb2006-01-051-2/+2
* Get rid of the advertising clause in the copyright.sos2006-01-0522-66/+22
* Don't hold a reference to the disk vnode for each inode.dumbbell2006-01-051-9/+0
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinitedumbbell2006-01-051-1/+2
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* Check for 10BaseT media correctly. Before we were confusingimp2006-01-041-1/+2
* Return the proper rmi field in DVDIOCREADSTRUCTURE.sos2006-01-041-1/+1
* We don't support I386_CPU in 6.0 and later. This file can be cleanednetchild2006-01-041-16/+0
* Convert the PAGE_SIZE check into a CTASSERT.netchild2006-01-041-1/+3
* Prevent divide by zero, use default values in case one of the divisor'snetchild2006-01-041-1/+1
* Minor whitespace cleanup.bz2006-01-041-2/+2
* Fix minor sorting issue.joel2006-01-041-1/+1
* Remove references to snd_vortex1(4).joel2006-01-043-3/+0
* Fix broken capabilities, causing failure during channel reset.ariff2006-01-041-2/+2
* Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieveharti2006-01-042-1/+19
* - Make sure the cpu_exthigh variable is initialized (page coloring case). [1]netchild2006-01-041-19/+39
* Fix the promise modesetting for old chips.sos2006-01-041-4/+2
* Deorbit ttymalloc() in preference for ttyalloc()phk2006-01-042-17/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-043-4/+7
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-2/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-1/+1
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-5/+2
* Use MTX_SYSINIT to set up the tty list mutex.phk2006-01-041-6/+1
* Fix promise probe printing.sos2006-01-041-3/+3
* Fix style bug.dds2006-01-042-4/+4
* Replace tv_usec normalization with the return of EINVAL.dds2006-01-042-48/+12
* Shuffle some definitions so that this can be included from userland.scottl2006-01-031-5/+11
* Add some more data structures and definitions for communicating with thescottl2006-01-031-1/+72
* Normalize the tv_usec part of the utimes(2) arguments to ensuredds2006-01-032-6/+48
* Fix a couple of issues with the ibcs2 module event handler. First, returnjhb2006-01-031-1/+4
* Correctly check the filter length. I committed the wrong version.jkim2006-01-031-1/+6
* - Explicitly validate an empty filter to match bpf_filter() comment[1].jkim2006-01-033-1/+9
* Release the pci_link acpi serial lock if a link device has no actual links.jhb2006-01-031-1/+3
* This signal handling code is worse than a no-op. If abrian2006-01-031-6/+1
* When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rulerwatson2006-01-031-2/+4
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingyongari2006-01-032-168/+157
* Use the child to allocate the resource rather than bridge, since we'reimp2006-01-031-41/+6
* Minor style(9) hacking, plus use a macro in place of (struct resource *)~0ULimp2006-01-031-6/+7
* Fix a brain-o in the last commit, the conditional was always false.thompsa2006-01-021-1/+1
* Reorganise bridge_rtupdate slightly to reduce duplication.thompsa2006-01-021-3/+2
* Reset the route expiry time on each update rather than always letting them getthompsa2006-01-021-4/+3
* It is better to use time_uptime here since it is monotonic.thompsa2006-01-021-5/+5
* enable "aggressive mode" only when operating in ap or station mode; insam2006-01-021-1/+1
* update erp information element in the beacon frame to reflectsam2006-01-024-4/+21
* Minor whitespace cleanup.thompsa2006-01-022-19/+18
* Read time_second directly rather than calling getmicrotime().thompsa2006-01-021-13/+5
* Use the correct units when handling the hw.physmem tunable.scottl2006-01-011-0/+1
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanimp2006-01-011-4/+2
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-016-0/+13
OpenPOWER on IntegriCloud