aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.Matt Jacob1999-07-021-20/+51
* This file is now obsolete.Matt Jacob1999-07-021-183/+0
* Remove unused variable.Bill Fumerola1999-07-021-2/+1
* Document the hw.physmem tunable. (There should be arch-specific tunableMike Smith1999-07-021-0/+12
* Lightly overhaul the memory sizing code again.Mike Smith1999-07-022-160/+254
* * The OBSTACK_CHUNK_SIZE #define was in the "Code generation parameters"David E. O'Brien1999-07-021-6/+6
* The GNU standard about putting 2 spaces after sentences in commentsDavid E. O'Brien1999-07-021-10/+10
* Update these files to match current reality.Jordan K. Hubbard1999-07-023-1588/+10
* roll firmware for FCMatt Jacob1999-07-021-11258/+11257
* Add SSL versions of imap, pop3 and telnet (imaps, pop3s and telnets)Nick Sayer1999-07-021-1/+4
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-0214-38/+28
* Allow service alias names from /etc/services to be used when specifyingSheldon Hearn1999-07-022-6/+26
* Clarify that the services name, as specified in inetd.conf, for anSheldon Hearn1999-07-021-1/+9
* Add braces to avoid ambigious else.Bill Fumerola1999-07-021-1/+2
* o use getprotobynumber(3) instead of hardcoded protocol names.Ruslan Ermilov1999-07-022-26/+14
* Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin isSheldon Hearn1999-07-022-18/+7
* Actually fixed ambiguous else. The previous revision had no effect.Bruce Evans1999-07-021-4/+4
* "transfered" -> "transferred"Brian Feldman1999-07-022-4/+4
* Remove the volume, plex, sd and drive commands which allowed the userGreg Lehey1999-07-021-66/+493
* Change the name of the s option to indicate that it wears more thanGreg Lehey1999-07-021-12/+12
* Change the name of the s option to indicate that it wears more thanGreg Lehey1999-07-021-15/+49
* Document simplified configuration commands.Greg Lehey1999-07-021-18/+334
* Add keywords 'mirror' and 'stripe' when not in kernel mode.Greg Lehey1999-07-022-0/+4
* Allow to unconditionally up subdisks with the -f option.Greg Lehey1999-07-021-17/+25
* Change the type of the freelist sectors variable to u_int64_t inGreg Lehey1999-07-021-2/+2
* Correct some ugly formatting. Remember to initialize the alignment tag.Matt Jacob1999-07-022-78/+68
* Fix last delta which reinitialized nextpaddr to zero each time through theMatt Jacob1999-07-021-7/+10
* Fix time of last dump handling.Jordan K. Hubbard1999-07-021-6/+11
* Sync with GENERIC.. (Gee, this is a useful file..)Peter Wemm1999-07-021-115/+105
* Zap totally the npx0 memory size override. It only worked if staticallyPeter Wemm1999-07-022-28/+4
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itPeter Wemm1999-07-0210-36/+36
* Replicate changes to i386 to do tags. I doesn't work yet 'coz ctags dumpsMatt Jacob1999-07-022-4/+10
* Working kernel tags!Jordan K. Hubbard1999-07-024-11/+20
* 127 fire Firewire driver <ikob@koganei.wide.ad.jp>Jordan K. Hubbard1999-07-022-2/+4
* Fix stupid error where more bits where set than actual distributionsJordan K. Hubbard1999-07-022-4/+4
* #include <machine/md_var.h> to bring the prototype forPeter Wemm1999-07-012-2/+4
* Fix a warning - the code is correct but gcc can't tell.Peter Wemm1999-07-011-1/+2
* Moving the initialization for write sooner quiets a warning.Peter Wemm1999-07-011-2/+2
* Unused variable.Peter Wemm1999-07-011-2/+1
* Pull some prototypes into scopePeter Wemm1999-07-012-1/+3
* Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()Peter Wemm1999-07-012-2/+12
* Fix a printf int/long problem on the AlphaPeter Wemm1999-07-011-2/+3
* move <sys/systm.h> before <sys/buf.h>Peter Wemm1999-07-012-4/+4
* #include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().Peter Wemm1999-07-011-2/+3
* Declare busdma_swi() like on i386 version.Peter Wemm1999-07-012-2/+4
* Nuke the BUGS sections of these man pages because they are not appropriate.Mike Pritchard1999-07-014-12/+4
* Fix typos/spelling errors.Mike Pritchard1999-07-016-16/+17
* Avoid warning on nextpaddr, just like on the x86.Peter Wemm1999-07-011-2/+2
* Modify code to be -Wall'able.Mike Spengler1999-07-0141-611/+603
* Tidy up a few warnings when used without splash. (things defined but notPeter Wemm1999-07-011-1/+7