Age | Commit message (Expand) | Author |
2008-06-25 | `Li' needs an argument; | Jason McIntyre |
2008-06-25 | Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX, | Todd C. Miller |
2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for | Todd C. Miller |
2008-06-24 | create a private getpwent()-like interface which does not walk the YP | Theo de Raadt |
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-05-30 | fix a broken Xr; | Jason McIntyre |
2008-05-07 | routed is no more so use dhcpd in these examples instead. OK norby@ | Claudio Jeker |
2008-05-06 | Use the standard syslog levels on CARP logging messages instead of | Ryan Thomas McBride |
2008-05-01 | Be carefull not to read away the target entry when encountering | Otto Moerbeek |
2008-04-04 | alter internal _readdir_unlocked() api to be less confusing, so that | Okan Demirmen |
2008-04-04 | - do not call pthread_atfork(3) handlers when a multithreaded program | Kurt Miller |
2008-04-04 | Zero out the password/response argument in the simplified BSD auth | Todd C. Miller |
2008-03-26 | HISTORY tweak; ok otto | Jason McIntyre |
2008-03-25 | be more explicit about the unit used for the f_b* fields; prompted by | Otto Moerbeek |
2008-03-25 | section 3, Darrin Chandler | Otto Moerbeek |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-22 | flag constant values should be UL, spotted by deraadt@ | Otto Moerbeek |
2008-03-22 | move statvfs.c to gen, since it is not a syscall; ok deraadt@ | Otto Moerbeek |
2008-03-22 | overdue statvfs man page | Otto Moerbeek |
2008-03-16 | Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable. | Mark Kettenis |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre |
2008-02-09 | Mention new HW_PHYSMEM64 and HW_USERMEM64 variables. Mark HW_PHYSMEM and | Mark Kettenis |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2008-01-17 | Use TCSAFLUSH instead of TCSANOW when turning echo back on so that | Todd C. Miller |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-11-26 | make popen/pclose thread safe. closes library/5634. from and okay andreas@ | Kurt Miller |
2007-11-09 | Stash value of log_tag before calling closelog_r() and restore it after. | Todd C. Miller |
2007-11-06 | malloc/memset -> calloc | Charles Longeau |
2007-11-02 | Simplify some of the logic in fts_close(). Initially based on a | Todd C. Miller |
2007-11-01 | Fix waitpid() idiom. Noticed by deraadt@ | Todd C. Miller |
2007-10-30 | If we receive SIGTTOU when turning off echo, the process is already | Todd C. Miller |
2007-10-12 | fix typo in _telldir_unlocked function prototype, to avoid warning. | Charles Longeau |
2007-10-02 | fix a libpthread PANIC in seekdir(3) caused by a recursive mutex lock. | Kurt Miller |
2007-09-27 | strtol -> strtonum | Bret Lambert |
2007-09-25 | tweak previous; ok claudio henning | Jason McIntyre |
2007-09-24 | updatecomment and manpage toemtion optional seventh level (rtable id) | Henning Brauer |
2007-09-17 | Check snprintf(3) return value for error or truncation. | Moritz Jodeit |
2007-09-05 | Fix debugging code, which tried to print the netgroup name | Moritz Jodeit |
2007-09-03 | Add ENOMSG and EIDRM; from jsg@ | Todd C. Miller |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-14 | 'shall be' was changed to 'is' in sysctl.3#rev1.164, now let's change it to '... | Constantine A. Murenin |
2007-07-19 | kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons | Jason McIntyre |
2007-07-16 | HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node' | Constantine A. Murenin |
2007-07-16 | under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmc | Constantine A. Murenin |
2007-07-15 | fix typo: s/sensorsdev/sensordev/ | Constantine A. Murenin |
2007-07-03 | from Nicholas Marriott: | Jason McIntyre |
2007-06-26 | It seems st_size is not always a good estimator for the number of | Ray Lai |