summaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-12-19 05:55:12 +0000
committerthorpej <thorpej@NetBSD.org>2003-12-19 05:55:12 +0000
commitf94de27bbde7192dfb01382376eda4be9de4f1e6 (patch)
treeb3ca3e09327ba464050d4ecf963a389a1570750d /lib/libc/net
parentdeed3938a296eefeb547e25b314fd7fc61770015 (diff)
Const poison the channel name.
Diffstat (limited to 'lib/libc/net')
0 files changed, 0 insertions, 0 deletions
netbsd/commit/sys/miscfs/procfs/procfs_map.c?id=461a86f9bdbf4658bc4b37796e978427095f94a7'>merge christos-time_tchristos 2008-07-25use bufsize instead of BUFFERSIZEchristos 2008-07-25Handle files with a large number of mappings gracefully. Reported by Nicholaschristos 2007-12-15use vnode_to_path.christos 2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka 2007-07-21nuke homegrown getcwd_common() declpooka 2007-04-01Instead of reading and writing little by little, allocate memory andchristos 2007-02-18procfs_map():ad 2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel 2007-02-09Merge newlock2 to head.ad 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-07-23Use the LWP cached credentials where sane.ad 2006-05-14integrate kauth.elad 2005-12-11merge ktrace-lwp.christos 2005-08-30Remove __P()xtraeme 2005-02-26nuke trailing whitespaceperry 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2002-11-07Fix signed/unsigned comparison warnings.thorpej 2001-11-10add RCSIDslukem 2001-11-06Remove some variables that are set but never used.simonb 2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs 2001-04-02Cast `field-width' arguments to type `int'.pk 2001-03-29For -o linux mounts, add some code to emulate /proc/#/maps.fvdl 2001-01-17Add a few linux-style files, only enabled when -o linux is specifiedfvdl