| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for the GTCO Digipad. | mdodd | 2005-04-13 | 2 | -0/+79 |
* | Add the -S flag which produces the -s output without | mdodd | 2005-04-13 | 2 | -12/+26 |
* | Add -S option which allows to change the pathname of the privileged | hrs | 2005-04-13 | 2 | -2/+11 |
* | (handler): When exitting upon an abnormal signal, yppush_exit() should not | thomas | 2005-04-12 | 1 | -1/+1 |
* | Explicitly install linux_base 8 to make sure the right version is | jhb | 2005-04-12 | 2 | -2/+2 |
* | Remove wrong -unfilled .Bd argument implied by -literal. | dds | 2005-04-11 | 1 | -4/+4 |
* | Drop the default running value to 60% from 80%. Testing shows that we | njl | 2005-04-10 | 2 | -3/+3 |
* | Add support for recording the total energy used (in joules) when in | njl | 2005-04-10 | 1 | -6/+47 |
* | Remove an unused variable and a useless getuid() declaration. | stefanf | 2005-04-09 | 1 | -3/+1 |
* | Remove unused variables. | stefanf | 2005-04-09 | 4 | -11/+2 |
* | Document how to make boot0cfg work on mounted disks. | scottl | 2005-04-07 | 1 | -0/+11 |
* | Allow one to specify a second parameter to the machine line. This | imp | 2005-04-01 | 4 | -3/+28 |
* | Since there are now more than a couple exceptions to the i386 rule, | imp | 2005-04-01 | 1 | -15/+10 |
* | There's no wl cards for PC98. These are ISA only, and no cbus | imp | 2005-04-01 | 1 | -0/+2 |
* | pcvt doesn't exist on pc98, so don't build pcvt routines that have no | imp | 2005-04-01 | 1 | -0/+2 |
* | There's no acpi in pc98 machines, nor do we build it into the kernel. | imp | 2005-04-01 | 1 | -1/+1 |
* | style(9) nits | imp | 2005-03-30 | 1 | -2/+3 |
* | Add over 32GB disk support on pc98 (userland part). | nyan | 2005-03-30 | 2 | -2/+2 |
* | Attach ndiscvt(8) to the amd64 build. | wpaul | 2005-03-30 | 1 | -0/+1 |
* | Correct formatting of pointers in the listing by using "0x%" PRIx64 instead of | anholt | 2005-03-29 | 1 | -1/+1 |
* | Adds sha256 support. While it is a good idea to also add sha384 and | tobez | 2005-03-29 | 9 | -9/+67 |
* | Change the Romania NTP server to point to a working server. | jhb | 2005-03-28 | 2 | -4/+4 |
* | Check that supplied facility is not bigger than LOG_NFACILITIES. | glebius | 2005-03-28 | 1 | -0/+7 |
* | Unstaticize config. It was being optimized away. | des | 2005-03-27 | 1 | -1/+1 |
* | add some additional pci classes and sub-classes.. | jmg | 2005-03-26 | 1 | -1/+25 |
* | Update parsing of the ports INDEX file to accomodate some new | kensmith | 2005-03-24 | 1 | -9/+15 |
* | POWERSTATECHANGE was misspelled. | mdodd | 2005-03-24 | 1 | -1/+1 |
* | Implement "verbose" optional keyword for "show" command. This is analog | glebius | 2005-03-23 | 2 | -6/+67 |
* | Use a designator for initializing only one member of the nlist | keramida | 2005-03-21 | 2 | -6/+6 |
* | - Add a -h flag to pstat to print swap sizes in "human readable" | keramida | 2005-03-21 | 3 | -24/+50 |
* | Change the PATH for pkg_add to be the same used for pointyhat package builds. | marcus | 2005-03-19 | 1 | -1/+1 |
* | Add Central European and Slovak keymaps to sysinstall. | murray | 2005-03-19 | 4 | -6/+12 |
* | When disarming a watchdog by using an interval of WD_TO_NEVER a non-zero | marius | 2005-03-19 | 1 | -1/+2 |
* | Use the correct variable name for the description of multi-volume | murray | 2005-03-18 | 2 | -6/+6 |
* | Recover gracefully if the user puts in the wrong CD volume after being | murray | 2005-03-18 | 1 | -5/+3 |
* | Consumers of nfslockdans() seems to think it should return 0 on success, so | cognet | 2005-03-16 | 1 | -1/+1 |
* | time_t is signed, so s/uintmax_t/intmax_t/g. Has anyone got an extra pointy | philip | 2005-03-15 | 1 | -6/+6 |
* | Cast time_t to uintmax_t so they can be printed as %ju without breaking on | philip | 2005-03-15 | 1 | -6/+7 |
* | Make this compile properly on 64bit machines. | philip | 2005-03-14 | 1 | -3/+3 |
* | Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls. | philip | 2005-03-14 | 5 | -1/+2612 |
* | Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules. | harti | 2005-03-14 | 2 | -4/+7 |
* | o Improve the example a bit. | maxim | 2005-03-14 | 1 | -1/+1 |
* | Sort xrefs | maxim | 2005-03-14 | 1 | -2/+2 |
* | o Replace OpenBSD-specific example by FreeBSD's one. | maxim | 2005-03-14 | 1 | -4/+4 |
* | Fix typos in comments. | stefanf | 2005-03-11 | 1 | -3/+3 |
* | Use socklen_t where appropriate. | stefanf | 2005-03-11 | 3 | -9/+14 |
* | Move common credential save and restore code into a separate file. | dds | 2005-03-11 | 5 | -29/+86 |
* | Ensure the configuration file is given with an absolute file path. | dds | 2005-03-11 | 1 | -0/+6 |
* | Add examples for tcplisten, data scattering, and file views. | dds | 2005-03-11 | 1 | -4/+35 |
* | Add a new pipe sub-namespace. | dds | 2005-03-10 | 5 | -2/+252 |