aboutsummaryrefslogtreecommitdiff
path: root/sbin/kget
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69858
* Properly check the return values from malloc(3).Andrzej Bialecki2000-12-031-56/+6
| | | | | | | | | | Remove some PNP-related dead code that is unlikely to survive the changes in -current PNP anyway. Submitted by: fixes from Chris Faulhaber <jedgar@freebsd.org> Notes: svn path=/head/; revision=69534
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68960
* Now that we have uc_device.h, use that instead of hard-coding structJohn Baldwin2000-03-242-19/+1
| | | | | | | uc_device's definition into kget. Notes: svn path=/head/; revision=58537
* Make this compile. This is a hack.Peter Wemm2000-03-202-15/+32
| | | | Notes: svn path=/head/; revision=58329
* Get this to compile again. struct pnp_cinfo went away soMatthew N. Dodd1999-09-031-0/+4
| | | | | | | | | | this is just a temporary hack until someone figures out what they want to do with the override tables etc. Example copied: sys/isa/{pnp,sio}.c Notes: svn path=/head/; revision=50831
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50476
* Silence message about absence of PnP overrides.Andrzej Bialecki1999-05-091-4/+5
| | | | Notes: svn path=/head/; revision=46839
* Fix typos and -mdoc usage.Joseph Koshy1999-05-061-4/+6
| | | | | | | | PR: docs/11537 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=46552
* - There exists a manpage, so use/install it.Nate Williams1999-03-261-2/+2
| | | | Notes: svn path=/head/; revision=45052
* Bring in kget, a utility for saving kernel change information.Jordan K. Hubbard1999-02-273-0/+242
Submitted by: abial Notes: svn path=/head/; revision=44308