summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.robert2002-07-221-11/+5
* | s,/usr/include,${INCLUDEDIR},ru2002-07-221-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r100490,bp2002-07-222-5/+25
|\ \
| * | Import smbfs 1.4.5. This release intended to fix problem with iconvbp2002-07-222-5/+25
* | | Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
* | | Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-222-0/+18
* | | Fix one RFC 959 incompliance:yar2002-07-221-3/+30
* | | Copy cis strings into the kernel.imp2002-07-222-9/+15
* | | Copy manufacturer and version string into the kernel, and copy it toimp2002-07-223-2/+10
* | | Don't allow "||" or "&&" to be the first tokens of a command.tjr2002-07-221-0/+1
* | | Correct syntax error, remove the unescaped newline between "||" and thetjr2002-07-221-4/+2
* | | Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
* | | Add VALLPERM, which is a mask of all the access control request permissionrwatson2002-07-221-0/+1
OpenPOWER on IntegriCloud