summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dependencies are delimited by space not tab.ru2002-07-231-2/+2
* s/IPSEC/IPsec according to RFCsblackend2002-07-232-2/+2
* de-count pcipeter2002-07-239-9/+9
* de-count pci now that ahc/ahd are taken care of.peter2002-07-233-3/+3
* pci is (finally) no longer a 'count' device. ahc/ahd were the lastpeter2002-07-231-1/+1
* Minimal tweak to not depend on NPCI, but still maintain portabilitypeter2002-07-232-6/+12
* Handle directories correctly.eric2002-07-231-3/+6
* o Lock page queue accesses by vm_page_dontneed().alc2002-07-232-4/+5
* - Pass the VM_ALLOC_WIRED flag to vm_page_alloc() in pmap_growkernel() soarr2002-07-231-5/+2
* o Extend the scope of the page queues lock in vm_pageout_scan()alc2002-07-231-2/+1
* - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() inarr2002-07-231-12/+12
* Add '+FreeBSD' to the version string, to reflect that this programfenner2002-07-232-2/+4
* Add NULL check for the output buffer from AcpiEvaluateObject().iwasaki2002-07-231-2/+2
* Add the -n option, which automatically answers "no" to the overwrite question.johan2002-07-234-12/+35
* Don't forget to recalculate the IP checksum of the originalru2002-07-232-8/+24
* Add an ICMP protocol handler, partly based on LBL's traceroute 1.4 .fenner2002-07-222-4/+57
* Don't shrink socket buffers in tcp_mss(), application might have alreadyru2002-07-222-4/+8
* Actually use gen_prep() and gen_check(), instead of udp_prep() andfenner2002-07-221-3/+3
* Revert last commit. Sorry for breaking thingstrhodes2002-07-221-10/+10
* integrate from p4 repo:imp2002-07-221-9/+16
* Three minor changes:imp2002-07-221-14/+15
* MFC: Fix some grammar, greater reduce diffs to HEADtrhodes2002-07-223-21/+13
* Remove unneeded caddr_t casts.alfred2002-07-221-5/+5
* Fix the transfer size calculation.sos2002-07-221-1/+1
* Sync with the spl changes in -stable.sos2002-07-222-2/+6
* Update the tags handling a bit, which makes support for thesos2002-07-223-83/+72
* Cleanup:alfred2002-07-222-285/+134
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* add -4 and -6 option to be able to specify an address family.ume2002-07-223-4/+22
* This commit was generated by cvs2svn to compensate for changes in r100519,ru2002-07-221-182/+0
* Update for GNU texinfo 4.2.ru2002-07-223-140/+107
* Merge texinfo 4.2 changes onto the trunk.ru2002-07-221-3/+5
* Use stock (FSF) version of this file.ru2002-07-221-66/+140
* This commit was generated by cvs2svn to compensate for changes in r100513,ru2002-07-2241-1952/+2809
|\
| * Import of stripped down GNU texinfo 4.2ru2002-07-2243-2021/+2954
* | Change struct vmspace->vm_shm from void * to struct shmmap_state *, thisalfred2002-07-222-4/+4
* | Remove caddr_t.alfred2002-07-224-43/+38
* | Surround prototypes with __BEGIN_DECLS / __END_DECLS.des2002-07-221-0/+4
* | sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY.ume2002-07-221-1/+1
* | do not refer to IN6P_BINDV6ONLY anymore.ume2002-07-222-8/+1
* | remove caddr_t from fo_ioctl callsalfred2002-07-221-2/+2
* | remove caddr_talfred2002-07-221-9/+8
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-226-17/+10
* | sin6_len is not an address family. I believe this doesn'tume2002-07-221-1/+1
* | - Remove unnecessary break statement.robert2002-07-221-2/+1
* | Initialize sockbits variable with FD_ZERO, to avoid passing a fd_setkan2002-07-221-0/+1
* | Fix typo: corrisponds -> correspondsfanf2002-07-221-1/+1
* | Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-224-5/+174
* | Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-223-0/+6
* | - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.robert2002-07-221-3/+2
OpenPOWER on IntegriCloud