summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.mbr2010-01-0759-91/+91
* Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSDdelphij2010-01-071-7/+6
* Since the IPv4 rule allows ICMP_TIMXCEED, allowume2010-01-071-1/+4
* Make pmap_set_pg() static.alc2010-01-073-3/+4
* Remove BUGS section that no longer applies after recent changes to semaphoretrasz2010-01-071-8/+1
* ip_var.h now needs to be before ip_fw_private.hluigi2010-01-071-1/+1
* we don't use dummynet_drain!luigi2010-01-071-32/+5
* Give some information on SF_MNOWAIT flag.kib2010-01-071-2/+10
* After adding an SDT provider for opencrypto in r199884 we should alsobz2010-01-071-1/+1
* check that we have an ipv4 packet before swapping ip_len and ip_off.luigi2010-01-071-2/+3
* - s/unsecure/insecure/ as this is the correct keyworddanger2010-01-071-2/+2
* Following up on a request from Ermal Luci to makeluigi2010-01-074-77/+72
* put ip_var before ip_fw_private.h as this will be needed inluigi2010-01-071-1/+1
* some header shuffling to help decoupling ip_divert from ipfwluigi2010-01-075-11/+6
* This now passes a make universe with WARNS=6.dwmalone2010-01-071-2/+0
* This now passes a make universe with WARNS=6.dwmalone2010-01-071-2/+0
* This now passes a make universe with WARNS=6.dwmalone2010-01-071-2/+0
* put ip_len in correct order for ip_output().luigi2010-01-071-1/+2
* KASSERT that condition raised by Coverity cannot happen.mckusick2010-01-071-0/+1
* Eliminate unused variables (see r137912).alc2010-01-072-4/+0
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.davidxu2010-01-072-3/+5
* Fix debug printf on 64bit arches.thompsa2010-01-071-1/+1
* Fix typos.attilio2010-01-071-6/+6
* Tweak comments.attilio2010-01-071-0/+18
* Add some error messages suggested in PR bin/138043. The code tomckusick2010-01-072-3/+12
* Sync to p4thompsa2010-01-074-24/+213
* Exclusive waiters sleeping with LK_SLEEPFAIL on and using interruptibleattilio2010-01-071-3/+25
* Add new umass quirks for Western Digital MYBook and JMicron JM20337.thompsa2010-01-072-1/+9
* This corrects a bug that manifested itself as identifying the lastmckusick2010-01-071-1/+1
* Space cleanup for revision 201689 committed separately for easier review.delphij2010-01-061-35/+35
* Instead of assuming all vdevs are healthy, check the newest vdev labeldelphij2010-01-062-23/+78
* Correct a typo.bz2010-01-061-1/+1
* Teach the (gpt)zfsboot and zfsloader raidz code to use its bufferspjd2010-01-061-21/+29
* Improve u3g device ejecting by providing additional methods for the ejectthompsa2010-01-064-221/+283
* scratch_size was incorrectly passed as language ID when retrieving the languagethompsa2010-01-061-2/+1
* Use _pthread_once() rather than _once() for localtime() and gmtime(). Thesejhb2010-01-061-2/+2
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,mav2010-01-061-1/+1
* Print leading zeros in the UFS2 FSID.gavin2010-01-061-1/+1
* Change the way in which zero stripesize is handled. Instead of reportingmav2010-01-063-13/+10
* len must be int, not size_trpaulo2010-01-061-1/+1
* When restoring files, use the mode for the mode.kientzle2010-01-061-2/+2
* Fix build: getopt() returns int so use an integer to get the value.delphij2010-01-061-2/+2
* - Move potentially offensive quotes I committed recently to fortunes-o.stas2010-01-052-14/+15
* Add net80211 media status reporting.rpaulo2010-01-051-8/+19
* Be able to specify a certain date and/or time for which to calculateedwin2010-01-052-15/+90
* 1) Mark usage as dead2.dwmalone2010-01-051-17/+10
* Shuffle parens to avoid type-punning warning.dwmalone2010-01-051-1/+1
* 1) Make usage() as dead2 - it helps the compiler know that some varsdwmalone2010-01-051-7/+8
* Move the PCI-specific logic of removing a cardbus device into ajhb2010-01-053-30/+42
* New style function definitions.dwmalone2010-01-051-8/+11
OpenPOWER on IntegriCloud