Age | Commit message (Expand) | Author |
2011-04-04 | stop fiddling with the ip checksum here too, it is always recalculated | Henning Brauer |
2011-04-04 | stop using the stupid R_Malloc/Bcopy/Free macros, and just start using | Bret Lambert |
2011-04-04 | arla_warn -> arla_warnx if there is no errno to pass... | Miod Vallat |
2011-04-04 | there is no point at all in updating the ip checksum. it is always | Henning Brauer |
2011-04-04 | there is no need to special case the bridge in the ip checksum handling | Henning Brauer |
2011-04-04 | change an if statement to a switch to reduce eye bleedage | Bret Lambert |
2011-04-04 | all I wanted is to make the bridge behave like the real stack wrt the ip | Henning Brauer |
2011-04-04 | no reason not to let msdosfs mount async, from Alexander Polakov | Ted Unangst |
2011-04-04 | sync | Theo de Raadt |
2011-04-04 | make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancient | Henning Brauer |
2011-04-04 | in_iawithaddr -> ifawithaddr | Henning Brauer |
2011-04-04 | Move P_EXEC flag from struct proc to process, so that setpgid() will | Philip Guenthe |
2011-04-04 | nuke o43statfs as it is unused. | Thordur I. Bjornsson |
2011-04-04 | sync | Theo de Raadt |
2011-04-04 | COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid) | Theo de Raadt |
2011-04-04 | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | Philip Guenthe |
2011-04-04 | Better. | Artur Grabowski |
2011-04-04 | Make gcc stop whining. pointed out by ariane@. | Artur Grabowski |
2011-04-04 | route(8) has a -q option. No need for all this >/dev/null 2>&1 | Kenneth R Westerback |
2011-04-04 | Some minor fixes: | Artur Grabowski |
2011-04-04 | Missing . Noted by mikeb@ | Artur Grabowski |
2011-04-04 | Align man page with current reality. | Kenneth R Westerback |
2011-04-04 | Stray '$medium' missed in last commit. | Kenneth R Westerback |
2011-04-04 | Disallow swapping to vnd's and return ENOTSUPP back | Thordur I. Bjornsson |
2011-04-04 | Documentation for km_alloc and km_free | Artur Grabowski |
2011-04-04 | New unified allocator of kernel memory. | Artur Grabowski |
2011-04-04 | Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, | Kenneth R Westerback |
2011-04-04 | show how to disable pool_debug | Theo de Raadt |
2011-04-04 | sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaults | Theo de Raadt |
2011-04-04 | If the socket was half closed then don't let userland change the | Claudio Jeker |
2011-04-04 | Add the same SS_CANTRCVMORE check as was done in the other input | Claudio Jeker |
2011-04-04 | Hit this code with a big hammer. It now works on the X201/T510 series | Theo de Raadt |
2011-04-04 | The backplane version of the 82575EB has no link state -- it's always | william |
2011-04-03 | pirofti made me look at wd(4) code, which made me sad. | David Gwynne |
2011-04-03 | Enable the use of all the memory found on IP27 and IP30 kernels. Committed | Miod Vallat |
2011-04-03 | Add a consistency check for the value returned by pmap_extract() against the | Miod Vallat |
2011-04-03 | Make sure dma_constraint is listed in uvm_md_constraints[] when it does not | Miod Vallat |
2011-04-03 | Fix the really bad C++ test code that I wrote long ago. | Dale Rahn |
2011-04-03 | In mtx_leave(), make sure resetting mtx_lock is the last operation on the | Miod Vallat |
2011-04-03 | Helper functions for suspend. | Ariane van der Steldt |
2011-04-03 | Call setlocale() to avoid display glitches in UTF-8 locales. | Stefan Sperling |
2011-04-03 | Don't fill the ctype tab with Latin-1 information in UTF-8 locales. | Stefan Sperling |
2011-04-03 | Trim some very long unused debugging functions, from Michael W | Nicholas Marriott |
2011-04-03 | Add wcwidth(3) man page. ok nicm | Stefan Sperling |
2011-04-03 | Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not | Miod Vallat |
2011-04-03 | Update the description of the 'flags' keyword, including the known values, | Philip Guenthe |
2011-04-03 | put iopools back in. ok gcc | David Gwynne |
2011-04-03 | back iopools out, it was never compiled. | David Gwynne |
2011-04-03 | sync | Theo de Raadt |
2011-04-03 | Teach ntfs_mount() how to handle disklabel UIDs. | Joel Sing |