Age | Commit message (Expand) | Author |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-06 | Support NOTE_EOF for kqueue EVFILT_READ filters on NFS files. | Philip Guenther |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | delete some boolean_t poison | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-05-07 | Remove the last hacks concerning the global list of IPv4 addresses in the | Martin Pieuchot |
2014-04-21 | Back out most of v1.47 changes which mess up the block size on these | Bob Beck |
2014-04-18 | If somebody else is already processing the RPC requests on a stream socket, | Mark Kettenis |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-20 | Kill NFS_BOOT_GATEWAY, ok deraadt@ | Martin Pieuchot |
2014-01-19 | Remove max_datalen. It is only used once an can be replaced easily with | Claudio Jeker |
2014-01-18 | Use arc4random_buf() for fetching 64-bits of data because it is faster | Theo de Raadt |
2013-12-26 | either dvp == vp or dvp != vp: zap extra test. | Marc Espie |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-27 | If the v_type is going to change when loading the NFS attribute cache, | Joel Sing |
2013-11-26 | grow NFS request cache for the server side from 64 to 2048 entries. | Bob Beck |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-11-03 | Fix bogus kthread_create() usage leading to wrong struct proc * pointer | Miod Vallat |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-02 | format string fix: int64_t | Stefan Fritsch |
2013-09-20 | Add support for root on nfs using v3. Code adapted from NetBSD. | Federico G. Schwindt |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-09-14 | Snapshots for all archs have been built, so remove the T32 code | Philip Guenther |
2013-09-12 | typo; Eivind Evensen | Theo de Raadt |
2013-08-27 | Manipulate timevals seperately, not inside a mbuf. Alignment constraints | Theo de Raadt |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-04 | format string fixes: size_t and signedness | Stefan Fritsch |
2013-06-25 | When we remove work from the nfs queue, wake up people waiting for | Bob Beck |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-05-31 | Use %lld for printing time_t | Philip Guenther |
2013-05-22 | Use SIOCAIFADDR rather than SIOCSIFADDR to set the address. | Martin Pieuchot |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | add a comment that we are faking it until code to ask the server is written. | Ted Unangst |
2013-03-28 | a better try at pathconf for nfs. there may be lies, but they are better | Ted Unangst |
2013-03-27 | rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type. | Ted Unangst |
2013-01-16 | do not expose NETDEV to userland from param.h | Theo de Raadt |
2012-12-10 | Ensure NFS will only consume up to 1/4 of the available buffer | Bob Beck |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-17 | buf_acquire() can sleep, so advance down b_vnbufs afterwards | Theo de Raadt |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |