Age | Commit message (Expand) | Author |
2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change | Todd C. Miller |
2007-02-26 | Add SuperH to the architecture list which stack grow down, even though this | Miod Vallat |
2007-02-21 | net.inet.esp.udpencap is enabled by default; | Jason McIntyre |
2007-02-09 | The buffer passed to getdirentries() must be at least as large as | Todd C. Miller |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller |
2007-01-08 | fix mem leak, from NetBSD; ok miod@ kettenis@ | Otto Moerbeek |
2006-12-28 | reword a sentence and kill some trailing whitespace; | Jason McIntyre |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-12-04 | confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. | Otto Moerbeek |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino |
2006-10-26 | various fixes from wiz@netbsd | Jason McIntyre |
2006-10-16 | s/ip/ip6/ | Ryan Thomas McBride |
2006-10-16 | Document net.inet.ip.multipath and net.inet6.ip6.multipath. | Ryan Thomas McBride |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback |
2006-09-15 | sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@ | Otto Moerbeek |
2006-08-09 | Document error return when namelen is 0. OK jmc@ | Todd C. Miller |
2006-08-04 | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | Bob Beck |
2006-06-02 | document NFS_NIOTHREADS, with some pointers from mickey; | Jason McIntyre |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2006-05-28 | VFS_GENERIC returns VFS info, not VM info | Pedro Martelletto |
2006-05-27 | Document net.inet6.ip6.mforwarding | Claudio Jeker |
2006-05-27 | System calls return -1 upon failure, so check for -1 | Pedro Martelletto |
2006-05-27 | Don't leak memory if getcwd() was passed NULL and __getcwd() fails | Pedro Martelletto |
2006-05-27 | Make libc's getcwd() use the new __getcwd() system call | Pedro Martelletto |
2006-05-26 | vpn.8 removal; | Jason McIntyre |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt |
2006-05-17 | Document recent sysctl additions. | Gordon Willem Klok |
2006-05-15 | Handle empty terminal names more gracefully. | Hugh Graham |
2006-05-09 | typo from jan niemann; ok otto | Jason McIntyre |
2006-04-27 | update descriptions for DBCTL_{CONSOLE,PANIC}: they may not be raised | Jason McIntyre |
2006-04-11 | duplicate in the safe list | Theo de Raadt |
2006-04-10 | telldir/seekdir optimization, avoid scanning the complete list, | Otto Moerbeek |
2006-04-09 | a few rlim_t casts, kind of ok otto and millert | Theo de Raadt |
2006-04-02 | kill atoi(), correct signedness of internal API gettype(); ok a few people | Theo de Raadt |
2006-04-01 | - Plug huge mem leak; mostly samba was suffering. | Otto Moerbeek |
2006-03-31 | No longer need limits.h | Todd C. Miller |
2006-03-31 | nfds is not constrained by OPEN_MAX for nftw(), only ftw() | Todd C. Miller |
2006-03-31 | Document NET_RT_STATS. | Claudio Jeker |
2006-03-31 | (char)to{upper,lower}() | Theo de Raadt |
2006-03-31 | after we changed mode_t to be an int, the devname() man page was | Theo de Raadt |
2006-03-25 | Fix description of KERN_VNODE, okay deraadt@ | Pedro Martelletto |
2006-03-22 | Simplify cgetnext(3) by using strcspn(3). | Ray Lai |
2006-03-18 | In all these cases pfp != NULL. I also sneaked in some KNF. | Ray Lai |
2006-03-12 | Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@ | Otto Moerbeek |
2006-03-10 | Don't dereference NULL pointer if file is truncated. | Ray Lai |
2006-01-13 | Remove neither documented nor found in any spec ctermid_r() function - ctermid() | Miod Vallat |
2005-12-19 | Use strlcpy() return value in bound check instead of using an | Todd C. Miller |
2005-12-02 | never say unsigned; say at least unsigned int | Theo de Raadt |