| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused autofs userland bits. | jhb | 2010-11-17 | 3 | -193/+0 |
* | Move timeout.tv_sec initialization outside the loop - sigtimedwait(2) won't | pjd | 2010-11-15 | 1 | -1/+1 |
* | 1. Exit when we cannot create incoming connection. | pjd | 2010-11-15 | 1 | -2/+4 |
* | When setting a media with no sub-type specified also reset the type | marius | 2010-11-13 | 1 | -1/+1 |
* | When printing media with more than one media option set aggregate these | marius | 2010-11-13 | 1 | -2/+5 |
* | In printfile(), exit the process instead of only printing the warning. | kib | 2010-11-13 | 1 | -2/+3 |
* | Use "cylinder" instead of "cyl" for consistency. | joel | 2010-11-13 | 2 | -2/+2 |
* | The first customer of the SO_USER_COOKIE option: | luigi | 2010-11-12 | 3 | -0/+19 |
* | Append to CFLAGS, don't clobber it. | rpaulo | 2010-11-05 | 1 | -1/+1 |
* | r214781 caused the timer value to be rounded down, so that if the user asked | brucec | 2010-11-04 | 1 | -6/+4 |
* | Fix standby timer calculation: the timer was being set 30 minutes later | brucec | 2010-11-04 | 1 | -1/+8 |
* | Send packets to remote node only via the send thread to avoid possible | pjd | 2010-11-02 | 1 | -40/+57 |
* | Add a ${.CURDIR} reference to the previous commit. | rpaulo | 2010-10-29 | 1 | -1/+1 |
* | Force include ../../libpcap/config.h since privsep.c groks pcap's | rpaulo | 2010-10-29 | 1 | -0/+2 |
* | Correct a typo. | jh | 2010-10-27 | 1 | -1/+1 |
* | Use fprintf(stderr) instead of gctl_error() to print a warning about too | pjd | 2010-10-26 | 1 | -2/+2 |
* | Reimplemented "gpart destroy -F". Now it does all work in kernel. | ae | 2010-10-25 | 2 | -84/+99 |
* | Do some whitespace and `identify` output cleanup. | mav | 2010-10-25 | 1 | -50/+57 |
* | Before this change on first connect between primary and secondary we | pjd | 2010-10-24 | 2 | -5/+51 |
* | Implement nv_exists() function that returns true if argument of the given | pjd | 2010-10-24 | 2 | -1/+28 |
* | Move all NV defines into nv.c, they are not used externally thus there is | pjd | 2010-10-24 | 2 | -27/+27 |
* | Simplify code a bit. | pjd | 2010-10-24 | 1 | -3/+1 |
* | Plug memory leak. | pjd | 2010-10-24 | 1 | -0/+2 |
* | Plug memory leaks. | pjd | 2010-10-24 | 3 | -0/+27 |
* | Load geom_gate.ko module after parsing arguments. | pjd | 2010-10-24 | 1 | -2/+2 |
* | mdoc: make pages render with mandoc | uqs | 2010-10-21 | 3 | -4/+2 |
* | Use closefrom(2) instead of close(2) in a loop. | pjd | 2010-10-20 | 1 | -21/+8 |
* | Bring in geli suspend/resume functionality (finally). | pjd | 2010-10-20 | 2 | -1/+152 |
* | Stop disallowing device nodes to be passed to camcontrol(8) since libcam | brucec | 2010-10-19 | 2 | -12/+1 |
* | mdoc: drop even more redundant .Pp calls | uqs | 2010-10-19 | 3 | -6/+0 |
* | Log correct connection when canceling half-open connection. | pjd | 2010-10-17 | 1 | -1/+2 |
* | Use one fprintf() instead of two. | pjd | 2010-10-16 | 1 | -2/+1 |
* | Clear signal mask before executing a hook. | pjd | 2010-10-16 | 1 | -0/+3 |
* | document logging through bpf | luigi | 2010-10-13 | 1 | -13/+18 |
* | Remove stale reference to wtmp(5). | ed | 2010-10-11 | 1 | -2/+2 |
* | - Print the nmount(2) provided error message only when it is set. | jh | 2010-10-10 | 1 | -2/+6 |
* | Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. | ae | 2010-10-09 | 9 | -21/+21 |
* | Allow the kernel to generate more spacy things and still have devd | imp | 2010-10-09 | 1 | -0/+8 |
* | We can't zero out ggio request, as we have some fields in there we initialize | pjd | 2010-10-08 | 1 | -1/+0 |
* | We close the event socketpair early in the mainloop to prevent spaming with | pjd | 2010-10-08 | 1 | -2/+4 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 7 | -16/+0 |
* | Clear ggate structures before using them. We don't initialize all the field | pjd | 2010-10-07 | 1 | -1/+4 |
* | Log error message when we fail to destroy ggate provider. | pjd | 2010-10-07 | 1 | -1/+2 |
* | Start the guard thread first, so we can handle signals from the very begining. | pjd | 2010-10-07 | 1 | -3/+7 |
* | Don't close local component on exit as we can hang waiting on g_waitidle. | pjd | 2010-10-07 | 1 | -6/+0 |
* | Decrease report interval to 5 seconds, as this also means we will check for | pjd | 2010-10-04 | 1 | -1/+1 |
* | hook_check() is now only used to report about long-running hooks, so the | pjd | 2010-10-04 | 3 | -13/+3 |
* | We can't mask ignored signal, so install dummy signal hander for SIGCHLD before | pjd | 2010-10-04 | 1 | -0/+11 |
* | Fix printing of the "rw" mount option in fstab(5) format (-p option). | jh | 2010-09-30 | 1 | -12/+12 |
* | Document recently added GPT attributes (bootme, bootonce, bootfailed) and | pjd | 2010-09-28 | 1 | -1/+104 |