Age | Commit message (Expand) | Author |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | protect against races while initializing static mutexes. okay marc@ tedu@ | Kurt Miller |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-05-23 | Remove unnecessary locking. There is no need for serializing calls to | Kurt Miller |
2007-05-21 | add EOVERFLOW and ECANCELED here too. | Jasper Lievisse Adriaanse |
2007-05-21 | Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversion | Jasper Lievisse Adriaanse |
2007-05-21 | clean up lint warnings related to the nfds_t type. okay marc@ millert@ | Kurt Miller |
2007-05-20 | Typos. | Ray Lai |
2007-05-19 | Kernel crash dump support for arm-based platform, with minimal support in | Miod Vallat |
2007-05-18 | Eliminate many lint warnings by either: using the appropriate type, | Kurt Miller |
2007-05-18 | Register the locking hooks with ld.so. | Artur Grabowski |
2007-05-18 | Remove no-op code. From tbert. | Ray Lai |
2007-05-17 | Don't save strlen results in an int. Remove a variable that's used | Ray Lai |
2007-05-17 | Check fgets return value, from Charles Longeau. | Ray Lai |
2007-05-17 | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ | Dale Rahn |
2007-05-17 | Improve reentrancy by not using global variable. Removes two | Ray Lai |
2007-05-17 | Unbreak libc on arm. -moj | Mats O Jansson |
2007-05-16 | Make it clear, that the line returned does not have a | Moritz Jodeit |
2007-05-16 | Wrap some functions, labels, and variables in #ifdefs corresponding | Ray Lai |
2007-05-15 | fix some lint 'xxx used, but not defined' warnings by properly adding | Otto Moerbeek |
2007-05-12 | Document errno usage. From Tobias Stoeckmann. | Ray Lai |
2007-05-12 | Use size_t for strlen results. | Ray Lai |
2007-05-12 | Clean up macros according to style. From tbert <bret dot lambert at gmail>. | Ray Lai |
2007-05-10 | grammar, | Marc Espie |
2007-05-10 | document net.inet.tcp.keepinittime; | Jason McIntyre |
2007-05-10 | Use syslog_r instead of syslog in getaddrinfo. Slowly making | Ray Lai |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-05-02 | macros at start of line require a `.'; | Jason McIntyre |
2007-05-02 | Document the lack of error return value in arc4random. | Pierre-Yves Ritschard |
2007-05-01 | lint warning corrections: | Kurt Miller |
2007-05-01 | file descriptors are ints. make branch an int too for better structure | Kurt Miller |
2007-04-27 | more lint warning reductions. use int for all priority vars. okay marc@ | Kurt Miller |
2007-04-27 | fix minor nit with previous commit | Kurt Miller |
2007-04-27 | fix thread_continuation_t typedef and use passed curthread instead of | Kurt Miller |
2007-04-27 | Remove unused function _thread_fd_unlock_owned() and | Kurt Miller |
2007-04-27 | Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes | Kurt Miller |
2007-04-26 | remove unused var. okay marc@ | Kurt Miller |
2007-04-20 | netbsd: stack sanity, leave the return PC alone | Martynas Venckus |
2007-04-16 | ptr->term_names can point into ptr->str_table, so don;t free that one. | Otto Moerbeek |
2007-04-14 | hide struct process from userland, allow kvm_proc to see it. | Marc Espie |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-04-10 | Support for optional args separated with whitespace was removed | Todd C. Miller |
2007-04-10 | when kevent fails, the errno is a lot more interesting to print than -1 | Ted Unangst |
2007-04-10 | new lines in error messages | Ted Unangst |
2007-04-10 | Revert previous commit which introduced regressions in KDE. | Kurt Miller |
2007-04-07 | Upon fork() set the child's view of the stored file status flags inherited | Kurt Miller |
2007-04-06 | Add proper checks against fgets failure. From Charles Longeau. | Ray Lai |
2007-04-01 | clarify return values, prompted by moritz; ok moritz jmc | Theo de Raadt |
2007-03-30 | document accept can return EINTR. ok millert@ jmc@ | Kurt Miller |
2007-03-28 | Add the cRLSign bit by default, so that certs generated using this file | Chad Loder |