summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bogon in ipfilter_resync() introduced in my last commit.mux2003-10-031-1/+3
* Only delete the route if arplookup() tried to create it. Do not deletebms2003-10-031-8/+13
* mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)bms2003-10-031-2/+2
* Swap the syscall caller frame info (i.e. the return pointer andmarcel2003-10-033-40/+37
* mdoc(7) cleanup: Break up sentences so that they start on new lines.bms2003-10-031-6/+7
* Point out the existence of net.link.ether.inet.log_arp_movements.bms2003-10-031-1/+5
* Update arp(4) to document the 'arp: foo is on if0 but got reply frombms2003-10-031-0/+9
* Mark the -i and -n options as mutually exclusive and fix variousnaddy2003-10-031-13/+17
* Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32).ru2003-10-021-1/+1
* Fix a bug that prevented exists() from finding "foo/", "foo/."ru2003-10-023-3/+30
* Fix a logic error; use beq to check for a register being NULL, not bne.deischen2003-10-021-1/+1
* Add an entry for libpthread (aka libkse). For now, it's link commanddeischen2003-10-021-0/+1
* Make the i810 AGP device create a "drmsub" child device. This will be attachedanholt2003-10-022-4/+62
* Correct the library name.ru2003-10-021-1/+1
* Document the recently added `O' modifier.ru2003-10-021-0/+2
* - Remove error code that can't be returned (and original descriptionkensmith2003-10-021-2/+0
* Introduce a uiomove_frombuf helper routine that handles computing andnectar2003-10-026-60/+50
* Remove wrong usage of BUF_REFCNT().simokawa2003-10-021-1/+0
* Be kind to 64bit architectures.simokawa2003-10-021-5/+5
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
* Reimplement pagezero() using "movnti".alc2003-10-021-39/+11
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-0213-657/+804
* Remove the global variable 'cmask', which was used to initialize therwatson2003-10-022-5/+2
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.davidxu2003-10-022-2/+12
* Use __BEGIN_DECLS and __END_DECLS around userland function prototypesrwatson2003-10-022-0/+4
* Create a tunable for net.isr.enable so that it may be set fromrwatson2003-10-021-0/+1
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-0117-170/+180
* Temporarily turn net.isr.enable back off again until patches torwatson2003-10-011-1/+1
* add randomtab for ip6_randomflowlabel().ume2003-10-011-0/+11
* Looks like I misread the callout code. We do not seem to hold theimp2003-10-011-11/+12
* Enable net.isr.enable by default, causing "delivery to completion"rwatson2003-10-011-1/+1
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-015-4/+20
* use arc4random()ume2003-10-012-14/+3
* tftp.1:simon2003-10-012-6/+6
* - include opt_random_ip_id.hume2003-10-013-1/+7
* we don't need ip6_id when RANDOM_IP_ID is defined.ume2003-10-013-0/+6
* include opt_random_ip_id.hume2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.ume2003-10-012-0/+6
* Obey RANDOM_IP_ID.ume2003-10-011-0/+5
* randomize IPv6 fragment ID.ume2003-10-014-1/+251
* Fix indentionticso2003-10-011-1/+1
* Don't call makedev().ticso2003-10-012-14/+23
* Remove files no longer included with OpenSSL as of version 0.9.7c.nectar2003-10-011-4/+0
* Merge conflicts after import of OpenSSL 0.9.7c.nectar2003-10-015-114/+170
* This commit was generated by cvs2svn to compensate for changes in r120631,nectar2003-10-01133-545/+1450
|\
| * Vendor import of OpenSSL 0.9.7cnectar2003-10-01137-589/+1616
| * Enable RSA blinding by default.jedgar2003-03-202-5/+30
* | Update list of files to remove prior to import of OpenSSL 0.9.7c.nectar2003-10-011-0/+9
* | Remove extra parentheses from the __GNUC_PREREQ__ macro.mux2003-10-011-1/+1
* | Fix the problem with accessing certain FLASH devices. The problemsos2003-10-011-3/+7
OpenPOWER on IntegriCloud