summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-05-27Back out last commit, it was correct as is.Todd C. Miller
2005-05-27add missing prototypesUwe Stuehler
2005-05-27add a __mp_lock_try implementation. ok art@Niklas Hallqvist
2005-05-27If _POSIX_SOURCE is defined but _POSIX_C_SOURCE is not justTodd C. Miller
define _POSIX_C_SOURCE to 198808.
2005-05-27step 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-27allow reception of Jumbo frames by default without having to bumpBrad Smith
the MTU up. tested by marious@, ok mcbride@
2005-05-27Dale's lost diff for IRQ sharing, turned on by default.Uwe Stuehler
2005-05-27remove references of VOP_WHITEOUT from the kernel, okay millert@Pedro Martelletto
2005-05-27pass UID_MAX/NO_PID when the socket lookup failed, so tcpdump canDaniel Hartmeier
suppress output in this case.
2005-05-27typo in commentUwe Stuehler
2005-05-27typo in commentUwe Stuehler
2005-05-27long overdue snprintf cleanup in kernfs related codeHans-Joerg Hoexer
ok cloder
2005-05-27Stop pretending that amd64 is i386. We're insulting the cpu by not evenArtur 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-27wrap some commentsHans-Joerg Hoexer
2005-05-27-in our current model, a kif has either a pointer to an interface (ifnet) orHenning 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-27The forgotten part of the merge of pxacom back into com.Uwe Stuehler
Also the *CONSOLE options are no longer needed.
2005-05-27make 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-27add back ACCEPT_GLAGS and active flag check, pointed out by cedricHenning 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-27use a fixed address for the base dva, also don't forget to setup theJason Wright
pae table base address.
2005-05-27comment out unused PACKET_TAG_IPSEC_IN_CRYPTO_DONE code; ok hshoexerMarkus Friedl
2005-05-27Convert IPSP_IPSEC_x to SADB_X_FLOW_TYPE_x. hshoexer@ ok.Hakan Olsson
2005-05-27Must convert back from IPPROTO_x to SADB_SATYPE_x. hshoexer@ okHakan Olsson
2005-05-27prepare the removal of sys_undelete(), make it a stub, okay millert@Pedro Martelletto
2005-05-27log two pairs of uid/pid through pflog: the uid/pid of the process thatDaniel 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-27Add 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-27add a field to struct socket that stores the pid of the process thatDaniel Hartmeier
created the socket, and populate it. ok bob@, henning@
2005-05-27print the screwed ofs in the panic msgMichael Shalayeff
2005-05-27No longer used after merge of atapi/scsi cd code.Kenneth R Westerback
2005-05-27De-inline a couple of long functions, which also makes them ↵Hakan Olsson
debugger-visible. 'makes sense' mickey@
2005-05-27Convert cd code to new mode sense framework. Merge cd_scsi andKenneth R Westerback
cd_atapi into cd since code is now almost identical, and only affects volume adjusting ioctl's. Minor side effect of allowing cd_load_unload() attempts to scsi cd's as NetBSD does.
2005-05-27add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@Dale Rahn
2005-05-27Use export_flow() to wrap policies retrieved via sysctl in pfkey messageHans-Joerg Hoexer
ok ho markus
2005-05-27Add export_flow()Hans-Joerg Hoexer
ok ho markus
2005-05-27remove some misplaced htole32sReyk Floeter
2005-05-27Replace unused pxa2x0_watchdog_boot() with RTC control functions.Uwe Stuehler
Ha ha, I broke the tree while everyone was asleep (except for kjell who noticed it).
2005-05-27Enable SSE instructions on secondary (i386) processors inKjell Wooding
a multiprocessor boot. This fixes the hardware AES (and likely RNG) instruction on the dual VIA, which was failing because the SSE/SSE2 extensions are never enabled on any processor but the boot processor. Much assistance from niklas, and the eureka moment from theo. "commit it" deraadt@
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk Floeter
2005-05-27modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tickBrad Smith
and the generic MII #defines
2005-05-27only access if_linkstatehooks inside splnet.Marco Pfatschbacher
with pascoe@
2005-05-27some cleanupBrad Smith
2005-05-27hook in iommu, but it's still disabled by default for nowJason Wright
2005-05-27Allow us to clear the RTM_JUMBO flag as well as set it.Ryan Thomas McBride
Reported by Cedric Berger
2005-05-27fix printfJason Wright
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
- add support for reception of VLAN sized frames on 82557
2005-05-27remove support for sf and ste. vtophys is NOT a working solution.Jason Wright
Do not re-enable these drivers until they are bus-dma'ified.
2005-05-27build iommu by default (it's still not hooked in, but this is harmless)Jason Wright
2005-05-27handle multi-cpu GART allocation:Jason Wright
iommu0(cpu0): base 0x80000000 length 512 pte 0xa80000
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
- stop charging if the battery compartment is unlocked - control charging while suspended in zapm_poll(), too - avoid panic when rebooting before the driver is attached