| Commit message (Expand) | Author | Age | Files | Lines |
* | MACHINE is changed to "pc98" on FreeBSD/pc98. | nyan | 2005-12-08 | 1 | -6/+0 |
* | Teach sdpd(8) to check peer's credentials before accepting request to | emax | 2005-12-06 | 6 | -9/+55 |
* | Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1 | philip | 2005-12-04 | 2 | -6/+38 |
* | Document "makeoption", "nocpu", and "nomakeoptions" directives. | ru | 2005-12-03 | 1 | -2/+29 |
* | Add "makeoption" as an alias to "makeoptions", for symmetry. | ru | 2005-12-03 | 1 | -0/+1 |
* | Add [-J jid_file] option to write out a JidFile, similar to a PidFile, | philip | 2005-12-03 | 2 | -6/+30 |
* | Make "missing dependency" errors more useful by indicating which port | cperciva | 2005-12-01 | 1 | -10/+10 |
* | Preserve /etc/sysctl.conf when doing a binary update. This prevents, for | philip | 2005-12-01 | 1 | -0/+1 |
* | Fix logic error which causes <null> to be printed instead of the | sobomax | 2005-12-01 | 1 | -1/+1 |
* | Check for altq presence during module init, and allow module to work even if | philip | 2005-11-30 | 1 | -2/+47 |
* | Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate. | ru | 2005-11-30 | 1 | -4/+3 |
* | The DEFAULTS changes caused the user specified config file to be opened | peter | 2005-11-29 | 1 | -0/+5 |
* | Correct xref to systat(1) which was mispelled as ststat(1) in 1.5. | jhb | 2005-11-29 | 1 | -1/+1 |
* | 600004 is a better new version than 700000 based on some future commits to | imp | 2005-11-28 | 1 | -1/+1 |
* | Follow the rules for the .Dd macro use: use unabbreviated month names. | jkoshy | 2005-11-28 | 1 | -1/+1 |
* | Use a separate synopsis line for -u as devinfo will ignore other | jkoshy | 2005-11-28 | 1 | -3/+7 |
* | - Allow duplicate "machine" directives with the same arguments. | ru | 2005-11-27 | 1 | -2/+3 |
* | Make config(8) understand ORed dependecies in "files*" and | ru | 2005-11-27 | 2 | -13/+23 |
* | Clean some code that became obfuscated over the years: | ru | 2005-11-25 | 3 | -59/+19 |
* | - Stop talking about non-FreeBSD stuff (mostly because it's hard | ru | 2005-11-24 | 1 | -126/+133 |
* | Fix prototypes. | ru | 2005-11-24 | 1 | -8/+8 |
* | Improve the documentation of "proxyall" knob, somewhat: we do not | ru | 2005-11-24 | 1 | -2/+3 |
* | s/5.5/6.0/ in HISTORY section. | joel | 2005-11-24 | 1 | -1/+1 |
* | Document PKG_PATH enviroment variable. | krion | 2005-11-23 | 1 | -1/+4 |
* | An empty file does not have a positive number of lines. | cperciva | 2005-11-20 | 1 | -0/+7 |
* | -mdoc sweep. | ru | 2005-11-18 | 7 | -27/+21 |
* | Print (total - used) as the amount of available swap for a swap device | rwatson | 2005-11-17 | 1 | -1/+1 |
* | When a user is in more than 16 groups the call to authunix_create() will | harti | 2005-11-17 | 1 | -1/+6 |
* | Correctly handle a TCP connection being shutdown by the server while | cperciva | 2005-11-17 | 1 | -1/+2 |
* | fixed a typo in comment | suz | 2005-11-17 | 1 | -1/+1 |
* | Convert mount_smbfs to use nmount(). | rodrigc | 2005-11-16 | 1 | -0/+1 |
* | Add -P flag, it does the same as the -p option, except that the | krion | 2005-11-12 | 4 | -11/+52 |
* | Some fixes for last commit. | glebius | 2005-11-11 | 1 | -8/+7 |
* | Skip .symbols files. | ru | 2005-11-11 | 1 | -1/+4 |
* | - Document last change to ARP behavior. | glebius | 2005-11-10 | 1 | -11/+28 |
* | Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointers | harti | 2005-11-10 | 5 | -38/+10 |
* | Use the canonical include name for snmpmod.h. The build infrastructure takes | harti | 2005-11-10 | 1 | -1/+1 |
* | Introduce 3 new options for pkg_create(1), -x for using basic | krion | 2005-11-08 | 4 | -7/+61 |
* | Minor comment tweak to prevent gcc from being upset about the substring | rwatson | 2005-11-07 | 1 | -1/+1 |
* | Add some rationale about when to bump and not bump the config version. | peter | 2005-11-07 | 1 | -3/+37 |
* | Be more consistent with the rest of the manual page. | pjd | 2005-11-06 | 1 | -2/+2 |
* | since nocpu isn't used in the kernel config base, we don't need to | imp | 2005-11-04 | 1 | -1/+1 |
* | Use the eq() macro for comparing strings (style), and remove a "break" | ru | 2005-11-03 | 1 | -5/+4 |
* | By a popular demand, add "nomakeoptions" as an alias to "nomakeoption". | ru | 2005-11-03 | 1 | -0/+1 |
* | Implement the "nocpu" directive. | ru | 2005-11-03 | 3 | -1/+14 |
* | The default fill byte is 0xf6, not 0xf5. | ru | 2005-11-03 | 1 | -1/+1 |
* | List IFT_BRIDGE as a valid type so that arp entries can be properly deleted. | thompsa | 2005-11-03 | 1 | -1/+6 |
* | Catch up with ACPI-CA 20051021 import | jkim | 2005-11-01 | 4 | -63/+108 |
* | s/insure/ensure/ in previous commit. My dictionary and m-w.com say they | brooks | 2005-10-28 | 1 | -1/+1 |
* | Bump config(8) version for the DEFAULTS change. | jhb | 2005-10-27 | 1 | -1/+1 |