summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-05syncTheo de Raadt
2001-10-05Powered by @mantoya:Mike Pechkin
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com
2001-10-05document missing options. ok deraadt@Jakob Schlyter
2001-10-05Extend the FIFO ui with the 'D A <level>' (to set all debug levels) andHakan Olsson
'D T' (to toggle all logging on and off) commands. niklas@ ok.
2001-10-05More leftovers...Miod Vallat
2001-10-05boot_sparc64(8) for, well, sparc64.Miod Vallat
2001-10-05Fix bug in if_vlan which could cause crashes in timeouts and 'ifconfig -a'Dale Rahn
ok niklas@
2001-10-05Missed this file; some more debug level fixes.Hakan Olsson
2001-10-05Some more debug level fixes.Hakan Olsson
2001-10-05Tweak a couple of debug levels.Hakan Olsson
2001-10-05Document the skew argument to extent_alloc and extent_alloc_subregion.Todd C. Miller
From NetBSD.
2001-10-05Be careful when updating register in TIOCM* operations (do operations onJason Wright
temporary copy and write that copy when applying changes to avoid an inconsistent window). Should allow devices like X10 firecracker, which uses either DTR or RTS as power, to operate properly.
2001-10-05{local,remote}_negotiation_address can also be IPv6.Hakan Olsson
Replace 'idea' with 'aes' in the examples.
2001-10-05more koi8 fonts, now both ru and uaMichael Shalayeff
2001-10-05random KNF and removal of unused variablesNathan Binkert
2001-10-05use positive logic for matchNathan Binkert
2001-10-05mem(4) for alpha and sparc64.Miod Vallat
2001-10-05syncNathan Binkert
2001-10-05add a two xxBROADCOM entries.Nathan Binkert
sort.
2001-10-05Sync fixes with sparc64.Miod Vallat
2001-10-04Oh, and I was told a period should end the final sentence.Miod Vallat
2001-10-04Fix one .Bl -width value.Miod Vallat
2001-10-04Update BUGS section (after some bugging from ho@)Angelos D. Keromytis
2001-10-04+ man8.sparc64Miod Vallat
2001-10-04The start of craps64 man8 md section.Miod Vallat
Features MAKEDEV so far, boot_sparc64 coming soon.
2001-10-04Correct utterly bogus prom stuff.Miod Vallat
Still ugly, but better.
2001-10-04regenMichael Shalayeff
2001-10-04ibm 82G2675, ServeRAID, i82557B 10/100Michael Shalayeff
2001-10-04IPv6 type addresses and nets are supported now. Some style fixes.Hakan Olsson
Also add a BUGS section describing why combining predefined MD5 and SHA suites in the same quick-mode proposal will currently not work.
2001-10-04add mode_switch for ru & uaMichael Shalayeff
2001-10-04Vax does not dave installboot(8) currently, so comment out theMiod Vallat
manual page.
2001-10-04comma splice; new master site.Paul Janzen
2001-10-04Match a IEEE 1284.4 protocol. We do not support this protocol directly,Grigoriy Orlov
but USB_ATTACH will switch printer to bidirectional protocol. Read status from printer. From NetBSD. This forces newest usb printers works. Tested by drahn@ (Epson 740) and me (HP LaserJet 2200). Ok aaron@
2001-10-04More accurate help.Paul Janzen
2001-10-04$OpenBSD$ tag.Grigoriy Orlov
2001-10-04/dev/radioGrigoriy Orlov
2001-10-04Grammar; also, document the true behaviour of the examples.Paul Janzen
2001-10-04Radio drivers and interfaces manuals.Grigoriy Orlov
From Vladimir Popov <jumbo@narod.ru> and Maxim Tsyplakov <tm@oganer.net>
2001-10-04restore also uses TAPE.Hakan Olsson
2001-10-04Mention that dump uses the TAPE variable.Hakan Olsson
2001-10-04Configuration utility for radio devices.Grigoriy Orlov
Work by Vladimir Popov <jumbo@narod.ru>
2001-10-04Add type for bootable HFS files. Ok deraadt@Dale Rahn
2001-10-04+ intro.4Miod Vallat
2001-10-04Cleanup of the intro(4) manpages, suggested by ericj@Miod Vallat
Among other things: - keep phrasing consistent across arches - put "see also" and "history" sections at the end - add history sections to i386 which lacks it - name gdt and ubsec on i386 (.It nothing is bad) - try to improve the nice look of the supported device list. - remove "unsupported device" section (sparc only) and "supported systems" which is largealy out of date for, say, alpha, and completely off topic. - correct /usr/adm/messages reference left in hp300 (gasp) - provide intro(4) for sparc64. Left to do: - update supported device listings (even, create one for alpha). - sprinkle .Tn macros where needed. I wouldn't mind some help on this.
2001-10-04compile w/o USELEDS; from Paul Weissmann <paul@pdp11.org>Michael Shalayeff
2001-10-04Add commented out sf4r, sf2r and az audio drivers.Grigoriy Orlov
Requested by deraadt@.
2001-10-04Honour -v flag when printing states, print only one line per state whenDaniel Hartmeier
non-verbose. Suggested by gwyllion@ace.ulyssis.org.
2001-10-04Attach sf4r and mr drivers.Grigoriy Orlov
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04Attach sf2r and aztech.Grigoriy Orlov
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04avoid /tmp races by using mktemp(1)Todd C. Miller