Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-13 | Ansi prototypes, not K&R. no binary difference. | Dale Rahn | |
2007-05-12 | remove obsolete comment. | Marc Espie | |
2007-05-12 | oops. forgot this one. Noticed by M.Pereboom. | Marc Espie | |
2007-05-12 | Document errno usage. From Tobias Stoeckmann. | Ray Lai | |
Earlier diff OK jmc@, with nit by otto@. | |||
2007-05-12 | Use size_t for strlen results. | Ray Lai | |
OK moritz@. | |||
2007-05-12 | Prevent core dump if strpbrk() returns NULL. Reported to bugs@ by | Ray Lai | |
Pav Lucistnik <pav at FreeBSD>, thanks! OK otto@. | |||
2007-05-12 | Increment ncpus when hatching a secondary processor. | Miod Vallat | |
2007-05-12 | Change the 88100 interrupt handlers to process DAEs with interrupts enabled, | Miod Vallat | |
as done for DAEs not occuring during interrupts. Remove the check for unprocessed DAE on return from trap() in eh_common.S, since this can't happen. As a result, the return-from-trap code becomes identical on 88100 and 88110 systems. | |||
2007-05-12 | On multiprocessor kernels, update p->p_pcu on exit from the scheduler. | Miod Vallat | |
2007-05-12 | Remove unused code and definitions pasted over from mvme188 support, which do | Miod Vallat | |
not apply to luna88k. | |||
2007-05-12 | Take alignment restrictions into account when setting up RAM buffer addresses. | Mark Kettenis | |
This makes Yukon-2 FE chips work reliably. Pointed out by giovanni at gmail dot com. | |||
2007-05-12 | remove references to mount_vnd.8 and fsck_vnd.8 as these are not hooked | Felix Kronlage | |
into the build yet. ok jmc@ | |||
2007-05-12 | Change 0x30 to more readable '0'. | Ray Lai | |
OK xsa@. | |||
2007-05-12 | use the right capitalization for `WaveLAN' | Igor Sobrado | |
ok jmc@ | |||
2007-05-12 | use the right capitalization for `CardBus' | Igor Sobrado | |
ok jmc@ | |||
2007-05-12 | use the right capitalization for `SMBus' | Igor Sobrado | |
ok jmc@ | |||
2007-05-12 | Clean up macros according to style. From tbert <bret dot lambert at gmail>. | Ray Lai | |
OK moritz@ and jaredy@. | |||
2007-05-12 | lift PkgSpec creation up into PackingElement::Dependency. | Marc Espie | |
2007-05-12 | kill old PkgSpec interface | Marc Espie | |
2007-05-12 | document the object interface to PkgSpec. | Marc Espie | |
2007-05-12 | use match_ref consistently | Marc Espie | |
2007-05-12 | use PkgSpec objects most of the time | Marc Espie | |
2007-05-12 | use OO version of spec match | Marc Espie | |
2007-05-12 | oops, make the object variant functional | Marc Espie | |
2007-05-12 | also allow Spec objects in Repository matches. | Marc Espie | |
2007-05-12 | somewhat sneaky: allow PkgSpecs to be objects, so that we can perform | Marc Espie | |
optimizations on them. For now, we just do the subpattern split once. | |||
2007-05-12 | strip extra quotes from all defines. | Marc Espie | |
2007-05-12 | when comparing two revisions of a directory tree, don't show dead files | Nikolay Sturm | |
as new in the 2nd revision 'makes sense' niallo, ok xsa | |||
2007-05-12 | pass refs around instead of extending them. | Marc Espie | |
2007-05-12 | Use VNDLABELDEV() and not DISKLABELDEV() in writedisklabel() since | Kenneth R Westerback | |
VNDLABELDEV() is used in readdisklabel(). VNDLABELDEV() preserves the vndsimple() property encoded in the device. | |||
2007-05-12 | Add initial bits for assembly at boot time. | Marco Peereboom | |
2007-05-12 | Only main www mirror carries spamd blacklists -- | Constantine A. Murenin | |
remove comments that said otherwise. "I agree" deraadt@; "diff looks fine" dlg@; ok henning@, beck@. | |||
2007-05-11 | Don't clear %tick register. Should not be necessary and undesirable since | Mark Kettenis | |
%tick is hyperprivileged on sun4v. ok jason@ | |||
2007-05-11 | regen | Marcus Glocker | |
2007-05-11 | Add vendor and product; AboCom Systems, Inc. SDW11G. | Marcus Glocker | |
2007-05-11 | Ditch acard_pci_intr() as nothing currently uses it. | Jonathan Gray | |
Pointed out by deraadt@ | |||
2007-05-11 | typo in previous commit; | Xavier Santolaria | |
2007-05-11 | Various spelling fixes from Stuart Henderson. | Claudio Jeker | |
2007-05-11 | simple misspell, miod@ ok | Janne Johansson | |
2007-05-11 | Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@ | Pedro Martelletto | |
2007-05-11 | pass the right size arg to memset, otherwise we end up with a | Otto Moerbeek | |
partially initialized summary info struct. ok millert@ pedro@ | |||
2007-05-11 | fix format of the CVSROOT string in comments. | Xavier Santolaria | |
from Tobias Stoeckmann. OK niallo@. | |||
2007-05-11 | Sync with editit from sendbug. | Ray Lai | |
2007-05-11 | cvs_logmsg_edit no longer fails with ECHILD. | Ray Lai | |
Add comment describing cvs_logmsg_edit usage. | |||
2007-05-11 | Sync with editit from sendbug. | Ray Lai | |
2007-05-11 | If fork fails with EAGAIN, ignore errno and fail. Looping just | Ray Lai | |
worsens the problem. cloder@ and deraadt@ agree. | |||
2007-05-11 | Instead of returning -1 and setting errno to ECHILD if the editor | Ray Lai | |
has a non-zero exit status, just return the exit status on success. Hard errors still return -1. If the editor is killed, return -1 and set EINTR. | |||
2007-05-11 | it's silly for reboot to poweroff. adapted from diff by diana eichert | Ted Unangst | |
2007-05-11 | Delinting from tbert <bret dot lambert at gmail dot com> | Ray Lai | |
OK moritz@ | |||
2007-05-10 | grammar, | Marc Espie | |
okay jmc@ |