summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/xmalloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-30back out vfs change - todd fries has seen afs issues, and I'm suspiciousbeck6-177/+105
this can cause other problems.
2007-05-30my (dlg says crappy) laptop requires some more delays in port_reset ortedu1-3/+4
things go really crazy. ok/help toby tom. dlg unhappy but ok.
2007-05-30token fallout.. bad henninghenning1-7/+1
2007-05-30Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removaluwe19-4675/+7132
of the existing code
2007-05-30Remove cand structure (but not its definition).ray2-4/+4
2007-05-30Remove unused struct diff_arg.ray2-16/+2
2007-05-30Make xlights(4) probe correctly on the Xserve G5, still does not correctgwk1-6/+8
the i2s timeout. ok drahn
2007-05-30syncderaadt22-66/+0
2007-05-30openbsd has timeouts, not callouts so rename the variables. i applied an oldertedu1-10/+10
diff from brad. from brad.
2007-05-30Sync rcsdiff -> cvs diffray1-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@
2007-05-30yuck, no cookie for mehenning2-10/+2
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thattom17-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.
2007-05-30bad henningotto1-3/+1
2007-05-30Unbreak route.c after TOKEN removal by henning (bad henning, no cookie)mcbride1-4/+1
looks ok otto@
2007-05-30give ibuf to event_setpyr2-8/+8
2007-05-30add a new kevent filter type for timers. this allows processes to createtedu3-4/+95
a series of oneshot or periodic timers. capped to a global limit. from freebsd via brad. ok art pedro
2007-05-30backout more code that shouldn't have gone in.pyr2-82/+2
2007-05-30backout last diff which introduces problems and use the globalpyr2-8/+84
environment instead.
2007-05-29make sure every dispatch function is fed the environment structure.pyr2-10/+14
2007-05-29when the time comes, let pfe_dispatch_parent be able to service morepyr2-2/+4
than one message.
2007-05-29Add dirty bit for volumesmarco2-7/+14
2007-05-29allow the control handling code to send messages back to the parent.pyr10-34/+72
forward IMSG_CTL_RELOAD which ends up not doing anything for now.
2007-05-29In update mode, restore previous behavior: some updated packages may haveespie2-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...
2007-05-29Improve copyinstr and copyoutstr by erroring out when the userlandtom1-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@
2007-05-29Improve copyinstr and copyoutstr by performing the check againsttom1-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@
2007-05-29teach hoststatectl's parser about reload. the code to handle it ispyr2-2/+4
already there. of course this is a dummy for now.
2007-05-29fix some list items; from andresjmc1-5/+3
2007-05-29only the i810 is known to be needed for agp, reduce driver set to just thattedu2-7/+53
2007-05-29sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediatodd4-5/+29
ok marco@ then suggested deraadt@
2007-05-29sprinkle some SMALL_KERNEL so that it can run on boot media.marco1-6/+16
ok todd
2007-05-29remove token ring leftovers, ok mcbride pvalhenning2-142/+1
2007-05-29Demote support for ospfd. It is possible to specify a demote group onclaudio10-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@
2007-05-29I suck. Forgot splx() in the early return path.art1-1/+2
2007-05-29add HISTORYjasper1-1/+6
ok jmc@
2007-05-29make xfs use VT_XFS instead of VT_AFS when getting vnodesthib2-2/+2
via getnewvnode(); ok art@,tedu@ tested by todd@
2007-05-29adapt ztsscale and the installer to use wscons ioctls for calibration;robert3-34/+38
ok deraadt@
2007-05-29reorder code so that the wave header gets the size of the current trackmjc1-8/+8
instead of the previous track. Alexey Vatchenko agrees.
2007-05-29remove the ztsscale sysctl; ok deraadt@robert1-77/+2
2007-05-29Remove clause 3 and 4. Ok with Chuck. -mojmaja1-8/+2
2007-05-29Make use of struct wsmouse_calibcoords and add ioctl supportrobert3-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@
2007-05-29Kill some simplelock goo that annoyed me while reading.thib1-21/+4
ok art@
2007-05-29add support for core cpu temperature sensors.tedu4-5/+81
from a diff by pierre riteau, but updated to look like the amd64 version ok deraadt
2007-05-29It helps to commit removals from the tree that has the files cvs removedclaudio7-0/+0
instead of one where they where just empty. Figured out by art@
2007-05-29s/entrace/entrance (not obvious that the code was cut/paste =)jason5-10/+10
2007-05-29otto would prefer only displaying one digit after decimal for refresh ratetedu1-3/+3
2007-05-29Make stimeout a debug print. It has no value for users to see it.marco1-3/+3
prompted by deraadt ok dlg
2007-05-29start of dumpconf() unification, which one day we can pray will be MIderaadt20-226/+121
(and part of setroot); ok miod
2007-05-29now i get my hands dirty in here... from if_ethersubr.c:henning1-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.
2007-05-29Remove watch_cnt in preparation for my bigger patch that makes sensorsdcnst1-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@
2007-05-29Panic if the locker is self.drahn1-1/+15