summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-03poor USD docs, we always forget you! ...document ~xJason McIntyre
2008-11-03s/5GHZ/5GHz/ for consistency.Damien Bergamini
2008-11-03HW CCMP + use plural for firmware files.Damien Bergamini
2008-11-03HW CCMP encryption/decryption of unicast frames.Damien Bergamini
HW support for other ciphers (TKIP) really sucks (no Michael MIC, not even TKIP Phase 1) and is thus not implemented here. fix a panic in iwn_fatal_intr() when dumping the firmware error log while i'm here.
2008-11-03add ~x; which is quite handy sometimes. per posixMartynas Venckus
man page tweak&ok jmc@. ok millert@
2008-11-03sync to openssl-0.9.8i;Jason McIntyre
i still haven't folded in x509v3_config.pod, since i'm not entirely sure what to do with it.
2008-11-03handle Xrefs to XFree as wellMarc Espie
okay grunk@, jmc@
2008-11-03handle 3p manpages correctlyMarc Espie
Also remove some warnings for OpenBSD, since /pub/OpenBSD will occur very often in tool samples. okay grunk@, jmc@
2008-11-03regenRobert Nagy
2008-11-03add Radeon HD 3650Robert Nagy
2008-11-03use colon before a list.Igor Sobrado
2008-11-03improve description in .Nd macros.Igor Sobrado
ok reyk@
2008-11-03Fix some errors, okay espie@Landry Breuil
2008-11-03include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.govDamien Miller
2008-11-03be more clear about what getpwnam failed; ok claudioTheo de Raadt
2008-11-03pre-allocate the ptrace_state we may need to tie to the new processTheo de Raadt
in case we need it. the idea is to try to get rid of some potential sleeps.. ok tedu
2008-11-03fix commentKevin Steves
2008-11-03Don't attach bio unless we do RAID.Marco Peereboom
2008-11-03remove valueless commentKevin Steves
2008-11-03support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@Constantine A. Murenin
2008-11-03Syba SY-U2LAN works.Jonathan Gray
2008-11-02rcs tagsJonathan Gray
2008-11-02syncMiod Vallat
2008-11-02fix markup of example line and description of G flag; partly from andOtto Moerbeek
ok jmc@
2008-11-02Remove second commented out call to ether_ifdetach() inJonathan Gray
mos_detach().
2008-11-02- Use CMSG_DATA(), to correctly to get a descriptor, fixingThordur I. Bjornsson
a locking botch in portal_open(); - set f_namemax at mount time and use copy_statfs_info() in portal_statfs(); This diff is a slight tweak of the diff sent in PR5968 by Frank Denis (j at pureftpd.org) Thanks!
2008-11-02Remove duplicate call to ether_ifdetach() in axe_detach()Jonathan Gray
which has been there since rev 1.1. Spotted by Johann Christian Rode <jcrode@gmx.net>
2008-11-02Remove the M_ANYCAST6 mbuf flag by doing the detection all in ip6_input().Claudio Jeker
M_ANYCAST6 was only used to signal tcp6_input() that it should drop the packet and send back icmp error. This can be done in ip6_input() without the need for a mbuf flag. Gives us back one slot in m_flags for possible future need. Looked at and some input by naddy@ and henning@. OK dlg@
2008-11-02check for the maximum file size to avoid some out-of-bounds accesses;Otto Moerbeek
ok millert@
2008-11-02introduce a macro for max file size, instead of hardcoding it; okOtto Moerbeek
millert@
2008-11-02remove distinction between warnings and errors, ok deraadt@ djm@Otto Moerbeek
2008-11-02new sentence, new line;Jason McIntyre
2008-11-02various minor tweaks, including spelling fixes from Brian KeeferJason McIntyre
and Jim Razmus;
2008-11-02Add the option to sort by requests to the pool view, and documentCan Erkin Acar
the hotkeys 'o' to select and 'r' to reverse column orderings.
2008-11-02Add a view that displays pool(9) information. Idea and ok deraadt@Can Erkin Acar
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
doesn't change the .o. Use isp_stds.h.
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
doesn't change the .o.
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
doesn't change the .o.
2008-11-02Disable portalfs until it is fixed, okay deraadt@.Pedro Martelletto
2008-11-02protocol 2 tty modes support is now 7.5 years old so remove theseKevin Steves
debug3()s; ok deraadt@
2008-11-02write the command description (the .Nd macro) in a more usual way;Igor Sobrado
improve spacing in the FILES section. ok gilles@
2008-11-01remove a superfluous .Pq macro; cites bibliography in a more standard way;Igor Sobrado
fix the reference to RFC 5321. ok gilles@
2008-11-01Add sensorsMarco Peereboom
2008-11-01fix the synopsis of the command; spacing.Igor Sobrado
ok jmc@
2008-11-01no such pages as XF86_Accel(1) or XF86_SVGA(1), so kill refs to them;Jason McIntyre
2008-11-01- put back all copyright holdersGilles Chehade
- add myself as a copyright holder
2008-11-01correct order of includesTheo de Raadt
2008-11-01Grab a reference to the trace vnode of the process when traversing thePedro Martelletto
global process list and calling ktrsettracevnode() in ktrwrite(), so that we don't sleep in vrele(). Discussed with deraadt@, okay beck@, tedu@ and thib@.
2008-11-01smtpd is a smtp server implementation for OpenBSD. It is a work in progressGilles Chehade
which still lacks many features. bringing it in tree will help working on it more easily. "at this stage it should go in" henning@, "move ahead" deraadt@
2008-11-01Fix bogus shift.Marco Peereboom