Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | no need to declare extern ipsec_in_use, we get it via ip_ipsp.h | Henning Brauer | |
found by itojun | |||
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre | |
- note which options are extensions to POSIX | |||
2007-05-30 | It's 'SCSIDEBUG_LEVEL', not 'SCSI_DEBUG_LEVEL'. | Kenneth R Westerback | |
2007-05-30 | Unbreak the tree - forgot a needs-flag; discovered by gwk | Uwe Stuehler | |
2007-05-30 | mrtd.net is no longer, prune | Mathieu Sauve-Frankel | |
ok claudio@ | |||
2007-05-30 | back out vfs change - todd fries has seen afs issues, and I'm suspicious | Bob Beck | |
this can cause other problems. | |||
2007-05-30 | my (dlg says crappy) laptop requires some more delays in port_reset or | Ted Unangst | |
things go really crazy. ok/help toby tom. dlg unhappy but ok. | |||
2007-05-30 | token fallout.. bad henning | Henning Brauer | |
2007-05-30 | Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal | Uwe Stuehler | |
of the existing code | |||
2007-05-30 | Remove cand structure (but not its definition). | Ray Lai | |
2007-05-30 | Remove unused struct diff_arg. | Ray Lai | |
2007-05-30 | Make xlights(4) probe correctly on the Xserve G5, still does not correct | Gordon Willem Klok | |
the i2s timeout. ok drahn | |||
2007-05-30 | sync | Theo de Raadt | |
2007-05-30 | openbsd has timeouts, not callouts so rename the variables. i applied an older | Ted Unangst | |
diff from brad. from brad. | |||
2007-05-30 | Sync rcsdiff -> cvs diff | Ray Lai | |
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-30 | yuck, no cookie for me | Henning Brauer | |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove | |
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-30 | bad henning | Otto Moerbeek | |
2007-05-30 | Unbreak route.c after TOKEN removal by henning (bad henning, no cookie) | Ryan Thomas McBride | |
looks ok otto@ | |||
2007-05-30 | give ibuf to event_set | Pierre-Yves Ritschard | |
2007-05-30 | add a new kevent filter type for timers. this allows processes to create | Ted Unangst | |
a series of oneshot or periodic timers. capped to a global limit. from freebsd via brad. ok art pedro | |||
2007-05-30 | backout more code that shouldn't have gone in. | Pierre-Yves Ritschard | |
2007-05-30 | backout last diff which introduces problems and use the global | Pierre-Yves Ritschard | |
environment instead. | |||
2007-05-29 | make sure every dispatch function is fed the environment structure. | Pierre-Yves Ritschard | |
2007-05-29 | when the time comes, let pfe_dispatch_parent be able to service more | Pierre-Yves Ritschard | |
than one message. | |||
2007-05-29 | Add dirty bit for volumes | Marco Peereboom | |
2007-05-29 | allow the control handling code to send messages back to the parent. | Pierre-Yves Ritschard | |
forward IMSG_CTL_RELOAD which ends up not doing anything for now. | |||
2007-05-29 | In update mode, restore previous behavior: some updated packages may have | Marc Espie | |
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-29 | Improve copyinstr and copyoutstr by erroring out when the userland | Tom Cosgrove | |
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-29 | Improve copyinstr and copyoutstr by performing the check against | Tom Cosgrove | |
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-29 | teach hoststatectl's parser about reload. the code to handle it is | Pierre-Yves Ritschard | |
already there. of course this is a dummy for now. | |||
2007-05-29 | fix some list items; from andres | Jason McIntyre | |
2007-05-29 | only the i810 is known to be needed for agp, reduce driver set to just that | Ted Unangst | |
2007-05-29 | sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot media | Todd T. Fries | |
ok marco@ then suggested deraadt@ | |||
2007-05-29 | sprinkle some SMALL_KERNEL so that it can run on boot media. | Marco Peereboom | |
ok todd | |||
2007-05-29 | remove token ring leftovers, ok mcbride pval | Henning Brauer | |
2007-05-29 | Demote support for ospfd. It is possible to specify a demote group on | Claudio Jeker | |
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-29 | I suck. Forgot splx() in the early return path. | Artur Grabowski | |
2007-05-29 | add HISTORY | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2007-05-29 | make xfs use VT_XFS instead of VT_AFS when getting vnodes | Thordur I. Bjornsson | |
via getnewvnode(); ok art@,tedu@ tested by todd@ | |||
2007-05-29 | adapt ztsscale and the installer to use wscons ioctls for calibration; | Robert Nagy | |
ok deraadt@ | |||
2007-05-29 | reorder code so that the wave header gets the size of the current track | Michael Coulter | |
instead of the previous track. Alexey Vatchenko agrees. | |||
2007-05-29 | remove the ztsscale sysctl; ok deraadt@ | Robert Nagy | |
2007-05-29 | Remove clause 3 and 4. Ok with Chuck. -moj | Mats O Jansson | |
2007-05-29 | Make use of struct wsmouse_calibcoords and add ioctl support | Robert Nagy | |
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-29 | Kill some simplelock goo that annoyed me while reading. | Thordur I. Bjornsson | |
ok art@ | |||
2007-05-29 | add support for core cpu temperature sensors. | Ted Unangst | |
from a diff by pierre riteau, but updated to look like the amd64 version ok deraadt | |||
2007-05-29 | It helps to commit removals from the tree that has the files cvs removed | Claudio Jeker | |
instead of one where they where just empty. Figured out by art@ | |||
2007-05-29 | s/entrace/entrance (not obvious that the code was cut/paste =) | Jason Wright | |
2007-05-29 | otto would prefer only displaying one digit after decimal for refresh rate | Ted Unangst | |