Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-28 | enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290. | Reyk Floeter | |
successfully tested with ural, ath, atw, atu and ath. ok jsg@, brad@ | |||
2005-05-28 | move variable declaration inside #ifdef I386_686, etc. | Kjell Wooding | |
Prompting from Chris Cappuccio. | |||
2005-05-28 | have vn_close() lock the vnode before calling VOP_CLOSE(). | marius eriksen | |
fix the acct_*() code so that we always have a proc to lock on. ok pedro@ | |||
2005-05-28 | fix one missed case for removing reverse name cache entries. | marius eriksen | |
ok pedro@ | |||
2005-05-28 | Add _lto8b() and _8btol() to decode nblocks field of | Kenneth R Westerback | |
scsi_mode_blk_desc_big. Will be needed to move st to new mode sense function. Be a bit more careful with types of parameters to scsi_do_mode_sense, using u_int32_t instead of int. No functional change. | |||
2005-05-28 | *slightly drunk* | Tobias Weingartner | |
To all my "friends", and my lovely future wife... Thank you. Anyone who still wants to sign the shirt, it's on my bakc. Again, thank you. This commit was ok'd by drahn@, art@, niklas@, in spite of my condition. | |||
2005-05-28 | If irq-sharing happens over different ioapics, we must not overwrite setup ↵ | Niklas Hallqvist | |
info for one of them | |||
2005-05-28 | Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD. | Kenneth R Westerback | |
Fixes spurious error messages from cdparanoia when using ATAPI CDROM in USB enclosure. ok pascoe@. | |||
2005-05-28 | regen | Pedro Martelletto | |
2005-05-28 | bye bye VOP_WHITEOUT | Pedro Martelletto | |
2005-05-28 | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched | Jonathan Gray | |
devices. Several devices have been known to have this behaviour. ok deraadt@ | |||
2005-05-28 | ufs_whiteout() is now pointless, remove it, okay millert@ | Pedro Martelletto | |
2005-05-28 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. ok jsg@, mickey@ | |||
2005-05-28 | Step 3 in fixing bioctl commands intermixed with regular io. | Marco Peereboom | |
Enhance performance by using two sleep channels instead of one. All mickey, but I'll take credit for typing it. ok mickey@ | |||
2005-05-28 | Step 2 in fixing bioctl commands intermixed with regular io. | Marco Peereboom | |
Add tsleep/wakeup magic to drain IO when a RAID mgmt command wants to run. Issue RAID mgmt command. Resume IO. ok mickey@ | |||
2005-05-27 | Don't bother issuing a MODE SELECT in cd_set_pa_immed() if we aren't | Kenneth R Westerback | |
going to change anything. From NetBSD. Fixes playing music cd in ATAPI drive in USB enclosure pascoe@ is using. ok pascoe@. | |||
2005-05-27 | oops, need to get the boundary from the map when allocating gart addresses | Jason Wright | |
(fixes borked pciide chipsets) | |||
2005-05-27 | remove some dead code. | marius eriksen | |
ok pedro@ | |||
2005-05-27 | add missing free on error. thanks to Andrey Matveev. | Reyk Floeter | |
2005-05-27 | Use rtm_fmask instead of rtm_use. | Ryan Thomas McBride | |
ok marius@ claudio@ | |||
2005-05-27 | - Use the direct map for mapping the PTEs. | Artur Grabowski | |
- Actually allocate the right number of softcs. | |||
2005-05-27 | Calculate an MD5 checksum over the main pf ruleset. | Marco Pfatschbacher | |
This is the basis for further pfsync improvements, to ensure that pf rules are in sync with the master. "get it in" mcbride@ | |||
2005-05-27 | Kill __HAVE_NWSCONS harder. | Miod Vallat | |
2005-05-27 | Back out last commit, it was correct as is. | Todd C. Miller | |
2005-05-27 | add missing prototypes | Uwe Stuehler | |
2005-05-27 | add a __mp_lock_try implementation. ok art@ | Niklas Hallqvist | |
2005-05-27 | If _POSIX_SOURCE is defined but _POSIX_C_SOURCE is not just | Todd C. Miller | |
define _POSIX_C_SOURCE to 198808. | |||
2005-05-27 | step 1 in fixing bioctl commands intermixed with regular io. | Marco Peereboom | |
- Added the magical sequence for polling IO - Created new polling function per hardware generation Lots and lots of constructive yelling mickey@ ok mickey@ | |||
2005-05-27 | allow reception of Jumbo frames by default without having to bump | Brad Smith | |
the MTU up. tested by marious@, ok mcbride@ | |||
2005-05-27 | Dale's lost diff for IRQ sharing, turned on by default. | Uwe Stuehler | |
2005-05-27 | remove references of VOP_WHITEOUT from the kernel, okay millert@ | Pedro Martelletto | |
2005-05-27 | pass UID_MAX/NO_PID when the socket lookup failed, so tcpdump can | Daniel Hartmeier | |
suppress output in this case. | |||
2005-05-27 | typo in comment | Uwe Stuehler | |
2005-05-27 | typo in comment | Uwe Stuehler | |
2005-05-27 | long overdue snprintf cleanup in kernfs related code | Hans-Joerg Hoexer | |
ok cloder | |||
2005-05-27 | Stop pretending that amd64 is i386. We're insulting the cpu by not even | Artur Grabowski | |
pretending to use all the address space it gives us. - Map all physical memory 1-1 and implement PMAP_DIRECT - Remove the vast magic we do to map pages for pmap_zero_page, pmap_copy_page, pv allocation, magic while bootstrapping, reading of /dev/mem, etc. - implement a fast pmap_zero_page based on sse instructions. I love removing code. More to come. deraadt@ ok tested by many. | |||
2005-05-27 | wrap some comments | Hans-Joerg Hoexer | |
2005-05-27 | -in our current model, a kif has either a pointer to an interface (ifnet) or | Henning Brauer | |
a group, or there cannot be addresses associated with it. so we can get rid of checking kifs in the 3rd case and just be done with it. -we don't need to try to manually clear the table used for the (interface) notation when both the ifp and the group pointers are NULL, the pfr_set_addrs call will do the right thing with an empty set of addrs suggested by cedric, ryan ok | |||
2005-05-27 | The forgotten part of the merge of pxacom back into com. | Uwe Stuehler | |
Also the *CONSOLE options are no longer needed. | |||
2005-05-27 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. lot of help from mickey@ ok jsg@ millert@ | |||
2005-05-27 | add back ACCEPT_GLAGS and active flag check, pointed out by cedric | Henning Brauer | |
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler | |
Changes to the common com driver (partly from NetBSD): - Multiply before divide in comspeed() to avoid overflow (from NetBSD). - Don't call getc() and send -1 if the output queue is empty. - Take UART clock frequency as a parameter instead of using COM_FREQ. ok deraadt@ | |||
2005-05-27 | use a fixed address for the base dva, also don't forget to setup the | Jason Wright | |
pae table base address. | |||
2005-05-27 | comment out unused PACKET_TAG_IPSEC_IN_CRYPTO_DONE code; ok hshoexer | Markus Friedl | |
2005-05-27 | Convert IPSP_IPSEC_x to SADB_X_FLOW_TYPE_x. hshoexer@ ok. | Hakan Olsson | |
2005-05-27 | Must convert back from IPPROTO_x to SADB_SATYPE_x. hshoexer@ ok | Hakan Olsson | |
2005-05-27 | prepare the removal of sys_undelete(), make it a stub, okay millert@ | Pedro Martelletto | |
2005-05-27 | log two pairs of uid/pid through pflog: the uid/pid of the process that | Daniel Hartmeier | |
inserted the rule which causes the logging. secondly, the uid/pid of the process in case the logged packet is delivered to/from a local socket. a lookup of the local socket can be forced for logged packets with a new option, 'log (user)'. make tcpdump print the additional information when -e and -v is used. note: this changes the pflog header struct, rebuild all dependancies. ok bob@, henning@. | |||
2005-05-27 | Add rtm_fmask define to make the (ab)use of rtm_use more obvious. | Ryan Thomas McBride | |
Suggestion from Cedric Berger ok marius@ claudio@ | |||
2005-05-27 | add a field to struct socket that stores the pid of the process that | Daniel Hartmeier | |
created the socket, and populate it. ok bob@, henning@ |