Age | Commit message (Expand) | Author |
2014-12-18 | convert one hot looking bcopy to memcpy | Ted Unangst |
2014-12-18 | delete a whole mess of unnecessary caddr_t casts | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-03 | stale header: this code hasn't used hash.h in a while | Ted Unangst |
2014-11-18 | use siphash for key lookups in all the filesystem hashes. | David Gwynne |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-18 | Reduce scope of iovec variables, use mallocarray, and record size for | Ted Unangst |
2014-11-15 | Fix a mistake in a comment. | Doug Hogan |
2014-11-15 | add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes. | Ted Unangst |
2014-11-14 | simplest free(size) | Ted Unangst |
2014-11-14 | bzero -> memset | Ted Unangst |
2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg | Ted Unangst |
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 |