Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-30 | Use the extended keycodes to get real delete/pgup/pgdn/home/end. | Dale Rahn | |
2002-03-30 | shrink 4 more bytes | Theo de Raadt | |
2002-03-30 | remove extra spaces | Theo de Raadt | |
2002-03-30 | Squeeze a few bytes out of the installation scripts by using | Kenneth R Westerback | |
standard __EOT as here document delimiter. Remove unnecessary escaping of __EOT. Could be/Should be extended to .md scripts and other non-miniroot architectures. Concept approved a *long* time ago by deraadt@ and millert@ but never got out of my tree. | |||
2002-03-30 | Remove some lies, mention hostap mode, add some more info. | Todd C. Miller | |
2002-03-30 | Actually write new value to the card for SIOCS80211NWID ioctl | Todd C. Miller | |
2002-03-30 | replaced by wi.4tbl | Todd C. Miller | |
2002-03-30 | First stab at updating wi(4) to reality. Replace wi.4 with wi.4tbl | Todd C. Miller | |
so we can do tables. | |||
2002-03-30 | Don't honor native accesses unless VGAFB_ALLOW_NATIVE is defined (this is | Jason Wright | |
a temporary workaround that will be backed out when more work is done elsewhere) | |||
2002-03-29 | add numlock, pgup, pgdn, home, end. | Dale Rahn | |
2002-03-29 | Correct widths to deal with addition of Xr | Jason Wright | |
2002-03-29 | Adjust with to deal with new xrs | Dale Rahn | |
2002-03-29 | Improve description of some devices, needs more work. | Dale Rahn | |
2002-03-29 | Document how to enter ddb from pcons. | Miod Vallat | |
2002-03-29 | adjust width to deal with new xrs | Jason Wright | |
2002-03-29 | change to Xr | Theo de Raadt | |
2002-03-29 | eap works on sparc64 | Theo de Raadt | |
2002-03-29 | -Wall | Theo de Raadt | |
2002-03-29 | yet another damn file that should NOT be here. beck has to adjust his ↵ | Theo de Raadt | |
process, this is ridiculous | |||
2002-03-29 | remove the IGNORE_PREAD_ERRORS backwards compat goo which really, REALLY, ↵ | Theo de Raadt | |
just is not needed, come on | |||
2002-03-29 | make RSA modulus minimum #define; ok markus@ | Kevin Steves | |
2002-03-29 | RSA key modulus size minimum 768; ok markus@ | Kevin Steves | |
2002-03-29 | retrieve last login time before the pty is allocated, store per session | Markus Friedl | |
2002-03-29 | i_nwid is not a NUL-terminated string, it is length bounded. | Todd C. Miller | |
2002-03-29 | Proxim RangeLAN-DS | Todd C. Miller | |
2002-03-29 | regen | Todd C. Miller | |
2002-03-29 | Add Proxim RangeLAN-DS PCMCIA card (model 8430); Paul M. Hirsch | Todd C. Miller | |
2002-03-29 | Change lower enter key to be 'Mode_Switch' like it was before. | Dale Rahn | |
Add note for power button (not currently translated). Meta_L vs Super_L is still an issue (CMD/Win key) o CMD/Win key is Super_L not Meta_L, usb has this too. Changing to RAW will change swap Meta and Alt (to what is printed on key, not PC layout). | |||
2002-03-29 | cleanup variable and parameter usage. | Thierry Deval | |
2002-03-29 | o remove extra args in printf's. | Federico G. Schwindt | |
o remove unneded struct. o change error to match reality. jason@ ok. | |||
2002-03-29 | . is NOT in the sets | Theo de Raadt | |
2002-03-29 | autogenerated - I'm a luser. | Bob Beck | |
2002-03-29 | 1) restrict 'hostap' mediaopt to prism2 chips | Todd C. Miller | |
2) set ether_dhost and ether_shost based on wi_dst_addr and wi_src_addr respectively. This allows packets to traverse the hostap and is also what FreeBSD and NetBSD both do. 3) Move the setting of tx_frame.wi_frame_ctl to be right after we zero tx_frame. Otherwise we end up clearing the WI_FCTL_FROMDS flag. 4) Use some ETHER_* constants instead of hard-coding things (cosmetic only) | |||
2002-03-29 | missed cruft | Bob Beck | |
2002-03-29 | remove cruft. | Bob Beck | |
2002-03-29 | fix half baked abortion of a merge to 1.3.23 and take | Bob Beck | |
tree to apache-1.3.24+mod+ssl2.8.8 | |||
2002-03-29 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2002-03-28 | prototype pfctl_kill_states() | Daniel Hartmeier | |
2002-03-28 | sync | Theo de Raadt | |
2002-03-28 | put the protos and spls in place | Michael Shalayeff | |
2002-03-28 | unbreak; deraadt@ ok. | Federico G. Schwindt | |
2002-03-28 | missing timeout add and del; some minor api change | Michael Shalayeff | |
2002-03-28 | Use ^? as default backspace for xterm entries. Matches the change to | Todd C. Miller | |
XTerm.ad. | |||
2002-03-28 | some BITS defs for %b | Michael Shalayeff | |
2002-03-28 | list out the ap's stations | Michael Shalayeff | |
2002-03-28 | One chunk of the ``you can't upgrade this'' sparc64 song which was forgotten | Miod Vallat | |
the other day. | |||
2002-03-28 | chip id copies here; just for niels, all for niels, all in the name of niels | Michael Shalayeff | |
2002-03-28 | WI_RID_AUTH_CNTL was renamed to WI_RID_CNFAUTHMODE | Todd C. Miller | |
2002-03-28 | i forgot these for if_wi | Michael Shalayeff | |
2002-03-28 | basic host-ap implementation, more work is needed; from Thomas Skibo ↵ | Michael Shalayeff | |
<skibo@pacbell.net>; millert@ ok |