summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mrtd.net is no longer, prunemsf2007-05-301-5/+1
| | | | ok claudio@
* back out vfs change - todd fries has seen afs issues, and I'm suspiciousbeck2007-05-306-177/+105
| | | | this can cause other problems.
* my (dlg says crappy) laptop requires some more delays in port_reset ortedu2007-05-301-3/+4
| | | | | things go really crazy. ok/help toby tom. dlg unhappy but ok.
* token fallout.. bad henninghenning2007-05-301-7/+1
|
* Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removaluwe2007-05-3019-4675/+7132
| | | | of the existing code
* Remove cand structure (but not its definition).ray2007-05-302-4/+4
|
* Remove unused struct diff_arg.ray2007-05-302-16/+2
|
* Make xlights(4) probe correctly on the Xserve G5, still does not correctgwk2007-05-301-6/+8
| | | | | | the i2s timeout. ok drahn
* syncderaadt2007-05-3022-66/+0
|
* openbsd has timeouts, not callouts so rename the variables. i applied an oldertedu2007-05-301-10/+10
| | | | diff from brad. from brad.
* Sync rcsdiff -> cvs diffray2007-05-301-12/+14
| | | | | | | | | | | Surprisingly, rcsdiff has nicer code than cvs diff. Changes: 1. Include sys/param.h because we are using MIN/MAX... not sure why it hasn't complained in the past. 2. Use fstat instead of stat. 3. Remove useless casts and __inline. 4. Plug a memory leak. OK niallo@
* yuck, no cookie for mehenning2007-05-302-10/+2
|
* Pull out the ELF loadfile pieces from the standalone libraries, so thattom2007-05-3017-213/+436
| | | | | | | | | | | | | both 32- and 64-bit versions can be created (previously only one or the other could be built for a given boot loader). Use this to allow the i386 and amd64 boot blocks to boot both ELF32 and ELF64 kernels (i.e. amd64 boot blocks can now load i386 kernels, and vice versa). Obviously the system must support LONG mode in order to successfully run the amd64 kernel once it is loaded. Advice and discussions from/with dale@ (going back three years). Much testing nick@ and todd@; thanks.
* bad henningotto2007-05-301-3/+1
|
* Unbreak route.c after TOKEN removal by henning (bad henning, no cookie)mcbride2007-05-301-4/+1
| | | | looks ok otto@
* give ibuf to event_setpyr2007-05-302-8/+8
|
* add a new kevent filter type for timers. this allows processes to createtedu2007-05-303-4/+95
| | | | | | a series of oneshot or periodic timers. capped to a global limit. from freebsd via brad. ok art pedro
* backout more code that shouldn't have gone in.pyr2007-05-302-82/+2
|
* backout last diff which introduces problems and use the globalpyr2007-05-302-8/+84
| | | | environment instead.
* make sure every dispatch function is fed the environment structure.pyr2007-05-292-10/+14
|
* when the time comes, let pfe_dispatch_parent be able to service morepyr2007-05-292-2/+4
| | | | than one message.
* Add dirty bit for volumesmarco2007-05-292-7/+14
|
* allow the control handling code to send messages back to the parent.pyr2007-05-2910-34/+72
| | | | forward IMSG_CTL_RELOAD which ends up not doing anything for now.
* In update mode, restore previous behavior: some updated packages may haveespie2007-05-292-1/+8
| | | | | | | | names that match installed packages, but still mark them to be installed, so that they're returned as dependencies, and get updated first. Write in TODO that the current situation is brittle, solved dependencies should get adjusted in real time to be 100% sure this won't cause problems...
* Improve copyinstr and copyoutstr by erroring out when the userlandtom2007-05-291-3/+3
| | | | | | | pointer is VM_MAXUSER_ADDRESS right up front, rather than when startig the loop. This is how it is done on i386. ok weingart@ art@
* Improve copyinstr and copyoutstr by performing the check againsttom2007-05-291-5/+8
| | | | | | | | | VM_MAXUSER_ADDRESS before running the loop rather than for every byte we copy. Saves 4 bytes in locore :) Similar to how this is done on amd64. ok weingart@ art@
* teach hoststatectl's parser about reload. the code to handle it ispyr2007-05-292-2/+4
| | | | already there. of course this is a dummy for now.
* fix some list items; from andresjmc2007-05-291-5/+3
|
* only the i810 is known to be needed for agp, reduce driver set to just thattedu2007-05-292-7/+53
|
* sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediatodd2007-05-294-5/+29
| | | | ok marco@ then suggested deraadt@
* sprinkle some SMALL_KERNEL so that it can run on boot media.marco2007-05-291-6/+16
| | | | ok todd
* remove token ring leftovers, ok mcbride pvalhenning2007-05-292-142/+1
|
* Demote support for ospfd. It is possible to specify a demote group onclaudio2007-05-2910-13/+331
| | | | | | interfaces and areas. With this carp setups using ospfd are more reliable because we can fail over if the OSPF connectivity is (partially) lost. OK norby@
* I suck. Forgot splx() in the early return path.art2007-05-291-1/+2
|
* add HISTORYjasper2007-05-291-1/+6
| | | | ok jmc@
* make xfs use VT_XFS instead of VT_AFS when getting vnodesthib2007-05-292-2/+2
| | | | | | | via getnewvnode(); ok art@,tedu@ tested by todd@
* adapt ztsscale and the installer to use wscons ioctls for calibration;robert2007-05-293-34/+38
| | | | ok deraadt@
* reorder code so that the wave header gets the size of the current trackmjc2007-05-291-8/+8
| | | | instead of the previous track. Alexey Vatchenko agrees.
* remove the ztsscale sysctl; ok deraadt@robert2007-05-291-77/+2
|
* Remove clause 3 and 4. Ok with Chuck. -mojmaja2007-05-291-8/+2
|
* Make use of struct wsmouse_calibcoords and add ioctl supportrobert2007-05-293-83/+72
| | | | | | | | | | for getting and passing calibration values instead of using sysctl. Move the scale struct to uts_softc so that each device can have it's own values instead of using the global one. Remove the two MD sysctl (ztsscale and ztsrawmode). ok deraadt@
* Kill some simplelock goo that annoyed me while reading.thib2007-05-291-21/+4
| | | | ok art@
* add support for core cpu temperature sensors.tedu2007-05-294-5/+81
| | | | | from a diff by pierre riteau, but updated to look like the amd64 version ok deraadt
* It helps to commit removals from the tree that has the files cvs removedclaudio2007-05-297-0/+0
| | | | instead of one where they where just empty. Figured out by art@
* s/entrace/entrance (not obvious that the code was cut/paste =)jason2007-05-295-10/+10
|
* otto would prefer only displaying one digit after decimal for refresh ratetedu2007-05-291-3/+3
|
* Make stimeout a debug print. It has no value for users to see it.marco2007-05-291-3/+3
| | | | | prompted by deraadt ok dlg
* start of dumpconf() unification, which one day we can pray will be MIderaadt2007-05-2920-226/+121
| | | | (and part of setroot); ok miod
* now i get my hands dirty in here... from if_ethersubr.c:henning2007-05-291-8/+3
| | | | | | | | | | there was code inside #if NPF > 0 to prevent feeding back the mbuf do looutput if we are on simplex interfaces and the packet has been routed by pf, which can lead to a loop in weird corner cases. apparently nobody triggered these cases in ages, since pf.h was not included and thus NPF not defined and thus this code not compiled.
* Remove watch_cnt in preparation for my bigger patch that makes sensorsdcnst2007-05-291-21/+8
| | | | | | | | | usable by default, where we will monitor all sensors that automatically provide status, and this watch_cnt won't make much sense. Besides, upon startup, sensorsd already shows all sensors that it is going to monitor, making this watch_cnt rather unimportant. ok henning@