| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed manpage's synopsis, and synchronized it with the program's usage(). | ru | 2004-06-01 | 2 | -6/+6 |
* | Whitespace correction - #define should be followed by a tab. | truckman | 2004-06-01 | 1 | -1/+1 |
* | Finish repo move arlconfig -> arlcontrol. | fjoe | 2004-06-01 | 5 | -601/+11 |
* | Change the signature of ftok from (const char *, char) to (const char *, int) | tjr | 2004-06-01 | 1 | -1/+1 |
* | Axe the old midi drivers and framework. matk has developed a new | tanimura | 2004-06-01 | 19 | -12406/+0 |
* | Add latinamerican.iso.acc | ache | 2004-06-01 | 2 | -2/+4 |
* | Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN in | scottl | 2004-06-01 | 1 | -43/+31 |
* | Update the "All I really need to know I learned in kindergarten" entry | dougb | 2004-06-01 | 1 | -25/+36 |
* | * Reformat several attributions according to ../Notes (mostly whitespace) | dougb | 2004-06-01 | 2 | -445/+420 |
* | Add a global mutex, accept_filter_mtx, to protect the global list of | rwatson | 2004-06-01 | 1 | -7/+17 |
* | lat-amer -> latinamerican keymap | ache | 2004-06-01 | 2 | -2/+2 |
* | Fix so `ps' catches and complains about null-values specified for a | gad | 2004-06-01 | 1 | -3/+8 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | rwatson | 2004-06-01 | 7 | -19/+24 |
* | Additional tiny adjustment to kludge-option processing so `ps t p0' | gad | 2004-06-01 | 1 | -6/+7 |
* | Rewrite the kludge-option processing to improve how it handles a few | gad | 2004-06-01 | 1 | -62/+91 |
* | Fix a comment above uma_zsecond_create(), describing its arguments. | bmilekic | 2004-06-01 | 1 | -3/+3 |
* | Honor NOINET6 and disable IPv6 support in libmilter and sendmail if it | gshapiro | 2004-06-01 | 3 | -3/+15 |
* | Add MSG_NBIO flag option to soreceive() and sosend() that causes | truckman | 2004-06-01 | 3 | -14/+10 |
* | Remove debugging printf that never triggered because acpi is the first | njl | 2004-06-01 | 1 | -2/+0 |
* | Add a warning note to security.jail.allow_raw_sockets | csjp | 2004-06-01 | 1 | -1/+4 |
* | Remove duplicates of the "wherever you go, there you are" fortune, | dougb | 2004-06-01 | 2 | -8/+5 |
* | "Get rid of the nested include of <sys/module.h> from <sys/kernel.h>" or | mlaier | 2004-05-31 | 3 | -0/+3 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 23 | -2337/+1701 |
* | Treat IPv4 private address as global scope rather than site scope. | ume | 2004-05-31 | 1 | -1/+1 |
* | Assert Giant in vn_start_write() and vn_finished_write(). | rwatson | 2004-05-31 | 1 | -0/+4 |
* | Correction: -h should be a synonym for -L, not -H. | kientzle | 2004-05-31 | 2 | -3/+3 |
* | Giant wasn't dropped here if we have to return EBUSY. This is bad. | bmilekic | 2004-05-31 | 1 | -1/+3 |
* | use source address as a hint to determine destination address. | ume | 2004-05-31 | 1 | -0/+111 |
* | Release NFS subsystem lock and acquire Giant when calling into | rwatson | 2004-05-31 | 1 | -0/+4 |
* | Assert Giant in vrele(). | rwatson | 2004-05-31 | 1 | -0/+2 |
* | MFC: cron(8) -j and -J options. | yar | 2004-05-31 | 2 | -2/+2 |
* | - Fix typo | krion | 2004-05-31 | 1 | -1/+1 |
* | Add an assertion that nfssvc() isn't called with Giant. | rwatson | 2004-05-31 | 1 | -0/+10 |
* | Necessary modifications do get pcf working again for ISA. Tested with | nsouch | 2004-05-31 | 2 | -15/+55 |
* | Use __isctype() instead of __istype() for iswdigit() and iswxdigit() for | tjr | 2004-05-31 | 1 | -2/+2 |
* | Add russian translation for hardware notes and connect it to the build | den | 2004-05-31 | 24 | -2/+2719 |
* | Devclass have to be shared with same 'pcm' devclass, or | takawata | 2004-05-31 | 1 | -1/+0 |
* | Add common share/locale directories (everything used by >= 5 ports [1]) and | kris | 2004-05-31 | 2 | -0/+176 |
* | The NFS server modevent code manually patches the system call table to | rwatson | 2004-05-31 | 1 | -1/+1 |
* | Include <machine/bus.h> and <machine/resource.h> here (only in the | imp | 2004-05-30 | 1 | -0/+3 |
* | One more case where we want to drop the NFS server lock and acquire | rwatson | 2004-05-30 | 1 | -1/+6 |
* | Acquire Giant around two more cases when calling into VFS to vput() | rwatson | 2004-05-30 | 1 | -13/+22 |
* | Turn down the queue size by 8 until I can figure out why the 512th command | scottl | 2004-05-30 | 1 | -1/+1 |
* | Remove a stale comment: PG_DIRTY and PG_FILLED were removed in | alc | 2004-05-30 | 1 | -2/+0 |
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 17 | -0/+17 |
* | Describe pkg_version_index | brian | 2004-05-30 | 1 | -0/+21 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 37 | -0/+37 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 113 | -1/+114 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 36 | -0/+36 |
* | Zap a redundant NULL | phk | 2004-05-30 | 1 | -1/+1 |