Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-08 | Some cleanup to the mac audio driver, does not improve the interrupt | Dale Rahn | |
storm much, but hopefully is in the right direction. | |||
2001-04-08 | Attempt at tracking interrupt source better than "irqN", with this | Dale Rahn | |
change, when the interrupt is established, the string will be changed from irqN to irqN/dvrname. Some drivers establish nice names, "usb0" some do not, "wdc_obio". | |||
2001-04-08 | Add one more 1 byte (reserved, as defined in spc-2) field to the | Kenneth R Westerback | |
scsi_inquiry_data structure. The last commit made the structure 57 bytes long, an odd number. This caused problems with at least two drivers, which were not prepared to handle the IGNORE WIDE RESIDUE message during probing. This message apparently being generated during probes of non-existant LUNs. Problem found on siop by Rev. Chris Cappuccio and on iha by Andreas Gunnarsson <andreas@zzlevo.net>. | |||
2001-04-08 | Skeleton driver for 3c990 (mainly so aaron/theo/myself can coordinate) | Jason Wright | |
- the firmware image is still under a restrictive license, so it will not be in the tree yet - driver only knows how to (correctly) upload firmware - register definitions and such are incomplete | |||
2001-04-08 | Don't print anything for transmission error 90, since the driver always | Aaron Campbell | |
recovers from the situation, and there's not much point in knowing about it. | |||
2001-04-08 | Remove soft updates. Warn users about how to enable softdep. | Grigoriy Orlov | |
art, deraadt ok. | |||
2001-04-07 | Stack gap no longer fits common structures (like struct statfs), causing | Thorsten Lockert | |
many emulated system calls (SysV, Linux, others) to fail. Bump from 400 up to 512 bytes; ok aaron@ | |||
2001-04-07 | Additional console ioctl definitions | Thorsten Lockert | |
2001-04-07 | Handle Linux Virtual Terminal ioctl calls with wscons as well as vt; | Thorsten Lockert | |
requires WSDISPLAY_COMPAT_USL | |||
2001-04-07 | Add missing filename argument. | Hakan Olsson | |
2001-04-07 | $OpenBSD$ here too. | Hakan Olsson | |
2001-04-07 | Add $OpenBSD$. | Hakan Olsson | |
2001-04-07 | Avoid a compiler warning. Add $OpenBSD$. (Suggestion and ok millert@) | Hakan Olsson | |
2001-04-07 | Reduce the count of fs_sparecon's by 1 for 64 bit architectures | Todd C. Miller | |
since fs_contigdirs takes 64 bits on those platforms. This fixes a problem on alpha where "struct fs" grew. A better solution is to make fs_csp into a pointer and use the remainder for pointer spares and allocate fs_contigdirs from those. This will happen some time post-2.9. | |||
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist | |
userland since art removed the vm_pmap field that made UVM and old VM differ. An option PMAP_OLD is provided should someone need to configure with the old pmap. This is suspected to go away soon so I will not document it. | |||
2001-04-07 | Always get struct pglist from vm/pglist.h, otherwise old VM compilations | Niklas Hallqvist | |
generate redefinition errors. | |||
2001-04-07 | Silly TRUE & FALSE constants definitions for the sake of old VM compilations | Niklas Hallqvist | |
because only UVM happen to provide them. | |||
2001-04-07 | Small changes, user-friendly: | Marc Espie | |
- just warn if hints file holds duplicates. So what ? We sure can't use uniq to remove those. - on the other hand, warn in verbose mode if main file holds nodes that are not in hints file. Ok millert@ | |||
2001-04-07 | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). | Markus Friedl | |
work by Dan Kaminsky <dankamin@cisco.com> and me. thanks to Dan for this great patch: use 'ssh -D 1080 host' and make netscape use localhost:1080 as a socks proxy. | |||
2001-04-07 | offsetof() should return size_t | Theo de Raadt | |
2001-04-07 | Partial update to IPF 3.4.17; this fixes the *VERY* serious fragment | Federico G. Schwindt | |
caching bug recently discussed in the ipfilter list. People using IPF is urged to sync with these changes. | |||
2001-04-06 | Improve grammar. | Aaron Campbell | |
2001-04-06 | Use pool to allocate pmap instead of malloc. OK'd by art@ | Todd C. Miller | |
2001-04-06 | Get rid of vm_pmap from struct vmspace. | Artur Grabowski | |
2001-04-06 | in addition to: | Kevin Steves | |
ListenAddress host|ipv4_addr|ipv6_addr permit: ListenAddress [host|ipv4_addr|ipv6_addr]:port ListenAddress host|ipv4_addr:port sshd.8 updates coming. ok markus@ | |||
2001-04-06 | unused; typo in comment | Kevin Steves | |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl | |
is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks to olar@openwall.com is comments. we had many requests for this. | |||
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov | |
It allocates directory inode in the same cylinder group as a parent directory in. This speedup file/directory intensive operations on a big file systems in times. Don't forget to recompile fsck_ffs with updated fs.h or you will get "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" at the next boot. In any case you can ignore this error safely. Requested by deraadt@ | |||
2001-04-06 | SSID has been "" for quite some time | Theo de Raadt | |
2001-04-06 | documentation should follow code | Theo de Raadt | |
2001-04-06 | list models | Theo de Raadt | |
2001-04-06 | Avoid a livelock problem where the buffer cache code would be | Grigoriy Orlov | |
recycling B_AGE buffers with dependencies. >From NetBSD. costa@ ok. | |||
2001-04-06 | Change softdep_count_dependencies interface so that it may be called | Grigoriy Orlov | |
from interrupt at splbio. costa@ ok. | |||
2001-04-06 | Match the Cisco Aironet 350 card; from NetBSD. | Aaron Campbell | |
2001-04-06 | regen | Aaron Campbell | |
2001-04-06 | Add Cisco Aironet 350; from NetBSD. | Aaron Campbell | |
2001-04-06 | SMC EZ CardBus 10/100 works now. | Aaron Campbell | |
2001-04-06 | - For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work. | Aaron Campbell | |
- General cleanup in the dc CardBus attachment. - Split detach up into bus-dependent and bus-independent parts. - Some function and variable renaming for consistency. | |||
2001-04-06 | fix username and groupname length checks. | Brad Smith | |
-- Patch from: wilfried@ via PR#1761 Ok'd by: deraadt@ | |||
2001-04-06 | remove trailing / from source paths; fixes pr#1756 | Theo de Raadt | |
2001-04-06 | typo in error message | Jason Wright | |
2001-04-06 | Typo in comment (henric@aimnet.com) | Angelos D. Keromytis | |
2001-04-06 | Get rid of vm_pmap. | Artur Grabowski | |
beck@ ok. | |||
2001-04-06 | Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set. | Federico G. Schwindt | |
Don't panic if I/O cannot be mapped at egattach, print and return instead. | |||
2001-04-06 | Only define offsetof for KERNEL mode. Avoids breaking userland | Constantine Sapuntzakis | |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2001-04-06 | Free the right variable on error | Constantine Sapuntzakis | |
2001-04-05 | keep the ssh session even if there is no active channel. | Markus Friedl | |
this is more in line with the protocol spec and makes ssh -N -L 1234:server:110 host more useful. based on discussion with <mats@mindbright.se> long time ago and recent mail from <res@shore.net> | |||
2001-04-05 | Also mention mode requirements for the private key file, plus one less typo. | Hakan Olsson | |
2001-04-05 | Be more clear about configuration file mode requirements. | Hakan Olsson | |